2018-08-18 20:48:37,596 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-223 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-18 20:48:37,600 - 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.28,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=YCnPtnEXwfJUO8qtSPCXJcD2Z 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=916340bf06fe4cb5a723b53dc60090de export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=h9pEogaJo6cWMVkr3rX2VUlOo export OS_REGION_NAME=regionOne 2018-08-18 20:48:37,600 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-18 20:48:37,601 - 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 odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-18 20:48:37,630 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-18 20:48:37,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:48:37,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:48:37,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:48:37,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:48:37,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:48:37,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:48:37,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:48:37,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:48:37,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:48:37,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:48:37,926 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-18 20:48:37,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-18 20:48:37,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:48:37,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c2b406e-99c8-4752-96e0-f43ac110453c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:48:37,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6c2b406e-99c8-4752-96e0-f43ac110453c 2018-08-18 20:48:37,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:48:38,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:48:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["oCzSjSVhSQiCHrBhKQydRw"], "issued_at": "2018-08-18T20:48:38.000000Z"}} 2018-08-18 20:48:38,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:39,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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 x-openstack-request-id: req-ada033dd-530e-465b-8693-8adf9efaf5df x-compute-request-id: req-ada033dd-530e-465b-8693-8adf9efaf5df Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-18 20:48:39,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-ada033dd-530e-465b-8693-8adf9efaf5df 2018-08-18 20:48:39,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.19622397423s 2018-08-18 20:48:39,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-ada033dd-530e-465b-8693-8adf9efaf5df 2018-08-18 20:48:39,123 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-18 20:48:39,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:48:39,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:48:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15a2c768-5e05-45f6-91a3-3c60bc3971f7 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 20:48:39,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-15a2c768-5e05-45f6-91a3-3c60bc3971f7 2018-08-18 20:48:39,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:48:39,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:39,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15677a9f-e983-4f3b-8127-988e2382d660 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 20:48:39,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-15677a9f-e983-4f3b-8127-988e2382d660 2018-08-18 20:48:39,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181622982025s 2018-08-18 20:48:39,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-15677a9f-e983-4f3b-8127-988e2382d660 2018-08-18 20:48:39,316 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'a69e65a8cacb46798c638da7deef9637', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-18 20:48:39,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-18 20:48:39,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:39,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ce8ae67-23aa-45a8-a6ed-408928b01585 Content-Encoding: gzip Content-Length: 1968 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/06d1e0df179c4ead81cc7ee4f1bae18f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/094fd07337654d98a81dc9da17ce02c1"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a3d797353954386ba32f487084346f8", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0addbfd797dd4da79c77edb52acdc176"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "77553816578e44e0959db1d391266597", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0bb385316915449697a52e0ad24185fb"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "0bb385316915449697a52e0ad24185fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0f01d18bf3494e0e90a94ad016a06ec0"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b47526e984904e72bfa0249a83525681", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1026b6a41ef84c2da83afab3caacc51f"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/15c8d10470bc4eeb86390cb9e133ffe9"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2de6937a73624d15a426abc9bdd3a41a"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2fab6d97aaf042f492445f4cc31bea1d"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "77553816578e44e0959db1d391266597", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/377016d2a4044a9c8db046b9d0964b2d"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/378d62397f3c43999fd34d22c1cccb60"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3ecc8dee6f744a5f85e0a136fe9ce628"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/46bd8c98e8824585a41a22e1b8e7f514"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/47de5b7076c24ee9991a16ac4cb49bbf"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b47526e984904e72bfa0249a83525681", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4bd6b0c2f1aa47f8ab68403f095df70b"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "77553816578e44e0959db1d391266597", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/51ea6fcc6ec9487685840f661fc4836b"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "51ea6fcc6ec9487685840f661fc4836b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/59a44f89b1334e308de7b3052f138ce1"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d41cebfd41e4d30b9e063735a377536"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "5d41cebfd41e4d30b9e063735a377536"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d42a83da3984583955b15d96e42dd78"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "5d42a83da3984583955b15d96e42dd78"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6bf61535e71b483d975332971dbd53e2"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "6bf61535e71b483d975332971dbd53e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/70a83018c8ab42d7842fcd1e561f9443"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/79bd2e67979c4b98a6cd7b587673364a"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/85d5760d551f4df6aca4281b496996e9"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "85d5760d551f4df6aca4281b496996e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/88bee3eece5c4d3d9265744d414f3a5c"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8db9f2d240a941e69c0f51b2fec056be"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9846c41c525142b986ee32e0a2590b88"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "9846c41c525142b986ee32e0a2590b88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9c044a08f6904fef94fb46c08a0e760a"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9edfe0f67787438e9dd2a753835b2219"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "9edfe0f67787438e9dd2a753835b2219"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9f6f7811a111490890ac327d3cf34685"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "9f6f7811a111490890ac327d3cf34685"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a94c4442201c4c1eb0bdf19d770d51b2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ad45a9ae800c40ec987b44cd1e0cdaff"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b2d458fe39ba4a8f8a29faff483f2061"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "b2d458fe39ba4a8f8a29faff483f2061"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c3c25fc6ad94447a821e727c7914c450"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a3d797353954386ba32f487084346f8", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d09f7ca50bc44f61a18f2e933a43be8f"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d949e52eaf1c417e99dd466d08796668"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "d949e52eaf1c417e99dd466d08796668"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dc4971d81d4f49f085aab29433318ee3"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "dc4971d81d4f49f085aab29433318ee3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ddf00c1973954143b34284147dca8ad8"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b47526e984904e72bfa0249a83525681", "id": "ddf00c1973954143b34284147dca8ad8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8874e74ef74422cbd9dd953abc2082a"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "f8874e74ef74422cbd9dd953abc2082a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8c17bbb087d49829022be469b32c1af"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a3d797353954386ba32f487084346f8", "id": "f8c17bbb087d49829022be469b32c1af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fe2efc0c246b4a7e9db6fedf44fd569e"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-18 20:48:39,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-6ce8ae67-23aa-45a8-a6ed-408928b01585 2018-08-18 20:48:39,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.18380689621s 2018-08-18 20:48:39,504 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-6ce8ae67-23aa-45a8-a6ed-408928b01585 2018-08-18 20:48:39,511 - 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.28:5000/v3/endpoints/06d1e0df179c4ead81cc7ee4f1bae18f'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3b1566ae2a5d4f7c81816c21ed2d5e40', u'id': u'06d1e0df179c4ead81cc7ee4f1bae18f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/094fd07337654d98a81dc9da17ce02c1'}, u'url': u'http://172.30.9.28:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5a3d797353954386ba32f487084346f8', u'id': u'094fd07337654d98a81dc9da17ce02c1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/0addbfd797dd4da79c77edb52acdc176'}, u'url': u'http://172.30.9.28:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'77553816578e44e0959db1d391266597', u'id': u'0addbfd797dd4da79c77edb52acdc176'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/0bb385316915449697a52e0ad24185fb'}, u'url': u'http://172.30.9.28:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a3ff63ef96d44f059d60f2be9db02efb', u'id': u'0bb385316915449697a52e0ad24185fb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/0f01d18bf3494e0e90a94ad016a06ec0'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b47526e984904e72bfa0249a83525681', u'id': u'0f01d18bf3494e0e90a94ad016a06ec0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1026b6a41ef84c2da83afab3caacc51f'}, u'url': u'http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'aab86086c08642bfbcea48c5aaba17a2', u'id': u'1026b6a41ef84c2da83afab3caacc51f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/15c8d10470bc4eeb86390cb9e133ffe9'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'af10e8c2af504c21966e249d70c4e7e7', u'id': u'15c8d10470bc4eeb86390cb9e133ffe9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/2d6e6c0bf9c34d3a86fb3ec7b4baa678'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a3ff63ef96d44f059d60f2be9db02efb', u'id': u'2d6e6c0bf9c34d3a86fb3ec7b4baa678'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/2de6937a73624d15a426abc9bdd3a41a'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c5b9a1d284ba4106bd4c78b348a7e9ce', u'id': u'2de6937a73624d15a426abc9bdd3a41a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/2fab6d97aaf042f492445f4cc31bea1d'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'77553816578e44e0959db1d391266597', u'id': u'2fab6d97aaf042f492445f4cc31bea1d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/377016d2a4044a9c8db046b9d0964b2d'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c653b08fa067480c945b92b71cdeab70', u'id': u'377016d2a4044a9c8db046b9d0964b2d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/378d62397f3c43999fd34d22c1cccb60'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'afe8d727d63246449c73cac35e11ef0e', u'id': u'378d62397f3c43999fd34d22c1cccb60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/3ecc8dee6f744a5f85e0a136fe9ce628'}, u'url': u'http://172.30.9.28:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c653b08fa067480c945b92b71cdeab70', u'id': u'3ecc8dee6f744a5f85e0a136fe9ce628'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/46bd8c98e8824585a41a22e1b8e7f514'}, u'url': u'http://172.30.9.28:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'afe8d727d63246449c73cac35e11ef0e', u'id': u'46bd8c98e8824585a41a22e1b8e7f514'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/47de5b7076c24ee9991a16ac4cb49bbf'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b47526e984904e72bfa0249a83525681', u'id': u'47de5b7076c24ee9991a16ac4cb49bbf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/4bd6b0c2f1aa47f8ab68403f095df70b'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'77553816578e44e0959db1d391266597', u'id': u'4bd6b0c2f1aa47f8ab68403f095df70b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/51ea6fcc6ec9487685840f661fc4836b'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'afe8d727d63246449c73cac35e11ef0e', u'id': u'51ea6fcc6ec9487685840f661fc4836b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/59a44f89b1334e308de7b3052f138ce1'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'86ee421a72744c04ab368db4e0c880a7', u'id': u'59a44f89b1334e308de7b3052f138ce1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5d41cebfd41e4d30b9e063735a377536'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a3ff63ef96d44f059d60f2be9db02efb', u'id': u'5d41cebfd41e4d30b9e063735a377536'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5d42a83da3984583955b15d96e42dd78'}, u'url': u'http://172.30.9.28:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9adc66ad014f4961a9ea7d3ee8df592c', u'id': u'5d42a83da3984583955b15d96e42dd78'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/6bf61535e71b483d975332971dbd53e2'}, u'url': u'http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'aab86086c08642bfbcea48c5aaba17a2', u'id': u'6bf61535e71b483d975332971dbd53e2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/70a83018c8ab42d7842fcd1e561f9443'}, u'url': u'http://172.30.9.28:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3b1566ae2a5d4f7c81816c21ed2d5e40', u'id': u'70a83018c8ab42d7842fcd1e561f9443'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/79bd2e67979c4b98a6cd7b587673364a'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3220ab4ed05a40bf9d2e1278dcd6619d', u'id': u'79bd2e67979c4b98a6cd7b587673364a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/85d5760d551f4df6aca4281b496996e9'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'86ee421a72744c04ab368db4e0c880a7', u'id': u'85d5760d551f4df6aca4281b496996e9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/88bee3eece5c4d3d9265744d414f3a5c'}, u'url': u'http://172.30.9.28:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4730dc960cea404c8d1b192602e59886', u'id': u'88bee3eece5c4d3d9265744d414f3a5c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/8db9f2d240a941e69c0f51b2fec056be'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'af10e8c2af504c21966e249d70c4e7e7', u'id': u'8db9f2d240a941e69c0f51b2fec056be'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/9266cfe0e6ab4f7db6f6fe5bd8f591f1'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4730dc960cea404c8d1b192602e59886', u'id': u'9266cfe0e6ab4f7db6f6fe5bd8f591f1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/9846c41c525142b986ee32e0a2590b88'}, u'url': u'http://12.0.0.21:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'aab86086c08642bfbcea48c5aaba17a2', u'id': u'9846c41c525142b986ee32e0a2590b88'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/9c044a08f6904fef94fb46c08a0e760a'}, u'url': u'http://172.30.9.28:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c5b9a1d284ba4106bd4c78b348a7e9ce', u'id': u'9c044a08f6904fef94fb46c08a0e760a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/9edfe0f67787438e9dd2a753835b2219'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3b1566ae2a5d4f7c81816c21ed2d5e40', u'id': u'9edfe0f67787438e9dd2a753835b2219'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/9f6f7811a111490890ac327d3cf34685'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9adc66ad014f4961a9ea7d3ee8df592c', u'id': u'9f6f7811a111490890ac327d3cf34685'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a94c4442201c4c1eb0bdf19d770d51b2'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9adc66ad014f4961a9ea7d3ee8df592c', u'id': u'a94c4442201c4c1eb0bdf19d770d51b2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/ad45a9ae800c40ec987b44cd1e0cdaff'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c5b9a1d284ba4106bd4c78b348a7e9ce', u'id': u'ad45a9ae800c40ec987b44cd1e0cdaff'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b2d458fe39ba4a8f8a29faff483f2061'}, u'url': u'http://172.30.9.28:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'af10e8c2af504c21966e249d70c4e7e7', u'id': u'b2d458fe39ba4a8f8a29faff483f2061'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/c3c25fc6ad94447a821e727c7914c450'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5a3d797353954386ba32f487084346f8', u'id': u'c3c25fc6ad94447a821e727c7914c450'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d09f7ca50bc44f61a18f2e933a43be8f'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3220ab4ed05a40bf9d2e1278dcd6619d', u'id': u'd09f7ca50bc44f61a18f2e933a43be8f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d949e52eaf1c417e99dd466d08796668'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c653b08fa067480c945b92b71cdeab70', u'id': u'd949e52eaf1c417e99dd466d08796668'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/dc4971d81d4f49f085aab29433318ee3'}, u'url': u'http://172.30.9.28:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3220ab4ed05a40bf9d2e1278dcd6619d', u'id': u'dc4971d81d4f49f085aab29433318ee3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/ddf00c1973954143b34284147dca8ad8'}, u'url': u'http://172.30.9.28:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b47526e984904e72bfa0249a83525681', u'id': u'ddf00c1973954143b34284147dca8ad8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f8874e74ef74422cbd9dd953abc2082a'}, u'url': u'http://172.30.9.28:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'86ee421a72744c04ab368db4e0c880a7', u'id': u'f8874e74ef74422cbd9dd953abc2082a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f8c17bbb087d49829022be469b32c1af'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5a3d797353954386ba32f487084346f8', u'id': u'f8c17bbb087d49829022be469b32c1af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/fe2efc0c246b4a7e9db6fedf44fd569e'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4730dc960cea404c8d1b192602e59886', u'id': u'fe2efc0c246b4a7e9db6fedf44fd569e'})] 2018-08-18 20:48:39,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-18 20:48:39,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:39,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48: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-fcb21ded-f64a-466c-b3ca-2a3074d2f5ce x-compute-request-id: req-fcb21ded-f64a-466c-b3ca-2a3074d2f5ce 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-18 20:48:39,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-fcb21ded-f64a-466c-b3ca-2a3074d2f5ce 2018-08-18 20:48:39,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.112102985382s 2018-08-18 20:48:39,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-fcb21ded-f64a-466c-b3ca-2a3074d2f5ce 2018-08-18 20:48:39,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-18 20:48:39,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:41,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80186766-c509-4186-81bd-f3cf59a953d0 x-compute-request-id: req-80186766-c509-4186-81bd-f3cf59a953d0 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-18 20:48:41,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-80186766-c509-4186-81bd-f3cf59a953d0 2018-08-18 20:48:41,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.86634087563s 2018-08-18 20:48:41,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-80186766-c509-4186-81bd-f3cf59a953d0 2018-08-18 20:48:41,509 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-18 20:48:41,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:48:41,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:41,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1a235347-3b6c-4a15-a405-726eaf3a07cd Date: Sat, 18 Aug 2018 20:48:41 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:48:41,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1a235347-3b6c-4a15-a405-726eaf3a07cd 2018-08-18 20:48:41,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0554940700531s 2018-08-18 20:48:41,570 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1a235347-3b6c-4a15-a405-726eaf3a07cd 2018-08-18 20:48:41,570 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-18 20:48:41,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-18 20:48:41,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:41,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48: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-1355167f-3389-4432-9b47-908244fd06ec x-compute-request-id: req-1355167f-3389-4432-9b47-908244fd06ec Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 9}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-18 20:48:41,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-1355167f-3389-4432-9b47-908244fd06ec 2018-08-18 20:48:41,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.162463903427s 2018-08-18 20:48:41,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-1355167f-3389-4432-9b47-908244fd06ec 2018-08-18 20:48:41,734 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 8}, 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-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 9}, 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-18 20:48:41,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-18 20:48:41,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:41,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38bb9eec-a9c0-48e0-906c-603e529c2515 x-compute-request-id: req-38bb9eec-a9c0-48e0-906c-603e529c2515 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-18 20:48:41,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-38bb9eec-a9c0-48e0-906c-603e529c2515 2018-08-18 20:48:41,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.126489162445s 2018-08-18 20:48:41,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-38bb9eec-a9c0-48e0-906c-603e529c2515 2018-08-18 20:48:41,862 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-18 20:48:41,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:48:41,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:41,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2a6f5363-ba89-4434-8fb9-ff340219da55 Date: Sat, 18 Aug 2018 20:48:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:48:41,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2a6f5363-ba89-4434-8fb9-ff340219da55 2018-08-18 20:48:41,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0761709213257s 2018-08-18 20:48:41,939 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2a6f5363-ba89-4434-8fb9-ff340219da55 2018-08-18 20:48:41,939 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-18T20:46:29Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'a717651222bc4d4aa3a98a890714bc85', u'created_at': u'2018-08-18T20:46:24Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a717651222bc4d4aa3a98a890714bc85'})] 2018-08-18 20:48:41,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:48:41,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:41,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2be5dc94-0872-4442-9874-15a1e512a84c Date: Sat, 18 Aug 2018 20:48:42 GMT RESP BODY: {"ports":[]} 2018-08-18 20:48:41,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-2be5dc94-0872-4442-9874-15a1e512a84c 2018-08-18 20:48:41,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.028881072998s 2018-08-18 20:48:41,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-2be5dc94-0872-4442-9874-15a1e512a84c 2018-08-18 20:48:41,969 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-18 20:48:41,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 20:48:41,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:42,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df21c6b2-400d-4b46-b792-b295ad8d4432 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "08a3658be646434fb038d778f6151880"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/08a3658be646434fb038d778f6151880/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "1efdb89f34b4418c85f836cf868e230e"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/1efdb89f34b4418c85f836cf868e230e/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "23c7644320df42919c871f1cbc17732c"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/23c7644320df42919c871f1cbc17732c/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "703ab92df1ba4f698012f4ee2233e8df"}, "user": {"id": "23c7644320df42919c871f1cbc17732c"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/23c7644320df42919c871f1cbc17732c/roles/703ab92df1ba4f698012f4ee2233e8df"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "2aaaa82ea4be49118e5683b3a6eb5429"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/2aaaa82ea4be49118e5683b3a6eb5429/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "38b4b5e4729e469c93a7b2beb978a8b9"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/38b4b5e4729e469c93a7b2beb978a8b9/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "4844a1e4336b4af8b6cbb93ecb26ea58"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/4844a1e4336b4af8b6cbb93ecb26ea58/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "567c4fdf65b24888adddbfe0e6fcdb64"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/567c4fdf65b24888adddbfe0e6fcdb64/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "694b9167121f417d821ec1bda0468267"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/694b9167121f417d821ec1bda0468267/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "6ee8b83e57384d97a085a19114097fe2"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/6ee8b83e57384d97a085a19114097fe2/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "730272198d874678baa90b3d30a4586d"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/730272198d874678baa90b3d30a4586d/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "916340bf06fe4cb5a723b53dc60090de"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "74551d82a51246a1910f385647e01da0"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de/users/74551d82a51246a1910f385647e01da0/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "a7a203c32ca943829eee747724b515b6"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/a7a203c32ca943829eee747724b515b6/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"project": {"id": "a717651222bc4d4aa3a98a890714bc85"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "bc58ba1f9e00451ba67acf5fc92f8c57"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85/users/bc58ba1f9e00451ba67acf5fc92f8c57/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"domain": {"id": "a69e65a8cacb46798c638da7deef9637"}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "fd4c7cd1d3cf418183848fd20ad8b1f1"}, "links": {"assignment": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637/users/fd4c7cd1d3cf418183848fd20ad8b1f1/roles/4484c94d295641f18810b74c5f72cfec"}}, {"scope": {"system": {"all": true}}, "role": {"id": "4484c94d295641f18810b74c5f72cfec"}, "user": {"id": "74551d82a51246a1910f385647e01da0"}, "links": {"assignment": "http://172.30.9.28:5000/v3/system/users/74551d82a51246a1910f385647e01da0/roles/4484c94d295641f18810b74c5f72cfec"}}], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-18 20:48:42,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-df21c6b2-400d-4b46-b792-b295ad8d4432 2018-08-18 20:48:42,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.19570684433s 2018-08-18 20:48:42,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-df21c6b2-400d-4b46-b792-b295ad8d4432 2018-08-18 20:48:42,179 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'08a3658be646434fb038d778f6151880'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'1efdb89f34b4418c85f836cf868e230e'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'23c7644320df42919c871f1cbc17732c'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'703ab92df1ba4f698012f4ee2233e8df', 'user': u'23c7644320df42919c871f1cbc17732c'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'2aaaa82ea4be49118e5683b3a6eb5429'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'38b4b5e4729e469c93a7b2beb978a8b9'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'4844a1e4336b4af8b6cbb93ecb26ea58'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'567c4fdf65b24888adddbfe0e6fcdb64'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'694b9167121f417d821ec1bda0468267'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'6ee8b83e57384d97a085a19114097fe2'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'730272198d874678baa90b3d30a4586d'}), Munch({'project': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'74551d82a51246a1910f385647e01da0'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'a7a203c32ca943829eee747724b515b6'}), Munch({'project': u'a717651222bc4d4aa3a98a890714bc85', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'bc58ba1f9e00451ba67acf5fc92f8c57'}), Munch({'domain': u'a69e65a8cacb46798c638da7deef9637', 'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'fd4c7cd1d3cf418183848fd20ad8b1f1'}), Munch({'id': u'4484c94d295641f18810b74c5f72cfec', 'user': u'74551d82a51246a1910f385647e01da0'})] 2018-08-18 20:48:42,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:48:42,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:42,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db17e447-6502-4964-98bb-48e88c5b8c3f Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:48:42,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-db17e447-6502-4964-98bb-48e88c5b8c3f 2018-08-18 20:48:42,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179239034653s 2018-08-18 20:48:42,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-db17e447-6502-4964-98bb-48e88c5b8c3f 2018-08-18 20:48:42,364 - 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'2227ec228b954ece9dcce81ca14e764a'}), 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'4484c94d295641f18810b74c5f72cfec'}), 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'703ab92df1ba4f698012f4ee2233e8df'}), 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'99a5a72c296d49a9b9e287084f293fc6'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'b2f4a9c1c4b146bf83f387f9fb958c4e'}), 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'dd73308dc2714e3986b77aa5044b7cbf'})] 2018-08-18 20:48:42,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 20:48:42,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:42,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7d90822b-2ee1-4aae-97f8-46eb2427232a Date: Sat, 18 Aug 2018 20:48:42 GMT RESP BODY: {"routers": []} 2018-08-18 20:48:42,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7d90822b-2ee1-4aae-97f8-46eb2427232a 2018-08-18 20:48:42,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0461299419403s 2018-08-18 20:48:42,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7d90822b-2ee1-4aae-97f8-46eb2427232a 2018-08-18 20:48:42,412 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-18 20:48:42,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:48:42,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:42,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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 x-openstack-request-id: req-e278a3d3-7289-4e3b-a82a-9199d75e0088 x-compute-request-id: req-e278a3d3-7289-4e3b-a82a-9199d75e0088 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 20:48:42,619 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e278a3d3-7289-4e3b-a82a-9199d75e0088 2018-08-18 20:48:42,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206340074539s 2018-08-18 20:48:42,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e278a3d3-7289-4e3b-a82a-9199d75e0088 2018-08-18 20:48:42,619 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-18 20:48:42,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-18 20:48:42,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 20:48:42,632 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:48:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd920439-3e57-4590-9192-f954ddb1d1d3 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-18 20:48:42,633 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-fd920439-3e57-4590-9192-f954ddb1d1d3 2018-08-18 20:48:42,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:42,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34b41c2b-a8cd-4d1c-ae76-0d54a4bc6f67 Content-Encoding: gzip Content-Length: 858 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3220ab4ed05a40bf9d2e1278dcd6619d"}, "enabled": true, "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b1566ae2a5d4f7c81816c21ed2d5e40"}, "enabled": true, "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4730dc960cea404c8d1b192602e59886"}, "enabled": true, "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5a3d797353954386ba32f487084346f8"}, "enabled": true, "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/77553816578e44e0959db1d391266597"}, "enabled": true, "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86ee421a72744c04ab368db4e0c880a7"}, "enabled": true, "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/9adc66ad014f4961a9ea7d3ee8df592c"}, "enabled": true, "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a3ff63ef96d44f059d60f2be9db02efb"}, "enabled": true, "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/aab86086c08642bfbcea48c5aaba17a2"}, "enabled": true, "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/af10e8c2af504c21966e249d70c4e7e7"}, "enabled": true, "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/afe8d727d63246449c73cac35e11ef0e"}, "enabled": true, "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b47526e984904e72bfa0249a83525681"}, "enabled": true, "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c5b9a1d284ba4106bd4c78b348a7e9ce"}, "enabled": true, "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c653b08fa067480c945b92b71cdeab70"}, "enabled": true, "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/effb71043f3945f383eac25ddafdef1b"}, "enabled": true, "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-18 20:48:42,814 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-34b41c2b-a8cd-4d1c-ae76-0d54a4bc6f67 2018-08-18 20:48:42,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.19130897522s 2018-08-18 20:48:42,814 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-34b41c2b-a8cd-4d1c-ae76-0d54a4bc6f67 2018-08-18 20:48:42,820 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'3220ab4ed05a40bf9d2e1278dcd6619d', 'name': u'glance'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'3b1566ae2a5d4f7c81816c21ed2d5e40', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'4730dc960cea404c8d1b192602e59886', 'name': u'aodh'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'5a3d797353954386ba32f487084346f8', 'name': u'heat'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'77553816578e44e0959db1d391266597', 'name': u'cinderv3'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'86ee421a72744c04ab368db4e0c880a7', 'name': u'neutron'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'9adc66ad014f4961a9ea7d3ee8df592c', 'name': u'cinderv2'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'a3ff63ef96d44f059d60f2be9db02efb', 'name': u'nova'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'aab86086c08642bfbcea48c5aaba17a2', 'name': u'swift'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'af10e8c2af504c21966e249d70c4e7e7', 'name': u'placement'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'afe8d727d63246449c73cac35e11ef0e', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'b47526e984904e72bfa0249a83525681', 'name': u'cinder'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'c5b9a1d284ba4106bd4c78b348a7e9ce', 'name': u'panko'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'c653b08fa067480c945b92b71cdeab70', 'name': u'keystone'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'effb71043f3945f383eac25ddafdef1b', 'name': u'ceilometer'})] 2018-08-18 20:48:42,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:48:42,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c1fca094c09176ab973b64f4d94785ee4e6346c1" 2018-08-18 20:48:42,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-78cd2174-b0ca-4fa3-94b0-1fcc80dcd550 Date: Sat, 18 Aug 2018 20:48:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-18 20:48:42,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-78cd2174-b0ca-4fa3-94b0-1fcc80dcd550 2018-08-18 20:48:42,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0368390083313s 2018-08-18 20:48:42,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-78cd2174-b0ca-4fa3-94b0-1fcc80dcd550 2018-08-18 20:48:42,858 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:46:29Z', 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'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'tenant_id': u'a717651222bc4d4aa3a98a890714bc85', u'created_at': u'2018-08-18T20:46:29Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'a717651222bc4d4aa3a98a890714bc85'})] 2018-08-18 20:48:42,984 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:48:42,985 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-18 20:48:43,043 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-18 20:48:43,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:48:43,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:48:43,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:48:43,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:48:43,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:48:43,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aee684a-a78a-436a-b353-811c8a544814 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:48:43,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3aee684a-a78a-436a-b353-811c8a544814 2018-08-18 20:48:43,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:48:43,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:48:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["HI9Vdg3BQ8GstyBPC3S15Q"], "issued_at": "2018-08-18T20:48:43.000000Z"}} 2018-08-18 20:48:43,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:48:43,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}dacedd14f1371bd9170b639800d669206cbab5b2" 2018-08-18 20:48:44,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1e556466-1183-481c-9315-c93b2ca9483b Date: Sat, 18 Aug 2018 20:48:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:48:44,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1e556466-1183-481c-9315-c93b2ca9483b 2018-08-18 20:48:44,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03496789932s 2018-08-18 20:48:44,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1e556466-1183-481c-9315-c93b2ca9483b 2018-08-18 20:48:44,716 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-18 20:48:44,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 20:48:44,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dacedd14f1371bd9170b639800d669206cbab5b2" -d '{"network": {"name": "tenantnetwork1-net_80c8ef3c-039c-4c41-ba86-e7317e2cbd23", "admin_state_up": true}}' 2018-08-18 20:48:45,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e5cf9abb-cd2b-4e55-9b3e-f06b8e12fcd1 Date: Sat, 18 Aug 2018 20:48:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"399057cc-85a6-406b-a999-e2194a4dae0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:48:45Z","is_default":false,"provider:segmentation_id":42,"name":"tenantnetwork1-net_80c8ef3c-039c-4c41-ba86-e7317e2cbd23","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:48:44Z","mtu":1450}} 2018-08-18 20:48:45,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e5cf9abb-cd2b-4e55-9b3e-f06b8e12fcd1 2018-08-18 20:48:45,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.492017030716s 2018-08-18 20:48:45,209 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e5cf9abb-cd2b-4e55-9b3e-f06b8e12fcd1 2018-08-18 20:48:45,209 - 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-18T20:48:45Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'399057cc-85a6-406b-a999-e2194a4dae0f', u'provider:segmentation_id': 42, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_80c8ef3c-039c-4c41-ba86-e7317e2cbd23', u'admin_state_up': True, u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:48:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 20:48:45,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:48:45,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dacedd14f1371bd9170b639800d669206cbab5b2" 2018-08-18 20:48:45,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-5f925002-e4f0-4112-8e73-24352ae42ba9 Date: Sat, 18 Aug 2018 20:48:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"399057cc-85a6-406b-a999-e2194a4dae0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:48:45Z","provider:segmentation_id":42,"name":"tenantnetwork1-net_80c8ef3c-039c-4c41-ba86-e7317e2cbd23","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:48:44Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:48:45,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5f925002-e4f0-4112-8e73-24352ae42ba9 2018-08-18 20:48:45,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.12401008606s 2018-08-18 20:48:45,335 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5f925002-e4f0-4112-8e73-24352ae42ba9 2018-08-18 20:48:45,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 20:48:45,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}dacedd14f1371bd9170b639800d669206cbab5b2" -d '{"subnet": {"name": "tenantnetwork1-subnet_80c8ef3c-039c-4c41-ba86-e7317e2cbd23", "enable_dhcp": true, "network_id": "399057cc-85a6-406b-a999-e2194a4dae0f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 20:48:46,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5e0a1f05-19ac-442d-9688-cf3cb59731e0 Date: Sat, 18 Aug 2018 20:48:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"399057cc-85a6-406b-a999-e2194a4dae0f","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:48:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:48:45Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"916340bf06fe4cb5a723b53dc60090de","id":"0cf184ee-8417-4e64-b6a1-23d4e2b3ce29","subnetpool_id":null,"name":"tenantnetwork1-subnet_80c8ef3c-039c-4c41-ba86-e7317e2cbd23"}} 2018-08-18 20:48:46,192 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5e0a1f05-19ac-442d-9688-cf3cb59731e0 2018-08-18 20:48:46,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.855690956116s 2018-08-18 20:48:46,193 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5e0a1f05-19ac-442d-9688-cf3cb59731e0 2018-08-18 20:48:46,193 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:48:45Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'0cf184ee-8417-4e64-b6a1-23d4e2b3ce29', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_80c8ef3c-039c-4c41-ba86-e7317e2cbd23', u'enable_dhcp': True, u'network_id': u'399057cc-85a6-406b-a999-e2194a4dae0f', u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:48:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 20:48:46,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 20:48:46,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}dacedd14f1371bd9170b639800d669206cbab5b2" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "tenantnetwork1-router_80c8ef3c-039c-4c41-ba86-e7317e2cbd23", "admin_state_up": true}}' 2018-08-18 20:48:47,585 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-b11adfc7-bae2-4af2-bb4b-7c54fb6522f1 Date: Sat, 18 Aug 2018 20:48:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:48:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T20:48:47Z", "revision_number": 2, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31", "name": "tenantnetwork1-router_80c8ef3c-039c-4c41-ba86-e7317e2cbd23"}} 2018-08-18 20:48:47,585 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b11adfc7-bae2-4af2-bb4b-7c54fb6522f1 2018-08-18 20:48:47,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.39163899422s 2018-08-18 20:48:47,586 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b11adfc7-bae2-4af2-bb4b-7c54fb6522f1 2018-08-18 20:48:47,586 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:48:46Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-18T20:48:47Z', u'revision_number': 2, u'routes': [], u'project_id': u'916340bf06fe4cb5a723b53dc60090de', u'id': u'f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31', u'name': u'tenantnetwork1-router_80c8ef3c-039c-4c41-ba86-e7317e2cbd23'}) 2018-08-18 20:48:47,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 20:48:47,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31/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}dacedd14f1371bd9170b639800d669206cbab5b2" -d '{"subnet_id": "0cf184ee-8417-4e64-b6a1-23d4e2b3ce29"}' 2018-08-18 20:48:49,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3fd7058a-7de3-42b5-99a6-3678f69f09f2 Date: Sat, 18 Aug 2018 20:48:49 GMT RESP BODY: {"network_id": "399057cc-85a6-406b-a999-e2194a4dae0f", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "0cf184ee-8417-4e64-b6a1-23d4e2b3ce29", "subnet_ids": ["0cf184ee-8417-4e64-b6a1-23d4e2b3ce29"], "port_id": "f9348c1d-453f-4d30-9b1a-04ede66c1a31", "id": "f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31"} 2018-08-18 20:48:49,175 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31/add_router_interface.json used request id req-3fd7058a-7de3-42b5-99a6-3678f69f09f2 2018-08-18 20:48:49,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.58770918846s 2018-08-18 20:48:49,175 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31/add_router_interface.json used request id req-3fd7058a-7de3-42b5-99a6-3678f69f09f2 returning object f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31 2018-08-18 20:48:49,284 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:48:49,284 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-18 20:48:49,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 20:48:49,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31/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}dacedd14f1371bd9170b639800d669206cbab5b2" -d '{"subnet_id": "0cf184ee-8417-4e64-b6a1-23d4e2b3ce29"}' 2018-08-18 20:48:50,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8ad54bd7-323b-4c50-8188-3e2965f2c54e Date: Sat, 18 Aug 2018 20:48:51 GMT RESP BODY: {"network_id": "399057cc-85a6-406b-a999-e2194a4dae0f", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "0cf184ee-8417-4e64-b6a1-23d4e2b3ce29", "subnet_ids": ["0cf184ee-8417-4e64-b6a1-23d4e2b3ce29"], "port_id": "f9348c1d-453f-4d30-9b1a-04ede66c1a31", "id": "f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31"} 2018-08-18 20:48:50,965 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31/remove_router_interface.json used request id req-8ad54bd7-323b-4c50-8188-3e2965f2c54e 2018-08-18 20:48:50,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.67590308189s 2018-08-18 20:48:50,966 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31/remove_router_interface.json used request id req-8ad54bd7-323b-4c50-8188-3e2965f2c54e returning object f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31 2018-08-18 20:48:50,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 20:48:50,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}dacedd14f1371bd9170b639800d669206cbab5b2" 2018-08-18 20:48:51,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-474a8290-4c9a-4e58-b6dc-10a8e0d3d6a8 Date: Sat, 18 Aug 2018 20:48:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:48:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T20:48:50Z", "revision_number": 4, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31", "name": "tenantnetwork1-router_80c8ef3c-039c-4c41-ba86-e7317e2cbd23"}]} 2018-08-18 20:48:51,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-474a8290-4c9a-4e58-b6dc-10a8e0d3d6a8 2018-08-18 20:48:51,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109175920486s 2018-08-18 20:48:51,076 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-474a8290-4c9a-4e58-b6dc-10a8e0d3d6a8 2018-08-18 20:48:51,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 20:48:51,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dacedd14f1371bd9170b639800d669206cbab5b2" 2018-08-18 20:48:52,465 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04338dc3-805b-4df6-ad19-3e705d4c07a5 Content-Length: 0 Date: Sat, 18 Aug 2018 20:48:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:48:52,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31.json used request id req-04338dc3-805b-4df6-ad19-3e705d4c07a5 2018-08-18 20:48:52,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.38750386238s 2018-08-18 20:48:52,465 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f767a4a1-14c0-4f0a-a38b-ce0a8cb67a31.json used request id req-04338dc3-805b-4df6-ad19-3e705d4c07a5 2018-08-18 20:48:52,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:48:52,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}dacedd14f1371bd9170b639800d669206cbab5b2" 2018-08-18 20:48:52,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-59082b47-1583-45bd-afda-913829407259 Date: Sat, 18 Aug 2018 20:48:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"399057cc-85a6-406b-a999-e2194a4dae0f","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:48:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:48:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"916340bf06fe4cb5a723b53dc60090de","id":"0cf184ee-8417-4e64-b6a1-23d4e2b3ce29","subnetpool_id":null,"name":"tenantnetwork1-subnet_80c8ef3c-039c-4c41-ba86-e7317e2cbd23"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-18 20:48:52,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-59082b47-1583-45bd-afda-913829407259 2018-08-18 20:48:52,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0782389640808s 2018-08-18 20:48:52,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-59082b47-1583-45bd-afda-913829407259 2018-08-18 20:48:52,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 20:48:52,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/0cf184ee-8417-4e64-b6a1-23d4e2b3ce29.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dacedd14f1371bd9170b639800d669206cbab5b2" 2018-08-18 20:48:53,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-95d3846c-57b6-48f8-afe4-d6bd408c212d Date: Sat, 18 Aug 2018 20:48:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:48:53,436 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0cf184ee-8417-4e64-b6a1-23d4e2b3ce29.json used request id req-95d3846c-57b6-48f8-afe4-d6bd408c212d 2018-08-18 20:48:53,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.890064954758s 2018-08-18 20:48:53,436 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0cf184ee-8417-4e64-b6a1-23d4e2b3ce29.json used request id req-95d3846c-57b6-48f8-afe4-d6bd408c212d 2018-08-18 20:48:53,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:48:53,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dacedd14f1371bd9170b639800d669206cbab5b2" 2018-08-18 20:48:53,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-0fb60ebd-5b67-46e5-b92a-7846ac482f8e Date: Sat, 18 Aug 2018 20:48:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"399057cc-85a6-406b-a999-e2194a4dae0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:48:53Z","provider:segmentation_id":42,"name":"tenantnetwork1-net_80c8ef3c-039c-4c41-ba86-e7317e2cbd23","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:48:44Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:48:53,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0fb60ebd-5b67-46e5-b92a-7846ac482f8e 2018-08-18 20:48:53,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267717838287s 2018-08-18 20:48:53,705 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0fb60ebd-5b67-46e5-b92a-7846ac482f8e 2018-08-18 20:48:53,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 20:48:53,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/399057cc-85a6-406b-a999-e2194a4dae0f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dacedd14f1371bd9170b639800d669206cbab5b2" 2018-08-18 20:48:55,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc12c9e6-57f6-4727-9525-608ab1476c26 Date: Sat, 18 Aug 2018 20:48:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:48:55,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/399057cc-85a6-406b-a999-e2194a4dae0f.json used request id req-cc12c9e6-57f6-4727-9525-608ab1476c26 2018-08-18 20:48:55,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.74247598648s 2018-08-18 20:48:55,449 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/399057cc-85a6-406b-a999-e2194a4dae0f.json used request id req-cc12c9e6-57f6-4727-9525-608ab1476c26 2018-08-18 20:48:55,502 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-18 20:48:55,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:48:55,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:48:55,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:48:55,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:48:55,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:48:55,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:48:55,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:48:55,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:48:55,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:48:55,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:48:55,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:48:55,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:48:55,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f216e9fd-41ad-4a11-b220-b7d168279edc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:48:55,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f216e9fd-41ad-4a11-b220-b7d168279edc 2018-08-18 20:48:55,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:48:55,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:48:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["yl1paoaNSg2tG-PyUn4jJA"], "issued_at": "2018-08-18T20:48:55.000000Z"}} 2018-08-18 20:48:55,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:48:55,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:48:57,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9a0759dc-6e6b-467a-ace6-ede8e1a94fac Date: Sat, 18 Aug 2018 20:48:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:48:57,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9a0759dc-6e6b-467a-ace6-ede8e1a94fac 2018-08-18 20:48:57,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.31152200699s 2018-08-18 20:48:57,254 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9a0759dc-6e6b-467a-ace6-ede8e1a94fac 2018-08-18 20:48:57,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:48:57,263 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:48:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d2d488c-a01c-42e6-827f-4ee3ad3741e4 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 20:48:57,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-0d2d488c-a01c-42e6-827f-4ee3ad3741e4 2018-08-18 20:48:57,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:48:57,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:48:57,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d9fab8-fc7a-4b6b-af59-592abc012ff8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 20:48:57,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-96d9fab8-fc7a-4b6b-af59-592abc012ff8 2018-08-18 20:48:57,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.200824022293s 2018-08-18 20:48:57,465 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-96d9fab8-fc7a-4b6b-af59-592abc012ff8 2018-08-18 20:48:57,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 20:48:57,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}321fd11ef70f14da913522b252c92f6ac9fe493d" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}}' 2018-08-18 20:48:57,795 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:48:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3c82574-d2a0-4cb7-b9c4-f6da03a771ff 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.28:5000/v3/projects/a7bce7c15b3645899eb6a5c21c486633"}, "tags": [], "enabled": true, "id": "a7bce7c15b3645899eb6a5c21c486633", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}} 2018-08-18 20:48:57,795 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f3c82574-d2a0-4cb7-b9c4-f6da03a771ff 2018-08-18 20:48:57,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.323196172714s 2018-08-18 20:48:57,796 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f3c82574-d2a0-4cb7-b9c4-f6da03a771ff 2018-08-18 20:48:57,796 - 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'a7bce7c15b3645899eb6a5c21c486633', '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_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb'}) 2018-08-18 20:48:57,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 20:48:57,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6770dc4d-b203-422d-b1ca-6eb83e7b8e24", "email": null, "name": "tenantnetwork2-user_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}}' 2018-08-18 20:48:58,304 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:48:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef410398-113a-4753-90d1-c5808fe97359 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb", "links": {"self": "http://172.30.9.28:5000/v3/users/f72ffd9282954af485b15791712ee771"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f72ffd9282954af485b15791712ee771", "domain_id": "default", "password_expires_at": null}} 2018-08-18 20:48:58,304 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-ef410398-113a-4753-90d1-c5808fe97359 2018-08-18 20:48:58,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.501437902451s 2018-08-18 20:48:58,305 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-ef410398-113a-4753-90d1-c5808fe97359 2018-08-18 20:48:58,305 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f72ffd9282954af485b15791712ee771', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb'}) 2018-08-18 20:48:58,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:48:58,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:48:58,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5499407d-6c98-46db-a8e3-05d04063d8be Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:48:58,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5499407d-6c98-46db-a8e3-05d04063d8be 2018-08-18 20:48:58,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192997932434s 2018-08-18 20:48:58,502 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5499407d-6c98-46db-a8e3-05d04063d8be 2018-08-18 20:48:58,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:48:58,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:48:58,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e91b37e-057f-476f-a494-bf41d7103077 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:48:58,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2e91b37e-057f-476f-a494-bf41d7103077 2018-08-18 20:48:58,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187969923019s 2018-08-18 20:48:58,695 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2e91b37e-057f-476f-a494-bf41d7103077 2018-08-18 20:48:58,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:48:58,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:48:58,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-691f9efb-429f-4748-8c74-fdcd6a1e6386 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:48:58,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-691f9efb-429f-4748-8c74-fdcd6a1e6386 2018-08-18 20:48:58,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183179140091s 2018-08-18 20:48:58,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-691f9efb-429f-4748-8c74-fdcd6a1e6386 2018-08-18 20:48:58,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:48:58,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:48:59,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2280a028-5472-476d-b751-0459fd8e615f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 20:48:59,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-2280a028-5472-476d-b751-0459fd8e615f 2018-08-18 20:48:59,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.167854070663s 2018-08-18 20:48:59,057 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-2280a028-5472-476d-b751-0459fd8e615f 2018-08-18 20:48:59,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:48:59,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:48:59,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af1dd60-48b0-4879-8f19-5b1bef4356af Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb", "links": {"self": "http://172.30.9.28:5000/v3/users/f72ffd9282954af485b15791712ee771"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f72ffd9282954af485b15791712ee771", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:48:59,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3af1dd60-48b0-4879-8f19-5b1bef4356af 2018-08-18 20:48:59,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125334978104s 2018-08-18 20:48:59,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3af1dd60-48b0-4879-8f19-5b1bef4356af 2018-08-18 20:48:59,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:48:59,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:48:59,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de3cfe13-6773-4702-a06b-ace77fb4877d Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7bce7c15b3645899eb6a5c21c486633"}, "tags": [], "enabled": true, "id": "a7bce7c15b3645899eb6a5c21c486633", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}]} 2018-08-18 20:48:59,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-de3cfe13-6773-4702-a06b-ace77fb4877d 2018-08-18 20:48:59,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.142148971558s 2018-08-18 20:48:59,338 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-de3cfe13-6773-4702-a06b-ace77fb4877d 2018-08-18 20:48:59,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 20:48:59,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=f72ffd9282954af485b15791712ee771&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a7bce7c15b3645899eb6a5c21c486633" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:48:59,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afd8aaed-1036-4318-a446-94d058dc431d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=f72ffd9282954af485b15791712ee771&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a7bce7c15b3645899eb6a5c21c486633", "previous": null, "next": null}} 2018-08-18 20:48:59,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f72ffd9282954af485b15791712ee771&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a7bce7c15b3645899eb6a5c21c486633 used request id req-afd8aaed-1036-4318-a446-94d058dc431d 2018-08-18 20:48:59,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100987195969s 2018-08-18 20:48:59,447 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f72ffd9282954af485b15791712ee771&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a7bce7c15b3645899eb6a5c21c486633 used request id req-afd8aaed-1036-4318-a446-94d058dc431d 2018-08-18 20:48:59,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 20:48:59,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/a7bce7c15b3645899eb6a5c21c486633/users/f72ffd9282954af485b15791712ee771/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:48:59,634 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:48:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85109add-5c40-4d13-b6e5-238402eaf335 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:48:59,634 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a7bce7c15b3645899eb6a5c21c486633/users/f72ffd9282954af485b15791712ee771/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-85109add-5c40-4d13-b6e5-238402eaf335 2018-08-18 20:48:59,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.183833122253s 2018-08-18 20:48:59,634 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a7bce7c15b3645899eb6a5c21c486633/users/f72ffd9282954af485b15791712ee771/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-85109add-5c40-4d13-b6e5-238402eaf335 2018-08-18 20:48:59,635 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb', 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'a7bce7c15b3645899eb6a5c21c486633', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6770dc4d-b203-422d-b1ca-6eb83e7b8e24', 'username': u'tenantnetwork2-user_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 20:48:59,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:48:59,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:48:59,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:48:59,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:48:59,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:48:59,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:48:59,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:48:59,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:48:59,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:48:59,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:48:59,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:48:59,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:48:59,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:48:59,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:48:59,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:48:59,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:48:59,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:48:59,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:48:59,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:48:59,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:48:59,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:48:59,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:48:59,640 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb', 'password': '6770dc4d-b203-422d-b1ca-6eb83e7b8e24', 'project_name': 'tenantnetwork2-project_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'a7bce7c15b3645899eb6a5c21c486633', 'project_domain_name': 'Default'} 2018-08-18 20:48:59,641 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-18 20:48:59,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:48:59,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77065ec0-6dd7-4dbd-8a2f-c1be27f878e1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:48:59,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-77065ec0-6dd7-4dbd-8a2f-c1be27f878e1 2018-08-18 20:48:59,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:49:00,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:49:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7bce7c15b3645899eb6a5c21c486633", "name": "tenantnetwork2-project_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/a7bce7c15b3645899eb6a5c21c486633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/a7bce7c15b3645899eb6a5c21c486633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/a7bce7c15b3645899eb6a5c21c486633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/a7bce7c15b3645899eb6a5c21c486633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/a7bce7c15b3645899eb6a5c21c486633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/a7bce7c15b3645899eb6a5c21c486633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a7bce7c15b3645899eb6a5c21c486633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/a7bce7c15b3645899eb6a5c21c486633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/a7bce7c15b3645899eb6a5c21c486633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_a7bce7c15b3645899eb6a5c21c486633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a7bce7c15b3645899eb6a5c21c486633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a7bce7c15b3645899eb6a5c21c486633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/a7bce7c15b3645899eb6a5c21c486633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/a7bce7c15b3645899eb6a5c21c486633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb", "id": "f72ffd9282954af485b15791712ee771"}, "audit_ids": ["tIdtEaexR6yhRj3GqsafBA"], "issued_at": "2018-08-18T20:49:00.000000Z"}} 2018-08-18 20:49:00,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 20:49:00,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93eba9be7b901d704cd325bafe2aa77b83417357" -d '{"network": {"name": "tenantnetwork2-net_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb", "admin_state_up": true}}' 2018-08-18 20:49:00,690 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-f249708a-261b-4e38-a97d-81a5b229f3a9 Date: Sat, 18 Aug 2018 20:49:00 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a7bce7c15b3645899eb6a5c21c486633","created_at":"2018-08-18T20:49:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-18T20:49:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a7bce7c15b3645899eb6a5c21c486633","id":"90fb445c-ee82-47bc-b933-f215729a3abb","name":"tenantnetwork2-net_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}} 2018-08-18 20:49:00,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f249708a-261b-4e38-a97d-81a5b229f3a9 2018-08-18 20:49:00,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.651433944702s 2018-08-18 20:49:00,690 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f249708a-261b-4e38-a97d-81a5b229f3a9 2018-08-18 20:49:00,691 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:49:00Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'90fb445c-ee82-47bc-b933-f215729a3abb', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb', u'admin_state_up': True, u'tenant_id': u'a7bce7c15b3645899eb6a5c21c486633', u'created_at': u'2018-08-18T20:49:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a7bce7c15b3645899eb6a5c21c486633'}) 2018-08-18 20:49:00,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:00,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93eba9be7b901d704cd325bafe2aa77b83417357" 2018-08-18 20:49:00,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-22c3d207-2dec-4d76-bcb7-581c2b72ca09 Date: Sat, 18 Aug 2018 20:49:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:49:00Z","tenant_id":"a7bce7c15b3645899eb6a5c21c486633","created_at":"2018-08-18T20:49:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a7bce7c15b3645899eb6a5c21c486633","id":"90fb445c-ee82-47bc-b933-f215729a3abb","name":"tenantnetwork2-net_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}]} 2018-08-18 20:49:00,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-22c3d207-2dec-4d76-bcb7-581c2b72ca09 2018-08-18 20:49:00,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.143529891968s 2018-08-18 20:49:00,836 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-22c3d207-2dec-4d76-bcb7-581c2b72ca09 2018-08-18 20:49:00,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 20:49:00,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}93eba9be7b901d704cd325bafe2aa77b83417357" -d '{"subnet": {"name": "tenantnetwork2-subnet_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb", "enable_dhcp": true, "network_id": "90fb445c-ee82-47bc-b933-f215729a3abb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 20:49:01,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-15742cb3-0022-4feb-b514-87b6592edcc3 Date: Sat, 18 Aug 2018 20:49:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90fb445c-ee82-47bc-b933-f215729a3abb","tenant_id":"a7bce7c15b3645899eb6a5c21c486633","created_at":"2018-08-18T20:49:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:49:01Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a7bce7c15b3645899eb6a5c21c486633","id":"cf08908a-0af8-4bf2-87da-bb46561519b8","subnetpool_id":null,"name":"tenantnetwork2-subnet_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}} 2018-08-18 20:49:01,630 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-15742cb3-0022-4feb-b514-87b6592edcc3 2018-08-18 20:49:01,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.792716026306s 2018-08-18 20:49:01,630 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-15742cb3-0022-4feb-b514-87b6592edcc3 2018-08-18 20:49:01,631 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:49:01Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'cf08908a-0af8-4bf2-87da-bb46561519b8', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb', u'enable_dhcp': True, u'network_id': u'90fb445c-ee82-47bc-b933-f215729a3abb', u'tenant_id': u'a7bce7c15b3645899eb6a5c21c486633', u'created_at': u'2018-08-18T20:49:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a7bce7c15b3645899eb6a5c21c486633'}) 2018-08-18 20:49:01,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 20:49:01,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}93eba9be7b901d704cd325bafe2aa77b83417357" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "tenantnetwork2-router_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb", "admin_state_up": true}}' 2018-08-18 20:49:02,981 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-6012221b-4ac5-49c7-a2bc-ac13f78cae53 Date: Sat, 18 Aug 2018 20:49:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "created_at": "2018-08-18T20:49:01Z", "admin_state_up": true, "updated_at": "2018-08-18T20:49:02Z", "revision_number": 2, "routes": [], "project_id": "a7bce7c15b3645899eb6a5c21c486633", "id": "26c23ed1-7281-4347-98f7-c59a88bd4167", "name": "tenantnetwork2-router_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}} 2018-08-18 20:49:02,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-6012221b-4ac5-49c7-a2bc-ac13f78cae53 2018-08-18 20:49:02,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35027694702s 2018-08-18 20:49:02,982 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-6012221b-4ac5-49c7-a2bc-ac13f78cae53 2018-08-18 20:49:02,983 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a7bce7c15b3645899eb6a5c21c486633', u'created_at': u'2018-08-18T20:49:01Z', u'admin_state_up': True, u'updated_at': u'2018-08-18T20:49:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'a7bce7c15b3645899eb6a5c21c486633', u'id': u'26c23ed1-7281-4347-98f7-c59a88bd4167', u'name': u'tenantnetwork2-router_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb'}) 2018-08-18 20:49:02,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 20:49:02,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/26c23ed1-7281-4347-98f7-c59a88bd4167/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}93eba9be7b901d704cd325bafe2aa77b83417357" -d '{"subnet_id": "cf08908a-0af8-4bf2-87da-bb46561519b8"}' 2018-08-18 20:49:04,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-36e1a9d8-2773-4120-acc0-15f5dddcc852 Date: Sat, 18 Aug 2018 20:49:05 GMT RESP BODY: {"network_id": "90fb445c-ee82-47bc-b933-f215729a3abb", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "subnet_id": "cf08908a-0af8-4bf2-87da-bb46561519b8", "subnet_ids": ["cf08908a-0af8-4bf2-87da-bb46561519b8"], "port_id": "e7b43c5b-601f-464d-a58f-36c24fbc1b88", "id": "26c23ed1-7281-4347-98f7-c59a88bd4167"} 2018-08-18 20:49:04,971 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/26c23ed1-7281-4347-98f7-c59a88bd4167/add_router_interface.json used request id req-36e1a9d8-2773-4120-acc0-15f5dddcc852 2018-08-18 20:49:04,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.98761701584s 2018-08-18 20:49:04,971 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/26c23ed1-7281-4347-98f7-c59a88bd4167/add_router_interface.json used request id req-36e1a9d8-2773-4120-acc0-15f5dddcc852 returning object 26c23ed1-7281-4347-98f7-c59a88bd4167 2018-08-18 20:49:05,088 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:49:05,088 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-18 20:49:05,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 20:49:05,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/26c23ed1-7281-4347-98f7-c59a88bd4167/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}93eba9be7b901d704cd325bafe2aa77b83417357" -d '{"subnet_id": "cf08908a-0af8-4bf2-87da-bb46561519b8"}' 2018-08-18 20:49:06,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dea623b7-a944-4b73-b78a-e4d3ec651ad9 Date: Sat, 18 Aug 2018 20:49:06 GMT RESP BODY: {"network_id": "90fb445c-ee82-47bc-b933-f215729a3abb", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "subnet_id": "cf08908a-0af8-4bf2-87da-bb46561519b8", "subnet_ids": ["cf08908a-0af8-4bf2-87da-bb46561519b8"], "port_id": "e7b43c5b-601f-464d-a58f-36c24fbc1b88", "id": "26c23ed1-7281-4347-98f7-c59a88bd4167"} 2018-08-18 20:49:06,849 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/26c23ed1-7281-4347-98f7-c59a88bd4167/remove_router_interface.json used request id req-dea623b7-a944-4b73-b78a-e4d3ec651ad9 2018-08-18 20:49:06,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.75485396385s 2018-08-18 20:49:06,849 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/26c23ed1-7281-4347-98f7-c59a88bd4167/remove_router_interface.json used request id req-dea623b7-a944-4b73-b78a-e4d3ec651ad9 returning object 26c23ed1-7281-4347-98f7-c59a88bd4167 2018-08-18 20:49:06,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 20:49:06,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}93eba9be7b901d704cd325bafe2aa77b83417357" 2018-08-18 20:49:06,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-25620019-6b1e-48f0-864c-73aa4539155f Date: Sat, 18 Aug 2018 20:49:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "created_at": "2018-08-18T20:49:01Z", "admin_state_up": true, "updated_at": "2018-08-18T20:49:06Z", "revision_number": 4, "routes": [], "project_id": "a7bce7c15b3645899eb6a5c21c486633", "id": "26c23ed1-7281-4347-98f7-c59a88bd4167", "name": "tenantnetwork2-router_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}]} 2018-08-18 20:49:06,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-25620019-6b1e-48f0-864c-73aa4539155f 2018-08-18 20:49:06,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.126845121384s 2018-08-18 20:49:06,977 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-25620019-6b1e-48f0-864c-73aa4539155f 2018-08-18 20:49:06,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 20:49:06,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/26c23ed1-7281-4347-98f7-c59a88bd4167.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93eba9be7b901d704cd325bafe2aa77b83417357" 2018-08-18 20:49:08,310 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b08d22f4-a80b-4458-99cd-1fc104175517 Content-Length: 0 Date: Sat, 18 Aug 2018 20:49:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:49:08,310 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/26c23ed1-7281-4347-98f7-c59a88bd4167.json used request id req-b08d22f4-a80b-4458-99cd-1fc104175517 2018-08-18 20:49:08,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33166718483s 2018-08-18 20:49:08,311 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/26c23ed1-7281-4347-98f7-c59a88bd4167.json used request id req-b08d22f4-a80b-4458-99cd-1fc104175517 2018-08-18 20:49:08,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:49:08,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}93eba9be7b901d704cd325bafe2aa77b83417357" 2018-08-18 20:49:08,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3fa250a3-8fa3-4238-986d-012a8c9f7ad7 Date: Sat, 18 Aug 2018 20:49:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90fb445c-ee82-47bc-b933-f215729a3abb","tenant_id":"a7bce7c15b3645899eb6a5c21c486633","created_at":"2018-08-18T20:49:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:49:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a7bce7c15b3645899eb6a5c21c486633","id":"cf08908a-0af8-4bf2-87da-bb46561519b8","subnetpool_id":null,"name":"tenantnetwork2-subnet_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}]} 2018-08-18 20:49:08,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3fa250a3-8fa3-4238-986d-012a8c9f7ad7 2018-08-18 20:49:08,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0837121009827s 2018-08-18 20:49:08,395 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3fa250a3-8fa3-4238-986d-012a8c9f7ad7 2018-08-18 20:49:08,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 20:49:08,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/cf08908a-0af8-4bf2-87da-bb46561519b8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93eba9be7b901d704cd325bafe2aa77b83417357" 2018-08-18 20:49:09,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e5cace0f-a4b6-43a7-949e-1ad6a423295d Date: Sat, 18 Aug 2018 20:49:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:49:09,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cf08908a-0af8-4bf2-87da-bb46561519b8.json used request id req-e5cace0f-a4b6-43a7-949e-1ad6a423295d 2018-08-18 20:49:09,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.18171000481s 2018-08-18 20:49:09,579 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cf08908a-0af8-4bf2-87da-bb46561519b8.json used request id req-e5cace0f-a4b6-43a7-949e-1ad6a423295d 2018-08-18 20:49:09,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:09,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93eba9be7b901d704cd325bafe2aa77b83417357" 2018-08-18 20:49:09,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-10423bd5-81f4-47a3-a326-f7d2dcd7fe02 Date: Sat, 18 Aug 2018 20:49:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:49:09Z","tenant_id":"a7bce7c15b3645899eb6a5c21c486633","created_at":"2018-08-18T20:49:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7bce7c15b3645899eb6a5c21c486633","id":"90fb445c-ee82-47bc-b933-f215729a3abb","name":"tenantnetwork2-net_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}]} 2018-08-18 20:49:09,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-10423bd5-81f4-47a3-a326-f7d2dcd7fe02 2018-08-18 20:49:09,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.087033033371s 2018-08-18 20:49:09,667 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-10423bd5-81f4-47a3-a326-f7d2dcd7fe02 2018-08-18 20:49:09,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 20:49:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/90fb445c-ee82-47bc-b933-f215729a3abb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93eba9be7b901d704cd325bafe2aa77b83417357" 2018-08-18 20:49:11,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6431230b-0b8e-4189-b18a-0c8a27fe3509 Date: Sat, 18 Aug 2018 20:49:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:49:11,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/90fb445c-ee82-47bc-b933-f215729a3abb.json used request id req-6431230b-0b8e-4189-b18a-0c8a27fe3509 2018-08-18 20:49:11,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.03041005135s 2018-08-18 20:49:11,699 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/90fb445c-ee82-47bc-b933-f215729a3abb.json used request id req-6431230b-0b8e-4189-b18a-0c8a27fe3509 2018-08-18 20:49:11,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:49:11,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:49:11,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144483cd-1dba-4fd6-b573-d4f35e2180ec Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb", "links": {"self": "http://172.30.9.28:5000/v3/users/f72ffd9282954af485b15791712ee771"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f72ffd9282954af485b15791712ee771", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:49:11,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-144483cd-1dba-4fd6-b573-d4f35e2180ec 2018-08-18 20:49:11,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.129542827606s 2018-08-18 20:49:11,829 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-144483cd-1dba-4fd6-b573-d4f35e2180ec 2018-08-18 20:49:11,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:49:11,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/f72ffd9282954af485b15791712ee771 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:49:11,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c162a0-6902-4da3-a8f3-f2d3751b8512 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb", "links": {"self": "http://172.30.9.28:5000/v3/users/f72ffd9282954af485b15791712ee771"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f72ffd9282954af485b15791712ee771", "description": null}} 2018-08-18 20:49:11,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f72ffd9282954af485b15791712ee771 used request id req-e7c162a0-6902-4da3-a8f3-f2d3751b8512 2018-08-18 20:49:11,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118752002716s 2018-08-18 20:49:11,954 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f72ffd9282954af485b15791712ee771 used request id req-e7c162a0-6902-4da3-a8f3-f2d3751b8512 2018-08-18 20:49:11,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 20:49:11,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/f72ffd9282954af485b15791712ee771 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:49:12,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3384bc2-1567-4e8a-b2b7-197fd724aa92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:49:12,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f72ffd9282954af485b15791712ee771 used request id req-f3384bc2-1567-4e8a-b2b7-197fd724aa92 2018-08-18 20:49:12,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.318163871765s 2018-08-18 20:49:12,273 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f72ffd9282954af485b15791712ee771 used request id req-f3384bc2-1567-4e8a-b2b7-197fd724aa92 2018-08-18 20:49:12,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:49:12,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:49:12,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-067ab6be-2e03-4eee-a918-7cade8832a5f Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7bce7c15b3645899eb6a5c21c486633"}, "tags": [], "enabled": true, "id": "a7bce7c15b3645899eb6a5c21c486633", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_aa3e96eb-8bdb-4956-b9fd-b6d5516340bb"}]} 2018-08-18 20:49:12,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-067ab6be-2e03-4eee-a918-7cade8832a5f 2018-08-18 20:49:12,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198075056076s 2018-08-18 20:49:12,478 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-067ab6be-2e03-4eee-a918-7cade8832a5f 2018-08-18 20:49:12,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 20:49:12,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/a7bce7c15b3645899eb6a5c21c486633 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}321fd11ef70f14da913522b252c92f6ac9fe493d" 2018-08-18 20:49:12,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:49:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f4caa16-aca5-4bc8-ba7f-bb0fd2fb7c32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:49:12,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a7bce7c15b3645899eb6a5c21c486633 used request id req-1f4caa16-aca5-4bc8-ba7f-bb0fd2fb7c32 2018-08-18 20:49:12,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.313064098358s 2018-08-18 20:49:12,796 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a7bce7c15b3645899eb6a5c21c486633 used request id req-1f4caa16-aca5-4bc8-ba7f-bb0fd2fb7c32 2018-08-18 20:49:12,864 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-18 20:49:12,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:49:12,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:49:12,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:49:12,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:49:12,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:49:12,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:49:12,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:49:12,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:49:12,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:49:12,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:49:12,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:49:12,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23a95084-1fe9-4292-bc7d-d452b27b4975 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:49:12,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-23a95084-1fe9-4292-bc7d-d452b27b4975 2018-08-18 20:49:12,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:49:13,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:49:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["Kzj9e7TMRom8FBBp6Fghsg"], "issued_at": "2018-08-18T20:49:13.000000Z"}} 2018-08-18 20:49:13,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:13,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:14,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f008f222-47c1-402b-ba0d-b862ea36acb4 Date: Sat, 18 Aug 2018 20:49:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:49:14,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f008f222-47c1-402b-ba0d-b862ea36acb4 2018-08-18 20:49:14,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.2227408886s 2018-08-18 20:49:14,603 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f008f222-47c1-402b-ba0d-b862ea36acb4 2018-08-18 20:49:14,603 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-18 20:49:14,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 20:49:14,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" -d '{"network": {"name": "vmready1-net_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "admin_state_up": true}}' 2018-08-18 20:49:14,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-cddc8647-63a9-456e-af55-1aed9e873ab1 Date: Sat, 18 Aug 2018 20:49:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"25781dde-99e9-4991-8060-5c4bc0622f6a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:49:14Z","is_default":false,"provider:segmentation_id":87,"name":"vmready1-net_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:14Z","mtu":1450}} 2018-08-18 20:49:14,922 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-cddc8647-63a9-456e-af55-1aed9e873ab1 2018-08-18 20:49:14,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.318332910538s 2018-08-18 20:49:14,923 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-cddc8647-63a9-456e-af55-1aed9e873ab1 2018-08-18 20:49:14,923 - 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-18T20:49:14Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'25781dde-99e9-4991-8060-5c4bc0622f6a', u'provider:segmentation_id': 87, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b', u'admin_state_up': True, u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:49:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 20:49:14,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:14,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:15,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-0ff08b46-0adf-41f0-b432-5bbdf1cb4aff Date: Sat, 18 Aug 2018 20:49:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"25781dde-99e9-4991-8060-5c4bc0622f6a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:49:14Z","provider:segmentation_id":87,"name":"vmready1-net_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:49:15,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0ff08b46-0adf-41f0-b432-5bbdf1cb4aff 2018-08-18 20:49:15,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.094822883606s 2018-08-18 20:49:15,019 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0ff08b46-0adf-41f0-b432-5bbdf1cb4aff 2018-08-18 20:49:15,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 20:49:15,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7d5ec3018b46247f28f90770c235adab5c793bb5" -d '{"subnet": {"name": "vmready1-subnet_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "enable_dhcp": true, "network_id": "25781dde-99e9-4991-8060-5c4bc0622f6a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 20:49:15,420 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4c94454a-0457-4924-8cd2-41740fb164f2 Date: Sat, 18 Aug 2018 20:49:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25781dde-99e9-4991-8060-5c4bc0622f6a","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:49: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":"916340bf06fe4cb5a723b53dc60090de","id":"ae978ad7-ff42-4904-b028-4b83828317f6","subnetpool_id":null,"name":"vmready1-subnet_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b"}} 2018-08-18 20:49:15,420 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4c94454a-0457-4924-8cd2-41740fb164f2 2018-08-18 20:49:15,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.399571895599s 2018-08-18 20:49:15,421 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4c94454a-0457-4924-8cd2-41740fb164f2 2018-08-18 20:49:15,421 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:49: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'ae978ad7-ff42-4904-b028-4b83828317f6', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b', u'enable_dhcp': True, u'network_id': u'25781dde-99e9-4991-8060-5c4bc0622f6a', u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:49: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'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 20:49:15,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 20:49:15,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7d5ec3018b46247f28f90770c235adab5c793bb5" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "vmready1-router_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "admin_state_up": true}}' 2018-08-18 20:49:16,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-5183461c-8d4f-4d1e-82b3-52446f89f3af Date: Sat, 18 Aug 2018 20:49:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:49:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T20:49:16Z", "revision_number": 2, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d", "name": "vmready1-router_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b"}} 2018-08-18 20:49:16,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-5183461c-8d4f-4d1e-82b3-52446f89f3af 2018-08-18 20:49:16,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.29836297035s 2018-08-18 20:49:16,721 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-5183461c-8d4f-4d1e-82b3-52446f89f3af 2018-08-18 20:49:16,721 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:49:15Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-18T20:49:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'916340bf06fe4cb5a723b53dc60090de', u'id': u'bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d', u'name': u'vmready1-router_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b'}) 2018-08-18 20:49:16,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 20:49:16,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d/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}7d5ec3018b46247f28f90770c235adab5c793bb5" -d '{"subnet_id": "ae978ad7-ff42-4904-b028-4b83828317f6"}' 2018-08-18 20:49:18,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fe56afb3-6dfc-4bd2-b5ca-f6509a48144c Date: Sat, 18 Aug 2018 20:49:18 GMT RESP BODY: {"network_id": "25781dde-99e9-4991-8060-5c4bc0622f6a", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "ae978ad7-ff42-4904-b028-4b83828317f6", "subnet_ids": ["ae978ad7-ff42-4904-b028-4b83828317f6"], "port_id": "463d428e-46c0-4ffd-a561-d46175ef3abb", "id": "bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d"} 2018-08-18 20:49:18,449 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d/add_router_interface.json used request id req-fe56afb3-6dfc-4bd2-b5ca-f6509a48144c 2018-08-18 20:49:18,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.72711515427s 2018-08-18 20:49:18,449 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d/add_router_interface.json used request id req-fe56afb3-6dfc-4bd2-b5ca-f6509a48144c returning object bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d 2018-08-18 20:49:18,450 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 20:49:18,583 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 20:49:18,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:49:18,588 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 20:49:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 20:49:18,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:49:18,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:19,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4c47e43f-4c91-415b-8709-2316734289f5 Date: Sat, 18 Aug 2018 20:49:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:49:19,304 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4c47e43f-4c91-415b-8709-2316734289f5 2018-08-18 20:49:19,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.7135617733s 2018-08-18 20:49:19,305 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4c47e43f-4c91-415b-8709-2316734289f5 2018-08-18 20:49:19,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 20:49:19,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b"}' 2018-08-18 20:49:19,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b2f86a9f-4c24-461a-9278-b0791fa5275c Date: Sat, 18 Aug 2018 20:49:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:49:19Z", "file": "/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "38c1fa17-51e5-433e-9a7f-4f38de994845", "size": null, "self": "/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "checksum": null, "created_at": "2018-08-18T20:49:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 20:49:19,400 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b2f86a9f-4c24-461a-9278-b0791fa5275c 2018-08-18 20:49:19,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0867650508881s 2018-08-18 20:49:19,400 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b2f86a9f-4c24-461a-9278-b0791fa5275c returning object 38c1fa17-51e5-433e-9a7f-4f38de994845 2018-08-18 20:49:19,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 20:49:19,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845/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}7d5ec3018b46247f28f90770c235adab5c793bb5" -d '' 2018-08-18 20:49:21,782 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ecb9bcfc-239a-4f7f-bf03-c2288d996f34 Date: Sat, 18 Aug 2018 20:49: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-18 20:49:21,783 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845/file used request id req-ecb9bcfc-239a-4f7f-bf03-c2288d996f34 2018-08-18 20:49:21,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.38171195984s 2018-08-18 20:49:21,783 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845/file used request id req-ecb9bcfc-239a-4f7f-bf03-c2288d996f34 2018-08-18 20:49:21,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:49:21,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:21,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-54325bd6-6cdc-4bc1-8d8c-48576540f5ed Date: Sat, 18 Aug 2018 20:49:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:49:21Z", "file": "/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "38c1fa17-51e5-433e-9a7f-4f38de994845", "size": 12716032, "self": "/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/38c1fa17-51e5-433e-9a7f-4f38de994845/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/38c1fa17-51e5-433e-9a7f-4f38de994845/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:49:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:49:21,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-54325bd6-6cdc-4bc1-8d8c-48576540f5ed 2018-08-18 20:49:21,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.028491973877s 2018-08-18 20:49:21,816 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-54325bd6-6cdc-4bc1-8d8c-48576540f5ed 2018-08-18 20:49:21,818 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/38c1fa17-51e5-433e-9a7f-4f38de994845/snap', u'metadata': Munch({})})], 'file': u'/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'38c1fa17-51e5-433e-9a7f-4f38de994845', 'size': 12716032, u'self': u'/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/38c1fa17-51e5-433e-9a7f-4f38de994845/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T20:49:21Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T20:49:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b', 'created': u'2018-08-18T20:49:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T20:49:19Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 20:49:21,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 20:49:21,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7d5ec3018b46247f28f90770c235adab5c793bb5" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 20:49:22,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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-a492a760-7bfe-4593-b177-49bacfe6e682 x-compute-request-id: req-a492a760-7bfe-4593-b177-49bacfe6e682 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8da73780-23ae-4273-bc69-c0c52a9567e2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8da73780-23ae-4273-bc69-c0c52a9567e2", "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": "8da73780-23ae-4273-bc69-c0c52a9567e2"}} 2018-08-18 20:49:22,143 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a492a760-7bfe-4593-b177-49bacfe6e682 2018-08-18 20:49:22,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.324579954147s 2018-08-18 20:49:22,144 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a492a760-7bfe-4593-b177-49bacfe6e682 2018-08-18 20:49:22,145 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b', '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'916340bf06fe4cb5a723b53dc60090de', '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'8da73780-23ae-4273-bc69-c0c52a9567e2', 'swap': 0}) 2018-08-18 20:49:22,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 20:49:22,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/8da73780-23ae-4273-bc69-c0c52a9567e2/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}7d5ec3018b46247f28f90770c235adab5c793bb5" -d '{"extra_specs": {}}' 2018-08-18 20:49:22,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49: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-a73d1f4c-c5cd-4adc-b9fb-4dc8664cabe1 x-compute-request-id: req-a73d1f4c-c5cd-4adc-b9fb-4dc8664cabe1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 20:49:22,170 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8da73780-23ae-4273-bc69-c0c52a9567e2/os-extra_specs used request id req-a73d1f4c-c5cd-4adc-b9fb-4dc8664cabe1 2018-08-18 20:49:22,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0248770713806s 2018-08-18 20:49:22,171 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8da73780-23ae-4273-bc69-c0c52a9567e2/os-extra_specs used request id req-a73d1f4c-c5cd-4adc-b9fb-4dc8664cabe1 2018-08-18 20:49:22,282 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:49:22,282 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 20:49:22,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 20:49:22,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d/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}7d5ec3018b46247f28f90770c235adab5c793bb5" -d '{"subnet_id": "ae978ad7-ff42-4904-b028-4b83828317f6"}' 2018-08-18 20:49:24,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-46d377b4-abe1-4bf6-bc98-7e115dce4771 Date: Sat, 18 Aug 2018 20:49:24 GMT RESP BODY: {"network_id": "25781dde-99e9-4991-8060-5c4bc0622f6a", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "ae978ad7-ff42-4904-b028-4b83828317f6", "subnet_ids": ["ae978ad7-ff42-4904-b028-4b83828317f6"], "port_id": "463d428e-46c0-4ffd-a561-d46175ef3abb", "id": "bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d"} 2018-08-18 20:49:24,014 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d/remove_router_interface.json used request id req-46d377b4-abe1-4bf6-bc98-7e115dce4771 2018-08-18 20:49:24,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72626399994s 2018-08-18 20:49:24,015 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d/remove_router_interface.json used request id req-46d377b4-abe1-4bf6-bc98-7e115dce4771 returning object bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d 2018-08-18 20:49:24,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 20:49:24,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:24,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-b1ae1635-4352-481e-9d4d-006f18820a01 Date: Sat, 18 Aug 2018 20:49:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:49:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T20:49:23Z", "revision_number": 4, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d", "name": "vmready1-router_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b"}]} 2018-08-18 20:49:24,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b1ae1635-4352-481e-9d4d-006f18820a01 2018-08-18 20:49:24,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119645833969s 2018-08-18 20:49:24,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b1ae1635-4352-481e-9d4d-006f18820a01 2018-08-18 20:49:24,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 20:49:24,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:25,632 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1870ce9-9cfa-4e16-b1a8-19a782991a95 Content-Length: 0 Date: Sat, 18 Aug 2018 20:49:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:49:25,632 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d.json used request id req-d1870ce9-9cfa-4e16-b1a8-19a782991a95 2018-08-18 20:49:25,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.49560213089s 2018-08-18 20:49:25,633 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/bcfb6b0b-1ea2-4616-8ad7-838a29c8a69d.json used request id req-d1870ce9-9cfa-4e16-b1a8-19a782991a95 2018-08-18 20:49:25,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:49:25,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:25,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-bc7964f5-9fee-4d27-8ed7-df62dcbe4188 Date: Sat, 18 Aug 2018 20:49:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25781dde-99e9-4991-8060-5c4bc0622f6a","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:49: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":"916340bf06fe4cb5a723b53dc60090de","id":"ae978ad7-ff42-4904-b028-4b83828317f6","subnetpool_id":null,"name":"vmready1-subnet_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b"}]} 2018-08-18 20:49:25,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bc7964f5-9fee-4d27-8ed7-df62dcbe4188 2018-08-18 20:49:25,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.065465927124s 2018-08-18 20:49:25,699 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bc7964f5-9fee-4d27-8ed7-df62dcbe4188 2018-08-18 20:49:25,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 20:49:25,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/ae978ad7-ff42-4904-b028-4b83828317f6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:26,705 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-958924dd-f81e-4730-9dfb-7d0b2c6dec39 Date: Sat, 18 Aug 2018 20:49:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:49:26,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ae978ad7-ff42-4904-b028-4b83828317f6.json used request id req-958924dd-f81e-4730-9dfb-7d0b2c6dec39 2018-08-18 20:49:26,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.00431394577s 2018-08-18 20:49:26,705 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ae978ad7-ff42-4904-b028-4b83828317f6.json used request id req-958924dd-f81e-4730-9dfb-7d0b2c6dec39 2018-08-18 20:49:26,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:26,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:26,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-70595216-e250-413f-8a31-0d6687d9ce7f Date: Sat, 18 Aug 2018 20:49:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"25781dde-99e9-4991-8060-5c4bc0622f6a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:49:26Z","provider:segmentation_id":87,"name":"vmready1-net_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:49:26,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-70595216-e250-413f-8a31-0d6687d9ce7f 2018-08-18 20:49:26,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0772480964661s 2018-08-18 20:49:26,783 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-70595216-e250-413f-8a31-0d6687d9ce7f 2018-08-18 20:49:26,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 20:49:26,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/25781dde-99e9-4991-8060-5c4bc0622f6a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:27,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e316758b-7ff9-494d-8a99-466dc1ea55cd Date: Sat, 18 Aug 2018 20:49:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:49:27,988 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/25781dde-99e9-4991-8060-5c4bc0622f6a.json used request id req-e316758b-7ff9-494d-8a99-466dc1ea55cd 2018-08-18 20:49:27,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20306301117s 2018-08-18 20:49:27,988 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/25781dde-99e9-4991-8060-5c4bc0622f6a.json used request id req-e316758b-7ff9-494d-8a99-466dc1ea55cd 2018-08-18 20:49:27,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:49:27,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:28,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-7b8354e0-f986-4150-8d33-e535ea52c58c Date: Sat, 18 Aug 2018 20:49:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:49:21Z", "file": "/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "38c1fa17-51e5-433e-9a7f-4f38de994845", "size": 12716032, "self": "/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/38c1fa17-51e5-433e-9a7f-4f38de994845/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/38c1fa17-51e5-433e-9a7f-4f38de994845/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:49:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:49:28,017 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7b8354e0-f986-4150-8d33-e535ea52c58c 2018-08-18 20:49:28,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0250191688538s 2018-08-18 20:49:28,018 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7b8354e0-f986-4150-8d33-e535ea52c58c 2018-08-18 20:49:28,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 20:49:28,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:28,324 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b59f16c9-55cc-4d0c-a0e6-8baba2c79d4e Date: Sat, 18 Aug 2018 20:49: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-18 20:49:28,324 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845 used request id req-b59f16c9-55cc-4d0c-a0e6-8baba2c79d4e 2018-08-18 20:49:28,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.305096149445s 2018-08-18 20:49:28,325 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/38c1fa17-51e5-433e-9a7f-4f38de994845 used request id req-b59f16c9-55cc-4d0c-a0e6-8baba2c79d4e 2018-08-18 20:49:28,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:49:28,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:28,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49: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-9dacbfea-9fd8-448a-b0df-8b430481bb04 x-compute-request-id: req-9dacbfea-9fd8-448a-b0df-8b430481bb04 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_bf44eefe-f51c-4cbf-b177-f2dbf64dc77b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8da73780-23ae-4273-bc69-c0c52a9567e2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8da73780-23ae-4273-bc69-c0c52a9567e2", "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": "8da73780-23ae-4273-bc69-c0c52a9567e2"}]} 2018-08-18 20:49:28,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-9dacbfea-9fd8-448a-b0df-8b430481bb04 2018-08-18 20:49:28,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257210731506s 2018-08-18 20:49:28,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-9dacbfea-9fd8-448a-b0df-8b430481bb04 2018-08-18 20:49:28,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 20:49:28,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/8da73780-23ae-4273-bc69-c0c52a9567e2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d5ec3018b46247f28f90770c235adab5c793bb5" 2018-08-18 20:49:28,383 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:49: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-7520da12-7932-46fa-b471-813377bc999f x-compute-request-id: req-7520da12-7932-46fa-b471-813377bc999f Content-Length: 0 Content-Type: application/json 2018-08-18 20:49:28,383 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8da73780-23ae-4273-bc69-c0c52a9567e2 used request id req-7520da12-7932-46fa-b471-813377bc999f 2018-08-18 20:49:28,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0301880836487s 2018-08-18 20:49:28,384 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8da73780-23ae-4273-bc69-c0c52a9567e2 used request id req-7520da12-7932-46fa-b471-813377bc999f 2018-08-18 20:49:28,436 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-18 20:49:28,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:49:28,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:49:28,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:49:28,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:49:28,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:49:28,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:49:28,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:49:28,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:49:28,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:49:28,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:49:28,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:49:28,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:49:28,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d5191a5-f52b-414a-b0c1-2437981423d7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:49:28,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9d5191a5-f52b-414a-b0c1-2437981423d7 2018-08-18 20:49:28,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:49:28,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:49:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["27zKSu_ARK2I4OHn3dwziA"], "issued_at": "2018-08-18T20:49:28.000000Z"}} 2018-08-18 20:49:28,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:28,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:29,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5d533988-b898-40c0-bf68-2313cdd41eeb Date: Sat, 18 Aug 2018 20:49:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:49:29,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5d533988-b898-40c0-bf68-2313cdd41eeb 2018-08-18 20:49:29,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03660416603s 2018-08-18 20:49:29,910 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5d533988-b898-40c0-bf68-2313cdd41eeb 2018-08-18 20:49:29,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:49:29,919 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:49:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-254a6e7c-1343-4a6c-ad8a-9e9a66ef3a7c 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 20:49:29,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-254a6e7c-1343-4a6c-ad8a-9e9a66ef3a7c 2018-08-18 20:49:29,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:49:29,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:30,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e695fab4-0d28-43d2-bfbe-380d050f863e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 20:49:30,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-e695fab4-0d28-43d2-bfbe-380d050f863e 2018-08-18 20:49:30,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197019100189s 2018-08-18 20:49:30,117 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-e695fab4-0d28-43d2-bfbe-380d050f863e 2018-08-18 20:49:30,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 20:49:30,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}911327809f5ec8fa5ff4bd951aee5c72579f85e2" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}}' 2018-08-18 20:49:30,379 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:49:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e475ed0-cc28-4225-97d0-712026e9a4d7 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.28:5000/v3/projects/a01fbcb8c42248fb8697ff3d257e0a8f"}, "tags": [], "enabled": true, "id": "a01fbcb8c42248fb8697ff3d257e0a8f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}} 2018-08-18 20:49:30,379 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5e475ed0-cc28-4225-97d0-712026e9a4d7 2018-08-18 20:49:30,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.254693984985s 2018-08-18 20:49:30,379 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5e475ed0-cc28-4225-97d0-712026e9a4d7 2018-08-18 20:49:30,380 - 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'a01fbcb8c42248fb8697ff3d257e0a8f', '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_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1'}) 2018-08-18 20:49:30,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 20:49:30,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b494d373-b9a6-4999-a954-30b707b2b88b", "email": null, "name": "vmready2-user_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}}' 2018-08-18 20:49:30,864 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:49:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07b3efcf-558a-4000-ac3f-b1445993d6ef Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "links": {"self": "http://172.30.9.28:5000/v3/users/d93a1e1fce6e426da2bb78ed16f313dc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d93a1e1fce6e426da2bb78ed16f313dc", "domain_id": "default", "password_expires_at": null}} 2018-08-18 20:49:30,864 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-07b3efcf-558a-4000-ac3f-b1445993d6ef 2018-08-18 20:49:30,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.47852897644s 2018-08-18 20:49:30,865 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-07b3efcf-558a-4000-ac3f-b1445993d6ef 2018-08-18 20:49:30,865 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd93a1e1fce6e426da2bb78ed16f313dc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1'}) 2018-08-18 20:49:30,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:49:30,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:31,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a190943-5675-4120-910e-d13451fe63b4 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:49:31,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9a190943-5675-4120-910e-d13451fe63b4 2018-08-18 20:49:31,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.170772075653s 2018-08-18 20:49:31,040 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9a190943-5675-4120-910e-d13451fe63b4 2018-08-18 20:49:31,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:49:31,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:31,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d89ba96-4830-4444-8a31-17b923db2881 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:49:31,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2d89ba96-4830-4444-8a31-17b923db2881 2018-08-18 20:49:31,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188271999359s 2018-08-18 20:49:31,236 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2d89ba96-4830-4444-8a31-17b923db2881 2018-08-18 20:49:31,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:49:31,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:31,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83eda3e6-6f98-4267-bcd0-53062aa11713 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:49:31,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-83eda3e6-6f98-4267-bcd0-53062aa11713 2018-08-18 20:49:31,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17668390274s 2018-08-18 20:49:31,418 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-83eda3e6-6f98-4267-bcd0-53062aa11713 2018-08-18 20:49:31,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:49:31,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:31,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a240d4c5-e15c-403a-bfc8-84d9dccf98ab Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 20:49:31,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a240d4c5-e15c-403a-bfc8-84d9dccf98ab 2018-08-18 20:49:31,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.139140844345s 2018-08-18 20:49:31,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a240d4c5-e15c-403a-bfc8-84d9dccf98ab 2018-08-18 20:49:31,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:49:31,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:31,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3b9d0da-d42a-4dd1-889f-f5b952cfe483 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmready2-user_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "links": {"self": "http://172.30.9.28:5000/v3/users/d93a1e1fce6e426da2bb78ed16f313dc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d93a1e1fce6e426da2bb78ed16f313dc", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:49:31,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a3b9d0da-d42a-4dd1-889f-f5b952cfe483 2018-08-18 20:49:31,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.179720163345s 2018-08-18 20:49:31,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a3b9d0da-d42a-4dd1-889f-f5b952cfe483 2018-08-18 20:49:31,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:49:31,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:31,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4548552-66e1-4cea-a91c-f4635199aed6 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/a01fbcb8c42248fb8697ff3d257e0a8f"}, "tags": [], "enabled": true, "id": "a01fbcb8c42248fb8697ff3d257e0a8f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}]} 2018-08-18 20:49:31,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b4548552-66e1-4cea-a91c-f4635199aed6 2018-08-18 20:49:31,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0982630252838s 2018-08-18 20:49:31,856 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b4548552-66e1-4cea-a91c-f4635199aed6 2018-08-18 20:49:31,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 20:49:31,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=d93a1e1fce6e426da2bb78ed16f313dc&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a01fbcb8c42248fb8697ff3d257e0a8f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:32,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf7b3559-988c-4329-b51c-446bdadbddc7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=d93a1e1fce6e426da2bb78ed16f313dc&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a01fbcb8c42248fb8697ff3d257e0a8f", "previous": null, "next": null}} 2018-08-18 20:49:32,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=d93a1e1fce6e426da2bb78ed16f313dc&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a01fbcb8c42248fb8697ff3d257e0a8f used request id req-cf7b3559-988c-4329-b51c-446bdadbddc7 2018-08-18 20:49:32,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.175355195999s 2018-08-18 20:49:32,039 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=d93a1e1fce6e426da2bb78ed16f313dc&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a01fbcb8c42248fb8697ff3d257e0a8f used request id req-cf7b3559-988c-4329-b51c-446bdadbddc7 2018-08-18 20:49:32,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 20:49:32,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/a01fbcb8c42248fb8697ff3d257e0a8f/users/d93a1e1fce6e426da2bb78ed16f313dc/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:32,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:49:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50164dec-076d-470f-ab0c-6c646b9c9cfb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:49:32,190 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a01fbcb8c42248fb8697ff3d257e0a8f/users/d93a1e1fce6e426da2bb78ed16f313dc/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-50164dec-076d-470f-ab0c-6c646b9c9cfb 2018-08-18 20:49:32,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.147437810898s 2018-08-18 20:49:32,190 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a01fbcb8c42248fb8697ff3d257e0a8f/users/d93a1e1fce6e426da2bb78ed16f313dc/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-50164dec-076d-470f-ab0c-6c646b9c9cfb 2018-08-18 20:49:32,191 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', 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'a01fbcb8c42248fb8697ff3d257e0a8f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'b494d373-b9a6-4999-a954-30b707b2b88b', 'username': u'vmready2-user_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 20:49:32,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:49:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:49:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:49:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:49:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:49:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:49:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:49:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:49:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:49:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:49:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:49:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:49:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:49:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:49:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:49:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:49:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:49:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:49:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:49:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:49:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:49:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:49:32,196 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', 'password': 'b494d373-b9a6-4999-a954-30b707b2b88b', 'project_name': 'vmready2-project_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'a01fbcb8c42248fb8697ff3d257e0a8f', 'project_domain_name': 'Default'} 2018-08-18 20:49:32,197 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-18 20:49:32,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:49:32,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c141ae67-3d92-49bd-804d-ac0936839f3f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:49:32,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c141ae67-3d92-49bd-804d-ac0936839f3f 2018-08-18 20:49:32,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:49:32,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:49:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a01fbcb8c42248fb8697ff3d257e0a8f", "name": "vmready2-project_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/a01fbcb8c42248fb8697ff3d257e0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "id": "d93a1e1fce6e426da2bb78ed16f313dc"}, "audit_ids": ["UiZs8YkYQe24KT_IycFNAQ"], "issued_at": "2018-08-18T20:49:32.000000Z"}} 2018-08-18 20:49:32,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 20:49:32,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" -d '{"network": {"name": "vmready2-net_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "admin_state_up": true}}' 2018-08-18 20:49:33,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-851af852-5f61-4760-a5f0-b5b0fe0d0e1b Date: Sat, 18 Aug 2018 20:49:33 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a01fbcb8c42248fb8697ff3d257e0a8f","created_at":"2018-08-18T20:49:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-18T20:49:33Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a01fbcb8c42248fb8697ff3d257e0a8f","id":"63a6d44f-ac89-4c65-926b-591cd6edb706","name":"vmready2-net_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}} 2018-08-18 20:49:33,286 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-851af852-5f61-4760-a5f0-b5b0fe0d0e1b 2018-08-18 20:49:33,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.675868988037s 2018-08-18 20:49:33,286 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-851af852-5f61-4760-a5f0-b5b0fe0d0e1b 2018-08-18 20:49:33,287 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:49:33Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'63a6d44f-ac89-4c65-926b-591cd6edb706', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', u'admin_state_up': True, u'tenant_id': u'a01fbcb8c42248fb8697ff3d257e0a8f', u'created_at': u'2018-08-18T20:49:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a01fbcb8c42248fb8697ff3d257e0a8f'}) 2018-08-18 20:49:33,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:33,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:33,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-1edf5473-4d3a-43dc-b52e-65071593b9ef Date: Sat, 18 Aug 2018 20:49:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:49:33Z","tenant_id":"a01fbcb8c42248fb8697ff3d257e0a8f","created_at":"2018-08-18T20:49:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a01fbcb8c42248fb8697ff3d257e0a8f","id":"63a6d44f-ac89-4c65-926b-591cd6edb706","name":"vmready2-net_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:49:33,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1edf5473-4d3a-43dc-b52e-65071593b9ef 2018-08-18 20:49:33,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.152983903885s 2018-08-18 20:49:33,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1edf5473-4d3a-43dc-b52e-65071593b9ef 2018-08-18 20:49:33,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 20:49:33,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c082de198444d21cfa826e62ef2784a7b4c701d3" -d '{"subnet": {"name": "vmready2-subnet_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "enable_dhcp": true, "network_id": "63a6d44f-ac89-4c65-926b-591cd6edb706", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 20:49:33,971 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-94df536c-0625-48b8-b2bb-9ce04c939c3e Date: Sat, 18 Aug 2018 20:49:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63a6d44f-ac89-4c65-926b-591cd6edb706","tenant_id":"a01fbcb8c42248fb8697ff3d257e0a8f","created_at":"2018-08-18T20:49:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:49:33Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a01fbcb8c42248fb8697ff3d257e0a8f","id":"c950396e-b8f4-401e-9925-7b100f7eb159","subnetpool_id":null,"name":"vmready2-subnet_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}} 2018-08-18 20:49:33,971 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-94df536c-0625-48b8-b2bb-9ce04c939c3e 2018-08-18 20:49:33,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.528475999832s 2018-08-18 20:49:33,971 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-94df536c-0625-48b8-b2bb-9ce04c939c3e 2018-08-18 20:49:33,971 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:49: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'c950396e-b8f4-401e-9925-7b100f7eb159', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', u'enable_dhcp': True, u'network_id': u'63a6d44f-ac89-4c65-926b-591cd6edb706', u'tenant_id': u'a01fbcb8c42248fb8697ff3d257e0a8f', u'created_at': u'2018-08-18T20:49: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'a01fbcb8c42248fb8697ff3d257e0a8f'}) 2018-08-18 20:49:33,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 20:49:33,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c082de198444d21cfa826e62ef2784a7b4c701d3" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "vmready2-router_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "admin_state_up": true}}' 2018-08-18 20:49:35,377 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-d7636ef4-d459-4171-8cc8-6650a69fde01 Date: Sat, 18 Aug 2018 20:49:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "created_at": "2018-08-18T20:49:34Z", "admin_state_up": true, "updated_at": "2018-08-18T20:49:35Z", "revision_number": 2, "routes": [], "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "id": "47731105-83e6-45bb-ad01-142c81d76e19", "name": "vmready2-router_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}} 2018-08-18 20:49:35,377 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d7636ef4-d459-4171-8cc8-6650a69fde01 2018-08-18 20:49:35,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.40494298935s 2018-08-18 20:49:35,377 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d7636ef4-d459-4171-8cc8-6650a69fde01 2018-08-18 20:49:35,378 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a01fbcb8c42248fb8697ff3d257e0a8f', u'created_at': u'2018-08-18T20:49:34Z', u'admin_state_up': True, u'updated_at': u'2018-08-18T20:49:35Z', u'revision_number': 2, u'routes': [], u'project_id': u'a01fbcb8c42248fb8697ff3d257e0a8f', u'id': u'47731105-83e6-45bb-ad01-142c81d76e19', u'name': u'vmready2-router_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1'}) 2018-08-18 20:49:35,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 20:49:35,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/47731105-83e6-45bb-ad01-142c81d76e19/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}c082de198444d21cfa826e62ef2784a7b4c701d3" -d '{"subnet_id": "c950396e-b8f4-401e-9925-7b100f7eb159"}' 2018-08-18 20:49:37,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2bdeb700-279e-412d-b671-0b466feabfb2 Date: Sat, 18 Aug 2018 20:49:37 GMT RESP BODY: {"network_id": "63a6d44f-ac89-4c65-926b-591cd6edb706", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "subnet_id": "c950396e-b8f4-401e-9925-7b100f7eb159", "subnet_ids": ["c950396e-b8f4-401e-9925-7b100f7eb159"], "port_id": "2a8b4460-10f8-40fe-bdda-79bc29b10731", "id": "47731105-83e6-45bb-ad01-142c81d76e19"} 2018-08-18 20:49:37,394 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/47731105-83e6-45bb-ad01-142c81d76e19/add_router_interface.json used request id req-2bdeb700-279e-412d-b671-0b466feabfb2 2018-08-18 20:49:37,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.01543807983s 2018-08-18 20:49:37,394 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/47731105-83e6-45bb-ad01-142c81d76e19/add_router_interface.json used request id req-2bdeb700-279e-412d-b671-0b466feabfb2 returning object 47731105-83e6-45bb-ad01-142c81d76e19 2018-08-18 20:49:37,394 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 20:49:37,527 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 20:49:37,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:49:37,534 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 20:49:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 20:49:37,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:49:37,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:38,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a90bdd67-ffc8-431d-95bb-2bcca9934405 Date: Sat, 18 Aug 2018 20:49:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:49:38,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a90bdd67-ffc8-431d-95bb-2bcca9934405 2018-08-18 20:49:38,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.757912874222s 2018-08-18 20:49:38,297 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a90bdd67-ffc8-431d-95bb-2bcca9934405 2018-08-18 20:49:38,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 20:49:38,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}' 2018-08-18 20:49:38,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-467d5107-b9b1-4221-8614-ab15c924b982 Date: Sat, 18 Aug 2018 20:49:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:49:38Z", "file": "/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/file", "owner": "a01fbcb8c42248fb8697ff3d257e0a8f", "id": "a6c55982-b42e-4c2e-965a-218c7d46e2ae", "size": null, "self": "/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "checksum": null, "created_at": "2018-08-18T20:49:38Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 20:49:38,385 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-467d5107-b9b1-4221-8614-ab15c924b982 2018-08-18 20:49:38,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0797791481018s 2018-08-18 20:49:38,386 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-467d5107-b9b1-4221-8614-ab15c924b982 returning object a6c55982-b42e-4c2e-965a-218c7d46e2ae 2018-08-18 20:49:38,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 20:49:38,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/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}c082de198444d21cfa826e62ef2784a7b4c701d3" -d '' 2018-08-18 20:49:39,665 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5d162521-8778-4519-bf25-4fd0bf04d272 Date: Sat, 18 Aug 2018 20:49:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 20:49:39,666 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/file used request id req-5d162521-8778-4519-bf25-4fd0bf04d272 2018-08-18 20:49:39,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.27944898605s 2018-08-18 20:49:39,666 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/file used request id req-5d162521-8778-4519-bf25-4fd0bf04d272 2018-08-18 20:49:39,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:49:39,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:39,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-94f61ee0-3b85-48aa-b421-1d83011f2542 Date: Sat, 18 Aug 2018 20:49:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:49:39Z", "file": "/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/file", "owner": "a01fbcb8c42248fb8697ff3d257e0a8f", "id": "a6c55982-b42e-4c2e-965a-218c7d46e2ae", "size": 12716032, "self": "/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:49:38Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:49:39,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-94f61ee0-3b85-48aa-b421-1d83011f2542 2018-08-18 20:49:39,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0372540950775s 2018-08-18 20:49:39,708 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-94f61ee0-3b85-48aa-b421-1d83011f2542 2018-08-18 20:49:39,710 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/file', 'owner': u'a01fbcb8c42248fb8697ff3d257e0a8f', 'id': u'a6c55982-b42e-4c2e-965a-218c7d46e2ae', 'size': 12716032, u'self': u'/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a01fbcb8c42248fb8697ff3d257e0a8f', 'name': 'vmready2-project_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T20:49:39Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T20:49:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', 'created': u'2018-08-18T20:49:38Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T20:49:38Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 20:49:39,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 20:49:39,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}911327809f5ec8fa5ff4bd951aee5c72579f85e2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 20:49:40,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-407a8bbb-ee7a-46e8-9ff1-12b6b5ebbcbf x-compute-request-id: req-407a8bbb-ee7a-46e8-9ff1-12b6b5ebbcbf Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c0fa15a4-c083-4bb9-b776-707b7c6e1209", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c0fa15a4-c083-4bb9-b776-707b7c6e1209", "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": "c0fa15a4-c083-4bb9-b776-707b7c6e1209"}} 2018-08-18 20:49:40,538 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-407a8bbb-ee7a-46e8-9ff1-12b6b5ebbcbf 2018-08-18 20:49:40,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.826882123947s 2018-08-18 20:49:40,538 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-407a8bbb-ee7a-46e8-9ff1-12b6b5ebbcbf 2018-08-18 20:49:40,539 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1', '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'916340bf06fe4cb5a723b53dc60090de', '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'c0fa15a4-c083-4bb9-b776-707b7c6e1209', 'swap': 0}) 2018-08-18 20:49:40,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 20:49:40,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/c0fa15a4-c083-4bb9-b776-707b7c6e1209/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}911327809f5ec8fa5ff4bd951aee5c72579f85e2" -d '{"extra_specs": {}}' 2018-08-18 20:49:40,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41696d0e-40de-47e1-8f7e-640d04413973 x-compute-request-id: req-41696d0e-40de-47e1-8f7e-640d04413973 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 20:49:40,678 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/c0fa15a4-c083-4bb9-b776-707b7c6e1209/os-extra_specs used request id req-41696d0e-40de-47e1-8f7e-640d04413973 2018-08-18 20:49:40,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.138260126114s 2018-08-18 20:49:40,678 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/c0fa15a4-c083-4bb9-b776-707b7c6e1209/os-extra_specs used request id req-41696d0e-40de-47e1-8f7e-640d04413973 2018-08-18 20:49:40,792 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:49:40,792 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 20:49:40,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 20:49:40,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/47731105-83e6-45bb-ad01-142c81d76e19/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}c082de198444d21cfa826e62ef2784a7b4c701d3" -d '{"subnet_id": "c950396e-b8f4-401e-9925-7b100f7eb159"}' 2018-08-18 20:49:42,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9e2851e6-083e-432b-9c40-d149c45b4b37 Date: Sat, 18 Aug 2018 20:49:42 GMT RESP BODY: {"network_id": "63a6d44f-ac89-4c65-926b-591cd6edb706", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "subnet_id": "c950396e-b8f4-401e-9925-7b100f7eb159", "subnet_ids": ["c950396e-b8f4-401e-9925-7b100f7eb159"], "port_id": "2a8b4460-10f8-40fe-bdda-79bc29b10731", "id": "47731105-83e6-45bb-ad01-142c81d76e19"} 2018-08-18 20:49:42,311 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/47731105-83e6-45bb-ad01-142c81d76e19/remove_router_interface.json used request id req-9e2851e6-083e-432b-9c40-d149c45b4b37 2018-08-18 20:49:42,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.51396608353s 2018-08-18 20:49:42,312 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/47731105-83e6-45bb-ad01-142c81d76e19/remove_router_interface.json used request id req-9e2851e6-083e-432b-9c40-d149c45b4b37 returning object 47731105-83e6-45bb-ad01-142c81d76e19 2018-08-18 20:49:42,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 20:49:42,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:42,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-2aa4f651-732a-49c7-9be5-77e76548efae Date: Sat, 18 Aug 2018 20:49:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "created_at": "2018-08-18T20:49:34Z", "admin_state_up": true, "updated_at": "2018-08-18T20:49:41Z", "revision_number": 4, "routes": [], "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "id": "47731105-83e6-45bb-ad01-142c81d76e19", "name": "vmready2-router_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}]} 2018-08-18 20:49:42,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2aa4f651-732a-49c7-9be5-77e76548efae 2018-08-18 20:49:42,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.30698299408s 2018-08-18 20:49:42,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2aa4f651-732a-49c7-9be5-77e76548efae 2018-08-18 20:49:42,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 20:49:42,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/47731105-83e6-45bb-ad01-142c81d76e19.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:43,862 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-583e79d1-df7a-46ea-8540-83df96bcba3e Content-Length: 0 Date: Sat, 18 Aug 2018 20:49:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:49:43,862 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/47731105-83e6-45bb-ad01-142c81d76e19.json used request id req-583e79d1-df7a-46ea-8540-83df96bcba3e 2018-08-18 20:49:43,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.24105715752s 2018-08-18 20:49:43,862 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/47731105-83e6-45bb-ad01-142c81d76e19.json used request id req-583e79d1-df7a-46ea-8540-83df96bcba3e 2018-08-18 20:49:43,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:49:43,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:43,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-01626cd3-57c9-4539-bf03-227eb1b2cef9 Date: Sat, 18 Aug 2018 20:49:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63a6d44f-ac89-4c65-926b-591cd6edb706","tenant_id":"a01fbcb8c42248fb8697ff3d257e0a8f","created_at":"2018-08-18T20:49:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a01fbcb8c42248fb8697ff3d257e0a8f","id":"c950396e-b8f4-401e-9925-7b100f7eb159","subnetpool_id":null,"name":"vmready2-subnet_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}]} 2018-08-18 20:49:43,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-01626cd3-57c9-4539-bf03-227eb1b2cef9 2018-08-18 20:49:43,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0711059570312s 2018-08-18 20:49:43,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-01626cd3-57c9-4539-bf03-227eb1b2cef9 2018-08-18 20:49:43,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 20:49:43,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/c950396e-b8f4-401e-9925-7b100f7eb159.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:45,144 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ac82bfc-afa1-4df6-8134-3475d28ef1b6 Date: Sat, 18 Aug 2018 20:49:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:49:45,144 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c950396e-b8f4-401e-9925-7b100f7eb159.json used request id req-0ac82bfc-afa1-4df6-8134-3475d28ef1b6 2018-08-18 20:49:45,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.20786309242s 2018-08-18 20:49:45,144 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c950396e-b8f4-401e-9925-7b100f7eb159.json used request id req-0ac82bfc-afa1-4df6-8134-3475d28ef1b6 2018-08-18 20:49:45,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:45,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:45,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-d4470b84-9db6-4f2e-9875-e1e3ba3823b8 Date: Sat, 18 Aug 2018 20:49:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:49:45Z","tenant_id":"a01fbcb8c42248fb8697ff3d257e0a8f","created_at":"2018-08-18T20:49:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a01fbcb8c42248fb8697ff3d257e0a8f","id":"63a6d44f-ac89-4c65-926b-591cd6edb706","name":"vmready2-net_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:49:45,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d4470b84-9db6-4f2e-9875-e1e3ba3823b8 2018-08-18 20:49:45,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0940961837769s 2018-08-18 20:49:45,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d4470b84-9db6-4f2e-9875-e1e3ba3823b8 2018-08-18 20:49:45,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 20:49:45,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/63a6d44f-ac89-4c65-926b-591cd6edb706.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:47,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73dbdbf2-c8cd-43d6-a8eb-340dd7b44577 Date: Sat, 18 Aug 2018 20:49:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:49:47,041 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/63a6d44f-ac89-4c65-926b-591cd6edb706.json used request id req-73dbdbf2-c8cd-43d6-a8eb-340dd7b44577 2018-08-18 20:49:47,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.8007569313s 2018-08-18 20:49:47,041 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/63a6d44f-ac89-4c65-926b-591cd6edb706.json used request id req-73dbdbf2-c8cd-43d6-a8eb-340dd7b44577 2018-08-18 20:49:47,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:49:47,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:47,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-10516e93-6649-4e80-b90a-fddc9a6a0b1e Date: Sat, 18 Aug 2018 20:49:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:49:39Z", "file": "/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/file", "owner": "a01fbcb8c42248fb8697ff3d257e0a8f", "id": "a6c55982-b42e-4c2e-965a-218c7d46e2ae", "size": 12716032, "self": "/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:49:38Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:49:47,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-10516e93-6649-4e80-b90a-fddc9a6a0b1e 2018-08-18 20:49:47,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0389270782471s 2018-08-18 20:49:47,084 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-10516e93-6649-4e80-b90a-fddc9a6a0b1e 2018-08-18 20:49:47,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 20:49:47,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c082de198444d21cfa826e62ef2784a7b4c701d3" 2018-08-18 20:49:47,780 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4f59904-7423-4a28-a4db-20e7e98f5e9a Date: Sat, 18 Aug 2018 20:49: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-18 20:49:47,780 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae used request id req-c4f59904-7423-4a28-a4db-20e7e98f5e9a 2018-08-18 20:49:47,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.69504404068s 2018-08-18 20:49:47,781 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a6c55982-b42e-4c2e-965a-218c7d46e2ae used request id req-c4f59904-7423-4a28-a4db-20e7e98f5e9a 2018-08-18 20:49:47,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:49:47,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:47,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49: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-7cc1eba7-627f-4825-8f90-1236662d648b x-compute-request-id: req-7cc1eba7-627f-4825-8f90-1236662d648b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c0fa15a4-c083-4bb9-b776-707b7c6e1209", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c0fa15a4-c083-4bb9-b776-707b7c6e1209", "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": "c0fa15a4-c083-4bb9-b776-707b7c6e1209"}]} 2018-08-18 20:49:47,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-7cc1eba7-627f-4825-8f90-1236662d648b 2018-08-18 20:49:47,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0279710292816s 2018-08-18 20:49:47,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-7cc1eba7-627f-4825-8f90-1236662d648b 2018-08-18 20:49:47,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 20:49:47,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/c0fa15a4-c083-4bb9-b776-707b7c6e1209 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:47,855 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:49: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-90abf766-23e7-4339-ad9f-dc6d97b4a17e x-compute-request-id: req-90abf766-23e7-4339-ad9f-dc6d97b4a17e Content-Length: 0 Content-Type: application/json 2018-08-18 20:49:47,855 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c0fa15a4-c083-4bb9-b776-707b7c6e1209 used request id req-90abf766-23e7-4339-ad9f-dc6d97b4a17e 2018-08-18 20:49:47,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0434408187866s 2018-08-18 20:49:47,856 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c0fa15a4-c083-4bb9-b776-707b7c6e1209 used request id req-90abf766-23e7-4339-ad9f-dc6d97b4a17e 2018-08-18 20:49:47,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:49:47,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:48,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac6992d-7f49-4553-a574-faf87cac313a Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmready2-user_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "links": {"self": "http://172.30.9.28:5000/v3/users/d93a1e1fce6e426da2bb78ed16f313dc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d93a1e1fce6e426da2bb78ed16f313dc", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:49:48,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9ac6992d-7f49-4553-a574-faf87cac313a 2018-08-18 20:49:48,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.184169054031s 2018-08-18 20:49:48,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9ac6992d-7f49-4553-a574-faf87cac313a 2018-08-18 20:49:48,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:49:48,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/d93a1e1fce6e426da2bb78ed16f313dc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:48,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa352b56-9bcc-41d6-995d-60653ed231fa Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1", "links": {"self": "http://172.30.9.28:5000/v3/users/d93a1e1fce6e426da2bb78ed16f313dc"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d93a1e1fce6e426da2bb78ed16f313dc", "description": null}} 2018-08-18 20:49:48,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/d93a1e1fce6e426da2bb78ed16f313dc used request id req-fa352b56-9bcc-41d6-995d-60653ed231fa 2018-08-18 20:49:48,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.276156902313s 2018-08-18 20:49:48,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/d93a1e1fce6e426da2bb78ed16f313dc used request id req-fa352b56-9bcc-41d6-995d-60653ed231fa 2018-08-18 20:49:48,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 20:49:48,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/d93a1e1fce6e426da2bb78ed16f313dc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:48,546 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:49:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d888c37-929e-404d-b130-6434a0569203 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:49:48,546 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d93a1e1fce6e426da2bb78ed16f313dc used request id req-7d888c37-929e-404d-b130-6434a0569203 2018-08-18 20:49:48,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.22158908844s 2018-08-18 20:49:48,546 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d93a1e1fce6e426da2bb78ed16f313dc used request id req-7d888c37-929e-404d-b130-6434a0569203 2018-08-18 20:49:48,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:49:48,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:48,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af47a8e-40ed-480f-b9d5-342b4873f322 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/a01fbcb8c42248fb8697ff3d257e0a8f"}, "tags": [], "enabled": true, "id": "a01fbcb8c42248fb8697ff3d257e0a8f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_dd0dc5a8-b258-4ec9-b6bb-c98e9135d0c1"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 20:49:48,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-6af47a8e-40ed-480f-b9d5-342b4873f322 2018-08-18 20:49:48,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.175549983978s 2018-08-18 20:49:48,728 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-6af47a8e-40ed-480f-b9d5-342b4873f322 2018-08-18 20:49:48,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 20:49:48,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/a01fbcb8c42248fb8697ff3d257e0a8f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}911327809f5ec8fa5ff4bd951aee5c72579f85e2" 2018-08-18 20:49:48,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:49:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f1a96ba-e322-4738-8cc8-c9ed5faf9964 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:49:48,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a01fbcb8c42248fb8697ff3d257e0a8f used request id req-1f1a96ba-e322-4738-8cc8-c9ed5faf9964 2018-08-18 20:49:48,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.213064908981s 2018-08-18 20:49:48,947 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a01fbcb8c42248fb8697ff3d257e0a8f used request id req-1f1a96ba-e322-4738-8cc8-c9ed5faf9964 2018-08-18 20:49:49,000 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-18 20:49:49,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:49:49,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:49:49,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:49:49,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:49:49,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:49:49,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:49:49,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:49:49,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:49:49,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:49:49,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:49:49,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:49:49,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:49:49,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:49:49,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc9d2bb6-d2c8-4b8d-bc66-91655055b5ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:49:49,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dc9d2bb6-d2c8-4b8d-bc66-91655055b5ff 2018-08-18 20:49:49,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:49:49,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:49:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["jfUHTUXITyy0YM-FCKdliA"], "issued_at": "2018-08-18T20:49:49.000000Z"}} 2018-08-18 20:49:49,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:49,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:49:49,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-deb12bc3-104f-4345-a7e7-d0f477083210 Date: Sat, 18 Aug 2018 20:49:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:49:49,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-deb12bc3-104f-4345-a7e7-d0f477083210 2018-08-18 20:49:49,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364255905151s 2018-08-18 20:49:49,838 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-deb12bc3-104f-4345-a7e7-d0f477083210 2018-08-18 20:49:49,843 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-18 20:49:49,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 20:49:49,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"network": {"name": "singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535", "admin_state_up": true}}' 2018-08-18 20:49:50,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-4dc06828-8a1b-4a9b-8347-8dd836414870 Date: Sat, 18 Aug 2018 20:49:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:49:49Z","is_default":false,"provider:segmentation_id":2,"name":"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:49Z","mtu":1450}} 2018-08-18 20:49:50,071 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4dc06828-8a1b-4a9b-8347-8dd836414870 2018-08-18 20:49:50,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.226692914963s 2018-08-18 20:49:50,071 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4dc06828-8a1b-4a9b-8347-8dd836414870 2018-08-18 20:49:50,072 - 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-18T20:49:49Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'95bcb076-e3aa-4486-aa73-5a5197f84d7a', u'provider:segmentation_id': 2, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535', u'admin_state_up': True, u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:49:49Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 20:49:50,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:50,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:49:50,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-14b47d21-1c86-4204-961b-746db48ab2ce Date: Sat, 18 Aug 2018 20:49:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:49:49Z","provider:segmentation_id":2,"name":"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:49Z","provider:network_type":"vxlan"}]} 2018-08-18 20:49:50,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-14b47d21-1c86-4204-961b-746db48ab2ce 2018-08-18 20:49:50,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108907938004s 2018-08-18 20:49:50,182 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-14b47d21-1c86-4204-961b-746db48ab2ce 2018-08-18 20:49:50,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 20:49:50,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"subnet": {"name": "singlevm1-subnet_c856a3a1-cabb-4867-8842-59d4cbd13535", "enable_dhcp": true, "network_id": "95bcb076-e3aa-4486-aa73-5a5197f84d7a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 20:49:50,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-e89c5f8a-8e48-4d46-968d-c596062c2111 Date: Sat, 18 Aug 2018 20:49:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:49:50Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"916340bf06fe4cb5a723b53dc60090de","id":"0b20fb64-5860-49a6-9801-7a1ec9806383","subnetpool_id":null,"name":"singlevm1-subnet_c856a3a1-cabb-4867-8842-59d4cbd13535"}} 2018-08-18 20:49:50,724 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e89c5f8a-8e48-4d46-968d-c596062c2111 2018-08-18 20:49:50,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.540905952454s 2018-08-18 20:49:50,724 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e89c5f8a-8e48-4d46-968d-c596062c2111 2018-08-18 20:49:50,725 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:49:50Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'0b20fb64-5860-49a6-9801-7a1ec9806383', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_c856a3a1-cabb-4867-8842-59d4cbd13535', u'enable_dhcp': True, u'network_id': u'95bcb076-e3aa-4486-aa73-5a5197f84d7a', u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:49:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 20:49:50,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 20:49:50,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "singlevm1-router_c856a3a1-cabb-4867-8842-59d4cbd13535", "admin_state_up": true}}' 2018-08-18 20:49:51,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5077b3fe-3114-4385-aae4-a8d3aa0a4fe4 Date: Sat, 18 Aug 2018 20:49:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:49:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T20:49:51Z", "revision_number": 2, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "0fa8e4cd-b317-4c8c-a5f3-7f264d3be325", "name": "singlevm1-router_c856a3a1-cabb-4867-8842-59d4cbd13535"}} 2018-08-18 20:49:51,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-5077b3fe-3114-4385-aae4-a8d3aa0a4fe4 2018-08-18 20:49:51,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.21646690369s 2018-08-18 20:49:51,942 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-5077b3fe-3114-4385-aae4-a8d3aa0a4fe4 2018-08-18 20:49:51,943 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:49:50Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-18T20:49:51Z', u'revision_number': 2, u'routes': [], u'project_id': u'916340bf06fe4cb5a723b53dc60090de', u'id': u'0fa8e4cd-b317-4c8c-a5f3-7f264d3be325', u'name': u'singlevm1-router_c856a3a1-cabb-4867-8842-59d4cbd13535'}) 2018-08-18 20:49:51,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 20:49:51,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/0fa8e4cd-b317-4c8c-a5f3-7f264d3be325/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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"subnet_id": "0b20fb64-5860-49a6-9801-7a1ec9806383"}' 2018-08-18 20:49:53,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6010429e-da7b-4b09-ae00-8bd257ea3f65 Date: Sat, 18 Aug 2018 20:49:53 GMT RESP BODY: {"network_id": "95bcb076-e3aa-4486-aa73-5a5197f84d7a", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "0b20fb64-5860-49a6-9801-7a1ec9806383", "subnet_ids": ["0b20fb64-5860-49a6-9801-7a1ec9806383"], "port_id": "6acd14d3-a1dc-4117-999e-b5f92301f5f4", "id": "0fa8e4cd-b317-4c8c-a5f3-7f264d3be325"} 2018-08-18 20:49:53,594 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/0fa8e4cd-b317-4c8c-a5f3-7f264d3be325/add_router_interface.json used request id req-6010429e-da7b-4b09-ae00-8bd257ea3f65 2018-08-18 20:49:53,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.650578022s 2018-08-18 20:49:53,594 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/0fa8e4cd-b317-4c8c-a5f3-7f264d3be325/add_router_interface.json used request id req-6010429e-da7b-4b09-ae00-8bd257ea3f65 returning object 0fa8e4cd-b317-4c8c-a5f3-7f264d3be325 2018-08-18 20:49:53,595 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 20:49:53,727 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 20:49:53,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:49:53,733 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 20:49:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 20:49:53,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:49:53,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:49:54,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8a382264-30e1-46a2-819e-c1a75565bed3 Date: Sat, 18 Aug 2018 20:49:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:49:54,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8a382264-30e1-46a2-819e-c1a75565bed3 2018-08-18 20:49:54,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.282994031906s 2018-08-18 20:49:54,019 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8a382264-30e1-46a2-819e-c1a75565bed3 2018-08-18 20:49:54,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 20:49:54,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535"}' 2018-08-18 20:49:54,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-966c5bae-c61b-402d-bdc1-7ba79adfb10c Date: Sat, 18 Aug 2018 20:49:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:49:54Z", "file": "/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "size": null, "self": "/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535", "checksum": null, "created_at": "2018-08-18T20:49:54Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 20:49:54,103 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-966c5bae-c61b-402d-bdc1-7ba79adfb10c 2018-08-18 20:49:54,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0758850574493s 2018-08-18 20:49:54,103 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-966c5bae-c61b-402d-bdc1-7ba79adfb10c returning object 3c6d4a64-608b-402c-9bfe-59ffee28abcc 2018-08-18 20:49:54,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 20:49:54,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '' 2018-08-18 20:49:54,494 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3e1e24c-3338-454e-95ce-a7719146179b Date: Sat, 18 Aug 2018 20:49: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-18 20:49:54,494 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/file used request id req-f3e1e24c-3338-454e-95ce-a7719146179b 2018-08-18 20:49:54,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.389671087265s 2018-08-18 20:49:54,494 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/file used request id req-f3e1e24c-3338-454e-95ce-a7719146179b 2018-08-18 20:49:54,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:49:54,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:49:54,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d25dc13f-6c51-416d-b795-8708ea26e9c9 Date: Sat, 18 Aug 2018 20:49:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:49:54Z", "file": "/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "size": 12716032, "self": "/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:49:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:49:54,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d25dc13f-6c51-416d-b795-8708ea26e9c9 2018-08-18 20:49:54,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0241100788116s 2018-08-18 20:49:54,523 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d25dc13f-6c51-416d-b795-8708ea26e9c9 2018-08-18 20:49:54,524 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'3c6d4a64-608b-402c-9bfe-59ffee28abcc', 'size': 12716032, u'self': u'/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T20:49:54Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T20:49:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535', 'created': u'2018-08-18T20:49:54Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T20:49:54Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 20:49:54,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 20:49:54,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_c856a3a1-cabb-4867-8842-59d4cbd13535", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 20:49:55,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49: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-5af2483f-bb98-48ff-a0ad-dc7a6becad6c x-compute-request-id: req-5af2483f-bb98-48ff-a0ad-dc7a6becad6c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_c856a3a1-cabb-4867-8842-59d4cbd13535", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "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": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669"}} 2018-08-18 20:49:55,233 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5af2483f-bb98-48ff-a0ad-dc7a6becad6c 2018-08-18 20:49:55,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.707643985748s 2018-08-18 20:49:55,233 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5af2483f-bb98-48ff-a0ad-dc7a6becad6c 2018-08-18 20:49:55,234 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_c856a3a1-cabb-4867-8842-59d4cbd13535', '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'916340bf06fe4cb5a723b53dc60090de', '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'74bd3cab-cfa6-4ebd-a352-f297fdcb1669', 'swap': 0}) 2018-08-18 20:49:55,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 20:49:55,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669/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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"extra_specs": {}}' 2018-08-18 20:49:55,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49: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-d741022c-66b0-4b6e-8960-e1441767948a x-compute-request-id: req-d741022c-66b0-4b6e-8960-e1441767948a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 20:49:55,370 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669/os-extra_specs used request id req-d741022c-66b0-4b6e-8960-e1441767948a 2018-08-18 20:49:55,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.135135889053s 2018-08-18 20:49:55,370 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669/os-extra_specs used request id req-d741022c-66b0-4b6e-8960-e1441767948a 2018-08-18 20:49:55,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 20:49:55,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"keypair": {"name": "singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535"}}' 2018-08-18 20:49:55,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49: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-7be05f1f-135a-44ba-82f3-1954931fa438 x-compute-request-id: req-7be05f1f-135a-44ba-82f3-1954931fa438 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDK0JsmFyEO+5cVrG0N1qUxpgf1L/x1/HHQW7ua7ugvG9ea+L+AfDahS17kS9/T0+LNiYBxfTSJsFN5IBxaGJ3l/YqPuAn2NiFSYNFpzw67+w9fnX72+LWCUHHU8A3U6QK4uUaBP8muZr/oUwI9e51Eu7Jp1y54Mi1Nk0mddXwm9VMqb1OFrwY4Sd90+10oOYlDreouZRHM3Y9Hq3oVvl8XbxCctYV1stjUDBfSFw8JTvFHU9AkU80X/8rmvun7uIF4VwvBUTxlCWrhvyDmIKb5vLtQm9zzTAUodPwwjz1wLxtj1syia0fwnN93WrV8624uRCIORgj9NwBP5Vc640HT Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAytCbJhchDvuXFaxtDdalMaYH9S/8dfxx0Fu7mu7oLxvXmvi/\ngHw2oUte5Evf09PizYmAcX00ibBTeSAcWhid5f2Kj7gJ9jYhUmDRac8Ou/sPX51+\n9vi1glBx1PAN1OkCuLlGgT/Jrma/6FMCPXudRLuyadcueDItTZNJnXV8JvVTKm9T\nha8GOEnfdPtdKDmJQ63qLmURzN2PR6t6Fb5fF28QnLWFdbLY1AwX0hcPCU7xR1PQ\nJFPNF//K5r7p+7iBeFcLwVE8ZQlq4b8g5iCm+by7UJvc80wFKHT8MI89cC8bY9bM\nomtH8Jzfd1q1fOtuLkQiDkYI/TcAT+VXOuNB0wIDAQABAoIBABAG+ivBaihf82mQ\nDbIpQzawMzLKDv5X67qWdTXiKVEHtzsU6zVBG6QVa7NI17BKr0Kk2hSd21gCKiaJ\nRhRMm7XAGoIO/iKJ1opHAmWFKlnqliVtMcpcjyN0Lfqw2bb4jvGAGrU+EDcLAaFf\nZe7r5Nq4pnm8unxfIrtdp1SdIymE13hOub/9AWMIWasOdwTCqWinrUefjSS8o8EM\nZ9j5aH+QLBH79xU8QnQWBLMrjEdartpjFWpkhqV5E6YSAlBIUXO5RL/2xLKu8U2i\nSaHjLN+mj3R5pAowZO8dQGVYDDR7SamFFG4c59c4XlkiMlkHkMNeKxvR1WtXEo2B\nz0QXMmkCgYEA7hNTaTcgFLKsmofBXbCOTNul5L3IZ1H/ohVdeJLogxcDRAWgqIfI\ndgiC9SjB6Yd2ZNwGuvBg658UDuiqyJnWH1QsBH57rY/wZQk1ELs148bxs9mwEvkU\nViObpTIVeh8NUPk3763KWUxjUoKBOWS5nisxU7DPdcASHICr6a+lXTUCgYEA2hWq\neDxUpX8A74pPTHgH3DL9AGIWeVT26f+6wgYPeMvX6+vaVYeT5eqz8+QX1KTYMTdz\npfYD7quZxdJmKnaQfYYN101WV0AVN6SoWc9uTv8EnD+N5SwrkS/xb8dWvTX4aQxR\n868c5+mqBq294PiDlKY/HyKLhZZkHdyNeIW7a+cCgYEAu0PcUmCYDW/VsN+jy+w6\nol4LiXd2kT7Ak1+23EbCOYr6eKDslGPp3F4plGlwzh5NlFw1twmpUu0YO/nrjErl\nUFNHJGnRIt6buv2ZDgYUB4zPRiavBt2Bj5gGr9RLbHnMYasGwrKy/bbGUXpx5xFB\nqBZVgH0NUpO4K09S6kfNDRkCgYEApy2aq2ccQG22iupM1cLhy6RunB+VONewHDtE\nsD2zGJey4xC/I3e2Ibck0d7VgdYIQNpQVjXcV9bGH4aleQHAy+i6rYSEnofqe+hG\ngepoljgaEakKnlaY40iMXXLDBHLeBbFDFXn0v7c49ruzZkU7oPU8SCLUL8jU4KtU\n68IgpZsCgYAMbVyS/j8vzSolhVKJNk2EC5eeJb6jrrdw03XPiSikg1C5wI6iNtKz\nGbplAMn7G2uO/GnbxLiQQjMpA4EEMCG3QtQB1oAmdpThOSi8AkmxG+CuYShadesO\nhDbLYT6QXaLYuauCKp8x3j5K2RWKauRqluqCS00GS3TYEFby/2U/5w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "74551d82a51246a1910f385647e01da0", "name": "singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535", "fingerprint": "2b:19:2a:96:68:c5:5d:59:4b:05:9d:1b:74:48:7c:d7"}} 2018-08-18 20:49:55,605 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-7be05f1f-135a-44ba-82f3-1954931fa438 2018-08-18 20:49:55,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.234482049942s 2018-08-18 20:49:55,606 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-7be05f1f-135a-44ba-82f3-1954931fa438 2018-08-18 20:49:55,607 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDK0JsmFyEO+5cVrG0N1qUxpgf1L/x1/HHQW7ua7ugvG9ea+L+AfDahS17kS9/T0+LNiYBxfTSJsFN5IBxaGJ3l/YqPuAn2NiFSYNFpzw67+w9fnX72+LWCUHHU8A3U6QK4uUaBP8muZr/oUwI9e51Eu7Jp1y54Mi1Nk0mddXwm9VMqb1OFrwY4Sd90+10oOYlDreouZRHM3Y9Hq3oVvl8XbxCctYV1stjUDBfSFw8JTvFHU9AkU80X/8rmvun7uIF4VwvBUTxlCWrhvyDmIKb5vLtQm9zzTAUodPwwjz1wLxtj1syia0fwnN93WrV8624uRCIORgj9NwBP5Vc640HT Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAytCbJhchDvuXFaxtDdalMaYH9S/8dfxx0Fu7mu7oLxvXmvi/\ngHw2oUte5Evf09PizYmAcX00ibBTeSAcWhid5f2Kj7gJ9jYhUmDRac8Ou/sPX51+\n9vi1glBx1PAN1OkCuLlGgT/Jrma/6FMCPXudRLuyadcueDItTZNJnXV8JvVTKm9T\nha8GOEnfdPtdKDmJQ63qLmURzN2PR6t6Fb5fF28QnLWFdbLY1AwX0hcPCU7xR1PQ\nJFPNF//K5r7p+7iBeFcLwVE8ZQlq4b8g5iCm+by7UJvc80wFKHT8MI89cC8bY9bM\nomtH8Jzfd1q1fOtuLkQiDkYI/TcAT+VXOuNB0wIDAQABAoIBABAG+ivBaihf82mQ\nDbIpQzawMzLKDv5X67qWdTXiKVEHtzsU6zVBG6QVa7NI17BKr0Kk2hSd21gCKiaJ\nRhRMm7XAGoIO/iKJ1opHAmWFKlnqliVtMcpcjyN0Lfqw2bb4jvGAGrU+EDcLAaFf\nZe7r5Nq4pnm8unxfIrtdp1SdIymE13hOub/9AWMIWasOdwTCqWinrUefjSS8o8EM\nZ9j5aH+QLBH79xU8QnQWBLMrjEdartpjFWpkhqV5E6YSAlBIUXO5RL/2xLKu8U2i\nSaHjLN+mj3R5pAowZO8dQGVYDDR7SamFFG4c59c4XlkiMlkHkMNeKxvR1WtXEo2B\nz0QXMmkCgYEA7hNTaTcgFLKsmofBXbCOTNul5L3IZ1H/ohVdeJLogxcDRAWgqIfI\ndgiC9SjB6Yd2ZNwGuvBg658UDuiqyJnWH1QsBH57rY/wZQk1ELs148bxs9mwEvkU\nViObpTIVeh8NUPk3763KWUxjUoKBOWS5nisxU7DPdcASHICr6a+lXTUCgYEA2hWq\neDxUpX8A74pPTHgH3DL9AGIWeVT26f+6wgYPeMvX6+vaVYeT5eqz8+QX1KTYMTdz\npfYD7quZxdJmKnaQfYYN101WV0AVN6SoWc9uTv8EnD+N5SwrkS/xb8dWvTX4aQxR\n868c5+mqBq294PiDlKY/HyKLhZZkHdyNeIW7a+cCgYEAu0PcUmCYDW/VsN+jy+w6\nol4LiXd2kT7Ak1+23EbCOYr6eKDslGPp3F4plGlwzh5NlFw1twmpUu0YO/nrjErl\nUFNHJGnRIt6buv2ZDgYUB4zPRiavBt2Bj5gGr9RLbHnMYasGwrKy/bbGUXpx5xFB\nqBZVgH0NUpO4K09S6kfNDRkCgYEApy2aq2ccQG22iupM1cLhy6RunB+VONewHDtE\nsD2zGJey4xC/I3e2Ibck0d7VgdYIQNpQVjXcV9bGH4aleQHAy+i6rYSEnofqe+hG\ngepoljgaEakKnlaY40iMXXLDBHLeBbFDFXn0v7c49ruzZkU7oPU8SCLUL8jU4KtU\n68IgpZsCgYAMbVyS/j8vzSolhVKJNk2EC5eeJb6jrrdw03XPiSikg1C5wI6iNtKz\nGbplAMn7G2uO/GnbxLiQQjMpA4EEMCG3QtQB1oAmdpThOSi8AkmxG+CuYShadesO\nhDbLYT6QXaLYuauCKp8x3j5K2RWKauRqluqCS00GS3TYEFby/2U/5w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'74551d82a51246a1910f385647e01da0', 'name': u'singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535', 'created_at': '2018-08-18T20:49:55.606981', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2b:19:2a:96:68:c5:5d:59:4b:05:9d:1b:74:48:7c:d7', 'type': 'ssh', 'id': u'singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535'}) 2018-08-18 20:49:55,607 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAytCbJhchDvuXFaxtDdalMaYH9S/8dfxx0Fu7mu7oLxvXmvi/ gHw2oUte5Evf09PizYmAcX00ibBTeSAcWhid5f2Kj7gJ9jYhUmDRac8Ou/sPX51+ 9vi1glBx1PAN1OkCuLlGgT/Jrma/6FMCPXudRLuyadcueDItTZNJnXV8JvVTKm9T ha8GOEnfdPtdKDmJQ63qLmURzN2PR6t6Fb5fF28QnLWFdbLY1AwX0hcPCU7xR1PQ JFPNF//K5r7p+7iBeFcLwVE8ZQlq4b8g5iCm+by7UJvc80wFKHT8MI89cC8bY9bM omtH8Jzfd1q1fOtuLkQiDkYI/TcAT+VXOuNB0wIDAQABAoIBABAG+ivBaihf82mQ DbIpQzawMzLKDv5X67qWdTXiKVEHtzsU6zVBG6QVa7NI17BKr0Kk2hSd21gCKiaJ RhRMm7XAGoIO/iKJ1opHAmWFKlnqliVtMcpcjyN0Lfqw2bb4jvGAGrU+EDcLAaFf Ze7r5Nq4pnm8unxfIrtdp1SdIymE13hOub/9AWMIWasOdwTCqWinrUefjSS8o8EM Z9j5aH+QLBH79xU8QnQWBLMrjEdartpjFWpkhqV5E6YSAlBIUXO5RL/2xLKu8U2i SaHjLN+mj3R5pAowZO8dQGVYDDR7SamFFG4c59c4XlkiMlkHkMNeKxvR1WtXEo2B z0QXMmkCgYEA7hNTaTcgFLKsmofBXbCOTNul5L3IZ1H/ohVdeJLogxcDRAWgqIfI dgiC9SjB6Yd2ZNwGuvBg658UDuiqyJnWH1QsBH57rY/wZQk1ELs148bxs9mwEvkU ViObpTIVeh8NUPk3763KWUxjUoKBOWS5nisxU7DPdcASHICr6a+lXTUCgYEA2hWq eDxUpX8A74pPTHgH3DL9AGIWeVT26f+6wgYPeMvX6+vaVYeT5eqz8+QX1KTYMTdz pfYD7quZxdJmKnaQfYYN101WV0AVN6SoWc9uTv8EnD+N5SwrkS/xb8dWvTX4aQxR 868c5+mqBq294PiDlKY/HyKLhZZkHdyNeIW7a+cCgYEAu0PcUmCYDW/VsN+jy+w6 ol4LiXd2kT7Ak1+23EbCOYr6eKDslGPp3F4plGlwzh5NlFw1twmpUu0YO/nrjErl UFNHJGnRIt6buv2ZDgYUB4zPRiavBt2Bj5gGr9RLbHnMYasGwrKy/bbGUXpx5xFB qBZVgH0NUpO4K09S6kfNDRkCgYEApy2aq2ccQG22iupM1cLhy6RunB+VONewHDtE sD2zGJey4xC/I3e2Ibck0d7VgdYIQNpQVjXcV9bGH4aleQHAy+i6rYSEnofqe+hG gepoljgaEakKnlaY40iMXXLDBHLeBbFDFXn0v7c49ruzZkU7oPU8SCLUL8jU4KtU 68IgpZsCgYAMbVyS/j8vzSolhVKJNk2EC5eeJb6jrrdw03XPiSikg1C5wI6iNtKz GbplAMn7G2uO/GnbxLiQQjMpA4EEMCG3QtQB1oAmdpThOSi8AkmxG+CuYShadesO hDbLYT6QXaLYuauCKp8x3j5K2RWKauRqluqCS00GS3TYEFby/2U/5w== -----END RSA PRIVATE KEY----- 2018-08-18 20:49:55,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-18 20:49:55,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"security_group": {"name": "singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-18 20:49:55,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-3cef7ad7-0aa8-4ba5-a216-5ad3fe16d0f9 Date: Sat, 18 Aug 2018 20:49:55 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:49:55Z", "updated_at": "2018-08-18T20:49:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:55Z", "revision_number": 0, "id": "65d9b00b-f494-4971-ac8f-2b2b81db6ff3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:55Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:55Z", "revision_number": 0, "id": "caa5388b-f3a9-482b-83c5-1d5332282db4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:55Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}], "revision_number": 1, "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "name": "singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535"}} 2018-08-18 20:49:55,914 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3cef7ad7-0aa8-4ba5-a216-5ad3fe16d0f9 2018-08-18 20:49:55,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.3043820858s 2018-08-18 20:49:55,915 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3cef7ad7-0aa8-4ba5-a216-5ad3fe16d0f9 2018-08-18 20:49:55,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:49:55,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:49:56,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-332d5ee2-c46f-4fdd-9758-6e547d6ae422 Date: Sat, 18 Aug 2018 20:49:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:48:44Z", "updated_at": "2018-08-18T20:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "47a61cee-2862-4201-9503-f3543940fba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "9d1834ff-3d59-48c8-a0bf-bde80e10d965", "remote_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "c7115d0b-5980-4af3-b25f-226ee4b28643", "remote_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "c804b0ac-2eea-4cec-82c6-e4c5a99cca73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}], "revision_number": 1, "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "created_at": "2018-08-18T20:49:32Z", "updated_at": "2018-08-18T20:49:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "476d50b4-3540-4b6c-bce9-0bf6a17f26e5", "remote_group_id": "85721bca-80db-4a65-a277-616402a5e918", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "9c4b141c-31cf-4640-b835-6d70c4380d43", "remote_group_id": "85721bca-80db-4a65-a277-616402a5e918", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "a2b25ac6-1b46-45f5-975c-dbfb1b43cd18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "b91a6bbd-c9af-4b0d-8a1b-8a60420ccdbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}], "revision_number": 1, "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "id": "85721bca-80db-4a65-a277-616402a5e918", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "created_at": "2018-08-18T20:49:00Z", "updated_at": "2018-08-18T20:49:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "1fa5d6bf-0fe0-49cb-ae72-ce26ba54b643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "21925a47-fa78-4829-a722-8823a74b0a7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "775f4697-9c33-4b91-943a-123e03c6ae28", "remote_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "8e066ae6-01c7-41d7-8983-8d70fd19d7de", "remote_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}], "revision_number": 1, "project_id": "a7bce7c15b3645899eb6a5c21c486633", "id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-18T20:48:46Z", "updated_at": "2018-08-18T20:48:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:46Z", "revision_number": 0, "id": "5f99e03d-01e0-4e9a-b77f-eef66bb8733f", "remote_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "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-18T20:48:46Z", "revision_number": 0, "id": "70955a58-7507-4d5d-8749-8acf80caf584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "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-18T20:48:46Z", "revision_number": 0, "id": "ba9b2585-ead3-47b7-9607-70481b7a3183", "remote_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:46Z", "revision_number": 0, "id": "eb334440-a356-4321-8c7e-68f1e2646378", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:49:55Z", "updated_at": "2018-08-18T20:49:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:55Z", "revision_number": 0, "id": "65d9b00b-f494-4971-ac8f-2b2b81db6ff3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:55Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:55Z", "revision_number": 0, "id": "caa5388b-f3a9-482b-83c5-1d5332282db4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:55Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}], "revision_number": 1, "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "name": "singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535"}, {"description": "Default security group", "tags": [], "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "created_at": "2018-08-18T20:46:24Z", "updated_at": "2018-08-18T20:46:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "4ef5fd9f-d046-45c3-a0d1-14e00afa29c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv6", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "95c7ccfa-0ad7-477d-8cab-b6332d46046a", "remote_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv4", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "df403748-5f6b-4f80-98a9-30ec429f2880", "remote_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv6", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "e1a29f13-ddd8-4f53-b578-f2c5bdad3617", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv4", "project_id": "a717651222bc4d4aa3a98a890714bc85"}], "revision_number": 1, "project_id": "a717651222bc4d4aa3a98a890714bc85", "id": "feb52625-9dfb-46da-85c7-f3753893281f", "name": "default"}]} 2018-08-18 20:49:56,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-332d5ee2-c46f-4fdd-9758-6e547d6ae422 2018-08-18 20:49:56,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.102705955505s 2018-08-18 20:49:56,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-332d5ee2-c46f-4fdd-9758-6e547d6ae422 2018-08-18 20:49:56,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 20:49:56,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -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": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81"}}' 2018-08-18 20:49:56,262 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0acc8b39-0aa7-4936-80b5-0e554b53b269 Date: Sat, 18 Aug 2018 20:49:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-18T20:49:56Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "port_range_min": 22, "revision_number": 0, "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:49:56Z", "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "f377f853-bded-4c63-b5a9-b61cd09dbfe2"}} 2018-08-18 20:49:56,262 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0acc8b39-0aa7-4936-80b5-0e554b53b269 2018-08-18 20:49:56,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.234758853912s 2018-08-18 20:49:56,262 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0acc8b39-0aa7-4936-80b5-0e554b53b269 2018-08-18 20:49:56,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:49:56,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:49:56,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-e3347d23-d3b8-485a-b5ea-0e97b4fec78f Date: Sat, 18 Aug 2018 20:49:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:48:44Z", "updated_at": "2018-08-18T20:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "47a61cee-2862-4201-9503-f3543940fba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "9d1834ff-3d59-48c8-a0bf-bde80e10d965", "remote_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "c7115d0b-5980-4af3-b25f-226ee4b28643", "remote_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "c804b0ac-2eea-4cec-82c6-e4c5a99cca73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}], "revision_number": 1, "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "created_at": "2018-08-18T20:49:32Z", "updated_at": "2018-08-18T20:49:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "476d50b4-3540-4b6c-bce9-0bf6a17f26e5", "remote_group_id": "85721bca-80db-4a65-a277-616402a5e918", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "9c4b141c-31cf-4640-b835-6d70c4380d43", "remote_group_id": "85721bca-80db-4a65-a277-616402a5e918", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "a2b25ac6-1b46-45f5-975c-dbfb1b43cd18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "b91a6bbd-c9af-4b0d-8a1b-8a60420ccdbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}], "revision_number": 1, "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "id": "85721bca-80db-4a65-a277-616402a5e918", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "created_at": "2018-08-18T20:49:00Z", "updated_at": "2018-08-18T20:49:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "1fa5d6bf-0fe0-49cb-ae72-ce26ba54b643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "21925a47-fa78-4829-a722-8823a74b0a7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "775f4697-9c33-4b91-943a-123e03c6ae28", "remote_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "8e066ae6-01c7-41d7-8983-8d70fd19d7de", "remote_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}], "revision_number": 1, "project_id": "a7bce7c15b3645899eb6a5c21c486633", "id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-18T20:48:46Z", "updated_at": "2018-08-18T20:48:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:46Z", "revision_number": 0, "id": "5f99e03d-01e0-4e9a-b77f-eef66bb8733f", "remote_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "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-18T20:48:46Z", "revision_number": 0, "id": "70955a58-7507-4d5d-8749-8acf80caf584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "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-18T20:48:46Z", "revision_number": 0, "id": "ba9b2585-ead3-47b7-9607-70481b7a3183", "remote_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:46Z", "revision_number": 0, "id": "eb334440-a356-4321-8c7e-68f1e2646378", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:49:55Z", "updated_at": "2018-08-18T20:49:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:55Z", "revision_number": 0, "id": "65d9b00b-f494-4971-ac8f-2b2b81db6ff3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:55Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:55Z", "revision_number": 0, "id": "caa5388b-f3a9-482b-83c5-1d5332282db4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:55Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T20:49:56Z", "revision_number": 0, "id": "f377f853-bded-4c63-b5a9-b61cd09dbfe2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:56Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}], "revision_number": 2, "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "name": "singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535"}, {"description": "Default security group", "tags": [], "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "created_at": "2018-08-18T20:46:24Z", "updated_at": "2018-08-18T20:46:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "4ef5fd9f-d046-45c3-a0d1-14e00afa29c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv6", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "95c7ccfa-0ad7-477d-8cab-b6332d46046a", "remote_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv4", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "df403748-5f6b-4f80-98a9-30ec429f2880", "remote_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv6", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "e1a29f13-ddd8-4f53-b578-f2c5bdad3617", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv4", "project_id": "a717651222bc4d4aa3a98a890714bc85"}], "revision_number": 1, "project_id": "a717651222bc4d4aa3a98a890714bc85", "id": "feb52625-9dfb-46da-85c7-f3753893281f", "name": "default"}]} 2018-08-18 20:49:56,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e3347d23-d3b8-485a-b5ea-0e97b4fec78f 2018-08-18 20:49:56,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0654699802399s 2018-08-18 20:49:56,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e3347d23-d3b8-485a-b5ea-0e97b4fec78f 2018-08-18 20:49:56,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 20:49:56,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -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": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81"}}' 2018-08-18 20:49:56,459 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0c6db211-864b-485e-b3b9-7953414d1da1 Date: Sat, 18 Aug 2018 20:49:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-18T20:49:56Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "port_range_min": null, "revision_number": 0, "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:49:56Z", "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "8c4915c2-68d8-492d-a844-04b2a7fca6d5"}} 2018-08-18 20:49:56,459 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0c6db211-864b-485e-b3b9-7953414d1da1 2018-08-18 20:49:56,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.123944997787s 2018-08-18 20:49:56,460 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0c6db211-864b-485e-b3b9-7953414d1da1 2018-08-18 20:49:56,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:49:56,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:49:56,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-3b36b9f5-4ee7-4514-ac25-08568cae54ac Date: Sat, 18 Aug 2018 20:49:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":["0b20fb64-5860-49a6-9801-7a1ec9806383"],"description":"","tags":[],"updated_at":"2018-08-18T20:49:50Z","provider:segmentation_id":2,"name":"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:49Z","provider:network_type":"vxlan"}]} 2018-08-18 20:49:56,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3b36b9f5-4ee7-4514-ac25-08568cae54ac 2018-08-18 20:49:56,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0916509628296s 2018-08-18 20:49:56,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3b36b9f5-4ee7-4514-ac25-08568cae54ac 2018-08-18 20:49:56,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:49:56,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:49:56,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-b36fbe9b-1a86-47f5-a339-b92397bcc47e Date: Sat, 18 Aug 2018 20:49:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:49:54Z", "file": "/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "size": 12716032, "self": "/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:49:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:49:56,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b36fbe9b-1a86-47f5-a339-b92397bcc47e 2018-08-18 20:49:56,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0244739055634s 2018-08-18 20:49:56,583 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b36fbe9b-1a86-47f5-a339-b92397bcc47e 2018-08-18 20:49:56,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:49:56,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:49:56,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49: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-912f0f58-2a07-486e-84b7-76a544cb7c72 x-compute-request-id: req-912f0f58-2a07-486e-84b7-76a544cb7c72 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_c856a3a1-cabb-4867-8842-59d4cbd13535", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "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": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669"}]} 2018-08-18 20:49:56,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-912f0f58-2a07-486e-84b7-76a544cb7c72 2018-08-18 20:49:56,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.124840974808s 2018-08-18 20:49:56,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-912f0f58-2a07-486e-84b7-76a544cb7c72 2018-08-18 20:49:56,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 20:49:56,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"server": {"name": "singlevm1-vm_c856a3a1-cabb-4867-8842-59d4cbd13535", "imageRef": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "key_name": "singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535", "flavorRef": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "max_count": 1, "min_count": 1, "networks": [{"uuid": "95bcb076-e3aa-4486-aa73-5a5197f84d7a"}], "security_groups": [{"name": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81"}]}}' 2018-08-18 20:49:59,439 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:49: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-b177a9d7-9f67-464e-8de3-354d446f8b9a x-compute-request-id: req-b177a9d7-9f67-464e-8de3-354d446f8b9a Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81"}], "OS-DCF:diskConfig": "MANUAL", "id": "f30e1b2c-96e9-45ba-970e-a415468b8f51", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "bookmark"}], "adminPass": "pybr53D7iSzv"}} 2018-08-18 20:49:59,439 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b177a9d7-9f67-464e-8de3-354d446f8b9a 2018-08-18 20:49:59,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.72743797302s 2018-08-18 20:49:59,440 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b177a9d7-9f67-464e-8de3-354d446f8b9a 2018-08-18 20:49:59,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:49:59,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:00,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:49: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-ae80ba74-4d27-4213-a3e4-b4d5c1bf1a7d x-compute-request-id: req-ae80ba74-4d27-4213-a3e4-b4d5c1bf1a7d Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "bookmark"}], "image": {"id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "links": [{"href": "http://172.30.9.28:8774/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "links": [{"href": "http://172.30.9.28:8774/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "rel": "bookmark"}]}, "id": "f30e1b2c-96e9-45ba-970e-a415468b8f51", "user_id": "74551d82a51246a1910f385647e01da0", "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-18T20:49:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_c856a3a1-cabb-4867-8842-59d4cbd13535", "created": "2018-08-18T20:49:59Z", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:00,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ae80ba74-4d27-4213-a3e4-b4d5c1bf1a7d 2018-08-18 20:50:00,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.45342993736s 2018-08-18 20:50:00,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ae80ba74-4d27-4213-a3e4-b4d5c1bf1a7d 2018-08-18 20:50:00,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:50:00,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:00,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-9b2d9b33-139d-4031-9c69-7a9cc6b7b386 Date: Sat, 18 Aug 2018 20:50:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":["0b20fb64-5860-49a6-9801-7a1ec9806383"],"description":"","tags":[],"updated_at":"2018-08-18T20:49:50Z","provider:segmentation_id":2,"name":"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:49Z","provider:network_type":"vxlan"}]} 2018-08-18 20:50:00,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9b2d9b33-139d-4031-9c69-7a9cc6b7b386 2018-08-18 20:50:00,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0774340629578s 2018-08-18 20:50:00,979 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9b2d9b33-139d-4031-9c69-7a9cc6b7b386 2018-08-18 20:50:00,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:50:00,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:01,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-8673f539-7a00-4bc2-b765-1069b8a823da Date: Sat, 18 Aug 2018 20:50:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:49:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"916340bf06fe4cb5a723b53dc60090de","id":"0b20fb64-5860-49a6-9801-7a1ec9806383","subnetpool_id":null,"name":"singlevm1-subnet_c856a3a1-cabb-4867-8842-59d4cbd13535"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-18 20:50:01,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-8673f539-7a00-4bc2-b765-1069b8a823da 2018-08-18 20:50:01,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0590190887451s 2018-08-18 20:50:01,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-8673f539-7a00-4bc2-b765-1069b8a823da 2018-08-18 20:50:01,040 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:50:03,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:03,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:04,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-783bd479-9f04-4766-895c-ca60a2e3d7d7 x-compute-request-id: req-783bd479-9f04-4766-895c-ca60a2e3d7d7 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "bookmark"}], "image": {"id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "links": [{"href": "http://172.30.9.28:8774/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "links": [{"href": "http://172.30.9.28:8774/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "rel": "bookmark"}]}, "id": "f30e1b2c-96e9-45ba-970e-a415468b8f51", "security_groups": [{"name": "singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535"}], "user_id": "74551d82a51246a1910f385647e01da0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:50:02Z", "hostId": "23dc1c5c454781d3ca2d87798d73713c1ece5ac1e9e169bfffbffd8e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_c856a3a1-cabb-4867-8842-59d4cbd13535", "created": "2018-08-18T20:49:59Z", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:04,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-783bd479-9f04-4766-895c-ca60a2e3d7d7 2018-08-18 20:50:04,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.6322350502s 2018-08-18 20:50:04,676 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-783bd479-9f04-4766-895c-ca60a2e3d7d7 2018-08-18 20:50:04,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:50:06,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:06,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:07,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-3c1c901b-28b5-4c19-a096-395b9d6e96b4 x-compute-request-id: req-3c1c901b-28b5-4c19-a096-395b9d6e96b4 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:78:92", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "bookmark"}], "image": {"id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "links": [{"href": "http://172.30.9.28:8774/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "links": [{"href": "http://172.30.9.28:8774/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "rel": "bookmark"}]}, "id": "f30e1b2c-96e9-45ba-970e-a415468b8f51", "security_groups": [{"name": "singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535"}], "user_id": "74551d82a51246a1910f385647e01da0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:50:04Z", "hostId": "23dc1c5c454781d3ca2d87798d73713c1ece5ac1e9e169bfffbffd8e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_c856a3a1-cabb-4867-8842-59d4cbd13535", "created": "2018-08-18T20:49:59Z", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:07,306 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3c1c901b-28b5-4c19-a096-395b9d6e96b4 2018-08-18 20:50:07,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624045848846s 2018-08-18 20:50:07,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3c1c901b-28b5-4c19-a096-395b9d6e96b4 2018-08-18 20:50:07,311 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:50:09,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:09,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:10,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dd05435-a01f-4a18-9494-78ff55b96af1 x-compute-request-id: req-5dd05435-a01f-4a18-9494-78ff55b96af1 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:78:92", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "bookmark"}], "image": {"id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "links": [{"href": "http://172.30.9.28:8774/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "links": [{"href": "http://172.30.9.28:8774/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "rel": "bookmark"}]}, "id": "f30e1b2c-96e9-45ba-970e-a415468b8f51", "security_groups": [{"name": "singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535"}], "user_id": "74551d82a51246a1910f385647e01da0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:50:04Z", "hostId": "23dc1c5c454781d3ca2d87798d73713c1ece5ac1e9e169bfffbffd8e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_c856a3a1-cabb-4867-8842-59d4cbd13535", "created": "2018-08-18T20:49:59Z", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:10,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5dd05435-a01f-4a18-9494-78ff55b96af1 2018-08-18 20:50:10,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14550089836s 2018-08-18 20:50:10,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5dd05435-a01f-4a18-9494-78ff55b96af1 2018-08-18 20:50:10,463 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:50:12,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:12,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:12,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d547277-89ff-4d8b-8154-dadfac02d3e9 x-compute-request-id: req-4d547277-89ff-4d8b-8154-dadfac02d3e9 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:78:92", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "bookmark"}], "image": {"id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "links": [{"href": "http://172.30.9.28:8774/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "links": [{"href": "http://172.30.9.28:8774/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "rel": "bookmark"}]}, "id": "f30e1b2c-96e9-45ba-970e-a415468b8f51", "security_groups": [{"name": "singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535"}], "user_id": "74551d82a51246a1910f385647e01da0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:50:04Z", "hostId": "23dc1c5c454781d3ca2d87798d73713c1ece5ac1e9e169bfffbffd8e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_c856a3a1-cabb-4867-8842-59d4cbd13535", "created": "2018-08-18T20:49:59Z", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:12,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4d547277-89ff-4d8b-8154-dadfac02d3e9 2018-08-18 20:50:12,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175760030746s 2018-08-18 20:50:12,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4d547277-89ff-4d8b-8154-dadfac02d3e9 2018-08-18 20:50:12,647 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:50:14,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:14,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:15,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-3999829e-8984-449d-961a-d71a1cc60058 x-compute-request-id: req-3999829e-8984-449d-961a-d71a1cc60058 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:78:92", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "bookmark"}], "image": {"id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "links": [{"href": "http://172.30.9.28:8774/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-18T20:50:12.000000", "flavor": {"id": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "links": [{"href": "http://172.30.9.28:8774/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "rel": "bookmark"}]}, "id": "f30e1b2c-96e9-45ba-970e-a415468b8f51", "security_groups": [{"name": "singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535"}], "user_id": "74551d82a51246a1910f385647e01da0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:50:13Z", "hostId": "23dc1c5c454781d3ca2d87798d73713c1ece5ac1e9e169bfffbffd8e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_c856a3a1-cabb-4867-8842-59d4cbd13535", "created": "2018-08-18T20:49:59Z", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:15,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3999829e-8984-449d-961a-d71a1cc60058 2018-08-18 20:50:15,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607266902924s 2018-08-18 20:50:15,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3999829e-8984-449d-961a-d71a1cc60058 2018-08-18 20:50:15,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:50:15,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=f30e1b2c-96e9-45ba-970e-a415468b8f51" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:15,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-bd9d4470-eeb6-414f-a55e-1cf607647b66 Date: Sat, 18 Aug 2018 20:50:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-18T20:50:11Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0b20fb64-5860-49a6-9801-7a1ec9806383","ip_address":"192.168.120.6"}],"id":"ab54f798-f670-41dd-897c-257f9c7c7666","security_groups":["f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2a:78:92","project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f30e1b2c-96e9-45ba-970e-a415468b8f51","name":"","admin_state_up":true,"network_id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:50:04Z","binding:vnic_type":"normal"}]} 2018-08-18 20:50:15,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f30e1b2c-96e9-45ba-970e-a415468b8f51 used request id req-bd9d4470-eeb6-414f-a55e-1cf607647b66 2018-08-18 20:50:15,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0503599643707s 2018-08-18 20:50:15,312 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f30e1b2c-96e9-45ba-970e-a415468b8f51 used request id req-bd9d4470-eeb6-414f-a55e-1cf607647b66 2018-08-18 20:50:15,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:50:15,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=ab54f798-f670-41dd-897c-257f9c7c7666" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:15,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ac811b47-45c1-4b3d-a112-5995162a3c2c Date: Sat, 18 Aug 2018 20:50:15 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:50:15,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=ab54f798-f670-41dd-897c-257f9c7c7666 used request id req-ac811b47-45c1-4b3d-a112-5995162a3c2c 2018-08-18 20:50:15,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0486378669739s 2018-08-18 20:50:15,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=ab54f798-f670-41dd-897c-257f9c7c7666 used request id req-ac811b47-45c1-4b3d-a112-5995162a3c2c 2018-08-18 20:50:15,367 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2a:78:92', 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'3c6d4a64-608b-402c-9bfe-59ffee28abcc'}), 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-18T20:50:12.000000', 'flavor': Munch({u'id': u'74bd3cab-cfa6-4ebd-a352-f297fdcb1669'}), 'az': u'nova', 'id': u'f30e1b2c-96e9-45ba-970e-a415468b8f51', 'security_groups': [Munch({u'name': u'singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'74551d82a51246a1910f385647e01da0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', '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-18T20:50:12.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T20:50:13Z', 'hostId': u'23dc1c5c454781d3ca2d87798d73713c1ece5ac1e9e169bfffbffd8e', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'23dc1c5c454781d3ca2d87798d73713c1ece5ac1e9e169bfffbffd8e', '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-18T20:50:12.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'916340bf06fe4cb5a723b53dc60090de', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_c856a3a1-cabb-4867-8842-59d4cbd13535', 'adminPass': u'pybr53D7iSzv', 'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', 'created_at': u'2018-08-18T20:49:59Z', 'created': u'2018-08-18T20:49:59Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 20:50:15,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:50:15,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:15,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-7ae527b8-33da-46ce-8694-bc55a308853e Date: Sat, 18 Aug 2018 20:50:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":["0b20fb64-5860-49a6-9801-7a1ec9806383"],"description":"","tags":[],"updated_at":"2018-08-18T20:49:50Z","provider:segmentation_id":2,"name":"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:49Z","provider:network_type":"vxlan"}]} 2018-08-18 20:50:15,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7ae527b8-33da-46ce-8694-bc55a308853e 2018-08-18 20:50:15,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0806629657745s 2018-08-18 20:50:15,452 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7ae527b8-33da-46ce-8694-bc55a308853e 2018-08-18 20:50:15,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:50:15,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=f30e1b2c-96e9-45ba-970e-a415468b8f51" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:15,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-92be2693-83f4-4d84-aa7f-cca1ce3814ce Date: Sat, 18 Aug 2018 20:50:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-18T20:50:11Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0b20fb64-5860-49a6-9801-7a1ec9806383","ip_address":"192.168.120.6"}],"id":"ab54f798-f670-41dd-897c-257f9c7c7666","security_groups":["f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2a:78:92","project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f30e1b2c-96e9-45ba-970e-a415468b8f51","name":"","admin_state_up":true,"network_id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:50:04Z","binding:vnic_type":"normal"}]} 2018-08-18 20:50:15,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f30e1b2c-96e9-45ba-970e-a415468b8f51 used request id req-92be2693-83f4-4d84-aa7f-cca1ce3814ce 2018-08-18 20:50:15,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.25057387352s 2018-08-18 20:50:15,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f30e1b2c-96e9-45ba-970e-a415468b8f51 used request id req-92be2693-83f4-4d84-aa7f-cca1ce3814ce 2018-08-18 20:50:15,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-18 20:50:15,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"floatingip": {"floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.6", "port_id": "ab54f798-f670-41dd-897c-257f9c7c7666"}}' 2018-08-18 20:50:17,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-cfae893d-542c-44cd-b24f-2588eea0d5e7 Date: Sat, 18 Aug 2018 20:50:17 GMT RESP BODY: {"floatingip": {"router_id": "0fa8e4cd-b317-4c8c-a5f3-7f264d3be325", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:50:16Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "ab54f798-f670-41dd-897c-257f9c7c7666", "id": "10b9fb6c-5a52-46ba-afc6-7ec3740965bf", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:50:16Z", "project_id": "916340bf06fe4cb5a723b53dc60090de"}} 2018-08-18 20:50:17,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-cfae893d-542c-44cd-b24f-2588eea0d5e7 2018-08-18 20:50:17,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.74573278427s 2018-08-18 20:50:17,451 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-cfae893d-542c-44cd-b24f-2588eea0d5e7 2018-08-18 20:50:17,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:50:17,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:17,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-6f6c0803-252a-4b70-8a79-f3009748bc4c Date: Sat, 18 Aug 2018 20:50:17 GMT RESP BODY: {"floatingips": [{"router_id": "0fa8e4cd-b317-4c8c-a5f3-7f264d3be325", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:50:16Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "ab54f798-f670-41dd-897c-257f9c7c7666", "id": "10b9fb6c-5a52-46ba-afc6-7ec3740965bf", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:50:16Z", "project_id": "916340bf06fe4cb5a723b53dc60090de"}]} 2018-08-18 20:50:17,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6f6c0803-252a-4b70-8a79-f3009748bc4c 2018-08-18 20:50:17,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0601568222046s 2018-08-18 20:50:17,520 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6f6c0803-252a-4b70-8a79-f3009748bc4c 2018-08-18 20:50:17,524 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'0fa8e4cd-b317-4c8c-a5f3-7f264d3be325', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', 'created_at': u'2018-08-18T20:50:16Z', 'attached': True, 'updated_at': u'2018-08-18T20:50:16Z', 'id': u'10b9fb6c-5a52-46ba-afc6-7ec3740965bf', 'floating_network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'0fa8e4cd-b317-4c8c-a5f3-7f264d3be325', 'project_id': u'916340bf06fe4cb5a723b53dc60090de', 'port_id': u'ab54f798-f670-41dd-897c-257f9c7c7666', 'port': u'ab54f798-f670-41dd-897c-257f9c7c7666', 'network': u'65cd7cef-6b04-450e-9f27-e630c6e3994e'}) 2018-08-18 20:50:17,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 20:50:17,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51/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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 20:50:18,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-c5b338a0-114c-45eb-b964-f8f94b671497 x-compute-request-id: req-c5b338a0-114c-45eb-b964-f8f94b671497 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 489526937 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.186008] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188343] pid_max: default: 32768 minimum: 301\n[ 0.189603] ACPI: Core revision 20150930\n[ 0.191291] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193127] Security Framework initialized\n[ 0.194279] Yama: becoming mindful.\n[ 0.195316] AppArmor: AppArmor initialized\n[ 0.196508] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198328] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200109] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201803] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203711] Initializing cgroup subsys io\n[ 0.204864] Initializing cgroup subsys memory\n[ 0.206066] Initializing cgroup subsys devices\n[ 0.207291] Initializing cgroup subsys freezer\n[ 0.208492] Initializing cgroup subsys net_cls\n[ 0.209704] Initializing cgroup subsys perf_event\n[ 0.210975] Initializing cgroup subsys net_prio\n[ 0.212194] Initializing cgroup subsys hugetlb\n[ 0.213419] Initializing cgroup subsys pids\n[ 0.214623] CPU: Physical Processor ID: 0\n[ 0.216460] mce: CPU supports 10 MCE banks\n[ 0.217645] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.219042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235870] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.242446] ftrace: allocating 31920 entries in 125 pages\n[ 0.267841] smpboot: Max logical packages: 1\n[ 0.269047] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270925] x2apic enabled\n[ 0.272077] Switched APIC routing to physical x2apic.\n[ 0.274558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276131] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278770] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.281145] KVM setup paravirtual spinlock\n[ 0.282706] x86: Booted up 1 node, 1 CPUs\n[ 0.283783] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285641] devtmpfs: initialized\n[ 0.287591] evm: security.selinux\n[ 0.288529] evm: security.SMACK64\n[ 0.289459] evm: security.SMACK64EXEC\n[ 0.290458] evm: security.SMACK64TRANSMUTE\n[ 0.291531] evm: security.SMACK64MMAP\n[ 0.292521] evm: security.ima\n[ 0.293378] evm: security.capability\n[ 0.294427] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.296872] pinctrl core: initialized pinctrl subsystem\n[ 0.298303] RTC time: 20:50:13, date: 08/18/18\n[ 0.299558] NET: Registered protocol family 16\n[ 0.300833] cpuidle: using governor ladder\n[ 0.301920] cpuidle: using governor menu\n[ 0.302962] PCCT header not found.\n[ 0.303957] ACPI: bus type PCI registered\n[ 0.305020] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.306637] PCI: Using configuration type 1 for base access\n[ 0.308738] ACPI: Added _OSI(Module Device)\n[ 0.309858] ACPI: Added _OSI(Processor Device)\n[ 0.310998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.312198] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.314300] ACPI: Interpreter enabled\n[ 0.315326] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.320134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324969] ACPI: (supports S0 S5)\n[ 0.325917] ACPI: Using IOAPIC for interrupt routing\n[ 0.327134] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330754] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332219] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333791] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338187] acpiphp: Slot [3] registered\n[ 0.339225] acpiphp: Slot [4] registered\n[ 0.340260] acpiphp: Slot [5] registered\n[ 0.341290] acpiphp: Slot [6] registered\n[ 0.342317] acpiphp: Slot [7] registered\n[ 0.343347] acpiphp: Slot [8] registered\n[ 0.344399] acpiphp: Slot [9] registered\n[ 0.345470] acpiphp: Slot [10] registered\n[ 0.346512] acpiphp: Slot [11] registered\n[ 0.347558] acpiphp: Slot [12] registered\n[ 0.348609] acpiphp: Slot [13] registered\n[ 0.349657] acpiphp: Slot [14] registered\n[ 0.350699] acpiphp: Slot [15] registered\n[ 0.365723] acpiphp: Slot [16] registered\n[ 0.366783] acpiphp: Slot [17] registered\n[ 0.367834] acpiphp: Slot [18] registered\n[ 0.368876] acpiphp: Slot [19] registered\n[ 0.369926] acpiphp: Slot [20] registered\n[ 0.371006] acpiphp: Slot [21] registered\n[ 0.372083] acpiphp: Slot [22] registered\n[ 0.373129] acpiphp: Slot [23] registered\n[ 0.374179] acpiphp: Slot [24] registered\n[ 0.375274] acpiphp: Slot [25] registered\n[ 0.376328] acpiphp: Slot [26] registered\n[ 0.377372] acpiphp: Slot [27] registered\n[ 0.378423] acpiphp: Slot [28] registered\n[ 0.379522] acpiphp: Slot [29] registered\n[ 0.380601] acpiphp: Slot [30] registered\n[ 0.381674] acpiphp: Slot [31] registered\n[ 0.382746] PCI host bridge to bus 0000:00\n[ 0.383823] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385412] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388929] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390857] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396674] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398379] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399945] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401627] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.405955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429288] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431680] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.436323] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438749] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440801] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447424] vgaarb: loaded\n[ 0.448444] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450450] SCSI subsystem initialized\n[ 0.451961] ACPI: bus type USB registered\n[ 0.453367] usbcore: registered new interface driver usbfs\n[ 0.455148] usbcore: registered new interface driver hub\n[ 0.456900] usbcore: registered new device driver usb\n[ 0.458742] PCI: Using ACPI for IRQ routing\n[ 0.460545] NetLabel: Initializing\n[ 0.461764] NetLabel: domain hash size = 128\n[ 0.463231] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464892] NetLabel: unlabeled traffic allowed by default\n[ 0.466860] clocksource: Switched to clocksource kvm-clock\n[ 0.477172] AppArmor: AppArmor Filesystem Enabled\n[ 0.478794] pnp: PnP ACPI init\n[ 0.480243] pnp: PnP ACPI: found 5 devices\n[ 0.487339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.490310] NET: Registered protocol family 2\n[ 0.492018] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.494285] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.496383] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.498476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500369] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502395] NET: Registered protocol family 1\n[ 0.503902] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505801] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507678] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.522637] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.537603] Trying to unpack rootfs image as initramfs...\n[ 0.599833] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.605146] Scanning for low memory corruption every 60 seconds\n[ 0.607714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.609748] audit: initializing netlink subsys (disabled)\n[ 0.611624] audit: type=2000 audit(1534625413.775:1): initialized\n[ 0.613898] Initialise system trusted keyring\n[ 0.615573] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620733] zbud: loaded\n[ 0.621915] VFS: Disk quotas dquot_6.6.0\n[ 0.623345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.625992] fuse init (API version 7.23)\n[ 0.627504] Key type big_key registered\n[ 0.628878] Allocating IMA MOK and blacklist keyrings.\n[ 0.630915] Key type asymmetric registered\n[ 0.632342] Asymmetric key parser 'x509' registered\n[ 0.634001] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.636598] io scheduler noop registered\n[ 0.637960] io scheduler deadline registered (default)\n[ 0.639702] io scheduler cfq registered\n[ 0.641148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642969] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645183] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647696] ACPI: Power Button [PWRF]\n[ 0.649159] GHES: HEST is not enabled!\n[ 0.663528] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692958] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696202] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720886] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.724397] Linux agpgart interface v0.103\n[ 0.728033] brd: module loaded\n[ 0.730437] loop: module loaded\n[ 0.735823] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.738334] GPT:90111 != 2097151\n[ 0.739487] GPT:Alternate GPT header not at the end of the disk.\n[ 0.741392] GPT:90111 != 2097151\n[ 0.742544] GPT: Use GNU Parted to correct GPT errors.\n[ 0.744214] vda: vda1 vda15\n[ 0.746034] scsi host0: ata_piix\n[ 0.747334] scsi host1: ata_piix\n[ 0.748543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.750342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.752486] libphy: Fixed MDIO Bus: probed\n[ 0.753591] tun: Universal TUN/TAP device driver, 1.6\n[ 0.754863] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.757555] PPP generic driver version 2.4.2\n[ 0.758799] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.760418] ehci-pci: EHCI PCI platform driver\n[ 0.761619] ehci-platform: EHCI generic platform driver\n[ 0.762951] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.764510] ohci-pci: OHCI PCI platform driver\n[ 0.765688] ohci-platform: OHCI generic platform driver\n[ 0.767024] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.781481] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782840] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784804] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.786153] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.789303] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.791203] usb usb1: Product: UHCI Host Controller\n[ 0.792446] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.793959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795253] hub 1-0:1.0: USB hub found\n[ 0.796296] hub 1-0:1.0: 2 ports detected\n[ 0.797536] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.800385] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.801665] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.803031] mousedev: PS/2 mouse device common for all mice\n[ 0.804683] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.807104] rtc_cmos 00:00: RTC can wake from S4\n[ 0.808587] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.810157] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.811730] i2c /dev entries driver\n[ 0.812764] device-mapper: uevent: version 1.0.3\n[ 0.814031] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.816210] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.818013] NET: Registered protocol family 10\n[ 0.819557] NET: Registered protocol family 17\n[ 0.820746] Key type dns_resolver registered\n[ 0.822008] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.823467] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825814] registered taskstats version 1\n[ 0.826952] Loading compiled-in X.509 certificates\n[ 0.828734] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.831198] zswap: loaded using pool lzo/zbud\n[ 0.833259] Key type trusted registered\n[ 0.835378] Key type encrypted registered\n[ 0.836503] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837875] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839269] evm: HMAC attrs: 0x1\n[ 0.840524] Magic number: 14:275:852\n[ 0.841674] rtc_cmos 00:00: setting system clock to 2018-08-18 20:50:13 UTC (1534625413)\n[ 0.843831] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845300] EDD information not available.\n[ 0.908624] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.925205] Write protecting the kernel read-only data: 14336k\n[ 0.928143] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.930556] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.977083] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.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.93. iid=i-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRvSjC4uULM/cAEqX9i1OaEQ9dIurl0vhjaU+9bZOxBCHXIw/VSEBP/R6Fl3Kw/ODdnrE5wH9qq2fB6jV2EXteijJf+mBjilgiEH6dVTOn7jUfTqta5uRVsLTlawH16e5Vs2O4diNXH/32sGu6JIK+eMLAKqV6hq4cTdl4p0nxp7y8dABrfXsuzExXAd8q9eoJwmbNNMXs56eMUsWbiusZdZ0oewOFKRTMhI/nI+q+C9XJv3Is727U0O8n1ldepWCixMj/bW0H3th9KTPdJ9WNmg2WIRdaR0pz9hgVwd7EJBlT7//94zyaqHLFzyp0Tz9dcWd6xhIb5ll3De+4hutv root@singlevm1-vm-c856a3a1-cabb-4867-8842-59d4cbd13535\nssh-dss AAAAB3NzaC1kc3MAAACBAI+E+Gr+gOsIedjwElwuqzR4VJ2/O15uF+y+3Zczv8KTxB1uWQ5W9Kgwq1HuE1Cf6gtuD4xV478W5IJVI7BWH+QxdcuYlucagi/LtqyfKPdcMM/i/PZT67hqoFuQS1a40Ke09qQq0l1PEgqPaFsF5XXnJ9bXabLbYwMZHrEuwIW5AAAAFQCa5wNL3K/u/2Ayb0J24gtdO1NFZQAAAIBSICTcRYc3xWYSlg6EDHqT52gueK8L1Q3QiXLkdGfy0fkMqt5+U5mLzTekk1JsMDnfJVIOf2CRG0faSDXUsghmkr2X4a88BLUVu7n+P+9CWiFXvGi3DFHeHN9XKt9c2ytJmZf/7z/onOtnXAh+YLWBCW1A8vxLUfBf+dygXiZHGAAAAIBJO7EydFsz92Y8i3/7DyOAinSkeVQQbwaxyfpLKYzYHBl0YDHoQaX7mq6mEWj4/7DLWeY/0j0QZeHjYr0/Vh8g0bnxbV9YtLlSuoCNZs4LFH9e/iXD2c48d9oUyJ9JiBZ6l+apbTnhjZf8UmcdWB4LQcUgZFQg1RlRO+zY5wgJRA== root@singlevm1-vm-c856a3a1-cabb-4867-8842-59d4cbd13535\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.32s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe2a:7892/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 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-c856a3a1-cabb-4867-8842-59d4cbd13535\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.30 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-c856a3a1-cabb-4867-8842-59d4cbd13535 login: "} 2018-08-18 20:50:18,426 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51/action used request id req-c5b338a0-114c-45eb-b964-f8f94b671497 2018-08-18 20:50:18,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.901817083359s 2018-08-18 20:50:18,427 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51/action used request id req-c5b338a0-114c-45eb-b964-f8f94b671497 2018-08-18 20:50:18,428 - 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 489526937 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.186008] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188343] pid_max: default: 32768 minimum: 301 [ 0.189603] ACPI: Core revision 20150930 [ 0.191291] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193127] Security Framework initialized [ 0.194279] Yama: becoming mindful. [ 0.195316] AppArmor: AppArmor initialized [ 0.196508] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198328] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.200109] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201803] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203711] Initializing cgroup subsys io [ 0.204864] Initializing cgroup subsys memory [ 0.206066] Initializing cgroup subsys devices [ 0.207291] Initializing cgroup subsys freezer [ 0.208492] Initializing cgroup subsys net_cls [ 0.209704] Initializing cgroup subsys perf_event [ 0.210975] Initializing cgroup subsys net_prio [ 0.212194] Initializing cgroup subsys hugetlb [ 0.213419] Initializing cgroup subsys pids [ 0.214623] CPU: Physical Processor ID: 0 [ 0.216460] mce: CPU supports 10 MCE banks [ 0.217645] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.219042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.235870] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.242446] ftrace: allocating 31920 entries in 125 pages [ 0.267841] smpboot: Max logical packages: 1 [ 0.269047] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270925] x2apic enabled [ 0.272077] Switched APIC routing to physical x2apic. [ 0.274558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276131] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278770] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.281145] KVM setup paravirtual spinlock [ 0.282706] x86: Booted up 1 node, 1 CPUs [ 0.283783] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285641] devtmpfs: initialized [ 0.287591] evm: security.selinux [ 0.288529] evm: security.SMACK64 [ 0.289459] evm: security.SMACK64EXEC [ 0.290458] evm: security.SMACK64TRANSMUTE [ 0.291531] evm: security.SMACK64MMAP [ 0.292521] evm: security.ima [ 0.293378] evm: security.capability [ 0.294427] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.296872] pinctrl core: initialized pinctrl subsystem [ 0.298303] RTC time: 20:50:13, date: 08/18/18 [ 0.299558] NET: Registered protocol family 16 [ 0.300833] cpuidle: using governor ladder [ 0.301920] cpuidle: using governor menu [ 0.302962] PCCT header not found. [ 0.303957] ACPI: bus type PCI registered [ 0.305020] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.306637] PCI: Using configuration type 1 for base access [ 0.308738] ACPI: Added _OSI(Module Device) [ 0.309858] ACPI: Added _OSI(Processor Device) [ 0.310998] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.312198] ACPI: Added _OSI(Processor Aggregator Device) [ 0.314300] ACPI: Interpreter enabled [ 0.315326] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.317728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.320134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.322571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.324969] ACPI: (supports S0 S5) [ 0.325917] ACPI: Using IOAPIC for interrupt routing [ 0.327134] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330754] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332219] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.333791] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.338187] acpiphp: Slot [3] registered [ 0.339225] acpiphp: Slot [4] registered [ 0.340260] acpiphp: Slot [5] registered [ 0.341290] acpiphp: Slot [6] registered [ 0.342317] acpiphp: Slot [7] registered [ 0.343347] acpiphp: Slot [8] registered [ 0.344399] acpiphp: Slot [9] registered [ 0.345470] acpiphp: Slot [10] registered [ 0.346512] acpiphp: Slot [11] registered [ 0.347558] acpiphp: Slot [12] registered [ 0.348609] acpiphp: Slot [13] registered [ 0.349657] acpiphp: Slot [14] registered [ 0.350699] acpiphp: Slot [15] registered [ 0.365723] acpiphp: Slot [16] registered [ 0.366783] acpiphp: Slot [17] registered [ 0.367834] acpiphp: Slot [18] registered [ 0.368876] acpiphp: Slot [19] registered [ 0.369926] acpiphp: Slot [20] registered [ 0.371006] acpiphp: Slot [21] registered [ 0.372083] acpiphp: Slot [22] registered [ 0.373129] acpiphp: Slot [23] registered [ 0.374179] acpiphp: Slot [24] registered [ 0.375274] acpiphp: Slot [25] registered [ 0.376328] acpiphp: Slot [26] registered [ 0.377372] acpiphp: Slot [27] registered [ 0.378423] acpiphp: Slot [28] registered [ 0.379522] acpiphp: Slot [29] registered [ 0.380601] acpiphp: Slot [30] registered [ 0.381674] acpiphp: Slot [31] registered [ 0.382746] PCI host bridge to bus 0000:00 [ 0.383823] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385412] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388929] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390857] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392814] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396674] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398379] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399945] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401627] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.405955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408444] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429288] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431680] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434013] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.436323] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.438749] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440801] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.442909] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.447424] vgaarb: loaded [ 0.448444] vgaarb: bridge control possible 0000:00:02.0 [ 0.450450] SCSI subsystem initialized [ 0.451961] ACPI: bus type USB registered [ 0.453367] usbcore: registered new interface driver usbfs [ 0.455148] usbcore: registered new interface driver hub [ 0.456900] usbcore: registered new device driver usb [ 0.458742] PCI: Using ACPI for IRQ routing [ 0.460545] NetLabel: Initializing [ 0.461764] NetLabel: domain hash size = 128 [ 0.463231] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464892] NetLabel: unlabeled traffic allowed by default [ 0.466860] clocksource: Switched to clocksource kvm-clock [ 0.477172] AppArmor: AppArmor Filesystem Enabled [ 0.478794] pnp: PnP ACPI init [ 0.480243] pnp: PnP ACPI: found 5 devices [ 0.487339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.490310] NET: Registered protocol family 2 [ 0.492018] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.494285] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.496383] TCP: Hash tables configured (established 4096 bind 4096) [ 0.498476] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.500369] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502395] NET: Registered protocol family 1 [ 0.503902] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505801] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507678] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.522637] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.537603] Trying to unpack rootfs image as initramfs... [ 0.599833] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.605146] Scanning for low memory corruption every 60 seconds [ 0.607714] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.609748] audit: initializing netlink subsys (disabled) [ 0.611624] audit: type=2000 audit(1534625413.775:1): initialized [ 0.613898] Initialise system trusted keyring [ 0.615573] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617590] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.620733] zbud: loaded [ 0.621915] VFS: Disk quotas dquot_6.6.0 [ 0.623345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.625992] fuse init (API version 7.23) [ 0.627504] Key type big_key registered [ 0.628878] Allocating IMA MOK and blacklist keyrings. [ 0.630915] Key type asymmetric registered [ 0.632342] Asymmetric key parser 'x509' registered [ 0.634001] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.636598] io scheduler noop registered [ 0.637960] io scheduler deadline registered (default) [ 0.639702] io scheduler cfq registered [ 0.641148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.642969] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645183] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647696] ACPI: Power Button [PWRF] [ 0.649159] GHES: HEST is not enabled! [ 0.663528] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.692958] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.696202] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.720886] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.724397] Linux agpgart interface v0.103 [ 0.728033] brd: module loaded [ 0.730437] loop: module loaded [ 0.735823] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.738334] GPT:90111 != 2097151 [ 0.739487] GPT:Alternate GPT header not at the end of the disk. [ 0.741392] GPT:90111 != 2097151 [ 0.742544] GPT: Use GNU Parted to correct GPT errors. [ 0.744214] vda: vda1 vda15 [ 0.746034] scsi host0: ata_piix [ 0.747334] scsi host1: ata_piix [ 0.748543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.750342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.752486] libphy: Fixed MDIO Bus: probed [ 0.753591] tun: Universal TUN/TAP device driver, 1.6 [ 0.754863] tun: (C) 1999-2004 Max Krasnyansky [ 0.757555] PPP generic driver version 2.4.2 [ 0.758799] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.760418] ehci-pci: EHCI PCI platform driver [ 0.761619] ehci-platform: EHCI generic platform driver [ 0.762951] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.764510] ohci-pci: OHCI PCI platform driver [ 0.765688] ohci-platform: OHCI generic platform driver [ 0.767024] uhci_hcd: USB Universal Host Controller Interface driver [ 0.781481] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.782840] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.784804] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.786153] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.787682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.789303] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.791203] usb usb1: Product: UHCI Host Controller [ 0.792446] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.793959] usb usb1: SerialNumber: 0000:00:01.2 [ 0.795253] hub 1-0:1.0: USB hub found [ 0.796296] hub 1-0:1.0: 2 ports detected [ 0.797536] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.800385] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.801665] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.803031] mousedev: PS/2 mouse device common for all mice [ 0.804683] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.807104] rtc_cmos 00:00: RTC can wake from S4 [ 0.808587] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.810157] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.811730] i2c /dev entries driver [ 0.812764] device-mapper: uevent: version 1.0.3 [ 0.814031] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.816210] ledtrig-cpu: registered to indicate activity on CPUs [ 0.818013] NET: Registered protocol family 10 [ 0.819557] NET: Registered protocol family 17 [ 0.820746] Key type dns_resolver registered [ 0.822008] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.823467] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.825814] registered taskstats version 1 [ 0.826952] Loading compiled-in X.509 certificates [ 0.828734] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.831198] zswap: loaded using pool lzo/zbud [ 0.833259] Key type trusted registered [ 0.835378] Key type encrypted registered [ 0.836503] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837875] ima: No TPM chip found, activating TPM-bypass! [ 0.839269] evm: HMAC attrs: 0x1 [ 0.840524] Magic number: 14:275:852 [ 0.841674] rtc_cmos 00:00: setting system clock to 2018-08-18 20:50:13 UTC (1534625413) [ 0.843831] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.845300] EDD information not available. [ 0.908624] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.925205] Write protecting the kernel read-only data: 14336k [ 0.928143] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.930556] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.977083] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.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.93. iid=i-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRvSjC4uULM/cAEqX9i1OaEQ9dIurl0vhjaU+9bZOxBCHXIw/VSEBP/R6Fl3Kw/ODdnrE5wH9qq2fB6jV2EXteijJf+mBjilgiEH6dVTOn7jUfTqta5uRVsLTlawH16e5Vs2O4diNXH/32sGu6JIK+eMLAKqV6hq4cTdl4p0nxp7y8dABrfXsuzExXAd8q9eoJwmbNNMXs56eMUsWbiusZdZ0oewOFKRTMhI/nI+q+C9XJv3Is727U0O8n1ldepWCixMj/bW0H3th9KTPdJ9WNmg2WIRdaR0pz9hgVwd7EJBlT7//94zyaqHLFzyp0Tz9dcWd6xhIb5ll3De+4hutv root@singlevm1-vm-c856a3a1-cabb-4867-8842-59d4cbd13535 ssh-dss AAAAB3NzaC1kc3MAAACBAI+E+Gr+gOsIedjwElwuqzR4VJ2/O15uF+y+3Zczv8KTxB1uWQ5W9Kgwq1HuE1Cf6gtuD4xV478W5IJVI7BWH+QxdcuYlucagi/LtqyfKPdcMM/i/PZT67hqoFuQS1a40Ke09qQq0l1PEgqPaFsF5XXnJ9bXabLbYwMZHrEuwIW5AAAAFQCa5wNL3K/u/2Ayb0J24gtdO1NFZQAAAIBSICTcRYc3xWYSlg6EDHqT52gueK8L1Q3QiXLkdGfy0fkMqt5+U5mLzTekk1JsMDnfJVIOf2CRG0faSDXUsghmkr2X4a88BLUVu7n+P+9CWiFXvGi3DFHeHN9XKt9c2ytJmZf/7z/onOtnXAh+YLWBCW1A8vxLUfBf+dygXiZHGAAAAIBJO7EydFsz92Y8i3/7DyOAinSkeVQQbwaxyfpLKYzYHBl0YDHoQaX7mq6mEWj4/7DLWeY/0j0QZeHjYr0/Vh8g0bnxbV9YtLlSuoCNZs4LFH9e/iXD2c48d9oUyJ9JiBZ6l+apbTnhjZf8UmcdWB4LQcUgZFQg1RlRO+zY5wgJRA== root@singlevm1-vm-c856a3a1-cabb-4867-8842-59d4cbd13535 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.32s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe2a:7892/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 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-c856a3a1-cabb-4867-8842-59d4cbd13535 launch-index: 0 === cirros: current=0.4.0 uptime=4.30 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-c856a3a1-cabb-4867-8842-59d4cbd13535 login: 2018-08-18 20:50:19,428 - paramiko.transport - DEBUG - starting thread (client mode): 0x74ac9b50L 2018-08-18 20:50:19,429 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 20:50:19,429 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-18 20:50:19,429 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-18 20:50:19,431 - 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-18 20:50:19,431 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 20:50:19,432 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-18 20:50:19,432 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 20:50:19,432 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 20:50:19,432 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 20:50:19,452 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 20:50:19,453 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 20:50:19,463 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 293a4742e4344a0b66a1533fdc42b2ca 2018-08-18 20:50:19,464 - paramiko.transport - DEBUG - Trying discovered key 2b192a9668c55d594b059d1b74487cd7 in /tmp/tmpIMNqWz 2018-08-18 20:50:19,491 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 20:50:19,497 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-18 20:50:19,529 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-18 20:50:19,530 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-18 20:50:19,530 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-18 20:50:19,531 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-18 20:50:19,533 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-18 20:50:19,533 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-18 20:50:19,533 - functest.core.singlevm - DEBUG - error: 2018-08-18 20:50:19,539 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-18 20:50:19,644 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:50:19,644 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:30 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 20:50:19,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-18 20:50:19,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/10b9fb6c-5a52-46ba-afc6-7ec3740965bf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:20,426 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-403b6cdc-507a-4af4-a5d5-f2202d9d9df1 Content-Length: 0 Date: Sat, 18 Aug 2018 20:50:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:50:20,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/10b9fb6c-5a52-46ba-afc6-7ec3740965bf.json used request id req-403b6cdc-507a-4af4-a5d5-f2202d9d9df1 2018-08-18 20:50:20,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.774690151215s 2018-08-18 20:50:20,426 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/10b9fb6c-5a52-46ba-afc6-7ec3740965bf.json used request id req-403b6cdc-507a-4af4-a5d5-f2202d9d9df1 2018-08-18 20:50:20,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:50:20,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:20,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f0891809-df04-431b-8bd8-ec9915942e69 Date: Sat, 18 Aug 2018 20:50:20 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:50:20,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f0891809-df04-431b-8bd8-ec9915942e69 2018-08-18 20:50:20,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0448129177094s 2018-08-18 20:50:20,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f0891809-df04-431b-8bd8-ec9915942e69 2018-08-18 20:50:20,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 20:50:20,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:20,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20: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-0f0a1556-95ca-47d7-a68b-b7f2f5347bbd x-compute-request-id: req-0f0a1556-95ca-47d7-a68b-b7f2f5347bbd Content-Type: application/json 2018-08-18 20:50:20,734 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51 used request id req-0f0a1556-95ca-47d7-a68b-b7f2f5347bbd 2018-08-18 20:50:20,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.256906986237s 2018-08-18 20:50:20,734 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51 used request id req-0f0a1556-95ca-47d7-a68b-b7f2f5347bbd 2018-08-18 20:50:20,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:20,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:22,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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-f748969f-b8d4-4b55-b508-14a98ad4b114 x-compute-request-id: req-f748969f-b8d4-4b55-b508-14a98ad4b114 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:78:92", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:78:92", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f30e1b2c-96e9-45ba-970e-a415468b8f51", "rel": "bookmark"}], "image": {"id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "links": [{"href": "http://172.30.9.28:8774/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-18T20:50:12.000000", "flavor": {"id": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "links": [{"href": "http://172.30.9.28:8774/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "rel": "bookmark"}]}, "id": "f30e1b2c-96e9-45ba-970e-a415468b8f51", "user_id": "74551d82a51246a1910f385647e01da0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:50:20Z", "hostId": "23dc1c5c454781d3ca2d87798d73713c1ece5ac1e9e169bfffbffd8e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_c856a3a1-cabb-4867-8842-59d4cbd13535", "created": "2018-08-18T20:49:59Z", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:22,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f748969f-b8d4-4b55-b508-14a98ad4b114 2018-08-18 20:50:22,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.38068890572s 2018-08-18 20:50:22,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f748969f-b8d4-4b55-b508-14a98ad4b114 2018-08-18 20:50:22,118 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:50:24,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:24,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-2df3b988-c226-46f8-b450-3275a5c2365e x-compute-request-id: req-2df3b988-c226-46f8-b450-3275a5c2365e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 20:50:24,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2df3b988-c226-46f8-b450-3275a5c2365e 2018-08-18 20:50:24,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.190849065781s 2018-08-18 20:50:24,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2df3b988-c226-46f8-b450-3275a5c2365e 2018-08-18 20:50:24,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:50:24,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:24,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-c873ed03-4030-41b9-ba7e-5ad2552a33b6 Date: Sat, 18 Aug 2018 20:50:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:48:44Z", "updated_at": "2018-08-18T20:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "47a61cee-2862-4201-9503-f3543940fba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "9d1834ff-3d59-48c8-a0bf-bde80e10d965", "remote_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "c7115d0b-5980-4af3-b25f-226ee4b28643", "remote_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "c804b0ac-2eea-4cec-82c6-e4c5a99cca73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}], "revision_number": 1, "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "created_at": "2018-08-18T20:49:32Z", "updated_at": "2018-08-18T20:49:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "476d50b4-3540-4b6c-bce9-0bf6a17f26e5", "remote_group_id": "85721bca-80db-4a65-a277-616402a5e918", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "9c4b141c-31cf-4640-b835-6d70c4380d43", "remote_group_id": "85721bca-80db-4a65-a277-616402a5e918", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "a2b25ac6-1b46-45f5-975c-dbfb1b43cd18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "b91a6bbd-c9af-4b0d-8a1b-8a60420ccdbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}], "revision_number": 1, "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "id": "85721bca-80db-4a65-a277-616402a5e918", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "created_at": "2018-08-18T20:49:00Z", "updated_at": "2018-08-18T20:49:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "1fa5d6bf-0fe0-49cb-ae72-ce26ba54b643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "21925a47-fa78-4829-a722-8823a74b0a7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "775f4697-9c33-4b91-943a-123e03c6ae28", "remote_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "8e066ae6-01c7-41d7-8983-8d70fd19d7de", "remote_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}], "revision_number": 1, "project_id": "a7bce7c15b3645899eb6a5c21c486633", "id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-18T20:48:46Z", "updated_at": "2018-08-18T20:48:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:46Z", "revision_number": 0, "id": "5f99e03d-01e0-4e9a-b77f-eef66bb8733f", "remote_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "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-18T20:48:46Z", "revision_number": 0, "id": "70955a58-7507-4d5d-8749-8acf80caf584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "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-18T20:48:46Z", "revision_number": 0, "id": "ba9b2585-ead3-47b7-9607-70481b7a3183", "remote_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:46Z", "revision_number": 0, "id": "eb334440-a356-4321-8c7e-68f1e2646378", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:49:55Z", "updated_at": "2018-08-18T20:49:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:55Z", "revision_number": 0, "id": "65d9b00b-f494-4971-ac8f-2b2b81db6ff3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:55Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:56Z", "revision_number": 0, "id": "8c4915c2-68d8-492d-a844-04b2a7fca6d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:56Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:55Z", "revision_number": 0, "id": "caa5388b-f3a9-482b-83c5-1d5332282db4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:55Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T20:49:56Z", "revision_number": 0, "id": "f377f853-bded-4c63-b5a9-b61cd09dbfe2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:56Z", "security_group_id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}], "revision_number": 3, "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81", "name": "singlevm1-sg_c856a3a1-cabb-4867-8842-59d4cbd13535"}, {"description": "Default security group", "tags": [], "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "created_at": "2018-08-18T20:46:24Z", "updated_at": "2018-08-18T20:46:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "4ef5fd9f-d046-45c3-a0d1-14e00afa29c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv6", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "95c7ccfa-0ad7-477d-8cab-b6332d46046a", "remote_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv4", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "df403748-5f6b-4f80-98a9-30ec429f2880", "remote_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv6", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "e1a29f13-ddd8-4f53-b578-f2c5bdad3617", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv4", "project_id": "a717651222bc4d4aa3a98a890714bc85"}], "revision_number": 1, "project_id": "a717651222bc4d4aa3a98a890714bc85", "id": "feb52625-9dfb-46da-85c7-f3753893281f", "name": "default"}]} 2018-08-18 20:50:24,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c873ed03-4030-41b9-ba7e-5ad2552a33b6 2018-08-18 20:50:24,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0535018444061s 2018-08-18 20:50:24,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c873ed03-4030-41b9-ba7e-5ad2552a33b6 2018-08-18 20:50:24,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-18 20:50:24,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:24,537 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d2c473b-1afd-49a4-9011-0ab96d1dce87 Content-Length: 0 Date: Sat, 18 Aug 2018 20:50:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:50:24,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81.json used request id req-2d2c473b-1afd-49a4-9011-0ab96d1dce87 2018-08-18 20:50:24,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.164427042007s 2018-08-18 20:50:24,538 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f0b59c1c-fabd-4f40-b4eb-8f5e4dc06e81.json used request id req-2d2c473b-1afd-49a4-9011-0ab96d1dce87 2018-08-18 20:50:24,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-18 20:50:24,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:24,592 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:50: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-9a561c8f-da86-44a9-9193-38823d9e8f6d x-compute-request-id: req-9a561c8f-da86-44a9-9193-38823d9e8f6d Content-Length: 0 Content-Type: application/json 2018-08-18 20:50:24,592 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535 used request id req-9a561c8f-da86-44a9-9193-38823d9e8f6d 2018-08-18 20:50:24,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0538558959961s 2018-08-18 20:50:24,592 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_c856a3a1-cabb-4867-8842-59d4cbd13535 used request id req-9a561c8f-da86-44a9-9193-38823d9e8f6d 2018-08-18 20:50:24,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 20:50:24,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/0fa8e4cd-b317-4c8c-a5f3-7f264d3be325/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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" -d '{"subnet_id": "0b20fb64-5860-49a6-9801-7a1ec9806383"}' 2018-08-18 20:50:26,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c660c139-f2cf-4830-bb7a-68dda9e4fd07 Date: Sat, 18 Aug 2018 20:50:26 GMT RESP BODY: {"network_id": "95bcb076-e3aa-4486-aa73-5a5197f84d7a", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "0b20fb64-5860-49a6-9801-7a1ec9806383", "subnet_ids": ["0b20fb64-5860-49a6-9801-7a1ec9806383"], "port_id": "6acd14d3-a1dc-4117-999e-b5f92301f5f4", "id": "0fa8e4cd-b317-4c8c-a5f3-7f264d3be325"} 2018-08-18 20:50:26,221 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/0fa8e4cd-b317-4c8c-a5f3-7f264d3be325/remove_router_interface.json used request id req-c660c139-f2cf-4830-bb7a-68dda9e4fd07 2018-08-18 20:50:26,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62813520432s 2018-08-18 20:50:26,221 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/0fa8e4cd-b317-4c8c-a5f3-7f264d3be325/remove_router_interface.json used request id req-c660c139-f2cf-4830-bb7a-68dda9e4fd07 returning object 0fa8e4cd-b317-4c8c-a5f3-7f264d3be325 2018-08-18 20:50:26,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 20:50:26,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:26,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b4221d95-eb20-4daf-bf4d-f715d0fd93d8 Date: Sat, 18 Aug 2018 20:50:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:49:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T20:50:25Z", "revision_number": 4, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "0fa8e4cd-b317-4c8c-a5f3-7f264d3be325", "name": "singlevm1-router_c856a3a1-cabb-4867-8842-59d4cbd13535"}]} 2018-08-18 20:50:26,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b4221d95-eb20-4daf-bf4d-f715d0fd93d8 2018-08-18 20:50:26,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.110795021057s 2018-08-18 20:50:26,333 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b4221d95-eb20-4daf-bf4d-f715d0fd93d8 2018-08-18 20:50:26,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 20:50:26,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/0fa8e4cd-b317-4c8c-a5f3-7f264d3be325.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:27,767 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4df28890-c29b-4817-8fd5-f6610f278501 Content-Length: 0 Date: Sat, 18 Aug 2018 20:50:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:50:27,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/0fa8e4cd-b317-4c8c-a5f3-7f264d3be325.json used request id req-4df28890-c29b-4817-8fd5-f6610f278501 2018-08-18 20:50:27,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.4330868721s 2018-08-18 20:50:27,768 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/0fa8e4cd-b317-4c8c-a5f3-7f264d3be325.json used request id req-4df28890-c29b-4817-8fd5-f6610f278501 2018-08-18 20:50:27,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:50:27,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:27,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-0088f859-b1d6-4b52-8d59-4c9caab20f36 Date: Sat, 18 Aug 2018 20:50:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:49:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"916340bf06fe4cb5a723b53dc60090de","id":"0b20fb64-5860-49a6-9801-7a1ec9806383","subnetpool_id":null,"name":"singlevm1-subnet_c856a3a1-cabb-4867-8842-59d4cbd13535"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-18 20:50:27,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0088f859-b1d6-4b52-8d59-4c9caab20f36 2018-08-18 20:50:27,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.041081905365s 2018-08-18 20:50:27,810 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0088f859-b1d6-4b52-8d59-4c9caab20f36 2018-08-18 20:50:27,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 20:50:27,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/0b20fb64-5860-49a6-9801-7a1ec9806383.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:28,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f4940b4f-a2ce-4164-bb68-75688315e136 Date: Sat, 18 Aug 2018 20:50:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:50:28,853 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0b20fb64-5860-49a6-9801-7a1ec9806383.json used request id req-f4940b4f-a2ce-4164-bb68-75688315e136 2018-08-18 20:50:28,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.04141187668s 2018-08-18 20:50:28,853 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0b20fb64-5860-49a6-9801-7a1ec9806383.json used request id req-f4940b4f-a2ce-4164-bb68-75688315e136 2018-08-18 20:50:28,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:50:28,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:28,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-ed737ae5-f06c-4818-8ee6-a3017820f842 Date: Sat, 18 Aug 2018 20:50:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95bcb076-e3aa-4486-aa73-5a5197f84d7a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:50:28Z","provider:segmentation_id":2,"name":"singlevm1-net_c856a3a1-cabb-4867-8842-59d4cbd13535","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:49:49Z","provider:network_type":"vxlan"}]} 2018-08-18 20:50:28,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ed737ae5-f06c-4818-8ee6-a3017820f842 2018-08-18 20:50:28,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0779809951782s 2018-08-18 20:50:28,932 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ed737ae5-f06c-4818-8ee6-a3017820f842 2018-08-18 20:50:28,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 20:50:28,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/95bcb076-e3aa-4486-aa73-5a5197f84d7a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:30,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-40eb387f-795e-411b-b506-1483af46c865 Date: Sat, 18 Aug 2018 20:50:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:50:30,123 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/95bcb076-e3aa-4486-aa73-5a5197f84d7a.json used request id req-40eb387f-795e-411b-b506-1483af46c865 2018-08-18 20:50:30,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19018507004s 2018-08-18 20:50:30,124 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/95bcb076-e3aa-4486-aa73-5a5197f84d7a.json used request id req-40eb387f-795e-411b-b506-1483af46c865 2018-08-18 20:50:30,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:50:30,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:30,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-6df71d91-4046-4d9c-98db-e4f9d1a108c3 Date: Sat, 18 Aug 2018 20:50:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:49:54Z", "file": "/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "3c6d4a64-608b-402c-9bfe-59ffee28abcc", "size": 12716032, "self": "/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_c856a3a1-cabb-4867-8842-59d4cbd13535", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:49:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:50:30,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6df71d91-4046-4d9c-98db-e4f9d1a108c3 2018-08-18 20:50:30,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.727391004562s 2018-08-18 20:50:30,856 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6df71d91-4046-4d9c-98db-e4f9d1a108c3 2018-08-18 20:50:30,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 20:50:30,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:31,764 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2c236db7-b6b8-411f-bb92-1ec573ba6256 Date: Sat, 18 Aug 2018 20:50: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-18 20:50:31,764 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc used request id req-2c236db7-b6b8-411f-bb92-1ec573ba6256 2018-08-18 20:50:31,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.907104969025s 2018-08-18 20:50:31,765 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/3c6d4a64-608b-402c-9bfe-59ffee28abcc used request id req-2c236db7-b6b8-411f-bb92-1ec573ba6256 2018-08-18 20:50:31,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:50:31,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:31,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-5c1c617c-37f2-4946-ae49-fbb15032dfcf x-compute-request-id: req-5c1c617c-37f2-4946-ae49-fbb15032dfcf Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_c856a3a1-cabb-4867-8842-59d4cbd13535", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669", "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": "74bd3cab-cfa6-4ebd-a352-f297fdcb1669"}]} 2018-08-18 20:50:31,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5c1c617c-37f2-4946-ae49-fbb15032dfcf 2018-08-18 20:50:31,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0226640701294s 2018-08-18 20:50:31,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5c1c617c-37f2-4946-ae49-fbb15032dfcf 2018-08-18 20:50:31,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 20:50:31,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73fad0ecbda9e05ccd9aadbb30e73568a7af2de" 2018-08-18 20:50:31,825 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:50: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-d9ed30b6-6925-4ed6-8fae-0f7ea7b9d5b8 x-compute-request-id: req-d9ed30b6-6925-4ed6-8fae-0f7ea7b9d5b8 Content-Length: 0 Content-Type: application/json 2018-08-18 20:50:31,825 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669 used request id req-d9ed30b6-6925-4ed6-8fae-0f7ea7b9d5b8 2018-08-18 20:50:31,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0354051589966s 2018-08-18 20:50:31,825 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/74bd3cab-cfa6-4ebd-a352-f297fdcb1669 used request id req-d9ed30b6-6925-4ed6-8fae-0f7ea7b9d5b8 2018-08-18 20:50:31,876 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-18 20:50:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:50:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:50:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:50:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:50:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:50:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:50:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:50:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:50:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:50:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:50:31,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:50:31,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81a97c50-5ad9-4d4e-8c1b-2921931cbe3f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:50:31,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-81a97c50-5ad9-4d4e-8c1b-2921931cbe3f 2018-08-18 20:50:31,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:50:32,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:50:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["TzlaK8OMQMCdn3tNupRCZQ"], "issued_at": "2018-08-18T20:50:32.000000Z"}} 2018-08-18 20:50:32,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:50:32,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:50:32,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fed22aed-5097-4743-8cd7-cfdf131d6d2f Date: Sat, 18 Aug 2018 20:50:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:50:32,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fed22aed-5097-4743-8cd7-cfdf131d6d2f 2018-08-18 20:50:32,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256584882736s 2018-08-18 20:50:32,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fed22aed-5097-4743-8cd7-cfdf131d6d2f 2018-08-18 20:50:32,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:50:32,587 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:50:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81001cf1-f014-468e-9fda-51e506c8bbd2 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 20:50:32,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-81001cf1-f014-468e-9fda-51e506c8bbd2 2018-08-18 20:50:32,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:50:32,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:50:32,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e7e734a-708d-42ed-80c1-923d0ae7a318 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 20:50:32,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-2e7e734a-708d-42ed-80c1-923d0ae7a318 2018-08-18 20:50:32,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183076143265s 2018-08-18 20:50:32,771 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-2e7e734a-708d-42ed-80c1-923d0ae7a318 2018-08-18 20:50:32,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 20:50:32,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}559c067840d0ada4073d5b40390d23eb0aa554b6" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}}' 2018-08-18 20:50:32,990 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:50:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d0115d7-d1ca-4061-819a-27c3c37ff015 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.28:5000/v3/projects/30172a4b609d41c1b8079aef1d781650"}, "tags": [], "enabled": true, "id": "30172a4b609d41c1b8079aef1d781650", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}} 2018-08-18 20:50:32,990 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6d0115d7-d1ca-4061-819a-27c3c37ff015 2018-08-18 20:50:32,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.212229013443s 2018-08-18 20:50:32,990 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6d0115d7-d1ca-4061-819a-27c3c37ff015 2018-08-18 20:50:32,991 - 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'30172a4b609d41c1b8079aef1d781650', '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_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552'}) 2018-08-18 20:50:32,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 20:50:33,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b89318b9-9cba-4a6b-8f9f-95a6612cf406", "email": null, "name": "singlevm2-user_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}}' 2018-08-18 20:50:33,494 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:50:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9470bbf0-d605-499f-91ce-e8d72a43120e Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "links": {"self": "http://172.30.9.28:5000/v3/users/f6abdead532744b684489a5f9d32d818"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f6abdead532744b684489a5f9d32d818", "domain_id": "default", "password_expires_at": null}} 2018-08-18 20:50:33,494 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-9470bbf0-d605-499f-91ce-e8d72a43120e 2018-08-18 20:50:33,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.497102975845s 2018-08-18 20:50:33,495 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-9470bbf0-d605-499f-91ce-e8d72a43120e 2018-08-18 20:50:33,495 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f6abdead532744b684489a5f9d32d818', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552'}) 2018-08-18 20:50:33,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:50:33,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:50:33,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c473d9-72d8-4160-add9-0ac573513bf8 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:50:33,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-26c473d9-72d8-4160-add9-0ac573513bf8 2018-08-18 20:50:33,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105390071869s 2018-08-18 20:50:33,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-26c473d9-72d8-4160-add9-0ac573513bf8 2018-08-18 20:50:33,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:50:33,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:50:33,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dbe966e-82eb-49ab-83b6-afed485fab3d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:50:33,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4dbe966e-82eb-49ab-83b6-afed485fab3d 2018-08-18 20:50:33,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176681041718s 2018-08-18 20:50:33,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4dbe966e-82eb-49ab-83b6-afed485fab3d 2018-08-18 20:50:33,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:50:33,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:50:33,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-691b0102-09c0-4f1d-aed6-65ea2b66cd49 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:50:33,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-691b0102-09c0-4f1d-aed6-65ea2b66cd49 2018-08-18 20:50:33,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.098149061203s 2018-08-18 20:50:33,890 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-691b0102-09c0-4f1d-aed6-65ea2b66cd49 2018-08-18 20:50:33,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:50:33,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:50:34,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f8ebfa-693e-48c5-8333-45c3743d8863 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 20:50:34,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-b2f8ebfa-693e-48c5-8333-45c3743d8863 2018-08-18 20:50:34,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.168414115906s 2018-08-18 20:50:34,063 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-b2f8ebfa-693e-48c5-8333-45c3743d8863 2018-08-18 20:50:34,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:50:34,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:50:34,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-240d3d8e-6110-48f0-8e1e-8f323035d364 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "links": {"self": "http://172.30.9.28:5000/v3/users/f6abdead532744b684489a5f9d32d818"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f6abdead532744b684489a5f9d32d818", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:50:34,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-240d3d8e-6110-48f0-8e1e-8f323035d364 2018-08-18 20:50:34,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191900014877s 2018-08-18 20:50:34,256 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-240d3d8e-6110-48f0-8e1e-8f323035d364 2018-08-18 20:50:34,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:50:34,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:50:34,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f5fa297-5a06-4255-ae27-8b248a5917d3 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/30172a4b609d41c1b8079aef1d781650"}, "tags": [], "enabled": true, "id": "30172a4b609d41c1b8079aef1d781650", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:50:34,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-2f5fa297-5a06-4255-ae27-8b248a5917d3 2018-08-18 20:50:34,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.1151471138s 2018-08-18 20:50:34,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-2f5fa297-5a06-4255-ae27-8b248a5917d3 2018-08-18 20:50:34,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 20:50:34,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=f6abdead532744b684489a5f9d32d818&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=30172a4b609d41c1b8079aef1d781650" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:50:34,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a786892c-6918-4dca-a714-859526c9c64b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=f6abdead532744b684489a5f9d32d818&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=30172a4b609d41c1b8079aef1d781650", "previous": null, "next": null}} 2018-08-18 20:50:34,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f6abdead532744b684489a5f9d32d818&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=30172a4b609d41c1b8079aef1d781650 used request id req-a786892c-6918-4dca-a714-859526c9c64b 2018-08-18 20:50:34,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10418009758s 2018-08-18 20:50:34,496 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f6abdead532744b684489a5f9d32d818&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=30172a4b609d41c1b8079aef1d781650 used request id req-a786892c-6918-4dca-a714-859526c9c64b 2018-08-18 20:50:34,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 20:50:34,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/30172a4b609d41c1b8079aef1d781650/users/f6abdead532744b684489a5f9d32d818/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:50:34,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:50:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f79b5fbc-dcce-4dfa-995b-10cb9a2ea362 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:50:34,756 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/30172a4b609d41c1b8079aef1d781650/users/f6abdead532744b684489a5f9d32d818/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-f79b5fbc-dcce-4dfa-995b-10cb9a2ea362 2018-08-18 20:50:34,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.256620883942s 2018-08-18 20:50:34,756 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/30172a4b609d41c1b8079aef1d781650/users/f6abdead532744b684489a5f9d32d818/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-f79b5fbc-dcce-4dfa-995b-10cb9a2ea362 2018-08-18 20:50:34,757 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 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'30172a4b609d41c1b8079aef1d781650', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'b89318b9-9cba-4a6b-8f9f-95a6612cf406', 'username': u'singlevm2-user_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 20:50:34,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:50:34,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:50:34,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:50:34,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:50:34,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:50:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:50:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:50:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:50:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:50:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:50:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:50:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:50:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:50:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:50:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:50:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:50:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:50:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:50:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:50:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:50:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:50:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:50:34,762 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'password': 'b89318b9-9cba-4a6b-8f9f-95a6612cf406', 'project_name': 'singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '30172a4b609d41c1b8079aef1d781650', 'project_domain_name': 'Default'} 2018-08-18 20:50:34,762 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-18 20:50:34,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:50:34,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d898de8d-8421-4a46-86ee-e57ddfed1c73 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:50:34,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d898de8d-8421-4a46-86ee-e57ddfed1c73 2018-08-18 20:50:34,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:50:35,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:50:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30172a4b609d41c1b8079aef1d781650", "name": "singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/30172a4b609d41c1b8079aef1d781650", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/30172a4b609d41c1b8079aef1d781650", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/30172a4b609d41c1b8079aef1d781650", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/30172a4b609d41c1b8079aef1d781650", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/30172a4b609d41c1b8079aef1d781650", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/30172a4b609d41c1b8079aef1d781650", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/30172a4b609d41c1b8079aef1d781650", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/30172a4b609d41c1b8079aef1d781650", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/30172a4b609d41c1b8079aef1d781650", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_30172a4b609d41c1b8079aef1d781650", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_30172a4b609d41c1b8079aef1d781650", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/30172a4b609d41c1b8079aef1d781650", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/30172a4b609d41c1b8079aef1d781650", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/30172a4b609d41c1b8079aef1d781650", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "id": "f6abdead532744b684489a5f9d32d818"}, "audit_ids": ["OMDf5EUiQO-GlD-0mFXVDw"], "issued_at": "2018-08-18T20:50:35.000000Z"}} 2018-08-18 20:50:35,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 20:50:35,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"network": {"name": "singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "admin_state_up": true}}' 2018-08-18 20:50:35,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-d5a5e40f-55b0-4dda-8cb2-39ee6b9aac9d Date: Sat, 18 Aug 2018 20:50:35 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-18T20:50:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"30172a4b609d41c1b8079aef1d781650","id":"74182308-7426-4b00-ac9f-ee125d89b60c","name":"singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}} 2018-08-18 20:50:35,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d5a5e40f-55b0-4dda-8cb2-39ee6b9aac9d 2018-08-18 20:50:35,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.744375944138s 2018-08-18 20:50:35,905 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d5a5e40f-55b0-4dda-8cb2-39ee6b9aac9d 2018-08-18 20:50:35,905 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:50:35Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'74182308-7426-4b00-ac9f-ee125d89b60c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', u'admin_state_up': True, u'tenant_id': u'30172a4b609d41c1b8079aef1d781650', u'created_at': u'2018-08-18T20:50:35Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'30172a4b609d41c1b8079aef1d781650'}) 2018-08-18 20:50:35,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:50:35,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:36,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-e3bfb62f-2db4-446e-b081-4aed27cbed4c Date: Sat, 18 Aug 2018 20:50:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:50:35Z","tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"30172a4b609d41c1b8079aef1d781650","id":"74182308-7426-4b00-ac9f-ee125d89b60c","name":"singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:50:36,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e3bfb62f-2db4-446e-b081-4aed27cbed4c 2018-08-18 20:50:36,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.172632932663s 2018-08-18 20:50:36,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e3bfb62f-2db4-446e-b081-4aed27cbed4c 2018-08-18 20:50:36,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 20:50:36,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"subnet": {"name": "singlevm2-subnet_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "enable_dhcp": true, "network_id": "74182308-7426-4b00-ac9f-ee125d89b60c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 20:50:36,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-7fd9430e-609d-41ad-a832-d40599c68ca9 Date: Sat, 18 Aug 2018 20:50:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74182308-7426-4b00-ac9f-ee125d89b60c","tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:50: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":"30172a4b609d41c1b8079aef1d781650","id":"701e21eb-1bf9-42f3-9b17-b3526f3c1227","subnetpool_id":null,"name":"singlevm2-subnet_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}} 2018-08-18 20:50:36,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7fd9430e-609d-41ad-a832-d40599c68ca9 2018-08-18 20:50:36,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.806334018707s 2018-08-18 20:50:36,887 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7fd9430e-609d-41ad-a832-d40599c68ca9 2018-08-18 20:50:36,888 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:50: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'701e21eb-1bf9-42f3-9b17-b3526f3c1227', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', u'enable_dhcp': True, u'network_id': u'74182308-7426-4b00-ac9f-ee125d89b60c', u'tenant_id': u'30172a4b609d41c1b8079aef1d781650', u'created_at': u'2018-08-18T20:50: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'30172a4b609d41c1b8079aef1d781650'}) 2018-08-18 20:50:36,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 20:50:36,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "singlevm2-router_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "admin_state_up": true}}' 2018-08-18 20:50:37,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-b4be4a5f-b257-4faa-adfc-15a2f415e8a8 Date: Sat, 18 Aug 2018 20:50:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:36Z", "admin_state_up": true, "updated_at": "2018-08-18T20:50:37Z", "revision_number": 2, "routes": [], "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "8b67ea17-809c-47fc-bb90-4d5ae3914849", "name": "singlevm2-router_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}} 2018-08-18 20:50:37,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b4be4a5f-b257-4faa-adfc-15a2f415e8a8 2018-08-18 20:50:37,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.07632613182s 2018-08-18 20:50:37,965 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b4be4a5f-b257-4faa-adfc-15a2f415e8a8 2018-08-18 20:50:37,966 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'30172a4b609d41c1b8079aef1d781650', u'created_at': u'2018-08-18T20:50:36Z', u'admin_state_up': True, u'updated_at': u'2018-08-18T20:50:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'30172a4b609d41c1b8079aef1d781650', u'id': u'8b67ea17-809c-47fc-bb90-4d5ae3914849', u'name': u'singlevm2-router_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552'}) 2018-08-18 20:50:37,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 20:50:37,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/8b67ea17-809c-47fc-bb90-4d5ae3914849/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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"subnet_id": "701e21eb-1bf9-42f3-9b17-b3526f3c1227"}' 2018-08-18 20:50:40,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bd9bd5e9-9671-43c8-b9b7-98a31e33351d Date: Sat, 18 Aug 2018 20:50:40 GMT RESP BODY: {"network_id": "74182308-7426-4b00-ac9f-ee125d89b60c", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "subnet_id": "701e21eb-1bf9-42f3-9b17-b3526f3c1227", "subnet_ids": ["701e21eb-1bf9-42f3-9b17-b3526f3c1227"], "port_id": "ee37e94e-5de8-4617-b59d-b391715fcae5", "id": "8b67ea17-809c-47fc-bb90-4d5ae3914849"} 2018-08-18 20:50:40,011 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8b67ea17-809c-47fc-bb90-4d5ae3914849/add_router_interface.json used request id req-bd9bd5e9-9671-43c8-b9b7-98a31e33351d 2018-08-18 20:50:40,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.04501414299s 2018-08-18 20:50:40,012 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8b67ea17-809c-47fc-bb90-4d5ae3914849/add_router_interface.json used request id req-bd9bd5e9-9671-43c8-b9b7-98a31e33351d returning object 8b67ea17-809c-47fc-bb90-4d5ae3914849 2018-08-18 20:50:40,012 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 20:50:40,127 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 20:50:40,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:50:40,133 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 20:50:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 20:50:40,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:50:40,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:40,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cad625ac-35a9-44d7-87e5-5ecc035818dd Date: Sat, 18 Aug 2018 20:50:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:50:40,516 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cad625ac-35a9-44d7-87e5-5ecc035818dd 2018-08-18 20:50:40,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.377902030945s 2018-08-18 20:50:40,517 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cad625ac-35a9-44d7-87e5-5ecc035818dd 2018-08-18 20:50:40,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 20:50:40,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}' 2018-08-18 20:50:40,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-146c53bb-63d0-4eb7-9661-94b97f78d3ab Date: Sat, 18 Aug 2018 20:50:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:50:40Z", "file": "/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/file", "owner": "30172a4b609d41c1b8079aef1d781650", "id": "220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "size": null, "self": "/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "checksum": null, "created_at": "2018-08-18T20:50:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 20:50:40,607 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-146c53bb-63d0-4eb7-9661-94b97f78d3ab 2018-08-18 20:50:40,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0816421508789s 2018-08-18 20:50:40,607 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-146c53bb-63d0-4eb7-9661-94b97f78d3ab returning object 220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d 2018-08-18 20:50:40,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 20:50:40,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '' 2018-08-18 20:50:41,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-17cbac61-20f5-432e-81cf-eac7ed0d3ecc Date: Sat, 18 Aug 2018 20:50:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 20:50:41,700 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/file used request id req-17cbac61-20f5-432e-81cf-eac7ed0d3ecc 2018-08-18 20:50:41,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.09163784981s 2018-08-18 20:50:41,700 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/file used request id req-17cbac61-20f5-432e-81cf-eac7ed0d3ecc 2018-08-18 20:50:41,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:50:41,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:41,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-c50663c3-96d9-4101-a237-e65a705e5188 Date: Sat, 18 Aug 2018 20:50:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:50:41Z", "file": "/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/file", "owner": "30172a4b609d41c1b8079aef1d781650", "id": "220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "size": 12716032, "self": "/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:50:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:50:41,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c50663c3-96d9-4101-a237-e65a705e5188 2018-08-18 20:50:41,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0384550094604s 2018-08-18 20:50:41,743 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c50663c3-96d9-4101-a237-e65a705e5188 2018-08-18 20:50:41,745 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/file', 'owner': u'30172a4b609d41c1b8079aef1d781650', 'id': u'220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d', 'size': 12716032, u'self': u'/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30172a4b609d41c1b8079aef1d781650', 'name': 'singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T20:50:41Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T20:50:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'created': u'2018-08-18T20:50:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T20:50:40Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 20:50:41,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 20:50:41,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}559c067840d0ada4073d5b40390d23eb0aa554b6" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 20:50:42,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-481c4dc7-c4bf-4a85-ae93-708635332382 x-compute-request-id: req-481c4dc7-c4bf-4a85-ae93-708635332382 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "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": "3ee3b46d-2a49-48f8-9bd7-7305c5843cfb"}} 2018-08-18 20:50:42,084 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-481c4dc7-c4bf-4a85-ae93-708635332382 2018-08-18 20:50:42,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.337965011597s 2018-08-18 20:50:42,084 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-481c4dc7-c4bf-4a85-ae93-708635332382 2018-08-18 20:50:42,085 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', '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'916340bf06fe4cb5a723b53dc60090de', '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'3ee3b46d-2a49-48f8-9bd7-7305c5843cfb', 'swap': 0}) 2018-08-18 20:50:42,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 20:50:42,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb/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}559c067840d0ada4073d5b40390d23eb0aa554b6" -d '{"extra_specs": {}}' 2018-08-18 20:50:42,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-c1d41e61-9180-4263-9986-a50ea791c6bc x-compute-request-id: req-c1d41e61-9180-4263-9986-a50ea791c6bc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 20:50:42,106 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb/os-extra_specs used request id req-c1d41e61-9180-4263-9986-a50ea791c6bc 2018-08-18 20:50:42,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0199840068817s 2018-08-18 20:50:42,107 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb/os-extra_specs used request id req-c1d41e61-9180-4263-9986-a50ea791c6bc 2018-08-18 20:50:42,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 20:50:42,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"keypair": {"name": "singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}}' 2018-08-18 20:50:42,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-01cbd589-097b-4422-b03d-50f2cdde8598 x-compute-request-id: req-01cbd589-097b-4422-b03d-50f2cdde8598 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuNgGM//w8EVhybuERDF+6fDCK34+7pXEdEpa0J5sIjRFLmae3QxUXloeY916Iz23AtAhb4hQLPsYiWOncqGboz0anDAmHQQOw5Rqt+h6r6jeVHdYisl+f+5qzK5XGw564ORQ6+qENTmay6J3J0medzUQeMhdZVFz5HyXBvIKUx51y46cubez0dNpXlGl1wgsHNI5oAOk6cy9TPQ+7SgaGpWoFqXyjk8nKeFgi5HPuyLokSULPUlC7rOhof6srbM3K+QUFc8aVge2edBEwljL0w1WO3j1FZNsUcziZLBI10N1VMF4HXq6DrqE67mjoALrpUr/y2ARGQ+8Vs7h2fTrn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArjYBjP/8PBFYcm7hEQxfunwwit+Pu6VxHRKWtCebCI0RS5mn\nt0MVF5aHmPdeiM9twLQIW+IUCz7GIljp3Khm6M9GpwwJh0EDsOUarfoeq+o3lR3W\nIrJfn/uasyuVxsOeuDkUOvqhDU5msuidydJnnc1EHjIXWVRc+R8lwbyClMedcuOn\nLm3s9HTaV5RpdcILBzSOaADpOnMvUz0Pu0oGhqVqBal8o5PJynhYIuRz7si6JElC\nz1JQu6zoaH+rK2zNyvkFBXPGlYHtnnQRMJYy9MNVjt49RWTbFHM4mSwSNdDdVTBe\nB16ug66hOu5o6AC66VK/8tgERkPvFbO4dn065wIDAQABAoIBAQCX8BYuKVyN7vra\n4wV8XvRmqsWTeSPcnpAmsP2rJhe6v33kF6EE3obYybp9mNFkNLUeKmZX7Ldaj2cy\nsaVVg7ItPgn6yy7MPdHASDCap9h0S5Qqg5ktLbDk0QW9WjgI4LffKDkSr2AjQMul\nIefsC4u/PzU3uKxQhpmH1LiTXZvtsTIbB8sjZpQNPDTVAnaTmt3GvIpBhcz8CkUi\ncs7sh/l8P5y3eFx2HsolmDaUXUjqpmAITg2ufk5Z9xD/1OB0aQymXDcR2Y6CNsk+\ncETPKGKgkujF+eJFXhWU4pBZ4twip+3R1qFrvx8Rr1t2IXklxSn8JpH4BMuOtAAq\nqtdpErmxAoGBAN85sxOXq5bNlSNTcIEnL+/4+akE7UsTHmQFx8Xa2MyI3AMcdcLC\nZUqORFCFNSy7xEMezRmWy1wDKc/fqqzfB2DyaUjDCqf/JqoX99lq1rVZs3dAv+QO\nVjstQEswL2Zsild8Juqg1uSqQ20NqOTD4M1E51TAKvdEw84adpg+xfnVAoGBAMfK\nBGD7X1knSzJ5Q66XtlVF4eN82z7DvBaWlFs/nzuaTGTdH1IoOA2478NNcWAMS/rE\nY7mESnPNJy+vmeYLW2ot4QT6JYqin2XdBuvOLkVEU85SHqJQCdGvbZgj9EAyxzJv\neCJwlmB1jqcowv0nL9REtHMhu9LmZY5+jZU4+CPLAoGAEO9jspzTG8HFCsUNx/6d\nGGufJT+GcSemKph1q4EK6ZmId4P1Oy1cWeepLyKsAhTMsvrnPIXAL97dkTO60xqo\niKZbbnW9nTkySb0/xHLijyebAfUbmcWsrRilxA6HyhF5/WEh4rMJGpgAPYnHwnNJ\n3sjXdAqQN+ozoLNJRAufIXECgYBL6Rky1DANSt3KhsLNor1Xtx619enD9lEP8BTc\netcAqYbfSBkveTKbHCqVdWZfjSyNUnNluLslNszt1HXQL36DYH1AC9+ZxmJ0LMAF\ndqikDusc2JzlJS4l6tbkWLzka6a+JhZqV4b7jY8vOlCkKXCF4bkCic24u2vY8YLQ\nMP4vcwKBgCLbQsn65KtTFUKqLla+A/fWiaf8WzhinenOhAZ31g+7K/WgbXJ0WDEp\nAdGmywbNgGw8FgXpwqna9xbfB0wBWyi64q+Zt8/b5MDV27/qjGBj9N9ndDQfjyTX\nhLrVcDflyQON3VNJymtlLKPZBsLJNRzHLQ61AkJO5qThzQA9HHj1\n-----END RSA PRIVATE KEY-----\n", "user_id": "f6abdead532744b684489a5f9d32d818", "name": "singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "fingerprint": "d4:34:43:58:f4:ee:cb:83:55:74:6e:a8:23:b2:ee:28"}} 2018-08-18 20:50:42,994 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-01cbd589-097b-4422-b03d-50f2cdde8598 2018-08-18 20:50:42,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.887098789215s 2018-08-18 20:50:42,995 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-01cbd589-097b-4422-b03d-50f2cdde8598 2018-08-18 20:50:42,996 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuNgGM//w8EVhybuERDF+6fDCK34+7pXEdEpa0J5sIjRFLmae3QxUXloeY916Iz23AtAhb4hQLPsYiWOncqGboz0anDAmHQQOw5Rqt+h6r6jeVHdYisl+f+5qzK5XGw564ORQ6+qENTmay6J3J0medzUQeMhdZVFz5HyXBvIKUx51y46cubez0dNpXlGl1wgsHNI5oAOk6cy9TPQ+7SgaGpWoFqXyjk8nKeFgi5HPuyLokSULPUlC7rOhof6srbM3K+QUFc8aVge2edBEwljL0w1WO3j1FZNsUcziZLBI10N1VMF4HXq6DrqE67mjoALrpUr/y2ARGQ+8Vs7h2fTrn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArjYBjP/8PBFYcm7hEQxfunwwit+Pu6VxHRKWtCebCI0RS5mn\nt0MVF5aHmPdeiM9twLQIW+IUCz7GIljp3Khm6M9GpwwJh0EDsOUarfoeq+o3lR3W\nIrJfn/uasyuVxsOeuDkUOvqhDU5msuidydJnnc1EHjIXWVRc+R8lwbyClMedcuOn\nLm3s9HTaV5RpdcILBzSOaADpOnMvUz0Pu0oGhqVqBal8o5PJynhYIuRz7si6JElC\nz1JQu6zoaH+rK2zNyvkFBXPGlYHtnnQRMJYy9MNVjt49RWTbFHM4mSwSNdDdVTBe\nB16ug66hOu5o6AC66VK/8tgERkPvFbO4dn065wIDAQABAoIBAQCX8BYuKVyN7vra\n4wV8XvRmqsWTeSPcnpAmsP2rJhe6v33kF6EE3obYybp9mNFkNLUeKmZX7Ldaj2cy\nsaVVg7ItPgn6yy7MPdHASDCap9h0S5Qqg5ktLbDk0QW9WjgI4LffKDkSr2AjQMul\nIefsC4u/PzU3uKxQhpmH1LiTXZvtsTIbB8sjZpQNPDTVAnaTmt3GvIpBhcz8CkUi\ncs7sh/l8P5y3eFx2HsolmDaUXUjqpmAITg2ufk5Z9xD/1OB0aQymXDcR2Y6CNsk+\ncETPKGKgkujF+eJFXhWU4pBZ4twip+3R1qFrvx8Rr1t2IXklxSn8JpH4BMuOtAAq\nqtdpErmxAoGBAN85sxOXq5bNlSNTcIEnL+/4+akE7UsTHmQFx8Xa2MyI3AMcdcLC\nZUqORFCFNSy7xEMezRmWy1wDKc/fqqzfB2DyaUjDCqf/JqoX99lq1rVZs3dAv+QO\nVjstQEswL2Zsild8Juqg1uSqQ20NqOTD4M1E51TAKvdEw84adpg+xfnVAoGBAMfK\nBGD7X1knSzJ5Q66XtlVF4eN82z7DvBaWlFs/nzuaTGTdH1IoOA2478NNcWAMS/rE\nY7mESnPNJy+vmeYLW2ot4QT6JYqin2XdBuvOLkVEU85SHqJQCdGvbZgj9EAyxzJv\neCJwlmB1jqcowv0nL9REtHMhu9LmZY5+jZU4+CPLAoGAEO9jspzTG8HFCsUNx/6d\nGGufJT+GcSemKph1q4EK6ZmId4P1Oy1cWeepLyKsAhTMsvrnPIXAL97dkTO60xqo\niKZbbnW9nTkySb0/xHLijyebAfUbmcWsrRilxA6HyhF5/WEh4rMJGpgAPYnHwnNJ\n3sjXdAqQN+ozoLNJRAufIXECgYBL6Rky1DANSt3KhsLNor1Xtx619enD9lEP8BTc\netcAqYbfSBkveTKbHCqVdWZfjSyNUnNluLslNszt1HXQL36DYH1AC9+ZxmJ0LMAF\ndqikDusc2JzlJS4l6tbkWLzka6a+JhZqV4b7jY8vOlCkKXCF4bkCic24u2vY8YLQ\nMP4vcwKBgCLbQsn65KtTFUKqLla+A/fWiaf8WzhinenOhAZ31g+7K/WgbXJ0WDEp\nAdGmywbNgGw8FgXpwqna9xbfB0wBWyi64q+Zt8/b5MDV27/qjGBj9N9ndDQfjyTX\nhLrVcDflyQON3VNJymtlLKPZBsLJNRzHLQ61AkJO5qThzQA9HHj1\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f6abdead532744b684489a5f9d32d818', 'name': u'singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'created_at': '2018-08-18T20:50:42.995953', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30172a4b609d41c1b8079aef1d781650', 'name': 'singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd4:34:43:58:f4:ee:cb:83:55:74:6e:a8:23:b2:ee:28', 'type': 'ssh', 'id': u'singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552'}) 2018-08-18 20:50:42,996 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEArjYBjP/8PBFYcm7hEQxfunwwit+Pu6VxHRKWtCebCI0RS5mn t0MVF5aHmPdeiM9twLQIW+IUCz7GIljp3Khm6M9GpwwJh0EDsOUarfoeq+o3lR3W IrJfn/uasyuVxsOeuDkUOvqhDU5msuidydJnnc1EHjIXWVRc+R8lwbyClMedcuOn Lm3s9HTaV5RpdcILBzSOaADpOnMvUz0Pu0oGhqVqBal8o5PJynhYIuRz7si6JElC z1JQu6zoaH+rK2zNyvkFBXPGlYHtnnQRMJYy9MNVjt49RWTbFHM4mSwSNdDdVTBe B16ug66hOu5o6AC66VK/8tgERkPvFbO4dn065wIDAQABAoIBAQCX8BYuKVyN7vra 4wV8XvRmqsWTeSPcnpAmsP2rJhe6v33kF6EE3obYybp9mNFkNLUeKmZX7Ldaj2cy saVVg7ItPgn6yy7MPdHASDCap9h0S5Qqg5ktLbDk0QW9WjgI4LffKDkSr2AjQMul IefsC4u/PzU3uKxQhpmH1LiTXZvtsTIbB8sjZpQNPDTVAnaTmt3GvIpBhcz8CkUi cs7sh/l8P5y3eFx2HsolmDaUXUjqpmAITg2ufk5Z9xD/1OB0aQymXDcR2Y6CNsk+ cETPKGKgkujF+eJFXhWU4pBZ4twip+3R1qFrvx8Rr1t2IXklxSn8JpH4BMuOtAAq qtdpErmxAoGBAN85sxOXq5bNlSNTcIEnL+/4+akE7UsTHmQFx8Xa2MyI3AMcdcLC ZUqORFCFNSy7xEMezRmWy1wDKc/fqqzfB2DyaUjDCqf/JqoX99lq1rVZs3dAv+QO VjstQEswL2Zsild8Juqg1uSqQ20NqOTD4M1E51TAKvdEw84adpg+xfnVAoGBAMfK BGD7X1knSzJ5Q66XtlVF4eN82z7DvBaWlFs/nzuaTGTdH1IoOA2478NNcWAMS/rE Y7mESnPNJy+vmeYLW2ot4QT6JYqin2XdBuvOLkVEU85SHqJQCdGvbZgj9EAyxzJv eCJwlmB1jqcowv0nL9REtHMhu9LmZY5+jZU4+CPLAoGAEO9jspzTG8HFCsUNx/6d GGufJT+GcSemKph1q4EK6ZmId4P1Oy1cWeepLyKsAhTMsvrnPIXAL97dkTO60xqo iKZbbnW9nTkySb0/xHLijyebAfUbmcWsrRilxA6HyhF5/WEh4rMJGpgAPYnHwnNJ 3sjXdAqQN+ozoLNJRAufIXECgYBL6Rky1DANSt3KhsLNor1Xtx619enD9lEP8BTc etcAqYbfSBkveTKbHCqVdWZfjSyNUnNluLslNszt1HXQL36DYH1AC9+ZxmJ0LMAF dqikDusc2JzlJS4l6tbkWLzka6a+JhZqV4b7jY8vOlCkKXCF4bkCic24u2vY8YLQ MP4vcwKBgCLbQsn65KtTFUKqLla+A/fWiaf8WzhinenOhAZ31g+7K/WgbXJ0WDEp AdGmywbNgGw8FgXpwqna9xbfB0wBWyi64q+Zt8/b5MDV27/qjGBj9N9ndDQfjyTX hLrVcDflyQON3VNJymtlLKPZBsLJNRzHLQ61AkJO5qThzQA9HHj1 -----END RSA PRIVATE KEY----- 2018-08-18 20:50:42,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-18 20:50:43,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"security_group": {"name": "singlevm2-sg_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-18 20:50:43,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-c1e5d156-7880-4a65-986d-52a4612de478 Date: Sat, 18 Aug 2018 20:50:43 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:43Z", "updated_at": "2018-08-18T20:50:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "556c446e-0a73-4ac9-b7d3-9f8b80860b6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "8a2fa64f-6273-4052-9f34-144e03cd196b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}], "revision_number": 1, "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "name": "singlevm2-sg_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}} 2018-08-18 20:50:43,225 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c1e5d156-7880-4a65-986d-52a4612de478 2018-08-18 20:50:43,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.225930929184s 2018-08-18 20:50:43,225 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c1e5d156-7880-4a65-986d-52a4612de478 2018-08-18 20:50:43,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:50:43,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:43,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-2d725987-b562-4245-bbac-7cfb8e74f50f Date: Sat, 18 Aug 2018 20:50:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:35Z", "updated_at": "2018-08-18T20:50:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "1c969e37-476b-42e0-99df-443eccad4d4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "40476d75-a318-401b-ad47-ddf65f31b6e8", "remote_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "6dd9dce5-0783-4c5c-9de6-3c31255dcf1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "b9400664-f3fc-406b-8faf-158962efcf6d", "remote_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}], "revision_number": 1, "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:43Z", "updated_at": "2018-08-18T20:50:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "556c446e-0a73-4ac9-b7d3-9f8b80860b6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "8a2fa64f-6273-4052-9f34-144e03cd196b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}], "revision_number": 1, "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "name": "singlevm2-sg_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:50:43,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2d725987-b562-4245-bbac-7cfb8e74f50f 2018-08-18 20:50:43,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0767891407013s 2018-08-18 20:50:43,307 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2d725987-b562-4245-bbac-7cfb8e74f50f 2018-08-18 20:50:43,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 20:50:43,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -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": "9735594a-5daa-4922-b4c8-4c017a70c57d"}}' 2018-08-18 20:50:43,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ec15b975-c36c-4a60-aeaf-6dba5bd2034b Date: Sat, 18 Aug 2018 20:50: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-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "port_range_min": 22, "revision_number": 0, "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:43Z", "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "9077ed93-b8b5-4772-af1c-a57cda98b644"}} 2018-08-18 20:50:43,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-ec15b975-c36c-4a60-aeaf-6dba5bd2034b 2018-08-18 20:50:43,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.166563987732s 2018-08-18 20:50:43,478 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-ec15b975-c36c-4a60-aeaf-6dba5bd2034b 2018-08-18 20:50:43,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:50:43,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:43,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-1f699742-b890-40b8-a79f-ed3f492ffb46 Date: Sat, 18 Aug 2018 20:50:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:35Z", "updated_at": "2018-08-18T20:50:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "1c969e37-476b-42e0-99df-443eccad4d4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "40476d75-a318-401b-ad47-ddf65f31b6e8", "remote_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "6dd9dce5-0783-4c5c-9de6-3c31255dcf1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "b9400664-f3fc-406b-8faf-158962efcf6d", "remote_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}], "revision_number": 1, "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:43Z", "updated_at": "2018-08-18T20:50:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "556c446e-0a73-4ac9-b7d3-9f8b80860b6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "8a2fa64f-6273-4052-9f34-144e03cd196b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "9077ed93-b8b5-4772-af1c-a57cda98b644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": 22, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}], "revision_number": 2, "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "name": "singlevm2-sg_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:50:43,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1f699742-b890-40b8-a79f-ed3f492ffb46 2018-08-18 20:50:43,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0554628372192s 2018-08-18 20:50:43,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1f699742-b890-40b8-a79f-ed3f492ffb46 2018-08-18 20:50:43,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 20:50:43,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -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": "9735594a-5daa-4922-b4c8-4c017a70c57d"}}' 2018-08-18 20:50:43,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-364ca771-ef9e-46f7-871c-9892bc57e979 Date: Sat, 18 Aug 2018 20:50:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "port_range_min": null, "revision_number": 0, "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:43Z", "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "6b562c5d-2982-4803-89f7-de9ac99847dd"}} 2018-08-18 20:50:43,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-364ca771-ef9e-46f7-871c-9892bc57e979 2018-08-18 20:50:43,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.144957065582s 2018-08-18 20:50:43,685 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-364ca771-ef9e-46f7-871c-9892bc57e979 2018-08-18 20:50:43,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:50:43,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:43,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-65380b90-59d4-4f63-8b7d-7857f5622416 Date: Sat, 18 Aug 2018 20:50:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["701e21eb-1bf9-42f3-9b17-b3526f3c1227"],"updated_at":"2018-08-18T20:50:36Z","tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"30172a4b609d41c1b8079aef1d781650","id":"74182308-7426-4b00-ac9f-ee125d89b60c","name":"singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:50:43,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-65380b90-59d4-4f63-8b7d-7857f5622416 2018-08-18 20:50:43,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0896129608154s 2018-08-18 20:50:43,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-65380b90-59d4-4f63-8b7d-7857f5622416 2018-08-18 20:50:43,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:50:43,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:43,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-0a8619ab-fec8-466e-b00e-37b729bada04 Date: Sat, 18 Aug 2018 20:50:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:50:41Z", "file": "/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/file", "owner": "30172a4b609d41c1b8079aef1d781650", "id": "220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "size": 12716032, "self": "/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:50:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:50:43,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0a8619ab-fec8-466e-b00e-37b729bada04 2018-08-18 20:50:43,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.036484003067s 2018-08-18 20:50:43,818 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0a8619ab-fec8-466e-b00e-37b729bada04 2018-08-18 20:50:43,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:50:43,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:43,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-e9deadf1-b25f-44bb-aec8-07e7bf57f58a x-compute-request-id: req-e9deadf1-b25f-44bb-aec8-07e7bf57f58a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "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": "3ee3b46d-2a49-48f8-9bd7-7305c5843cfb"}]} 2018-08-18 20:50:43,843 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e9deadf1-b25f-44bb-aec8-07e7bf57f58a 2018-08-18 20:50:43,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0239729881287s 2018-08-18 20:50:43,844 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e9deadf1-b25f-44bb-aec8-07e7bf57f58a 2018-08-18 20:50:43,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 20:50:43,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"server": {"name": "singlevm2-vm_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "imageRef": "220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "key_name": "singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "flavorRef": "3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "max_count": 1, "min_count": 1, "networks": [{"uuid": "74182308-7426-4b00-ac9f-ee125d89b60c"}], "security_groups": [{"name": "9735594a-5daa-4922-b4c8-4c017a70c57d"}]}}' 2018-08-18 20:50:46,363 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:50: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-ee418487-bdea-4240-a7fd-0035bbc46da6 x-compute-request-id: req-ee418487-bdea-4240-a7fd-0035bbc46da6 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9735594a-5daa-4922-b4c8-4c017a70c57d"}], "OS-DCF:diskConfig": "MANUAL", "id": "bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "bookmark"}], "adminPass": "eqV786hwEqyz"}} 2018-08-18 20:50:46,363 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ee418487-bdea-4240-a7fd-0035bbc46da6 2018-08-18 20:50:46,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.5169069767s 2018-08-18 20:50:46,364 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ee418487-bdea-4240-a7fd-0035bbc46da6 2018-08-18 20:50:46,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:46,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:46,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-7d4203d8-6bb5-4952-a987-bed5317153d4 x-compute-request-id: req-7d4203d8-6bb5-4952-a987-bed5317153d4 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.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "bookmark"}], "image": {"id": "220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "links": [{"href": "http://172.30.9.28:8774/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "links": [{"href": "http://172.30.9.28:8774/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "rel": "bookmark"}]}, "id": "bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "user_id": "f6abdead532744b684489a5f9d32d818", "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-18T20:50:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "name": "singlevm2-vm_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "created": "2018-08-18T20:50:46Z", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:46,737 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7d4203d8-6bb5-4952-a987-bed5317153d4 2018-08-18 20:50:46,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372690916061s 2018-08-18 20:50:46,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7d4203d8-6bb5-4952-a987-bed5317153d4 2018-08-18 20:50:46,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:50:46,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:46,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-52b878de-643c-4474-ba15-ce79ff4321c9 Date: Sat, 18 Aug 2018 20:50:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["701e21eb-1bf9-42f3-9b17-b3526f3c1227"],"updated_at":"2018-08-18T20:50:36Z","tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"30172a4b609d41c1b8079aef1d781650","id":"74182308-7426-4b00-ac9f-ee125d89b60c","name":"singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:50:46,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-52b878de-643c-4474-ba15-ce79ff4321c9 2018-08-18 20:50:46,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0943591594696s 2018-08-18 20:50:46,840 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-52b878de-643c-4474-ba15-ce79ff4321c9 2018-08-18 20:50:46,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:50:46,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:46,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-bb2a913d-d298-4380-8639-d17783819bc5 Date: Sat, 18 Aug 2018 20:50:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74182308-7426-4b00-ac9f-ee125d89b60c","tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:50: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":"30172a4b609d41c1b8079aef1d781650","id":"701e21eb-1bf9-42f3-9b17-b3526f3c1227","subnetpool_id":null,"name":"singlevm2-subnet_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:50:46,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bb2a913d-d298-4380-8639-d17783819bc5 2018-08-18 20:50:46,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0897998809814s 2018-08-18 20:50:46,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bb2a913d-d298-4380-8639-d17783819bc5 2018-08-18 20:50:46,932 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:50:48,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:48,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:50,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-6d35dc6e-f93c-43ff-8506-01c9670e215e x-compute-request-id: req-6d35dc6e-f93c-43ff-8506-01c9670e215e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "bookmark"}], "image": {"id": "220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "links": [{"href": "http://172.30.9.28:8774/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "links": [{"href": "http://172.30.9.28:8774/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "rel": "bookmark"}]}, "id": "bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "security_groups": [{"name": "singlevm2-sg_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}], "user_id": "f6abdead532744b684489a5f9d32d818", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:50:49Z", "hostId": "235b106c6bbf88c6bc3ff1fecd5642606896b0ef5b4414221c7b99f9", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "name": "singlevm2-vm_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "created": "2018-08-18T20:50:46Z", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:50,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6d35dc6e-f93c-43ff-8506-01c9670e215e 2018-08-18 20:50:50,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22320604324s 2018-08-18 20:50:50,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6d35dc6e-f93c-43ff-8506-01c9670e215e 2018-08-18 20:50:50,163 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:50:52,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:52,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:52,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-4b68b99d-1fa1-4a1a-9d75-262cd04f05bb x-compute-request-id: req-4b68b99d-1fa1-4a1a-9d75-262cd04f05bb 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.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "bookmark"}], "image": {"id": "220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "links": [{"href": "http://172.30.9.28:8774/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "links": [{"href": "http://172.30.9.28:8774/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "rel": "bookmark"}]}, "id": "bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "security_groups": [{"name": "singlevm2-sg_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}], "user_id": "f6abdead532744b684489a5f9d32d818", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:50:49Z", "hostId": "235b106c6bbf88c6bc3ff1fecd5642606896b0ef5b4414221c7b99f9", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "name": "singlevm2-vm_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "created": "2018-08-18T20:50:46Z", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:52,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4b68b99d-1fa1-4a1a-9d75-262cd04f05bb 2018-08-18 20:50:52,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.618229150772s 2018-08-18 20:50:52,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4b68b99d-1fa1-4a1a-9d75-262cd04f05bb 2018-08-18 20:50:52,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:50:54,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:54,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:55,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-279e319c-f539-4414-9d3e-d42de95d45fd x-compute-request-id: req-279e319c-f539-4414-9d3e-d42de95d45fd Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:15:63", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "bookmark"}], "image": {"id": "220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "links": [{"href": "http://172.30.9.28:8774/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:50:53.000000", "flavor": {"id": "3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "links": [{"href": "http://172.30.9.28:8774/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "rel": "bookmark"}]}, "id": "bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "security_groups": [{"name": "singlevm2-sg_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}], "user_id": "f6abdead532744b684489a5f9d32d818", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:50:53Z", "hostId": "235b106c6bbf88c6bc3ff1fecd5642606896b0ef5b4414221c7b99f9", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "name": "singlevm2-vm_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "created": "2018-08-18T20:50:46Z", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:50:55,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-279e319c-f539-4414-9d3e-d42de95d45fd 2018-08-18 20:50:55,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385553836823s 2018-08-18 20:50:55,177 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-279e319c-f539-4414-9d3e-d42de95d45fd 2018-08-18 20:50:55,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:50:55,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=bb4f1d2b-eb84-4261-8f54-7aba7e060c39" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:55,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5b30977c-ae60-49db-9fe1-4d3234ffda6d Date: Sat, 18 Aug 2018 20:50:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74182308-7426-4b00-ac9f-ee125d89b60c","tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:49Z","admin_state_up":true,"updated_at":"2018-08-18T20:50:52Z","binding:vnic_type":"normal","device_id":"bb4f1d2b-eb84-4261-8f54-7aba7e060c39","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:bb:15:63","id":"a982a7d2-f391-453a-9fbb-87414bfa00d7","port_security_enabled":true,"project_id":"30172a4b609d41c1b8079aef1d781650","fixed_ips":[{"subnet_id":"701e21eb-1bf9-42f3-9b17-b3526f3c1227","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["9735594a-5daa-4922-b4c8-4c017a70c57d"],"name":""}]} 2018-08-18 20:50:55,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bb4f1d2b-eb84-4261-8f54-7aba7e060c39 used request id req-5b30977c-ae60-49db-9fe1-4d3234ffda6d 2018-08-18 20:50:55,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0808010101318s 2018-08-18 20:50:55,262 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bb4f1d2b-eb84-4261-8f54-7aba7e060c39 used request id req-5b30977c-ae60-49db-9fe1-4d3234ffda6d 2018-08-18 20:50:55,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:50:55,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=a982a7d2-f391-453a-9fbb-87414bfa00d7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:55,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2ef80aac-388a-41df-a495-77e9428ae393 Date: Sat, 18 Aug 2018 20:50:55 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:50:55,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=a982a7d2-f391-453a-9fbb-87414bfa00d7 used request id req-2ef80aac-388a-41df-a495-77e9428ae393 2018-08-18 20:50:55,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0424320697784s 2018-08-18 20:50:55,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=a982a7d2-f391-453a-9fbb-87414bfa00d7 used request id req-2ef80aac-388a-41df-a495-77e9428ae393 2018-08-18 20:50:55,311 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bb:15:63', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d'}), 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-18T20:50:53.000000', 'flavor': Munch({u'id': u'3ee3b46d-2a49-48f8-9bd7-7305c5843cfb'}), 'az': u'nova', 'id': u'bb4f1d2b-eb84-4261-8f54-7aba7e060c39', 'security_groups': [Munch({u'name': u'singlevm2-sg_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f6abdead532744b684489a5f9d32d818', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30172a4b609d41c1b8079aef1d781650', 'name': 'singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', '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-18T20:50:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T20:50:53Z', 'hostId': u'235b106c6bbf88c6bc3ff1fecd5642606896b0ef5b4414221c7b99f9', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'235b106c6bbf88c6bc3ff1fecd5642606896b0ef5b4414221c7b99f9', '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-18T20:50:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'30172a4b609d41c1b8079aef1d781650', 'name': u'singlevm2-vm_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'adminPass': u'eqV786hwEqyz', 'tenant_id': u'30172a4b609d41c1b8079aef1d781650', 'created_at': u'2018-08-18T20:50:46Z', 'created': u'2018-08-18T20:50:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 20:50:55,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:50:55,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:55,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-4116a943-bee1-41fa-8751-df72136ed07a Date: Sat, 18 Aug 2018 20:50:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["701e21eb-1bf9-42f3-9b17-b3526f3c1227"],"updated_at":"2018-08-18T20:50:36Z","tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"30172a4b609d41c1b8079aef1d781650","id":"74182308-7426-4b00-ac9f-ee125d89b60c","name":"singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:50:55,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4116a943-bee1-41fa-8751-df72136ed07a 2018-08-18 20:50:55,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0914499759674s 2018-08-18 20:50:55,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4116a943-bee1-41fa-8751-df72136ed07a 2018-08-18 20:50:55,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:50:55,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=bb4f1d2b-eb84-4261-8f54-7aba7e060c39" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:55,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-44db3fa4-d7a1-4bd4-a925-30b9d488111b Date: Sat, 18 Aug 2018 20:50:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74182308-7426-4b00-ac9f-ee125d89b60c","tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:49Z","admin_state_up":true,"updated_at":"2018-08-18T20:50:52Z","binding:vnic_type":"normal","device_id":"bb4f1d2b-eb84-4261-8f54-7aba7e060c39","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:bb:15:63","id":"a982a7d2-f391-453a-9fbb-87414bfa00d7","port_security_enabled":true,"project_id":"30172a4b609d41c1b8079aef1d781650","fixed_ips":[{"subnet_id":"701e21eb-1bf9-42f3-9b17-b3526f3c1227","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["9735594a-5daa-4922-b4c8-4c017a70c57d"],"name":""}]} 2018-08-18 20:50:55,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bb4f1d2b-eb84-4261-8f54-7aba7e060c39 used request id req-44db3fa4-d7a1-4bd4-a925-30b9d488111b 2018-08-18 20:50:55,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0436959266663s 2018-08-18 20:50:55,451 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bb4f1d2b-eb84-4261-8f54-7aba7e060c39 used request id req-44db3fa4-d7a1-4bd4-a925-30b9d488111b 2018-08-18 20:50:55,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-18 20:50:55,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"floatingip": {"floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.13", "port_id": "a982a7d2-f391-453a-9fbb-87414bfa00d7"}}' 2018-08-18 20:50:57,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-51e24a01-42c9-4e24-8674-14ec65ea9c1b Date: Sat, 18 Aug 2018 20:50:57 GMT RESP BODY: {"floatingip": {"router_id": "8b67ea17-809c-47fc-bb90-4d5ae3914849", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:50:56Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "a982a7d2-f391-453a-9fbb-87414bfa00d7", "id": "a7fcb531-100a-4442-b673-81ee3b02639f", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:56Z", "project_id": "30172a4b609d41c1b8079aef1d781650"}} 2018-08-18 20:50:57,208 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-51e24a01-42c9-4e24-8674-14ec65ea9c1b 2018-08-18 20:50:57,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.75600218773s 2018-08-18 20:50:57,208 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-51e24a01-42c9-4e24-8674-14ec65ea9c1b 2018-08-18 20:50:57,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:50:57,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:57,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-6351810a-b2b0-4563-b731-5e7aae98e9ac Date: Sat, 18 Aug 2018 20:50:57 GMT RESP BODY: {"floatingips": [{"router_id": "8b67ea17-809c-47fc-bb90-4d5ae3914849", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:50:56Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "a982a7d2-f391-453a-9fbb-87414bfa00d7", "id": "a7fcb531-100a-4442-b673-81ee3b02639f", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:56Z", "project_id": "30172a4b609d41c1b8079aef1d781650"}]} 2018-08-18 20:50:57,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6351810a-b2b0-4563-b731-5e7aae98e9ac 2018-08-18 20:50:57,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0830640792847s 2018-08-18 20:50:57,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6351810a-b2b0-4563-b731-5e7aae98e9ac 2018-08-18 20:50:57,303 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8b67ea17-809c-47fc-bb90-4d5ae3914849', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'30172a4b609d41c1b8079aef1d781650', 'created_at': u'2018-08-18T20:50:56Z', 'attached': True, 'updated_at': u'2018-08-18T20:50:56Z', 'id': u'a7fcb531-100a-4442-b673-81ee3b02639f', 'floating_network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'30172a4b609d41c1b8079aef1d781650', 'name': 'singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8b67ea17-809c-47fc-bb90-4d5ae3914849', 'project_id': u'30172a4b609d41c1b8079aef1d781650', 'port_id': u'a982a7d2-f391-453a-9fbb-87414bfa00d7', 'port': u'a982a7d2-f391-453a-9fbb-87414bfa00d7', 'network': u'65cd7cef-6b04-450e-9f27-e630c6e3994e'}) 2018-08-18 20:50:57,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 20:50:57,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39/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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 20:50:57,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-2ac75093-9806-486d-b3fd-fb9b1bf9d8f1 x-compute-request-id: req-2ac75093-9806-486d-b3fd-fb9b1bf9d8f1 Content-Encoding: gzip Content-Length: 9592 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 475306537 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.189560] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191913] pid_max: default: 32768 minimum: 301\n[ 0.193195] ACPI: Core revision 20150930\n[ 0.194921] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196796] Security Framework initialized\n[ 0.197962] Yama: becoming mindful.\n[ 0.199006] AppArmor: AppArmor initialized\n[ 0.200231] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202084] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207572] Initializing cgroup subsys io\n[ 0.208749] Initializing cgroup subsys memory\n[ 0.209981] Initializing cgroup subsys devices\n[ 0.211231] Initializing cgroup subsys freezer\n[ 0.212497] Initializing cgroup subsys net_cls\n[ 0.213736] Initializing cgroup subsys perf_event\n[ 0.215037] Initializing cgroup subsys net_prio\n[ 0.216314] Initializing cgroup subsys hugetlb\n[ 0.217556] Initializing cgroup subsys pids\n[ 0.218786] CPU: Physical Processor ID: 0\n[ 0.220661] mce: CPU supports 10 MCE banks\n[ 0.221861] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223278] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.240399] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.247359] ftrace: allocating 31920 entries in 125 pages\n[ 0.273942] smpboot: Max logical packages: 1\n[ 0.275165] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277124] x2apic enabled\n[ 0.278302] Switched APIC routing to physical x2apic.\n[ 0.280834] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282425] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287821] KVM setup paravirtual spinlock\n[ 0.289499] x86: Booted up 1 node, 1 CPUs\n[ 0.290648] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292648] devtmpfs: initialized\n[ 0.294692] evm: security.selinux\n[ 0.295709] evm: security.SMACK64\n[ 0.296707] evm: security.SMACK64EXEC\n[ 0.297784] evm: security.SMACK64TRANSMUTE\n[ 0.298956] evm: security.SMACK64MMAP\n[ 0.300031] evm: security.ima\n[ 0.300953] evm: security.capability\n[ 0.302094] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304722] pinctrl core: initialized pinctrl subsystem\n[ 0.306237] RTC time: 20:50:53, date: 08/18/18\n[ 0.307591] NET: Registered protocol family 16\n[ 0.308969] cpuidle: using governor ladder\n[ 0.310147] cpuidle: using governor menu\n[ 0.311273] PCCT header not found.\n[ 0.312332] ACPI: bus type PCI registered\n[ 0.313487] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315241] PCI: Using configuration type 1 for base access\n[ 0.317477] ACPI: Added _OSI(Module Device)\n[ 0.318669] ACPI: Added _OSI(Processor Device)\n[ 0.319900] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321175] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323378] ACPI: Interpreter enabled\n[ 0.324491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.327140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329800] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.332451] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335086] ACPI: (supports S0 S5)\n[ 0.336105] ACPI: Using IOAPIC for interrupt routing\n[ 0.337467] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343181] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344948] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346659] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349790] acpiphp: Slot [3] registered\n[ 0.350947] acpiphp: Slot [4] registered\n[ 0.352095] acpiphp: Slot [5] registered\n[ 0.353246] acpiphp: Slot [6] registered\n[ 0.354390] acpiphp: Slot [7] registered\n[ 0.355544] acpiphp: Slot [8] registered\n[ 0.356691] acpiphp: Slot [9] registered\n[ 0.357833] acpiphp: Slot [10] registered\n[ 0.358995] acpiphp: Slot [11] registered\n[ 0.360168] acpiphp: Slot [12] registered\n[ 0.361329] acpiphp: Slot [13] registered\n[ 0.362480] acpiphp: Slot [14] registered\n[ 0.363645] acpiphp: Slot [15] registered\n[ 0.378890] acpiphp: Slot [16] registered\n[ 0.380054] acpiphp: Slot [17] registered\n[ 0.381204] acpiphp: Slot [18] registered\n[ 0.382349] acpiphp: Slot [19] registered\n[ 0.383497] acpiphp: Slot [20] registered\n[ 0.384634] acpiphp: Slot [21] registered\n[ 0.385788] acpiphp: Slot [22] registered\n[ 0.386936] acpiphp: Slot [23] registered\n[ 0.388091] acpiphp: Slot [24] registered\n[ 0.389243] acpiphp: Slot [25] registered\n[ 0.390389] acpiphp: Slot [26] registered\n[ 0.391540] acpiphp: Slot [27] registered\n[ 0.392713] acpiphp: Slot [28] registered\n[ 0.393869] acpiphp: Slot [29] registered\n[ 0.395016] acpiphp: Slot [30] registered\n[ 0.396169] acpiphp: Slot [31] registered\n[ 0.397322] PCI host bridge to bus 0000:00\n[ 0.398476] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.400185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401901] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403973] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.406050] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.408141] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.412152] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.415647] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.417442] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.422001] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.424066] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446043] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448131] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452167] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.454375] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456162] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458020] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.459539] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.461777] vgaarb: loaded\n[ 0.462642] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464361] SCSI subsystem initialized\n[ 0.465678] ACPI: bus type USB registered\n[ 0.466866] usbcore: registered new interface driver usbfs\n[ 0.468342] usbcore: registered new interface driver hub\n[ 0.469782] usbcore: registered new device driver usb\n[ 0.471348] PCI: Using ACPI for IRQ routing\n[ 0.472935] NetLabel: Initializing\n[ 0.473968] NetLabel: domain hash size = 128\n[ 0.475192] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476568] NetLabel: unlabeled traffic allowed by default\n[ 0.478227] clocksource: Switched to clocksource kvm-clock\n[ 0.488582] AppArmor: AppArmor Filesystem Enabled\n[ 0.489959] pnp: PnP ACPI init\n[ 0.491239] pnp: PnP ACPI: found 5 devices\n[ 0.498277] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500735] NET: Registered protocol family 2\n[ 0.502208] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.504063] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505797] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.507521] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509083] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510763] NET: Registered protocol family 1\n[ 0.512033] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513610] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.529775] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.544465] Trying to unpack rootfs image as initramfs...\n[ 0.607306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.614520] Scanning for low memory corruption every 60 seconds\n[ 0.617842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.619600] audit: initializing netlink subsys (disabled)\n[ 0.621254] audit: type=2000 audit(1534625453.922:1): initialized\n[ 0.623644] Initialise system trusted keyring\n[ 0.625269] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.626932] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.629901] zbud: loaded\n[ 0.631036] VFS: Disk quotas dquot_6.6.0\n[ 0.632246] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.634706] fuse init (API version 7.23)\n[ 0.636013] Key type big_key registered\n[ 0.637198] Allocating IMA MOK and blacklist keyrings.\n[ 0.639087] Key type asymmetric registered\n[ 0.640306] Asymmetric key parser 'x509' registered\n[ 0.641711] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.643935] io scheduler noop registered\n[ 0.645081] io scheduler deadline registered (default)\n[ 0.646542] io scheduler cfq registered\n[ 0.647891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.649393] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.651470] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.653622] ACPI: Power Button [PWRF]\n[ 0.655090] GHES: HEST is not enabled!\n[ 0.669502] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.698438] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.701480] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.727024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.730276] Linux agpgart interface v0.103\n[ 0.734277] brd: module loaded\n[ 0.736625] loop: module loaded\n[ 0.741533] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.743654] GPT:90111 != 2097151\n[ 0.744623] GPT:Alternate GPT header not at the end of the disk.\n[ 0.746170] GPT:90111 != 2097151\n[ 0.747137] GPT: Use GNU Parted to correct GPT errors.\n[ 0.748513] vda: vda1 vda15\n[ 0.750463] scsi host0: ata_piix\n[ 0.751566] scsi host1: ata_piix\n[ 0.752593] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.754305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.756414] libphy: Fixed MDIO Bus: probed\n[ 0.757584] tun: Universal TUN/TAP device driver, 1.6\n[ 0.758937] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.762254] PPP generic driver version 2.4.2\n[ 0.763805] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.765869] ehci-pci: EHCI PCI platform driver\n[ 0.767288] ehci-platform: EHCI generic platform driver\n[ 0.768714] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.770313] ohci-pci: OHCI PCI platform driver\n[ 0.771572] ohci-platform: OHCI generic platform driver\n[ 0.772976] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.787363] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.788846] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.790943] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.792348] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.794040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.795782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.797803] usb usb1: Product: UHCI Host Controller\n[ 0.799123] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.800906] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.802325] hub 1-0:1.0: USB hub found\n[ 0.803468] hub 1-0:1.0: 2 ports detected\n[ 0.804903] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.807934] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.809311] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.810784] mousedev: PS/2 mouse device common for all mice\n[ 0.812554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.815195] rtc_cmos 00:00: RTC can wake from S4\n[ 0.816802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.818478] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.820166] i2c /dev entries driver\n[ 0.821277] device-mapper: uevent: version 1.0.3\n[ 0.822659] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827126] NET: Registered protocol family 10\n[ 0.829026] NET: Registered protocol family 17\n[ 0.830327] Key type dns_resolver registered\n[ 0.831726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833282] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.835828] registered taskstats version 1\n[ 0.837054] Loading compiled-in X.509 certificates\n[ 0.838997] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841667] zswap: loaded using pool lzo/zbud\n[ 0.844229] Key type trusted registered\n[ 0.846506] Key type encrypted registered\n[ 0.847683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.849189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850694] evm: HMAC attrs: 0x1\n[ 0.852074] Magic number: 14:275:852\n[ 0.853290] rtc_cmos 00:00: setting system clock to 2018-08-18 20:50:54 UTC (1534625454)\n[ 0.855640] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.857200] EDD information not available.\n[ 0.916914] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.933035] Write protecting the kernel read-only data: 14336k\n[ 0.938098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.940835] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.114062] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.12s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtOkPXVQXi2s8RUdGKwuDN5YftyCrJ+PUPApmhr24CknC0kk8m/kT/el/tODcofydl5nOjQesD+FcqPglhuvCvJAwq4gRurneZXGWbvAthcKqDKdGbGTZdQ9MJsXpjrLOjT1/Bbhpm0BwIREdJ2YtMuGLGpRAyBUwc+zIp4WSfuxBKl45X1QAPoeWCIalp1FPe2KnlHJ+TKxeEiA8UEks8f0OB/8npoSKa7GqV5c2Xw7ZP2vRorJkfdg4OpEfwfLev2nRSKNWdWB3bs61Ati9pfOPPVId4W6ZlJDKqwfOsD+CmSG9fRyhB46mtmt49pD1r/Qv+TiOG6ggWGZIqu2AX root@singlevm2-vm-3bfa4dc8-4bae-492c-b7d3-ca236b5e6552\nssh-dss AAAAB3NzaC1kc3MAAACBAJ4BJ0W5L47HmlrbZMmAucxki6luMsZ6Glcnay+qB1fn5hmngTdlzWRRJooP/9sAouXWfrjvKuSZBI57VXxNGDOi4n1Yd3FQl0MWI/xnoYBTj3Hb6opZKJrBD29LKTecmhDdYIMG/gf6uYL+zglCDviLSTrVpFFce40yrJiCH759AAAAFQDxdc1Tpfab7N6oxBEeKviS7XBpAwAAAIB6bk+xFt0WmEa3It+PFOtsz0VE72sX0fUfaaBaK7fOKPxlDgSq2e+ju31yUODqwKvE8ukqqEIHprvI3DH6wkRkU3zUoqDeWxjiuRqMmKX6FX68V9CUJXWVB7RINLitgJHINVGJjP7YPc3/YYrDr1knrFuAOYIkDwtlVXPItUrqkwAAAIBoJUUnpFblRjofSm+aMG9iaThq+A7mk3tBdL8MSIVF1blyzmzfKbk3HW6vq+3MxtPLGzfaT24HSaeSzBrHcUFpu4SlY3DSdWl9jxFmymASL+OSIcr4210aAM1v1vfT2gUaagy5/0WraAJ4VWgUzG8D4aX8T877oZo7prXQfPl5zQ== root@singlevm2-vm-3bfa4dc8-4bae-492c-b7d3-ca236b5e6552\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.13,24,fe80::f816:3eff:febb:1563/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.13 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-3bfa4dc8-4bae-492c-b7d3-ca236b5e6552\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.25 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-3bfa4dc8-4bae-492c-b7d3-ca236b5e6552 login: "} 2018-08-18 20:50:57,394 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39/action used request id req-2ac75093-9806-486d-b3fd-fb9b1bf9d8f1 2018-08-18 20:50:57,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0897269248962s 2018-08-18 20:50:57,395 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39/action used request id req-2ac75093-9806-486d-b3fd-fb9b1bf9d8f1 2018-08-18 20:50:57,395 - 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 475306537 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.189560] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191913] pid_max: default: 32768 minimum: 301 [ 0.193195] ACPI: Core revision 20150930 [ 0.194921] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196796] Security Framework initialized [ 0.197962] Yama: becoming mindful. [ 0.199006] AppArmor: AppArmor initialized [ 0.200231] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202084] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207572] Initializing cgroup subsys io [ 0.208749] Initializing cgroup subsys memory [ 0.209981] Initializing cgroup subsys devices [ 0.211231] Initializing cgroup subsys freezer [ 0.212497] Initializing cgroup subsys net_cls [ 0.213736] Initializing cgroup subsys perf_event [ 0.215037] Initializing cgroup subsys net_prio [ 0.216314] Initializing cgroup subsys hugetlb [ 0.217556] Initializing cgroup subsys pids [ 0.218786] CPU: Physical Processor ID: 0 [ 0.220661] mce: CPU supports 10 MCE banks [ 0.221861] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.223278] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.240399] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.247359] ftrace: allocating 31920 entries in 125 pages [ 0.273942] smpboot: Max logical packages: 1 [ 0.275165] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277124] x2apic enabled [ 0.278302] Switched APIC routing to physical x2apic. [ 0.280834] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282425] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287821] KVM setup paravirtual spinlock [ 0.289499] x86: Booted up 1 node, 1 CPUs [ 0.290648] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292648] devtmpfs: initialized [ 0.294692] evm: security.selinux [ 0.295709] evm: security.SMACK64 [ 0.296707] evm: security.SMACK64EXEC [ 0.297784] evm: security.SMACK64TRANSMUTE [ 0.298956] evm: security.SMACK64MMAP [ 0.300031] evm: security.ima [ 0.300953] evm: security.capability [ 0.302094] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.304722] pinctrl core: initialized pinctrl subsystem [ 0.306237] RTC time: 20:50:53, date: 08/18/18 [ 0.307591] NET: Registered protocol family 16 [ 0.308969] cpuidle: using governor ladder [ 0.310147] cpuidle: using governor menu [ 0.311273] PCCT header not found. [ 0.312332] ACPI: bus type PCI registered [ 0.313487] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315241] PCI: Using configuration type 1 for base access [ 0.317477] ACPI: Added _OSI(Module Device) [ 0.318669] ACPI: Added _OSI(Processor Device) [ 0.319900] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321175] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323378] ACPI: Interpreter enabled [ 0.324491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.327140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.329800] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.332451] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335086] ACPI: (supports S0 S5) [ 0.336105] ACPI: Using IOAPIC for interrupt routing [ 0.337467] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.341533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343181] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.344948] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.346659] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.349790] acpiphp: Slot [3] registered [ 0.350947] acpiphp: Slot [4] registered [ 0.352095] acpiphp: Slot [5] registered [ 0.353246] acpiphp: Slot [6] registered [ 0.354390] acpiphp: Slot [7] registered [ 0.355544] acpiphp: Slot [8] registered [ 0.356691] acpiphp: Slot [9] registered [ 0.357833] acpiphp: Slot [10] registered [ 0.358995] acpiphp: Slot [11] registered [ 0.360168] acpiphp: Slot [12] registered [ 0.361329] acpiphp: Slot [13] registered [ 0.362480] acpiphp: Slot [14] registered [ 0.363645] acpiphp: Slot [15] registered [ 0.378890] acpiphp: Slot [16] registered [ 0.380054] acpiphp: Slot [17] registered [ 0.381204] acpiphp: Slot [18] registered [ 0.382349] acpiphp: Slot [19] registered [ 0.383497] acpiphp: Slot [20] registered [ 0.384634] acpiphp: Slot [21] registered [ 0.385788] acpiphp: Slot [22] registered [ 0.386936] acpiphp: Slot [23] registered [ 0.388091] acpiphp: Slot [24] registered [ 0.389243] acpiphp: Slot [25] registered [ 0.390389] acpiphp: Slot [26] registered [ 0.391540] acpiphp: Slot [27] registered [ 0.392713] acpiphp: Slot [28] registered [ 0.393869] acpiphp: Slot [29] registered [ 0.395016] acpiphp: Slot [30] registered [ 0.396169] acpiphp: Slot [31] registered [ 0.397322] PCI host bridge to bus 0000:00 [ 0.398476] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.400185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401901] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403973] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.406050] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.408141] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.412152] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.413972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.415647] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.417442] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.422001] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.424066] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.446043] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.448131] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.450150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.452167] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.454375] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.456162] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.458020] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.459539] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.461777] vgaarb: loaded [ 0.462642] vgaarb: bridge control possible 0000:00:02.0 [ 0.464361] SCSI subsystem initialized [ 0.465678] ACPI: bus type USB registered [ 0.466866] usbcore: registered new interface driver usbfs [ 0.468342] usbcore: registered new interface driver hub [ 0.469782] usbcore: registered new device driver usb [ 0.471348] PCI: Using ACPI for IRQ routing [ 0.472935] NetLabel: Initializing [ 0.473968] NetLabel: domain hash size = 128 [ 0.475192] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476568] NetLabel: unlabeled traffic allowed by default [ 0.478227] clocksource: Switched to clocksource kvm-clock [ 0.488582] AppArmor: AppArmor Filesystem Enabled [ 0.489959] pnp: PnP ACPI init [ 0.491239] pnp: PnP ACPI: found 5 devices [ 0.498277] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.500735] NET: Registered protocol family 2 [ 0.502208] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504063] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.505797] TCP: Hash tables configured (established 4096 bind 4096) [ 0.507521] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509083] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510763] NET: Registered protocol family 1 [ 0.512033] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.513610] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.515157] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529775] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.544465] Trying to unpack rootfs image as initramfs... [ 0.607306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.614520] Scanning for low memory corruption every 60 seconds [ 0.617842] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.619600] audit: initializing netlink subsys (disabled) [ 0.621254] audit: type=2000 audit(1534625453.922:1): initialized [ 0.623644] Initialise system trusted keyring [ 0.625269] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.626932] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.629901] zbud: loaded [ 0.631036] VFS: Disk quotas dquot_6.6.0 [ 0.632246] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.634706] fuse init (API version 7.23) [ 0.636013] Key type big_key registered [ 0.637198] Allocating IMA MOK and blacklist keyrings. [ 0.639087] Key type asymmetric registered [ 0.640306] Asymmetric key parser 'x509' registered [ 0.641711] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.643935] io scheduler noop registered [ 0.645081] io scheduler deadline registered (default) [ 0.646542] io scheduler cfq registered [ 0.647891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.649393] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.651470] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.653622] ACPI: Power Button [PWRF] [ 0.655090] GHES: HEST is not enabled! [ 0.669502] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.698438] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.701480] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.727024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.730276] Linux agpgart interface v0.103 [ 0.734277] brd: module loaded [ 0.736625] loop: module loaded [ 0.741533] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.743654] GPT:90111 != 2097151 [ 0.744623] GPT:Alternate GPT header not at the end of the disk. [ 0.746170] GPT:90111 != 2097151 [ 0.747137] GPT: Use GNU Parted to correct GPT errors. [ 0.748513] vda: vda1 vda15 [ 0.750463] scsi host0: ata_piix [ 0.751566] scsi host1: ata_piix [ 0.752593] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.754305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.756414] libphy: Fixed MDIO Bus: probed [ 0.757584] tun: Universal TUN/TAP device driver, 1.6 [ 0.758937] tun: (C) 1999-2004 Max Krasnyansky [ 0.762254] PPP generic driver version 2.4.2 [ 0.763805] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.765869] ehci-pci: EHCI PCI platform driver [ 0.767288] ehci-platform: EHCI generic platform driver [ 0.768714] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.770313] ohci-pci: OHCI PCI platform driver [ 0.771572] ohci-platform: OHCI generic platform driver [ 0.772976] uhci_hcd: USB Universal Host Controller Interface driver [ 0.787363] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.788846] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.790943] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.792348] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.794040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.795782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.797803] usb usb1: Product: UHCI Host Controller [ 0.799123] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.800906] usb usb1: SerialNumber: 0000:00:01.2 [ 0.802325] hub 1-0:1.0: USB hub found [ 0.803468] hub 1-0:1.0: 2 ports detected [ 0.804903] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.807934] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.809311] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.810784] mousedev: PS/2 mouse device common for all mice [ 0.812554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.815195] rtc_cmos 00:00: RTC can wake from S4 [ 0.816802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.818478] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.820166] i2c /dev entries driver [ 0.821277] device-mapper: uevent: version 1.0.3 [ 0.822659] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.825012] ledtrig-cpu: registered to indicate activity on CPUs [ 0.827126] NET: Registered protocol family 10 [ 0.829026] NET: Registered protocol family 17 [ 0.830327] Key type dns_resolver registered [ 0.831726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.833282] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.835828] registered taskstats version 1 [ 0.837054] Loading compiled-in X.509 certificates [ 0.838997] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.841667] zswap: loaded using pool lzo/zbud [ 0.844229] Key type trusted registered [ 0.846506] Key type encrypted registered [ 0.847683] AppArmor: AppArmor sha1 policy hashing enabled [ 0.849189] ima: No TPM chip found, activating TPM-bypass! [ 0.850694] evm: HMAC attrs: 0x1 [ 0.852074] Magic number: 14:275:852 [ 0.853290] rtc_cmos 00:00: setting system clock to 2018-08-18 20:50:54 UTC (1534625454) [ 0.855640] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.857200] EDD information not available. [ 0.916914] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.933035] Write protecting the kernel read-only data: 14336k [ 0.938098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.940835] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.114062] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.12s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtOkPXVQXi2s8RUdGKwuDN5YftyCrJ+PUPApmhr24CknC0kk8m/kT/el/tODcofydl5nOjQesD+FcqPglhuvCvJAwq4gRurneZXGWbvAthcKqDKdGbGTZdQ9MJsXpjrLOjT1/Bbhpm0BwIREdJ2YtMuGLGpRAyBUwc+zIp4WSfuxBKl45X1QAPoeWCIalp1FPe2KnlHJ+TKxeEiA8UEks8f0OB/8npoSKa7GqV5c2Xw7ZP2vRorJkfdg4OpEfwfLev2nRSKNWdWB3bs61Ati9pfOPPVId4W6ZlJDKqwfOsD+CmSG9fRyhB46mtmt49pD1r/Qv+TiOG6ggWGZIqu2AX root@singlevm2-vm-3bfa4dc8-4bae-492c-b7d3-ca236b5e6552 ssh-dss AAAAB3NzaC1kc3MAAACBAJ4BJ0W5L47HmlrbZMmAucxki6luMsZ6Glcnay+qB1fn5hmngTdlzWRRJooP/9sAouXWfrjvKuSZBI57VXxNGDOi4n1Yd3FQl0MWI/xnoYBTj3Hb6opZKJrBD29LKTecmhDdYIMG/gf6uYL+zglCDviLSTrVpFFce40yrJiCH759AAAAFQDxdc1Tpfab7N6oxBEeKviS7XBpAwAAAIB6bk+xFt0WmEa3It+PFOtsz0VE72sX0fUfaaBaK7fOKPxlDgSq2e+ju31yUODqwKvE8ukqqEIHprvI3DH6wkRkU3zUoqDeWxjiuRqMmKX6FX68V9CUJXWVB7RINLitgJHINVGJjP7YPc3/YYrDr1knrFuAOYIkDwtlVXPItUrqkwAAAIBoJUUnpFblRjofSm+aMG9iaThq+A7mk3tBdL8MSIVF1blyzmzfKbk3HW6vq+3MxtPLGzfaT24HSaeSzBrHcUFpu4SlY3DSdWl9jxFmymASL+OSIcr4210aAM1v1vfT2gUaagy5/0WraAJ4VWgUzG8D4aX8T877oZo7prXQfPl5zQ== root@singlevm2-vm-3bfa4dc8-4bae-492c-b7d3-ca236b5e6552 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:febb:1563/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.13 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-3bfa4dc8-4bae-492c-b7d3-ca236b5e6552 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.25 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-3bfa4dc8-4bae-492c-b7d3-ca236b5e6552 login: 2018-08-18 20:50:58,398 - paramiko.transport - DEBUG - starting thread (client mode): 0x74a7a310L 2018-08-18 20:50:58,398 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 20:50:58,398 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-18 20:50:58,399 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-18 20:50:58,400 - 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-18 20:50:58,400 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 20:50:58,400 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-18 20:50:58,400 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 20:50:58,400 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 20:50:58,400 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 20:50:58,417 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 20:50:58,418 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 20:50:58,430 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 96d5d758c8691ae51f78c3f82cc8e527 2018-08-18 20:50:58,431 - paramiko.transport - DEBUG - Trying discovered key d4344358f4eecb8355746ea823b2ee28 in /tmp/tmpOov4ed 2018-08-18 20:50:58,457 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 20:50:58,462 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-18 20:50:58,463 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-18 20:50:58,464 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-18 20:50:58,464 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-18 20:50:58,466 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-18 20:50:58,467 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-18 20:50:58,467 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-18 20:50:58,468 - functest.core.singlevm - DEBUG - error: 2018-08-18 20:50:58,468 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-18 20:50:58,586 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:50:58,586 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:24 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 20:50:58,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-18 20:50:58,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/a7fcb531-100a-4442-b673-81ee3b02639f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:59,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5c6587f1-a54f-48e4-886f-bf2c37e41eaf Content-Length: 0 Date: Sat, 18 Aug 2018 20:50:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:50:59,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/a7fcb531-100a-4442-b673-81ee3b02639f.json used request id req-5c6587f1-a54f-48e4-886f-bf2c37e41eaf 2018-08-18 20:50:59,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.948880910873s 2018-08-18 20:50:59,548 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/a7fcb531-100a-4442-b673-81ee3b02639f.json used request id req-5c6587f1-a54f-48e4-886f-bf2c37e41eaf 2018-08-18 20:50:59,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:50:59,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:59,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d8c9a1bd-a718-4ed9-8452-11b0aa709511 Date: Sat, 18 Aug 2018 20:50:59 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:50:59,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d8c9a1bd-a718-4ed9-8452-11b0aa709511 2018-08-18 20:50:59,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0691409111023s 2018-08-18 20:50:59,621 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d8c9a1bd-a718-4ed9-8452-11b0aa709511 2018-08-18 20:50:59,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 20:50:59,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:50:59,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:50:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b3b47ae0-7786-4301-98b5-641f7807fe1c x-compute-request-id: req-b3b47ae0-7786-4301-98b5-641f7807fe1c Content-Type: application/json 2018-08-18 20:50:59,846 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39 used request id req-b3b47ae0-7786-4301-98b5-641f7807fe1c 2018-08-18 20:50:59,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.224630117416s 2018-08-18 20:50:59,846 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39 used request id req-b3b47ae0-7786-4301-98b5-641f7807fe1c 2018-08-18 20:50:59,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:50:59,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:00,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:50: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-be0fe7c7-ad66-4ae2-af5e-ac0ea1df3111 x-compute-request-id: req-be0fe7c7-ad66-4ae2-af5e-ac0ea1df3111 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:15:63", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:15:63", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "rel": "bookmark"}], "image": {"id": "220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "links": [{"href": "http://172.30.9.28:8774/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:50:53.000000", "flavor": {"id": "3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "links": [{"href": "http://172.30.9.28:8774/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "rel": "bookmark"}]}, "id": "bb4f1d2b-eb84-4261-8f54-7aba7e060c39", "security_groups": [{"name": "singlevm2-sg_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}], "user_id": "f6abdead532744b684489a5f9d32d818", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:50:59Z", "hostId": "235b106c6bbf88c6bc3ff1fecd5642606896b0ef5b4414221c7b99f9", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "name": "singlevm2-vm_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "created": "2018-08-18T20:50:46Z", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:51:00,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-be0fe7c7-ad66-4ae2-af5e-ac0ea1df3111 2018-08-18 20:51:00,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.775537967682s 2018-08-18 20:51:00,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-be0fe7c7-ad66-4ae2-af5e-ac0ea1df3111 2018-08-18 20:51:00,623 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:51:02,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:51:02,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:02,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-7ad08131-4688-40fb-ba36-cbdc4bc486bd x-compute-request-id: req-7ad08131-4688-40fb-ba36-cbdc4bc486bd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 20:51:02,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7ad08131-4688-40fb-ba36-cbdc4bc486bd 2018-08-18 20:51:02,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202059030533s 2018-08-18 20:51:02,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7ad08131-4688-40fb-ba36-cbdc4bc486bd 2018-08-18 20:51:02,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:51:02,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:02,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-0a289f15-fa77-4299-a644-0a96d33e6c35 Date: Sat, 18 Aug 2018 20:51:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:35Z", "updated_at": "2018-08-18T20:50:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "1c969e37-476b-42e0-99df-443eccad4d4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "40476d75-a318-401b-ad47-ddf65f31b6e8", "remote_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "6dd9dce5-0783-4c5c-9de6-3c31255dcf1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "b9400664-f3fc-406b-8faf-158962efcf6d", "remote_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}], "revision_number": 1, "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:43Z", "updated_at": "2018-08-18T20:50:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "556c446e-0a73-4ac9-b7d3-9f8b80860b6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "6b562c5d-2982-4803-89f7-de9ac99847dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "8a2fa64f-6273-4052-9f34-144e03cd196b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T20:50:43Z", "revision_number": 0, "id": "9077ed93-b8b5-4772-af1c-a57cda98b644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:43Z", "security_group_id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": 22, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}], "revision_number": 3, "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "9735594a-5daa-4922-b4c8-4c017a70c57d", "name": "singlevm2-sg_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:51:02,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0a289f15-fa77-4299-a644-0a96d33e6c35 2018-08-18 20:51:02,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0408051013947s 2018-08-18 20:51:02,870 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0a289f15-fa77-4299-a644-0a96d33e6c35 2018-08-18 20:51:02,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-18 20:51:02,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/9735594a-5daa-4922-b4c8-4c017a70c57d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:03,093 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9061b589-a83b-4d51-a94c-1cbcba268aaa Content-Length: 0 Date: Sat, 18 Aug 2018 20:51:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:51:03,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9735594a-5daa-4922-b4c8-4c017a70c57d.json used request id req-9061b589-a83b-4d51-a94c-1cbcba268aaa 2018-08-18 20:51:03,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.220741033554s 2018-08-18 20:51:03,093 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9735594a-5daa-4922-b4c8-4c017a70c57d.json used request id req-9061b589-a83b-4d51-a94c-1cbcba268aaa 2018-08-18 20:51:03,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-18 20:51:03,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:03,163 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:51: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-a1f61ef7-f099-4178-8b2d-c778a7d5eca3 x-compute-request-id: req-a1f61ef7-f099-4178-8b2d-c778a7d5eca3 Content-Length: 0 Content-Type: application/json 2018-08-18 20:51:03,163 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552 used request id req-a1f61ef7-f099-4178-8b2d-c778a7d5eca3 2018-08-18 20:51:03,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.069568157196s 2018-08-18 20:51:03,163 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552 used request id req-a1f61ef7-f099-4178-8b2d-c778a7d5eca3 2018-08-18 20:51:03,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 20:51:03,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/8b67ea17-809c-47fc-bb90-4d5ae3914849/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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" -d '{"subnet_id": "701e21eb-1bf9-42f3-9b17-b3526f3c1227"}' 2018-08-18 20:51:04,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-45957f30-25fa-43d2-bef9-e0d8277d6060 Date: Sat, 18 Aug 2018 20:51:04 GMT RESP BODY: {"network_id": "74182308-7426-4b00-ac9f-ee125d89b60c", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "subnet_id": "701e21eb-1bf9-42f3-9b17-b3526f3c1227", "subnet_ids": ["701e21eb-1bf9-42f3-9b17-b3526f3c1227"], "port_id": "ee37e94e-5de8-4617-b59d-b391715fcae5", "id": "8b67ea17-809c-47fc-bb90-4d5ae3914849"} 2018-08-18 20:51:04,838 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8b67ea17-809c-47fc-bb90-4d5ae3914849/remove_router_interface.json used request id req-45957f30-25fa-43d2-bef9-e0d8277d6060 2018-08-18 20:51:04,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.67468190193s 2018-08-18 20:51:04,839 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8b67ea17-809c-47fc-bb90-4d5ae3914849/remove_router_interface.json used request id req-45957f30-25fa-43d2-bef9-e0d8277d6060 returning object 8b67ea17-809c-47fc-bb90-4d5ae3914849 2018-08-18 20:51:04,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 20:51:04,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:04,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-ae271c20-8a7b-406c-9c08-9f8d24ca1686 Date: Sat, 18 Aug 2018 20:51:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:36Z", "admin_state_up": true, "updated_at": "2018-08-18T20:51:04Z", "revision_number": 4, "routes": [], "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "8b67ea17-809c-47fc-bb90-4d5ae3914849", "name": "singlevm2-router_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:51:04,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-ae271c20-8a7b-406c-9c08-9f8d24ca1686 2018-08-18 20:51:04,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120256900787s 2018-08-18 20:51:04,959 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-ae271c20-8a7b-406c-9c08-9f8d24ca1686 2018-08-18 20:51:04,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 20:51:04,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/8b67ea17-809c-47fc-bb90-4d5ae3914849.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:06,372 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a4dd60f-c767-4bc5-b274-07bd877c354c Content-Length: 0 Date: Sat, 18 Aug 2018 20:51:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:51:06,372 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8b67ea17-809c-47fc-bb90-4d5ae3914849.json used request id req-5a4dd60f-c767-4bc5-b274-07bd877c354c 2018-08-18 20:51:06,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.41166996956s 2018-08-18 20:51:06,372 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8b67ea17-809c-47fc-bb90-4d5ae3914849.json used request id req-5a4dd60f-c767-4bc5-b274-07bd877c354c 2018-08-18 20:51:06,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:51:06,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:06,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c92f1ad1-d274-4992-b9fb-27341949e11c Date: Sat, 18 Aug 2018 20:51:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74182308-7426-4b00-ac9f-ee125d89b60c","tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:50: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":"30172a4b609d41c1b8079aef1d781650","id":"701e21eb-1bf9-42f3-9b17-b3526f3c1227","subnetpool_id":null,"name":"singlevm2-subnet_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:51:06,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c92f1ad1-d274-4992-b9fb-27341949e11c 2018-08-18 20:51:06,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0425579547882s 2018-08-18 20:51:06,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c92f1ad1-d274-4992-b9fb-27341949e11c 2018-08-18 20:51:06,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 20:51:06,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/701e21eb-1bf9-42f3-9b17-b3526f3c1227.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:07,605 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-057290d8-7a4d-4ee8-bd2e-6210538d8d91 Date: Sat, 18 Aug 2018 20:51:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:51:07,605 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/701e21eb-1bf9-42f3-9b17-b3526f3c1227.json used request id req-057290d8-7a4d-4ee8-bd2e-6210538d8d91 2018-08-18 20:51:07,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.18918204308s 2018-08-18 20:51:07,605 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/701e21eb-1bf9-42f3-9b17-b3526f3c1227.json used request id req-057290d8-7a4d-4ee8-bd2e-6210538d8d91 2018-08-18 20:51:07,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:51:07,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:07,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-f165371d-1765-4d47-adab-6735ed5dfcca Date: Sat, 18 Aug 2018 20:51:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:51:07Z","tenant_id":"30172a4b609d41c1b8079aef1d781650","created_at":"2018-08-18T20:50:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"30172a4b609d41c1b8079aef1d781650","id":"74182308-7426-4b00-ac9f-ee125d89b60c","name":"singlevm2-net_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}]} 2018-08-18 20:51:07,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f165371d-1765-4d47-adab-6735ed5dfcca 2018-08-18 20:51:07,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0957729816437s 2018-08-18 20:51:07,702 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f165371d-1765-4d47-adab-6735ed5dfcca 2018-08-18 20:51:07,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 20:51:07,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/74182308-7426-4b00-ac9f-ee125d89b60c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:08,908 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99963717-db67-4b04-bcf1-b3436e9b1567 Date: Sat, 18 Aug 2018 20:51:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:51:08,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/74182308-7426-4b00-ac9f-ee125d89b60c.json used request id req-99963717-db67-4b04-bcf1-b3436e9b1567 2018-08-18 20:51:08,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20556092262s 2018-08-18 20:51:08,908 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/74182308-7426-4b00-ac9f-ee125d89b60c.json used request id req-99963717-db67-4b04-bcf1-b3436e9b1567 2018-08-18 20:51:08,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:51:08,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:09,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-eb88763b-b84e-453d-a697-09ee53d441c3 Date: Sat, 18 Aug 2018 20:51:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:50:41Z", "file": "/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/file", "owner": "30172a4b609d41c1b8079aef1d781650", "id": "220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "size": 12716032, "self": "/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:50:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:51:09,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-eb88763b-b84e-453d-a697-09ee53d441c3 2018-08-18 20:51:09,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.776365995407s 2018-08-18 20:51:09,689 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-eb88763b-b84e-453d-a697-09ee53d441c3 2018-08-18 20:51:09,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 20:51:09,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e7372c87c922f12089fe9b85d52bc36cdf1fc49" 2018-08-18 20:51:10,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3c69622a-0f96-49df-88b0-ed748358daf4 Date: Sat, 18 Aug 2018 20:51: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-18 20:51:10,040 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d used request id req-3c69622a-0f96-49df-88b0-ed748358daf4 2018-08-18 20:51:10,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.349976062775s 2018-08-18 20:51:10,040 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/220e8ffb-6f8e-47d6-a48f-5ce30c3cf91d used request id req-3c69622a-0f96-49df-88b0-ed748358daf4 2018-08-18 20:51:10,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:51:10,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:51:10,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-79f99695-1ee0-4d71-8530-63b4f9d10284 x-compute-request-id: req-79f99695-1ee0-4d71-8530-63b4f9d10284 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb", "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": "3ee3b46d-2a49-48f8-9bd7-7305c5843cfb"}]} 2018-08-18 20:51:10,064 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-79f99695-1ee0-4d71-8530-63b4f9d10284 2018-08-18 20:51:10,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.023206949234s 2018-08-18 20:51:10,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-79f99695-1ee0-4d71-8530-63b4f9d10284 2018-08-18 20:51:10,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 20:51:10,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:51:10,106 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:51: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-58f2cd51-60ea-4505-a5e0-db60b16736be x-compute-request-id: req-58f2cd51-60ea-4505-a5e0-db60b16736be Content-Length: 0 Content-Type: application/json 2018-08-18 20:51:10,107 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb used request id req-58f2cd51-60ea-4505-a5e0-db60b16736be 2018-08-18 20:51:10,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0415351390839s 2018-08-18 20:51:10,107 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3ee3b46d-2a49-48f8-9bd7-7305c5843cfb used request id req-58f2cd51-60ea-4505-a5e0-db60b16736be 2018-08-18 20:51:10,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:51:10,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:51:10,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73434cfa-a004-4491-b2bb-08e11a0fe82d Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "links": {"self": "http://172.30.9.28:5000/v3/users/f6abdead532744b684489a5f9d32d818"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f6abdead532744b684489a5f9d32d818", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:51:10,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-73434cfa-a004-4491-b2bb-08e11a0fe82d 2018-08-18 20:51:10,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216594934464s 2018-08-18 20:51:10,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-73434cfa-a004-4491-b2bb-08e11a0fe82d 2018-08-18 20:51:10,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:51:10,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/f6abdead532744b684489a5f9d32d818 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:51:10,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f61dffba-341d-45de-8576-5add27b9e0f7 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552", "links": {"self": "http://172.30.9.28:5000/v3/users/f6abdead532744b684489a5f9d32d818"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f6abdead532744b684489a5f9d32d818", "description": null}} 2018-08-18 20:51:10,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f6abdead532744b684489a5f9d32d818 used request id req-f61dffba-341d-45de-8576-5add27b9e0f7 2018-08-18 20:51:10,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199559926987s 2018-08-18 20:51:10,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f6abdead532744b684489a5f9d32d818 used request id req-f61dffba-341d-45de-8576-5add27b9e0f7 2018-08-18 20:51:10,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 20:51:10,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/f6abdead532744b684489a5f9d32d818 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:51:10,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:51:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b157462-7f94-47b5-b2ba-6fdc00a226d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:51:10,837 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f6abdead532744b684489a5f9d32d818 used request id req-8b157462-7f94-47b5-b2ba-6fdc00a226d4 2018-08-18 20:51:10,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.308475017548s 2018-08-18 20:51:10,837 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f6abdead532744b684489a5f9d32d818 used request id req-8b157462-7f94-47b5-b2ba-6fdc00a226d4 2018-08-18 20:51:10,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:51:10,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:51:11,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-827f59da-ad6b-49a7-b554-376fbd15e85a Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/30172a4b609d41c1b8079aef1d781650"}, "tags": [], "enabled": true, "id": "30172a4b609d41c1b8079aef1d781650", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3bfa4dc8-4bae-492c-b7d3-ca236b5e6552"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 20:51:11,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-827f59da-ad6b-49a7-b554-376fbd15e85a 2018-08-18 20:51:11,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.171283006668s 2018-08-18 20:51:11,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-827f59da-ad6b-49a7-b554-376fbd15e85a 2018-08-18 20:51:11,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 20:51:11,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/30172a4b609d41c1b8079aef1d781650 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}559c067840d0ada4073d5b40390d23eb0aa554b6" 2018-08-18 20:51:11,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f9cd260-5f55-401c-8490-ce8cc2fc5fbc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:51:11,274 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/30172a4b609d41c1b8079aef1d781650 used request id req-2f9cd260-5f55-401c-8490-ce8cc2fc5fbc 2018-08-18 20:51:11,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.258182048798s 2018-08-18 20:51:11,274 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/30172a4b609d41c1b8079aef1d781650 used request id req-2f9cd260-5f55-401c-8490-ce8cc2fc5fbc 2018-08-18 20:51:11,327 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-18 20:51:11,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:51:11,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:51:11,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:51:11,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:51:11,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:51:11,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:51:11,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:51:11,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:51:11,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:51:11,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:51:11,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:51:11,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:51:11,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:51:11,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:51:11,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:51:11,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:51:11,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:51:11,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:51:11,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:51:11,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:51:11,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:51:11,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:51:11,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:51:11,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb1029f-4beb-4bdb-8d3c-4e8585bb49ed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:51:11,389 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fcb1029f-4beb-4bdb-8d3c-4e8585bb49ed 2018-08-18 20:51:11,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:51:11,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:51:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["edyNLmYjQ0m4TSzveyXihw"], "issued_at": "2018-08-18T20:51:11.000000Z"}} 2018-08-18 20:51:11,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:51:11,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:51:12,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-de332230-ee70-47b2-8c8e-9963d8dcc5e4 Date: Sat, 18 Aug 2018 20:51:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:51:12,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de332230-ee70-47b2-8c8e-9963d8dcc5e4 2018-08-18 20:51:12,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.350440979004s 2018-08-18 20:51:12,124 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de332230-ee70-47b2-8c8e-9963d8dcc5e4 2018-08-18 20:51:12,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:51:12,130 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:51:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29b74d01-27a9-438c-8549-69e143b93df4 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 20:51:12,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-29b74d01-27a9-438c-8549-69e143b93df4 2018-08-18 20:51:12,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:51:12,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:51:12,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23a975f-5657-45f7-93bb-b86e6245d55d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 20:51:12,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-a23a975f-5657-45f7-93bb-b86e6245d55d 2018-08-18 20:51:12,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.11181807518s 2018-08-18 20:51:12,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-a23a975f-5657-45f7-93bb-b86e6245d55d 2018-08-18 20:51:12,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 20:51:12,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}}' 2018-08-18 20:51:12,431 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:51:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bdde558-c183-4692-a677-a934add31910 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.28:5000/v3/projects/44272bc39837411494396ca43c946bec"}, "tags": [], "enabled": true, "id": "44272bc39837411494396ca43c946bec", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}} 2018-08-18 20:51:12,431 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9bdde558-c183-4692-a677-a934add31910 2018-08-18 20:51:12,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.180186986923s 2018-08-18 20:51:12,431 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9bdde558-c183-4692-a677-a934add31910 2018-08-18 20:51:12,431 - 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'44272bc39837411494396ca43c946bec', '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_fc8dc60f-1244-45af-91e9-3291ef8aacf4'}) 2018-08-18 20:51:12,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 20:51:12,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "1f7057ce-8d6e-4b7b-a7e2-31c4fe7b2f13", "email": null, "name": "vping_ssh-user_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}}' 2018-08-18 20:51:12,893 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:51:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82ee4a6c-df08-4857-8e3a-83e2fffa9ec5 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "links": {"self": "http://172.30.9.28:5000/v3/users/4d17fe3654184f5e888c4acb066c88fa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4d17fe3654184f5e888c4acb066c88fa", "domain_id": "default", "password_expires_at": null}} 2018-08-18 20:51:12,893 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-82ee4a6c-df08-4857-8e3a-83e2fffa9ec5 2018-08-18 20:51:12,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.457828044891s 2018-08-18 20:51:12,893 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-82ee4a6c-df08-4857-8e3a-83e2fffa9ec5 2018-08-18 20:51:12,894 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4d17fe3654184f5e888c4acb066c88fa', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_fc8dc60f-1244-45af-91e9-3291ef8aacf4'}) 2018-08-18 20:51:12,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:51:12,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:51:13,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bed23b7-6440-4e80-9f85-a21812884d0b Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:51:13,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4bed23b7-6440-4e80-9f85-a21812884d0b 2018-08-18 20:51:13,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112678050995s 2018-08-18 20:51:13,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4bed23b7-6440-4e80-9f85-a21812884d0b 2018-08-18 20:51:13,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:51:13,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:51:13,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e9a9d6e-22fd-4f4e-a11b-30cd881f737f Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:51:13,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3e9a9d6e-22fd-4f4e-a11b-30cd881f737f 2018-08-18 20:51:13,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181211948395s 2018-08-18 20:51:13,194 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3e9a9d6e-22fd-4f4e-a11b-30cd881f737f 2018-08-18 20:51:13,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:51:13,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:51:13,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a50530-9c2b-4718-acac-3fc7dcb9b8c6 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:51:13,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-89a50530-9c2b-4718-acac-3fc7dcb9b8c6 2018-08-18 20:51:13,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109264135361s 2018-08-18 20:51:13,306 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-89a50530-9c2b-4718-acac-3fc7dcb9b8c6 2018-08-18 20:51:13,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:51:13,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:51:13,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1df703d1-824f-4f6e-a2be-5599b3fa731c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 20:51:13,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-1df703d1-824f-4f6e-a2be-5599b3fa731c 2018-08-18 20:51:13,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.130409002304s 2018-08-18 20:51:13,440 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-1df703d1-824f-4f6e-a2be-5599b3fa731c 2018-08-18 20:51:13,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:51:13,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:51:13,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51609d8-c679-4568-a200-7f2add753887 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "links": {"self": "http://172.30.9.28:5000/v3/users/4d17fe3654184f5e888c4acb066c88fa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4d17fe3654184f5e888c4acb066c88fa", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:51:13,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c51609d8-c679-4568-a200-7f2add753887 2018-08-18 20:51:13,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202361822128s 2018-08-18 20:51:13,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c51609d8-c679-4568-a200-7f2add753887 2018-08-18 20:51:13,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:51:13,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:51:13,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-653762d0-26ff-4577-add3-66c68207c013 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/44272bc39837411494396ca43c946bec"}, "tags": [], "enabled": true, "id": "44272bc39837411494396ca43c946bec", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}]} 2018-08-18 20:51:13,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-653762d0-26ff-4577-add3-66c68207c013 2018-08-18 20:51:13,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.140214920044s 2018-08-18 20:51:13,796 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-653762d0-26ff-4577-add3-66c68207c013 2018-08-18 20:51:13,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 20:51:13,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=4d17fe3654184f5e888c4acb066c88fa&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=44272bc39837411494396ca43c946bec" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:51:13,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb3c0c75-7cd0-4379-be71-449bcae8e42d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=4d17fe3654184f5e888c4acb066c88fa&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=44272bc39837411494396ca43c946bec", "previous": null, "next": null}} 2018-08-18 20:51:13,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=4d17fe3654184f5e888c4acb066c88fa&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=44272bc39837411494396ca43c946bec used request id req-eb3c0c75-7cd0-4379-be71-449bcae8e42d 2018-08-18 20:51:13,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.178102970123s 2018-08-18 20:51:13,980 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=4d17fe3654184f5e888c4acb066c88fa&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=44272bc39837411494396ca43c946bec used request id req-eb3c0c75-7cd0-4379-be71-449bcae8e42d 2018-08-18 20:51:13,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 20:51:13,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/44272bc39837411494396ca43c946bec/users/4d17fe3654184f5e888c4acb066c88fa/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:51:14,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-512580b7-dc56-430a-b509-9ae911af73f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:51:14,198 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/44272bc39837411494396ca43c946bec/users/4d17fe3654184f5e888c4acb066c88fa/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-512580b7-dc56-430a-b509-9ae911af73f3 2018-08-18 20:51:14,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.21536898613s 2018-08-18 20:51:14,198 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/44272bc39837411494396ca43c946bec/users/4d17fe3654184f5e888c4acb066c88fa/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-512580b7-dc56-430a-b509-9ae911af73f3 2018-08-18 20:51:14,199 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 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'44272bc39837411494396ca43c946bec', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '1f7057ce-8d6e-4b7b-a7e2-31c4fe7b2f13', 'username': u'vping_ssh-user_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:51:14,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:51:14,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:51:14,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:51:14,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:51:14,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:51:14,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:51:14,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:51:14,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:51:14,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:51:14,202 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'password': '1f7057ce-8d6e-4b7b-a7e2-31c4fe7b2f13', 'project_name': 'vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '44272bc39837411494396ca43c946bec', 'project_domain_name': 'Default'} 2018-08-18 20:51:14,202 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-18 20:51:14,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:51:14,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a41345d7-7db1-4fe3-a732-3620a1e5a304 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:51:14,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a41345d7-7db1-4fe3-a732-3620a1e5a304 2018-08-18 20:51:14,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:51:14,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:51:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44272bc39837411494396ca43c946bec", "name": "vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/44272bc39837411494396ca43c946bec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/44272bc39837411494396ca43c946bec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/44272bc39837411494396ca43c946bec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/44272bc39837411494396ca43c946bec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/44272bc39837411494396ca43c946bec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/44272bc39837411494396ca43c946bec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/44272bc39837411494396ca43c946bec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/44272bc39837411494396ca43c946bec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/44272bc39837411494396ca43c946bec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_44272bc39837411494396ca43c946bec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_44272bc39837411494396ca43c946bec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/44272bc39837411494396ca43c946bec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/44272bc39837411494396ca43c946bec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/44272bc39837411494396ca43c946bec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "id": "4d17fe3654184f5e888c4acb066c88fa"}, "audit_ids": ["Lm3fn-tRQcafes7FZnDh_g"], "issued_at": "2018-08-18T20:51:14.000000Z"}} 2018-08-18 20:51:14,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 20:51:14,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"network": {"name": "vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "admin_state_up": true}}' 2018-08-18 20:51:15,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-5eaa6995-cee2-4e6c-906d-d126826058c8 Date: Sat, 18 Aug 2018 20:51:15 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-18T20:51:15Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"44272bc39837411494396ca43c946bec","id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","name":"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}} 2018-08-18 20:51:15,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5eaa6995-cee2-4e6c-906d-d126826058c8 2018-08-18 20:51:15,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.563694000244s 2018-08-18 20:51:15,155 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5eaa6995-cee2-4e6c-906d-d126826058c8 2018-08-18 20:51:15,156 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:51:15Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'3dccb5b8-2f10-4290-a440-ec25d5cee4bb', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4', u'admin_state_up': True, u'tenant_id': u'44272bc39837411494396ca43c946bec', u'created_at': u'2018-08-18T20:51:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'44272bc39837411494396ca43c946bec'}) 2018-08-18 20:51:15,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:51:15,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:15,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-10eaa796-dc7d-4080-b452-f026971d785b Date: Sat, 18 Aug 2018 20:51:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:51:15Z","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"44272bc39837411494396ca43c946bec","id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","name":"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:51:15,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-10eaa796-dc7d-4080-b452-f026971d785b 2018-08-18 20:51:15,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.158051013947s 2018-08-18 20:51:15,315 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-10eaa796-dc7d-4080-b452-f026971d785b 2018-08-18 20:51:15,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 20:51:15,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"subnet": {"name": "vping_ssh-subnet_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "enable_dhcp": true, "network_id": "3dccb5b8-2f10-4290-a440-ec25d5cee4bb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 20:51:16,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c35510ff-b57c-49e1-9879-82a429eceb64 Date: Sat, 18 Aug 2018 20:51:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:51: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":"44272bc39837411494396ca43c946bec","id":"46554472-7d0e-476a-be80-db5e04fb6f49","subnetpool_id":null,"name":"vping_ssh-subnet_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}} 2018-08-18 20:51:16,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c35510ff-b57c-49e1-9879-82a429eceb64 2018-08-18 20:51:16,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.802148103714s 2018-08-18 20:51:16,119 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c35510ff-b57c-49e1-9879-82a429eceb64 2018-08-18 20:51:16,119 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:51: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'46554472-7d0e-476a-be80-db5e04fb6f49', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_fc8dc60f-1244-45af-91e9-3291ef8aacf4', u'enable_dhcp': True, u'network_id': u'3dccb5b8-2f10-4290-a440-ec25d5cee4bb', u'tenant_id': u'44272bc39837411494396ca43c946bec', u'created_at': u'2018-08-18T20:51: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'44272bc39837411494396ca43c946bec'}) 2018-08-18 20:51:16,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 20:51:16,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "vping_ssh-router_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "admin_state_up": true}}' 2018-08-18 20:51:17,341 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-08e3ce69-b79c-47ff-9eb3-05d78d3c50f1 Date: Sat, 18 Aug 2018 20:51:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:16Z", "admin_state_up": true, "updated_at": "2018-08-18T20:51:17Z", "revision_number": 2, "routes": [], "project_id": "44272bc39837411494396ca43c946bec", "id": "a31471b9-86e8-498a-bf02-1edaf6b0908e", "name": "vping_ssh-router_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}} 2018-08-18 20:51:17,341 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-08e3ce69-b79c-47ff-9eb3-05d78d3c50f1 2018-08-18 20:51:17,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22104597092s 2018-08-18 20:51:17,341 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-08e3ce69-b79c-47ff-9eb3-05d78d3c50f1 2018-08-18 20:51:17,342 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'44272bc39837411494396ca43c946bec', u'created_at': u'2018-08-18T20:51:16Z', u'admin_state_up': True, u'updated_at': u'2018-08-18T20:51:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'44272bc39837411494396ca43c946bec', u'id': u'a31471b9-86e8-498a-bf02-1edaf6b0908e', u'name': u'vping_ssh-router_fc8dc60f-1244-45af-91e9-3291ef8aacf4'}) 2018-08-18 20:51:17,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 20:51:17,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a31471b9-86e8-498a-bf02-1edaf6b0908e/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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"subnet_id": "46554472-7d0e-476a-be80-db5e04fb6f49"}' 2018-08-18 20:51:19,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c0ac7c52-75be-4e28-8bfe-e011f66a8277 Date: Sat, 18 Aug 2018 20:51:19 GMT RESP BODY: {"network_id": "3dccb5b8-2f10-4290-a440-ec25d5cee4bb", "tenant_id": "44272bc39837411494396ca43c946bec", "subnet_id": "46554472-7d0e-476a-be80-db5e04fb6f49", "subnet_ids": ["46554472-7d0e-476a-be80-db5e04fb6f49"], "port_id": "d4d0ffdd-8851-44f8-acda-d47d45eb932e", "id": "a31471b9-86e8-498a-bf02-1edaf6b0908e"} 2018-08-18 20:51:19,188 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a31471b9-86e8-498a-bf02-1edaf6b0908e/add_router_interface.json used request id req-c0ac7c52-75be-4e28-8bfe-e011f66a8277 2018-08-18 20:51:19,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.84567499161s 2018-08-18 20:51:19,188 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a31471b9-86e8-498a-bf02-1edaf6b0908e/add_router_interface.json used request id req-c0ac7c52-75be-4e28-8bfe-e011f66a8277 returning object a31471b9-86e8-498a-bf02-1edaf6b0908e 2018-08-18 20:51:19,189 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 20:51:19,311 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 20:51:19,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:51:19,319 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 20:51:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 20:51:19,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:51:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:20,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-604d15bb-eab0-4e87-a1c6-8b59db72e45e Date: Sat, 18 Aug 2018 20:51:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:51:20,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-604d15bb-eab0-4e87-a1c6-8b59db72e45e 2018-08-18 20:51:20,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.760460853577s 2018-08-18 20:51:20,084 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-604d15bb-eab0-4e87-a1c6-8b59db72e45e 2018-08-18 20:51:20,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 20:51:20,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}' 2018-08-18 20:51:20,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-58c41519-aae9-482e-8121-80a8a54182e2 Date: Sat, 18 Aug 2018 20:51:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:51:20Z", "file": "/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/file", "owner": "44272bc39837411494396ca43c946bec", "id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "size": null, "self": "/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "checksum": null, "created_at": "2018-08-18T20:51:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 20:51:20,168 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-58c41519-aae9-482e-8121-80a8a54182e2 2018-08-18 20:51:20,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.073399066925s 2018-08-18 20:51:20,168 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-58c41519-aae9-482e-8121-80a8a54182e2 returning object 5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f 2018-08-18 20:51:20,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 20:51:20,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '' 2018-08-18 20:51:20,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2eb380a4-95ce-46e7-a4bc-e925ca7f759b Date: Sat, 18 Aug 2018 20:51: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-18 20:51:20,599 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/file used request id req-2eb380a4-95ce-46e7-a4bc-e925ca7f759b 2018-08-18 20:51:20,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.429892063141s 2018-08-18 20:51:20,599 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/file used request id req-2eb380a4-95ce-46e7-a4bc-e925ca7f759b 2018-08-18 20:51:20,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:51:20,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:20,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-a0ceea88-6c91-47a5-b9ab-fd3262c6c824 Date: Sat, 18 Aug 2018 20:51:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:51:20Z", "file": "/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/file", "owner": "44272bc39837411494396ca43c946bec", "id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "size": 12716032, "self": "/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:51:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:51:20,644 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a0ceea88-6c91-47a5-b9ab-fd3262c6c824 2018-08-18 20:51:20,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0407600402832s 2018-08-18 20:51:20,644 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a0ceea88-6c91-47a5-b9ab-fd3262c6c824 2018-08-18 20:51:20,646 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/file', 'owner': u'44272bc39837411494396ca43c946bec', 'id': u'5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f', 'size': 12716032, u'self': u'/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'44272bc39837411494396ca43c946bec', 'name': 'vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T20:51:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T20:51:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'created': u'2018-08-18T20:51:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T20:51:20Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 20:51:20,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 20:51:20,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 20:51:20,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-fc818872-b36a-4480-879f-3c452c1870dc x-compute-request-id: req-fc818872-b36a-4480-879f-3c452c1870dc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "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": "f18cc107-05e2-4e92-8b1f-1b2cc6196391"}} 2018-08-18 20:51:20,918 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-fc818872-b36a-4480-879f-3c452c1870dc 2018-08-18 20:51:20,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.270265102386s 2018-08-18 20:51:20,918 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-fc818872-b36a-4480-879f-3c452c1870dc 2018-08-18 20:51:20,919 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_fc8dc60f-1244-45af-91e9-3291ef8aacf4', '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'916340bf06fe4cb5a723b53dc60090de', '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'f18cc107-05e2-4e92-8b1f-1b2cc6196391', 'swap': 0}) 2018-08-18 20:51:20,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 20:51:20,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391/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}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" -d '{"extra_specs": {}}' 2018-08-18 20:51:20,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-92fd4ceb-9570-4790-a501-0339fe93aa73 x-compute-request-id: req-92fd4ceb-9570-4790-a501-0339fe93aa73 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 20:51:20,937 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391/os-extra_specs used request id req-92fd4ceb-9570-4790-a501-0339fe93aa73 2018-08-18 20:51:20,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0177390575409s 2018-08-18 20:51:20,937 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391/os-extra_specs used request id req-92fd4ceb-9570-4790-a501-0339fe93aa73 2018-08-18 20:51:20,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 20:51:20,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"keypair": {"name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}}' 2018-08-18 20:51:21,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-98e22225-01e2-4fc9-8adc-9a56804dde39 x-compute-request-id: req-98e22225-01e2-4fc9-8adc-9a56804dde39 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRE0t9BpIEIuzs2VhiTA45ezDHbJ87muZXZ9L8Z+f/Pu/elb2OsxvkDGxHTkb8k9DsXmx6t+mwK7L0U0W/wQprcvnQTe5zd/8xRkgag6+dSjRHELnWp5Hw1/BG2erzhYWOP7bhpdR+hMr5S/y+dJY5lfv/ZkmO+/nEuQtyHzFIzzn77hE19x5rXTFUydkngieI1NJQ5RsH+ojM1eGTNZDB88Dys1AnQAqpfxQpp6esO2JSSg5beUO1f6Ctt45RvyI1BuwEgjzXYZ5hkB3bDu7S/oqDK/KK+thhRhYlHn3uuPDkb8LuXRoOgxY61B6xGCVRUlBVGB/+yn5Q8E62ck3D Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0RNLfQaSBCLs7NlYYkwOOXswx2yfO5rmV2fS/Gfn/z7v3pW9\njrMb5AxsR05G/JPQ7F5serfpsCuy9FNFv8EKa3L50E3uc3f/MUZIGoOvnUo0RxC5\n1qeR8NfwRtnq84WFjj+24aXUfoTK+Uv8vnSWOZX7/2ZJjvv5xLkLch8xSM85++4R\nNfcea10xVMnZJ4IniNTSUOUbB/qIzNXhkzWQwfPA8rNQJ0AKqX8UKaenrDtiUkoO\nW3lDtX+grbeOUb8iNQbsBII812GeYZAd2w7u0v6KgyvyivrYYUYWJR597rjw5G/C\n7l0aDoMWOtQesRglUVJQVRgf/sp+UPBOtnJNwwIDAQABAoIBAH8NbKhTn9QnrTbZ\ndZ52fYZs2F24IqPEJAolq897DT7NblMjSAg5y88vxXUnmnfPE/0v/Fgu/zHxvFRB\nbndyxfQ58JmnYiqFV20IOrTyJXw+Jbqx7V0Gg+eKMhe8Qc0u7NRe37IMZi9kXzxT\n8wmCK/Betr6j2Dut4ECt+silL/v/6D9cNiEySMHXsMlUg8PNQnImkLZQ2s2j1l22\n01imXyy9Hj7uBxOoLnNqwNMycikJr8V5nhtkIVQisE/rwtbN81T8zFJTPwhe2luY\nE5ZomTedIiNF5hqQZefvbL6ohViRWZC/XSCLD6LbMBnYpbBCfvsQew8ImMfhgag8\nV15msaECgYEA+jAXqanbQ5v8akMkIhbVABNFbyQEnkRFUdU9ZtcVimj2qxV6pFAk\nWoyWHI3N/Aa8WGyaCBoQRx54Meg8LhFywguN/M9cKF5bHSNHJmpiHg+0U/xZbl2r\nTdM0N4PzaQjqNdX+o5ymeAyOh+f5IO9m6wKzKLLmGXN4Qp3/4p+1R4kCgYEA1e6z\nKCVMHby4oYXobig8Fa7qr0OLcDAuma2GZa4jwQ9VzDzrSpmff8BkHNBsPri3gnCS\n9bqqZ+WKQG9LnIDUevx9GqqQjo4Y1S0/hdD9jZbbibb3r9HjlkcE+IVXBe0oGq2a\n56dVKHfgnDokPAMTirlHJHLMPxTdahW2ElzQy+sCgYEA1EW7vftdC1cs6if/X2EJ\n5h9zuSHRPUtlmVIY38m8AAygxXXa8dEBl0ZTEvUKATzhzxCN/DPI/d6PUqDddqTd\nPmC5Xve9FI9CNU26T5DRoPnoIZ4pbufQsZ5yXmv5OXQT7AueGsmNwKu+vvcGPHiD\nVQCca/qmGpALSFJwSqMBFykCgYAYRE1aPnDV5rRizhfBdxrpsr+4RccpYK3IjOBz\n5D72BVFMK5TdD3QCP8abZiEBNF7Mkwx4h0YRJv55tKY1CIARu1ZNkg93vDKg69MK\n0NwSFYytoG2UKhDQ2Rl9P1LRv0cPT6YEpPyJ7J8z2XyGuiqbT8z8G3GDrlA3WmMe\nzhx5JQKBgQC5Nxq/DCaPgIB2xh0nSv58wXx3LVp4vfkxuMMOGhvufMd8Xnu+uKe2\nGOkY2bRg5tH6GsasdKwfpryCvixFBTKrNKKvMfUEJl5Fklk519y9JuPit4HRqNwK\nSSysptehpOH389xU3G7bKIz6mSdAdQeUZYiPk0B4GZgqkqlNjhP9Jg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "4d17fe3654184f5e888c4acb066c88fa", "name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "fingerprint": "1b:33:1f:51:de:61:9f:1b:7f:65:3e:c5:1e:9b:a6:74"}} 2018-08-18 20:51:21,430 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-98e22225-01e2-4fc9-8adc-9a56804dde39 2018-08-18 20:51:21,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.492414951324s 2018-08-18 20:51:21,430 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-98e22225-01e2-4fc9-8adc-9a56804dde39 2018-08-18 20:51:21,431 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRE0t9BpIEIuzs2VhiTA45ezDHbJ87muZXZ9L8Z+f/Pu/elb2OsxvkDGxHTkb8k9DsXmx6t+mwK7L0U0W/wQprcvnQTe5zd/8xRkgag6+dSjRHELnWp5Hw1/BG2erzhYWOP7bhpdR+hMr5S/y+dJY5lfv/ZkmO+/nEuQtyHzFIzzn77hE19x5rXTFUydkngieI1NJQ5RsH+ojM1eGTNZDB88Dys1AnQAqpfxQpp6esO2JSSg5beUO1f6Ctt45RvyI1BuwEgjzXYZ5hkB3bDu7S/oqDK/KK+thhRhYlHn3uuPDkb8LuXRoOgxY61B6xGCVRUlBVGB/+yn5Q8E62ck3D Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0RNLfQaSBCLs7NlYYkwOOXswx2yfO5rmV2fS/Gfn/z7v3pW9\njrMb5AxsR05G/JPQ7F5serfpsCuy9FNFv8EKa3L50E3uc3f/MUZIGoOvnUo0RxC5\n1qeR8NfwRtnq84WFjj+24aXUfoTK+Uv8vnSWOZX7/2ZJjvv5xLkLch8xSM85++4R\nNfcea10xVMnZJ4IniNTSUOUbB/qIzNXhkzWQwfPA8rNQJ0AKqX8UKaenrDtiUkoO\nW3lDtX+grbeOUb8iNQbsBII812GeYZAd2w7u0v6KgyvyivrYYUYWJR597rjw5G/C\n7l0aDoMWOtQesRglUVJQVRgf/sp+UPBOtnJNwwIDAQABAoIBAH8NbKhTn9QnrTbZ\ndZ52fYZs2F24IqPEJAolq897DT7NblMjSAg5y88vxXUnmnfPE/0v/Fgu/zHxvFRB\nbndyxfQ58JmnYiqFV20IOrTyJXw+Jbqx7V0Gg+eKMhe8Qc0u7NRe37IMZi9kXzxT\n8wmCK/Betr6j2Dut4ECt+silL/v/6D9cNiEySMHXsMlUg8PNQnImkLZQ2s2j1l22\n01imXyy9Hj7uBxOoLnNqwNMycikJr8V5nhtkIVQisE/rwtbN81T8zFJTPwhe2luY\nE5ZomTedIiNF5hqQZefvbL6ohViRWZC/XSCLD6LbMBnYpbBCfvsQew8ImMfhgag8\nV15msaECgYEA+jAXqanbQ5v8akMkIhbVABNFbyQEnkRFUdU9ZtcVimj2qxV6pFAk\nWoyWHI3N/Aa8WGyaCBoQRx54Meg8LhFywguN/M9cKF5bHSNHJmpiHg+0U/xZbl2r\nTdM0N4PzaQjqNdX+o5ymeAyOh+f5IO9m6wKzKLLmGXN4Qp3/4p+1R4kCgYEA1e6z\nKCVMHby4oYXobig8Fa7qr0OLcDAuma2GZa4jwQ9VzDzrSpmff8BkHNBsPri3gnCS\n9bqqZ+WKQG9LnIDUevx9GqqQjo4Y1S0/hdD9jZbbibb3r9HjlkcE+IVXBe0oGq2a\n56dVKHfgnDokPAMTirlHJHLMPxTdahW2ElzQy+sCgYEA1EW7vftdC1cs6if/X2EJ\n5h9zuSHRPUtlmVIY38m8AAygxXXa8dEBl0ZTEvUKATzhzxCN/DPI/d6PUqDddqTd\nPmC5Xve9FI9CNU26T5DRoPnoIZ4pbufQsZ5yXmv5OXQT7AueGsmNwKu+vvcGPHiD\nVQCca/qmGpALSFJwSqMBFykCgYAYRE1aPnDV5rRizhfBdxrpsr+4RccpYK3IjOBz\n5D72BVFMK5TdD3QCP8abZiEBNF7Mkwx4h0YRJv55tKY1CIARu1ZNkg93vDKg69MK\n0NwSFYytoG2UKhDQ2Rl9P1LRv0cPT6YEpPyJ7J8z2XyGuiqbT8z8G3GDrlA3WmMe\nzhx5JQKBgQC5Nxq/DCaPgIB2xh0nSv58wXx3LVp4vfkxuMMOGhvufMd8Xnu+uKe2\nGOkY2bRg5tH6GsasdKwfpryCvixFBTKrNKKvMfUEJl5Fklk519y9JuPit4HRqNwK\nSSysptehpOH389xU3G7bKIz6mSdAdQeUZYiPk0B4GZgqkqlNjhP9Jg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4d17fe3654184f5e888c4acb066c88fa', 'name': u'vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'created_at': '2018-08-18T20:51:21.431635', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'44272bc39837411494396ca43c946bec', 'name': 'vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1b:33:1f:51:de:61:9f:1b:7f:65:3e:c5:1e:9b:a6:74', 'type': 'ssh', 'id': u'vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4'}) 2018-08-18 20:51:21,432 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA0RNLfQaSBCLs7NlYYkwOOXswx2yfO5rmV2fS/Gfn/z7v3pW9 jrMb5AxsR05G/JPQ7F5serfpsCuy9FNFv8EKa3L50E3uc3f/MUZIGoOvnUo0RxC5 1qeR8NfwRtnq84WFjj+24aXUfoTK+Uv8vnSWOZX7/2ZJjvv5xLkLch8xSM85++4R Nfcea10xVMnZJ4IniNTSUOUbB/qIzNXhkzWQwfPA8rNQJ0AKqX8UKaenrDtiUkoO W3lDtX+grbeOUb8iNQbsBII812GeYZAd2w7u0v6KgyvyivrYYUYWJR597rjw5G/C 7l0aDoMWOtQesRglUVJQVRgf/sp+UPBOtnJNwwIDAQABAoIBAH8NbKhTn9QnrTbZ dZ52fYZs2F24IqPEJAolq897DT7NblMjSAg5y88vxXUnmnfPE/0v/Fgu/zHxvFRB bndyxfQ58JmnYiqFV20IOrTyJXw+Jbqx7V0Gg+eKMhe8Qc0u7NRe37IMZi9kXzxT 8wmCK/Betr6j2Dut4ECt+silL/v/6D9cNiEySMHXsMlUg8PNQnImkLZQ2s2j1l22 01imXyy9Hj7uBxOoLnNqwNMycikJr8V5nhtkIVQisE/rwtbN81T8zFJTPwhe2luY E5ZomTedIiNF5hqQZefvbL6ohViRWZC/XSCLD6LbMBnYpbBCfvsQew8ImMfhgag8 V15msaECgYEA+jAXqanbQ5v8akMkIhbVABNFbyQEnkRFUdU9ZtcVimj2qxV6pFAk WoyWHI3N/Aa8WGyaCBoQRx54Meg8LhFywguN/M9cKF5bHSNHJmpiHg+0U/xZbl2r TdM0N4PzaQjqNdX+o5ymeAyOh+f5IO9m6wKzKLLmGXN4Qp3/4p+1R4kCgYEA1e6z KCVMHby4oYXobig8Fa7qr0OLcDAuma2GZa4jwQ9VzDzrSpmff8BkHNBsPri3gnCS 9bqqZ+WKQG9LnIDUevx9GqqQjo4Y1S0/hdD9jZbbibb3r9HjlkcE+IVXBe0oGq2a 56dVKHfgnDokPAMTirlHJHLMPxTdahW2ElzQy+sCgYEA1EW7vftdC1cs6if/X2EJ 5h9zuSHRPUtlmVIY38m8AAygxXXa8dEBl0ZTEvUKATzhzxCN/DPI/d6PUqDddqTd PmC5Xve9FI9CNU26T5DRoPnoIZ4pbufQsZ5yXmv5OXQT7AueGsmNwKu+vvcGPHiD VQCca/qmGpALSFJwSqMBFykCgYAYRE1aPnDV5rRizhfBdxrpsr+4RccpYK3IjOBz 5D72BVFMK5TdD3QCP8abZiEBNF7Mkwx4h0YRJv55tKY1CIARu1ZNkg93vDKg69MK 0NwSFYytoG2UKhDQ2Rl9P1LRv0cPT6YEpPyJ7J8z2XyGuiqbT8z8G3GDrlA3WmMe zhx5JQKBgQC5Nxq/DCaPgIB2xh0nSv58wXx3LVp4vfkxuMMOGhvufMd8Xnu+uKe2 GOkY2bRg5tH6GsasdKwfpryCvixFBTKrNKKvMfUEJl5Fklk519y9JuPit4HRqNwK SSysptehpOH389xU3G7bKIz6mSdAdQeUZYiPk0B4GZgqkqlNjhP9Jg== -----END RSA PRIVATE KEY----- 2018-08-18 20:51:21,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-18 20:51:21,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"security_group": {"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-18 20:51:21,584 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-84e30a44-6945-4eea-b86d-3c76b79f5859 Date: Sat, 18 Aug 2018 20:51:21 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:21Z", "updated_at": "2018-08-18T20:51:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "6a13a1c8-4a80-4517-b816-8824539b3110", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "fa61f000-c0d5-41f6-9593-a9e05ea82738", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}], "revision_number": 1, "project_id": "44272bc39837411494396ca43c946bec", "id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}} 2018-08-18 20:51:21,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-84e30a44-6945-4eea-b86d-3c76b79f5859 2018-08-18 20:51:21,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.149270057678s 2018-08-18 20:51:21,584 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-84e30a44-6945-4eea-b86d-3c76b79f5859 2018-08-18 20:51:21,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:51:21,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:21,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-0a71815c-a440-4e50-848d-4360ed12eef0 Date: Sat, 18 Aug 2018 20:51:21 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:21Z", "updated_at": "2018-08-18T20:51:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "6a13a1c8-4a80-4517-b816-8824539b3110", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "fa61f000-c0d5-41f6-9593-a9e05ea82738", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}], "revision_number": 1, "project_id": "44272bc39837411494396ca43c946bec", "id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}, {"description": "Default security group", "tags": [], "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:14Z", "updated_at": "2018-08-18T20:51:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "33d3341e-a92e-43ce-97e3-c2dc0b6a7dae", "remote_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "ad5d1887-85cd-40db-b164-145b206d2367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "d5583a07-e97e-4790-a88a-0f43a9c25f5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "f794a7a3-9ae6-48d4-ab3e-4fb72e020f1e", "remote_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}], "revision_number": 1, "project_id": "44272bc39837411494396ca43c946bec", "id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "name": "default"}]} 2018-08-18 20:51:21,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0a71815c-a440-4e50-848d-4360ed12eef0 2018-08-18 20:51:21,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0692849159241s 2018-08-18 20:51:21,659 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0a71815c-a440-4e50-848d-4360ed12eef0 2018-08-18 20:51:21,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 20:51:21,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -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": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2"}}' 2018-08-18 20:51:21,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8f8d5c7d-27f2-4383-afd5-465fb9bfee65 Date: Sat, 18 Aug 2018 20:51:21 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "port_range_min": 22, "revision_number": 0, "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:21Z", "project_id": "44272bc39837411494396ca43c946bec", "id": "6f628e4d-9bf4-4964-b2f4-9bcdd49fea9e"}} 2018-08-18 20:51:21,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8f8d5c7d-27f2-4383-afd5-465fb9bfee65 2018-08-18 20:51:21,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.157308101654s 2018-08-18 20:51:21,821 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8f8d5c7d-27f2-4383-afd5-465fb9bfee65 2018-08-18 20:51:21,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:51:21,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:21,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-0a07f0c8-34dc-422f-9a1e-5960bf605e1c Date: Sat, 18 Aug 2018 20:51:21 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:21Z", "updated_at": "2018-08-18T20:51:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "6a13a1c8-4a80-4517-b816-8824539b3110", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "6f628e4d-9bf4-4964-b2f4-9bcdd49fea9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": 22, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "fa61f000-c0d5-41f6-9593-a9e05ea82738", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}], "revision_number": 2, "project_id": "44272bc39837411494396ca43c946bec", "id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}, {"description": "Default security group", "tags": [], "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:14Z", "updated_at": "2018-08-18T20:51:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "33d3341e-a92e-43ce-97e3-c2dc0b6a7dae", "remote_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "ad5d1887-85cd-40db-b164-145b206d2367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "d5583a07-e97e-4790-a88a-0f43a9c25f5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "f794a7a3-9ae6-48d4-ab3e-4fb72e020f1e", "remote_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}], "revision_number": 1, "project_id": "44272bc39837411494396ca43c946bec", "id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "name": "default"}]} 2018-08-18 20:51:21,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0a07f0c8-34dc-422f-9a1e-5960bf605e1c 2018-08-18 20:51:21,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0519890785217s 2018-08-18 20:51:21,876 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0a07f0c8-34dc-422f-9a1e-5960bf605e1c 2018-08-18 20:51:21,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 20:51:21,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -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": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2"}}' 2018-08-18 20:51:21,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-e37ce75a-1548-43b9-abd3-d937c54ca7dc Date: Sat, 18 Aug 2018 20:51:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "port_range_min": null, "revision_number": 0, "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:21Z", "project_id": "44272bc39837411494396ca43c946bec", "id": "ad88ec6e-c2cd-498a-b3ab-66316ea8b3b2"}} 2018-08-18 20:51:21,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e37ce75a-1548-43b9-abd3-d937c54ca7dc 2018-08-18 20:51:21,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.11799287796s 2018-08-18 20:51:21,997 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e37ce75a-1548-43b9-abd3-d937c54ca7dc 2018-08-18 20:51:21,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:51:21,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:22,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-68237845-a9e3-41a2-ad88-4b05b4092250 Date: Sat, 18 Aug 2018 20:51:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["46554472-7d0e-476a-be80-db5e04fb6f49"],"updated_at":"2018-08-18T20:51:15Z","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"44272bc39837411494396ca43c946bec","id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","name":"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:51:22,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-68237845-a9e3-41a2-ad88-4b05b4092250 2018-08-18 20:51:22,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0973329544067s 2018-08-18 20:51:22,096 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-68237845-a9e3-41a2-ad88-4b05b4092250 2018-08-18 20:51:22,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:51:22,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:22,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ff9553da-13bf-4e13-88e7-4723991d9b58 Date: Sat, 18 Aug 2018 20:51:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:51:20Z", "file": "/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/file", "owner": "44272bc39837411494396ca43c946bec", "id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "size": 12716032, "self": "/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:51:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:51:22,138 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ff9553da-13bf-4e13-88e7-4723991d9b58 2018-08-18 20:51:22,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0369310379028s 2018-08-18 20:51:22,138 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ff9553da-13bf-4e13-88e7-4723991d9b58 2018-08-18 20:51:22,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:51:22,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:22,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-28c8e4ec-5c90-47af-a26b-1113d56887f0 x-compute-request-id: req-28c8e4ec-5c90-47af-a26b-1113d56887f0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "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": "f18cc107-05e2-4e92-8b1f-1b2cc6196391"}]} 2018-08-18 20:51:22,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-28c8e4ec-5c90-47af-a26b-1113d56887f0 2018-08-18 20:51:22,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0232729911804s 2018-08-18 20:51:22,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-28c8e4ec-5c90-47af-a26b-1113d56887f0 2018-08-18 20:51:22,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 20:51:22,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"server": {"name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "imageRef": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "flavorRef": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3dccb5b8-2f10-4290-a440-ec25d5cee4bb"}], "security_groups": [{"name": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2"}]}}' 2018-08-18 20:51:24,629 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:51: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-a7c39137-9150-415d-bed7-681559c9fdf5 x-compute-request-id: req-a7c39137-9150-415d-bed7-681559c9fdf5 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2"}], "OS-DCF:diskConfig": "MANUAL", "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "adminPass": "hdKd9fGV9Laj"}} 2018-08-18 20:51:24,629 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-a7c39137-9150-415d-bed7-681559c9fdf5 2018-08-18 20:51:24,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.46356296539s 2018-08-18 20:51:24,629 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-a7c39137-9150-415d-bed7-681559c9fdf5 2018-08-18 20:51:24,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:51:24,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:25,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-09c73ced-899c-4c20-a9d8-3bccde6f9e08 x-compute-request-id: req-09c73ced-899c-4c20-a9d8-3bccde6f9e08 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.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "user_id": "4d17fe3654184f5e888c4acb066c88fa", "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-18T20:51:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:24Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:51:25,238 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-09c73ced-899c-4c20-a9d8-3bccde6f9e08 2018-08-18 20:51:25,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60817694664s 2018-08-18 20:51:25,239 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-09c73ced-899c-4c20-a9d8-3bccde6f9e08 2018-08-18 20:51:25,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:51:25,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:25,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-cb2befbf-30b7-476a-ab12-99436af8c39e Date: Sat, 18 Aug 2018 20:51:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["46554472-7d0e-476a-be80-db5e04fb6f49"],"updated_at":"2018-08-18T20:51:15Z","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"44272bc39837411494396ca43c946bec","id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","name":"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:51:25,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-cb2befbf-30b7-476a-ab12-99436af8c39e 2018-08-18 20:51:25,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0940411090851s 2018-08-18 20:51:25,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-cb2befbf-30b7-476a-ab12-99436af8c39e 2018-08-18 20:51:25,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:51:25,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:25,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5cf258d5-0a15-4d0e-a83c-18dbda0fa547 Date: Sat, 18 Aug 2018 20:51:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:51: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":"44272bc39837411494396ca43c946bec","id":"46554472-7d0e-476a-be80-db5e04fb6f49","subnetpool_id":null,"name":"vping_ssh-subnet_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}]} 2018-08-18 20:51:25,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5cf258d5-0a15-4d0e-a83c-18dbda0fa547 2018-08-18 20:51:25,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0748519897461s 2018-08-18 20:51:25,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5cf258d5-0a15-4d0e-a83c-18dbda0fa547 2018-08-18 20:51:25,417 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:51:27,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:51:27,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:28,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-b6c29fa3-a9c9-48a3-bc31-822616451783 x-compute-request-id: req-b6c29fa3-a9c9-48a3-bc31-822616451783 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:51:27Z", "hostId": "c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:24Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:51:28,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b6c29fa3-a9c9-48a3-bc31-822616451783 2018-08-18 20:51:28,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.37409710884s 2018-08-18 20:51:28,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b6c29fa3-a9c9-48a3-bc31-822616451783 2018-08-18 20:51:28,798 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:51:30,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:51:30,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:31,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-e9baa078-0fc3-4a00-833b-d003698daa5f x-compute-request-id: req-e9baa078-0fc3-4a00-833b-d003698daa5f Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:51:27Z", "hostId": "c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:24Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:51:31,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e9baa078-0fc3-4a00-833b-d003698daa5f 2018-08-18 20:51:31,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359605073929s 2018-08-18 20:51:31,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e9baa078-0fc3-4a00-833b-d003698daa5f 2018-08-18 20:51:31,164 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:51:33,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:51:33,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:33,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-a6652622-6297-4fdf-9d79-a76ce70656ce x-compute-request-id: req-a6652622-6297-4fdf-9d79-a76ce70656ce Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:a9:b3", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:32.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:51:32Z", "hostId": "c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:24Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:51:33,503 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a6652622-6297-4fdf-9d79-a76ce70656ce 2018-08-18 20:51:33,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.336009979248s 2018-08-18 20:51:33,503 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a6652622-6297-4fdf-9d79-a76ce70656ce 2018-08-18 20:51:33,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:51:33,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=27d76af4-9d13-49c2-967f-52a9f048dddb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:33,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-808b89ef-c5e1-449e-b4ef-e8943730f713 Date: Sat, 18 Aug 2018 20:51:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:28Z","admin_state_up":true,"updated_at":"2018-08-18T20:51:32Z","binding:vnic_type":"normal","device_id":"27d76af4-9d13-49c2-967f-52a9f048dddb","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:43:a9:b3","id":"b0608106-a1bc-4dcd-862e-ea740396f2ba","port_security_enabled":true,"project_id":"44272bc39837411494396ca43c946bec","fixed_ips":[{"subnet_id":"46554472-7d0e-476a-be80-db5e04fb6f49","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["7c2a4956-07a0-45d5-b0e5-8c26d098fdf2"],"name":""}]} 2018-08-18 20:51:33,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=27d76af4-9d13-49c2-967f-52a9f048dddb used request id req-808b89ef-c5e1-449e-b4ef-e8943730f713 2018-08-18 20:51:33,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0448391437531s 2018-08-18 20:51:33,552 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=27d76af4-9d13-49c2-967f-52a9f048dddb used request id req-808b89ef-c5e1-449e-b4ef-e8943730f713 2018-08-18 20:51:33,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:51:33,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b0608106-a1bc-4dcd-862e-ea740396f2ba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:33,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e788920e-02c4-453e-a0a4-68ec0a6a3005 Date: Sat, 18 Aug 2018 20:51:33 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:51:33,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b0608106-a1bc-4dcd-862e-ea740396f2ba used request id req-e788920e-02c4-453e-a0a4-68ec0a6a3005 2018-08-18 20:51:33,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0434749126434s 2018-08-18 20:51:33,602 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b0608106-a1bc-4dcd-862e-ea740396f2ba used request id req-e788920e-02c4-453e-a0a4-68ec0a6a3005 2018-08-18 20:51:33,602 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:43:a9:b3', 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'5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f'}), 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-18T20:51:32.000000', 'flavor': Munch({u'id': u'f18cc107-05e2-4e92-8b1f-1b2cc6196391'}), 'az': u'nova', 'id': u'27d76af4-9d13-49c2-967f-52a9f048dddb', 'security_groups': [Munch({u'name': u'vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4d17fe3654184f5e888c4acb066c88fa', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'44272bc39837411494396ca43c946bec', 'name': 'vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4', '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-18T20:51:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T20:51:32Z', 'hostId': u'c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc', '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-18T20:51:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'44272bc39837411494396ca43c946bec', 'name': u'vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'adminPass': u'hdKd9fGV9Laj', 'tenant_id': u'44272bc39837411494396ca43c946bec', 'created_at': u'2018-08-18T20:51:24Z', 'created': u'2018-08-18T20:51:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 20:51:33,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:51:33,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:33,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-333da665-692c-4796-a987-a804351130dd Date: Sat, 18 Aug 2018 20:51:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["46554472-7d0e-476a-be80-db5e04fb6f49"],"updated_at":"2018-08-18T20:51:15Z","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"44272bc39837411494396ca43c946bec","id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","name":"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:51:33,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-333da665-692c-4796-a987-a804351130dd 2018-08-18 20:51:33,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0851230621338s 2018-08-18 20:51:33,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-333da665-692c-4796-a987-a804351130dd 2018-08-18 20:51:33,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:51:33,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:34,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-0bbb1dbb-1e41-4759-b9bb-2a8f82bdf487 Date: Sat, 18 Aug 2018 20:51:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:51:20Z", "file": "/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/file", "owner": "44272bc39837411494396ca43c946bec", "id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "size": 12716032, "self": "/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:51:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:51:34,479 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0bbb1dbb-1e41-4759-b9bb-2a8f82bdf487 2018-08-18 20:51:34,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.784879922867s 2018-08-18 20:51:34,479 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0bbb1dbb-1e41-4759-b9bb-2a8f82bdf487 2018-08-18 20:51:34,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:51:34,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:34,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-f288ac21-9e7c-4640-828e-620b4edd6a56 x-compute-request-id: req-f288ac21-9e7c-4640-828e-620b4edd6a56 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "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": "f18cc107-05e2-4e92-8b1f-1b2cc6196391"}]} 2018-08-18 20:51:34,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-f288ac21-9e7c-4640-828e-620b4edd6a56 2018-08-18 20:51:34,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.170673131943s 2018-08-18 20:51:34,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-f288ac21-9e7c-4640-828e-620b4edd6a56 2018-08-18 20:51:34,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 20:51:34,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"server": {"name": "vping_ssh-vm_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "imageRef": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "key_name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "flavorRef": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3dccb5b8-2f10-4290-a440-ec25d5cee4bb"}], "security_groups": [{"name": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2"}]}}' 2018-08-18 20:51:36,402 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:51: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-6514ee0c-d077-4767-b7a4-0839477c7929 x-compute-request-id: req-6514ee0c-d077-4767-b7a4-0839477c7929 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2"}], "OS-DCF:diskConfig": "MANUAL", "id": "9a36159b-8acd-4801-9c9e-5285cb46ded4", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "bookmark"}], "adminPass": "jmZ5SBA3hs8V"}} 2018-08-18 20:51:36,403 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-6514ee0c-d077-4767-b7a4-0839477c7929 2018-08-18 20:51:36,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.74958920479s 2018-08-18 20:51:36,403 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-6514ee0c-d077-4767-b7a4-0839477c7929 2018-08-18 20:51:36,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:51:36,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:36,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-37e3ad08-c35f-425f-86e0-284a61ca1920 x-compute-request-id: req-37e3ad08-c35f-425f-86e0-284a61ca1920 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "9a36159b-8acd-4801-9c9e-5285cb46ded4", "user_id": "4d17fe3654184f5e888c4acb066c88fa", "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-18T20:51:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "name": "vping_ssh-vm_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:36Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:a9:b3", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:32.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:51:32Z", "hostId": "c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:24Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:51:36,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-37e3ad08-c35f-425f-86e0-284a61ca1920 2018-08-18 20:51:36,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.205463886261s 2018-08-18 20:51:36,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-37e3ad08-c35f-425f-86e0-284a61ca1920 2018-08-18 20:51:36,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:51:38,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:51:38,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:39,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-c795c331-d802-4b92-9ebd-22db4819cd13 x-compute-request-id: req-c795c331-d802-4b92-9ebd-22db4819cd13 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "9a36159b-8acd-4801-9c9e-5285cb46ded4", "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:51:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "name": "vping_ssh-vm_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:36Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:a9:b3", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:32.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:51:32Z", "hostId": "c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:24Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:51:39,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c795c331-d802-4b92-9ebd-22db4819cd13 2018-08-18 20:51:39,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54899096489s 2018-08-18 20:51:39,167 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c795c331-d802-4b92-9ebd-22db4819cd13 2018-08-18 20:51:39,172 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:51:41,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:51:41,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:41,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-e9da4ad5-f8d3-4ce3-a031-8546a9d33a86 x-compute-request-id: req-e9da4ad5-f8d3-4ce3-a031-8546a9d33a86 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "9a36159b-8acd-4801-9c9e-5285cb46ded4", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:51:40Z", "hostId": "84466d15bf4e88465bc7ccba6cf8d7e279c033247cc124cbe7bfbd79", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "name": "vping_ssh-vm_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:36Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:a9:b3", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:32.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:51:32Z", "hostId": "c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:24Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:51:41,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e9da4ad5-f8d3-4ce3-a031-8546a9d33a86 2018-08-18 20:51:41,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718595027924s 2018-08-18 20:51:41,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e9da4ad5-f8d3-4ce3-a031-8546a9d33a86 2018-08-18 20:51:41,897 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:51:43,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:51:43,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:44,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-8a960fb6-5d00-481c-8f46-625965cebee0 x-compute-request-id: req-8a960fb6-5d00-481c-8f46-625965cebee0 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "9a36159b-8acd-4801-9c9e-5285cb46ded4", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:51:40Z", "hostId": "84466d15bf4e88465bc7ccba6cf8d7e279c033247cc124cbe7bfbd79", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "name": "vping_ssh-vm_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:36Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:a9:b3", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:32.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:51:32Z", "hostId": "c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:24Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:51:44,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8a960fb6-5d00-481c-8f46-625965cebee0 2018-08-18 20:51:44,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.213030099869s 2018-08-18 20:51:44,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8a960fb6-5d00-481c-8f46-625965cebee0 2018-08-18 20:51:44,118 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:51:46,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:51:46,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:46,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-2dddf895-549a-4316-8167-5df3b534ef14 x-compute-request-id: req-2dddf895-549a-4316-8167-5df3b534ef14 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:9c:f0", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:44.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "9a36159b-8acd-4801-9c9e-5285cb46ded4", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:51:44Z", "hostId": "84466d15bf4e88465bc7ccba6cf8d7e279c033247cc124cbe7bfbd79", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "name": "vping_ssh-vm_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:36Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:a9:b3", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:32.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:51:32Z", "hostId": "c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:24Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:51:46,302 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2dddf895-549a-4316-8167-5df3b534ef14 2018-08-18 20:51:46,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180939912796s 2018-08-18 20:51:46,302 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2dddf895-549a-4316-8167-5df3b534ef14 2018-08-18 20:51:46,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:51:46,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=9a36159b-8acd-4801-9c9e-5285cb46ded4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:46,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-06abccc2-031a-4ffc-9639-a9b118d22171 Date: Sat, 18 Aug 2018 20:51:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:39Z","admin_state_up":true,"updated_at":"2018-08-18T20:51:44Z","binding:vnic_type":"normal","device_id":"9a36159b-8acd-4801-9c9e-5285cb46ded4","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:89:9c:f0","id":"af319816-92ea-40d2-b76a-b6bdd7a15ea0","port_security_enabled":true,"project_id":"44272bc39837411494396ca43c946bec","fixed_ips":[{"subnet_id":"46554472-7d0e-476a-be80-db5e04fb6f49","ip_address":"192.168.120.21"}],"extra_dhcp_opts":[],"security_groups":["7c2a4956-07a0-45d5-b0e5-8c26d098fdf2"],"name":""}]} 2018-08-18 20:51:46,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9a36159b-8acd-4801-9c9e-5285cb46ded4 used request id req-06abccc2-031a-4ffc-9639-a9b118d22171 2018-08-18 20:51:46,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0466279983521s 2018-08-18 20:51:46,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9a36159b-8acd-4801-9c9e-5285cb46ded4 used request id req-06abccc2-031a-4ffc-9639-a9b118d22171 2018-08-18 20:51:46,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:51:46,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=af319816-92ea-40d2-b76a-b6bdd7a15ea0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:46,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6bc4d310-1b5e-448d-90f4-ee72126c805d Date: Sat, 18 Aug 2018 20:51:46 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:51:46,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=af319816-92ea-40d2-b76a-b6bdd7a15ea0 used request id req-6bc4d310-1b5e-448d-90f4-ee72126c805d 2018-08-18 20:51:46,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0436670780182s 2018-08-18 20:51:46,404 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=af319816-92ea-40d2-b76a-b6bdd7a15ea0 used request id req-6bc4d310-1b5e-448d-90f4-ee72126c805d 2018-08-18 20:51:46,404 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:89:9c:f0', u'version': 4, u'addr': u'192.168.120.21', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f'}), 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-18T20:51:44.000000', 'flavor': Munch({u'id': u'f18cc107-05e2-4e92-8b1f-1b2cc6196391'}), 'az': u'nova', 'id': u'9a36159b-8acd-4801-9c9e-5285cb46ded4', 'security_groups': [Munch({u'name': u'vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4d17fe3654184f5e888c4acb066c88fa', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'44272bc39837411494396ca43c946bec', 'name': 'vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4', '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-18T20:51:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T20:51:44Z', 'hostId': u'84466d15bf4e88465bc7ccba6cf8d7e279c033247cc124cbe7bfbd79', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'public_v6': '', 'private_v4': u'192.168.120.21', 'cloud': 'envvars', 'host_id': u'84466d15bf4e88465bc7ccba6cf8d7e279c033247cc124cbe7bfbd79', '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-18T20:51:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'44272bc39837411494396ca43c946bec', 'name': u'vping_ssh-vm_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'adminPass': u'jmZ5SBA3hs8V', 'tenant_id': u'44272bc39837411494396ca43c946bec', 'created_at': u'2018-08-18T20:51:36Z', 'created': u'2018-08-18T20:51:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 20:51:46,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:51:46,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:46,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-4b162f04-1465-4b90-b06c-eb748805c8d3 Date: Sat, 18 Aug 2018 20:51:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["46554472-7d0e-476a-be80-db5e04fb6f49"],"updated_at":"2018-08-18T20:51:15Z","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"44272bc39837411494396ca43c946bec","id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","name":"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:51:46,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4b162f04-1465-4b90-b06c-eb748805c8d3 2018-08-18 20:51:46,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0851981639862s 2018-08-18 20:51:46,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4b162f04-1465-4b90-b06c-eb748805c8d3 2018-08-18 20:51:46,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:51:46,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=9a36159b-8acd-4801-9c9e-5285cb46ded4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:46,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-39ff15b9-4fd4-4c58-84f5-acdb1a2ec494 Date: Sat, 18 Aug 2018 20:51:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:39Z","admin_state_up":true,"updated_at":"2018-08-18T20:51:44Z","binding:vnic_type":"normal","device_id":"9a36159b-8acd-4801-9c9e-5285cb46ded4","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:89:9c:f0","id":"af319816-92ea-40d2-b76a-b6bdd7a15ea0","port_security_enabled":true,"project_id":"44272bc39837411494396ca43c946bec","fixed_ips":[{"subnet_id":"46554472-7d0e-476a-be80-db5e04fb6f49","ip_address":"192.168.120.21"}],"extra_dhcp_opts":[],"security_groups":["7c2a4956-07a0-45d5-b0e5-8c26d098fdf2"],"name":""}]} 2018-08-18 20:51:46,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9a36159b-8acd-4801-9c9e-5285cb46ded4 used request id req-39ff15b9-4fd4-4c58-84f5-acdb1a2ec494 2018-08-18 20:51:46,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0445749759674s 2018-08-18 20:51:46,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9a36159b-8acd-4801-9c9e-5285cb46ded4 used request id req-39ff15b9-4fd4-4c58-84f5-acdb1a2ec494 2018-08-18 20:51:46,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-18 20:51:46,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"floatingip": {"floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.21", "port_id": "af319816-92ea-40d2-b76a-b6bdd7a15ea0"}}' 2018-08-18 20:51:48,618 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-ca7bf167-83b9-4eb0-aeef-c9b0dd50236d Date: Sat, 18 Aug 2018 20:51:48 GMT RESP BODY: {"floatingip": {"router_id": "a31471b9-86e8-498a-bf02-1edaf6b0908e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:51:47Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.21", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "af319816-92ea-40d2-b76a-b6bdd7a15ea0", "id": "a8966a96-b6bb-4653-8329-543d6d839f17", "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:47Z", "project_id": "44272bc39837411494396ca43c946bec"}} 2018-08-18 20:51:48,618 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ca7bf167-83b9-4eb0-aeef-c9b0dd50236d 2018-08-18 20:51:48,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.07796502113s 2018-08-18 20:51:48,618 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ca7bf167-83b9-4eb0-aeef-c9b0dd50236d 2018-08-18 20:51:48,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:51:48,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:51:48,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-5a087be9-d36e-4c06-a46d-f4de50141470 Date: Sat, 18 Aug 2018 20:51:48 GMT RESP BODY: {"floatingips": [{"router_id": "a31471b9-86e8-498a-bf02-1edaf6b0908e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:51:47Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.21", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "af319816-92ea-40d2-b76a-b6bdd7a15ea0", "id": "a8966a96-b6bb-4653-8329-543d6d839f17", "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:47Z", "project_id": "44272bc39837411494396ca43c946bec"}]} 2018-08-18 20:51:48,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-5a087be9-d36e-4c06-a46d-f4de50141470 2018-08-18 20:51:48,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0894980430603s 2018-08-18 20:51:48,716 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-5a087be9-d36e-4c06-a46d-f4de50141470 2018-08-18 20:51:48,719 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'a31471b9-86e8-498a-bf02-1edaf6b0908e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'44272bc39837411494396ca43c946bec', 'created_at': u'2018-08-18T20:51:47Z', 'attached': True, 'updated_at': u'2018-08-18T20:51:47Z', 'id': u'a8966a96-b6bb-4653-8329-543d6d839f17', 'floating_network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', 'fixed_ip_address': u'192.168.120.21', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'44272bc39837411494396ca43c946bec', 'name': 'vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a31471b9-86e8-498a-bf02-1edaf6b0908e', 'project_id': u'44272bc39837411494396ca43c946bec', 'port_id': u'af319816-92ea-40d2-b76a-b6bdd7a15ea0', 'port': u'af319816-92ea-40d2-b76a-b6bdd7a15ea0', 'network': u'65cd7cef-6b04-450e-9f27-e630c6e3994e'}) 2018-08-18 20:51:48,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 20:51:48,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4/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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 20:51:49,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51: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-285a3434-cf40-45ea-b025-132fb90e88c5 x-compute-request-id: req-285a3434-cf40-45ea-b025-132fb90e88c5 Content-Encoding: gzip Content-Length: 9589 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503679636 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.182308] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184551] pid_max: default: 32768 minimum: 301\n[ 0.185773] ACPI: Core revision 20150930\n[ 0.187436] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189202] Security Framework initialized\n[ 0.190310] Yama: becoming mindful.\n[ 0.191307] AppArmor: AppArmor initialized\n[ 0.192457] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194224] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.195920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197525] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199397] Initializing cgroup subsys io\n[ 0.200494] Initializing cgroup subsys memory\n[ 0.201670] Initializing cgroup subsys devices\n[ 0.202854] Initializing cgroup subsys freezer\n[ 0.204030] Initializing cgroup subsys net_cls\n[ 0.205216] Initializing cgroup subsys perf_event\n[ 0.206449] Initializing cgroup subsys net_prio\n[ 0.207639] Initializing cgroup subsys hugetlb\n[ 0.208810] Initializing cgroup subsys pids\n[ 0.209982] CPU: Physical Processor ID: 0\n[ 0.211764] mce: CPU supports 10 MCE banks\n[ 0.212896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214252] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236264] ftrace: allocating 31920 entries in 125 pages\n[ 0.262757] smpboot: Max logical packages: 1\n[ 0.263921] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265803] x2apic enabled\n[ 0.266940] Switched APIC routing to physical x2apic.\n[ 0.269426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270958] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273703] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.276173] KVM setup paravirtual spinlock\n[ 0.277825] x86: Booted up 1 node, 1 CPUs\n[ 0.278941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280834] devtmpfs: initialized\n[ 0.282814] evm: security.selinux\n[ 0.283773] evm: security.SMACK64\n[ 0.284734] evm: security.SMACK64EXEC\n[ 0.285761] evm: security.SMACK64TRANSMUTE\n[ 0.286870] evm: security.SMACK64MMAP\n[ 0.287893] evm: security.ima\n[ 0.288782] evm: security.capability\n[ 0.289874] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.292400] pinctrl core: initialized pinctrl subsystem\n[ 0.293899] RTC time: 20:51:45, date: 08/18/18\n[ 0.295201] NET: Registered protocol family 16\n[ 0.296531] cpuidle: using governor ladder\n[ 0.297654] cpuidle: using governor menu\n[ 0.298745] PCCT header not found.\n[ 0.299777] ACPI: bus type PCI registered\n[ 0.300882] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302569] PCI: Using configuration type 1 for base access\n[ 0.304743] ACPI: Added _OSI(Module Device)\n[ 0.305899] ACPI: Added _OSI(Processor Device)\n[ 0.307079] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308314] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310482] ACPI: Interpreter enabled\n[ 0.311534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.314071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.316588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.319118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.321633] ACPI: (supports S0 S5)\n[ 0.322609] ACPI: Using IOAPIC for interrupt routing\n[ 0.323908] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327728] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329254] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330899] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332565] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335566] acpiphp: Slot [3] registered\n[ 0.336667] acpiphp: Slot [4] registered\n[ 0.337768] acpiphp: Slot [5] registered\n[ 0.338865] acpiphp: Slot [6] registered\n[ 0.339969] acpiphp: Slot [7] registered\n[ 0.341067] acpiphp: Slot [8] registered\n[ 0.342167] acpiphp: Slot [9] registered\n[ 0.343256] acpiphp: Slot [10] registered\n[ 0.344374] acpiphp: Slot [11] registered\n[ 0.345488] acpiphp: Slot [12] registered\n[ 0.346606] acpiphp: Slot [13] registered\n[ 0.347724] acpiphp: Slot [14] registered\n[ 0.348818] acpiphp: Slot [15] registered\n[ 0.364366] acpiphp: Slot [16] registered\n[ 0.365628] acpiphp: Slot [17] registered\n[ 0.366743] acpiphp: Slot [18] registered\n[ 0.367830] acpiphp: Slot [19] registered\n[ 0.368926] acpiphp: Slot [20] registered\n[ 0.370022] acpiphp: Slot [21] registered\n[ 0.371131] acpiphp: Slot [22] registered\n[ 0.372259] acpiphp: Slot [23] registered\n[ 0.373356] acpiphp: Slot [24] registered\n[ 0.374459] acpiphp: Slot [25] registered\n[ 0.375615] acpiphp: Slot [26] registered\n[ 0.376710] acpiphp: Slot [27] registered\n[ 0.377800] acpiphp: Slot [28] registered\n[ 0.378886] acpiphp: Slot [29] registered\n[ 0.380122] acpiphp: Slot [30] registered\n[ 0.381493] acpiphp: Slot [31] registered\n[ 0.382608] PCI host bridge to bus 0000:00\n[ 0.383685] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388870] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390793] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392771] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396707] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399948] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401612] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.405856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.407788] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430289] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432481] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434404] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436286] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.438071] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439863] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.441302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.443421] vgaarb: loaded\n[ 0.444252] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445890] SCSI subsystem initialized\n[ 0.447145] ACPI: bus type USB registered\n[ 0.448281] usbcore: registered new interface driver usbfs\n[ 0.449687] usbcore: registered new interface driver hub\n[ 0.451058] usbcore: registered new device driver usb\n[ 0.452548] PCI: Using ACPI for IRQ routing\n[ 0.454056] NetLabel: Initializing\n[ 0.455041] NetLabel: domain hash size = 128\n[ 0.456200] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457508] NetLabel: unlabeled traffic allowed by default\n[ 0.459079] clocksource: Switched to clocksource kvm-clock\n[ 0.469191] AppArmor: AppArmor Filesystem Enabled\n[ 0.470473] pnp: PnP ACPI init\n[ 0.471683] pnp: PnP ACPI: found 5 devices\n[ 0.478451] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481295] NET: Registered protocol family 2\n[ 0.482675] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.484385] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.485988] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.487584] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490569] NET: Registered protocol family 1\n[ 0.491745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.493230] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.494657] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523070] Trying to unpack rootfs image as initramfs...\n[ 0.585501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.590360] Scanning for low memory corruption every 60 seconds\n[ 0.592574] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.594198] audit: initializing netlink subsys (disabled)\n[ 0.595720] audit: type=2000 audit(1534625505.754:1): initialized\n[ 0.597599] Initialise system trusted keyring\n[ 0.598975] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600579] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.603325] zbud: loaded\n[ 0.604338] VFS: Disk quotas dquot_6.6.0\n[ 0.605486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607788] fuse init (API version 7.23)\n[ 0.609036] Key type big_key registered\n[ 0.610159] Allocating IMA MOK and blacklist keyrings.\n[ 0.611854] Key type asymmetric registered\n[ 0.613000] Asymmetric key parser 'x509' registered\n[ 0.614330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.616419] io scheduler noop registered\n[ 0.617531] io scheduler deadline registered (default)\n[ 0.618914] io scheduler cfq registered\n[ 0.620118] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.621556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.623347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.625387] ACPI: Power Button [PWRF]\n[ 0.626611] GHES: HEST is not enabled!\n[ 0.641679] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.670970] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702908] Linux agpgart interface v0.103\n[ 0.706264] brd: module loaded\n[ 0.708462] loop: module loaded\n[ 0.713947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.715961] GPT:90111 != 2097151\n[ 0.716903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718398] GPT:90111 != 2097151\n[ 0.719341] GPT: Use GNU Parted to correct GPT errors.\n[ 0.720664] vda: vda1 vda15\n[ 0.722307] scsi host0: ata_piix\n[ 0.723385] scsi host1: ata_piix\n[ 0.724378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728036] libphy: Fixed MDIO Bus: probed\n[ 0.729170] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730480] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.733502] PPP generic driver version 2.4.2\n[ 0.734774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.736413] ehci-pci: EHCI PCI platform driver\n[ 0.737626] ehci-platform: EHCI generic platform driver\n[ 0.739042] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740599] ohci-pci: OHCI PCI platform driver\n[ 0.741843] ohci-platform: OHCI generic platform driver\n[ 0.743217] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.757851] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.759241] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.761277] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764250] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.765942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.767924] usb usb1: Product: UHCI Host Controller\n[ 0.769220] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.770809] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772154] hub 1-0:1.0: USB hub found\n[ 0.773287] hub 1-0:1.0: 2 ports detected\n[ 0.774567] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.777483] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.778809] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.780245] mousedev: PS/2 mouse device common for all mice\n[ 0.781966] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.784492] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786031] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787685] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.789321] i2c /dev entries driver\n[ 0.790384] device-mapper: uevent: version 1.0.3\n[ 0.791709] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.793980] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.795849] NET: Registered protocol family 10\n[ 0.797400] NET: Registered protocol family 17\n[ 0.798642] Key type dns_resolver registered\n[ 0.799968] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801503] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.803951] registered taskstats version 1\n[ 0.805124] Loading compiled-in X.509 certificates\n[ 0.806976] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809539] zswap: loaded using pool lzo/zbud\n[ 0.811642] Key type trusted registered\n[ 0.813739] Key type encrypted registered\n[ 0.814870] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.816315] ima: No TPM chip found, activating TPM-bypass!\n[ 0.817753] evm: HMAC attrs: 0x1\n[ 0.819036] Magic number: 14:825:902\n[ 0.820232] rtc_cmos 00:00: setting system clock to 2018-08-18 20:51:46 UTC (1534625506)\n[ 0.822487] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.824018] EDD information not available.\n[ 0.888934] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905242] Write protecting the kernel read-only data: 14336k\n[ 0.908190] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.081488] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.21...\nLease of 192.168.120.21 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCw/z2M7Tyfr2Ew1J8w5uG/USrXbfhVz8F4FMdU0nLSizvDe9ivV7t57OBLkzCB2BPMcmzMSEwiIlnnV1CjhboUjSJAtk+s/LXjfUWbi1iFZY3Iv9img3KZf77MpPB4EPPhyfVdpOpM4AxHGWeuUNl5KC8TIorFwZSH+rm8x6Us1e72CNHpkCCn27kfDOtuL4lZEsJhNGIzPzpboXGkD2PVeM6LWGRt10yv2E4taj70Dm3yU6IbS4stBnFd6OpebTLaZJX/TLVWqtT+6eqXHA5tMJFLUbFr5X8wIhvBmFKu7r+flVutWJ3uYJ2f8TqKuPW37Ss8J56tV653/WsW2rrB root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4\nssh-dss AAAAB3NzaC1kc3MAAACBAMNmT5yGwqtDAvVkcvveRgmgf0CneDtzuDD2sW2dRuazmYloTRDD19+/6TAnbtpFLr/UhJzCRMaVpDOvzYDU6c+ZL79xIEzgCYAgd1Z/YLC49yKlaqfcgK2LLxBoBdyTqU6/tTSctW0UX/XWPfqaMKZwPjGu011ATPDF6VsoUcF9AAAAFQC6fBsQ3uiWBTBjzZ3pA4onZ4VHYQAAAIA2zGTNKyqaRsCRAfEADGbD1TveW92libISAMyDH4mCE8NpV2TmPfe/gAPcR3ls5pwNH3OALRFAO6sLPZmkCMQ7eY8rXFgYQHdT+ljqnmKzojM8DJS0OsOcfiTOn+4URiXmhgoi3wK4x6YAUmMdqHgXKQk+GvDALztGJaN4zF0BVAAAAIALtTqfaaBCDf7APgoZ4r2IyRR7TAdZPOE6AoOmTd4z6jtGMru7QB7u+UghltHPfKq5j+A1XmLVtzII9oqOpUTsWPVU1nP4uqx/zk8QqUL9rHz9gxBGJXMDAVtCZkO4tLoVV4HPZEFE9FfYmTx5tZAynZtmh9gh0AZ0lZQw5loP5g== root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.38s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.21,24,fe80::f816:3eff:fe89:9cf0/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.21 \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-fc8dc60f-1244-45af-91e9-3291ef8aacf4\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.66 ===\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-fc8dc60f-1244-45af-91e9-3291ef8aacf4 login: "} 2018-08-18 20:51:49,461 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4/action used request id req-285a3434-cf40-45ea-b025-132fb90e88c5 2018-08-18 20:51:49,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.741060018539s 2018-08-18 20:51:49,462 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4/action used request id req-285a3434-cf40-45ea-b025-132fb90e88c5 2018-08-18 20:51:49,462 - 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 503679636 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.182308] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.184551] pid_max: default: 32768 minimum: 301 [ 0.185773] ACPI: Core revision 20150930 [ 0.187436] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189202] Security Framework initialized [ 0.190310] Yama: becoming mindful. [ 0.191307] AppArmor: AppArmor initialized [ 0.192457] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194224] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.195920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197525] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199397] Initializing cgroup subsys io [ 0.200494] Initializing cgroup subsys memory [ 0.201670] Initializing cgroup subsys devices [ 0.202854] Initializing cgroup subsys freezer [ 0.204030] Initializing cgroup subsys net_cls [ 0.205216] Initializing cgroup subsys perf_event [ 0.206449] Initializing cgroup subsys net_prio [ 0.207639] Initializing cgroup subsys hugetlb [ 0.208810] Initializing cgroup subsys pids [ 0.209982] CPU: Physical Processor ID: 0 [ 0.211764] mce: CPU supports 10 MCE banks [ 0.212896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214252] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236264] ftrace: allocating 31920 entries in 125 pages [ 0.262757] smpboot: Max logical packages: 1 [ 0.263921] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265803] x2apic enabled [ 0.266940] Switched APIC routing to physical x2apic. [ 0.269426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270958] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273703] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.276173] KVM setup paravirtual spinlock [ 0.277825] x86: Booted up 1 node, 1 CPUs [ 0.278941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.280834] devtmpfs: initialized [ 0.282814] evm: security.selinux [ 0.283773] evm: security.SMACK64 [ 0.284734] evm: security.SMACK64EXEC [ 0.285761] evm: security.SMACK64TRANSMUTE [ 0.286870] evm: security.SMACK64MMAP [ 0.287893] evm: security.ima [ 0.288782] evm: security.capability [ 0.289874] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.292400] pinctrl core: initialized pinctrl subsystem [ 0.293899] RTC time: 20:51:45, date: 08/18/18 [ 0.295201] NET: Registered protocol family 16 [ 0.296531] cpuidle: using governor ladder [ 0.297654] cpuidle: using governor menu [ 0.298745] PCCT header not found. [ 0.299777] ACPI: bus type PCI registered [ 0.300882] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302569] PCI: Using configuration type 1 for base access [ 0.304743] ACPI: Added _OSI(Module Device) [ 0.305899] ACPI: Added _OSI(Processor Device) [ 0.307079] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.308314] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310482] ACPI: Interpreter enabled [ 0.311534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.314071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.319118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321633] ACPI: (supports S0 S5) [ 0.322609] ACPI: Using IOAPIC for interrupt routing [ 0.323908] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327728] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.329254] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330899] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332565] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335566] acpiphp: Slot [3] registered [ 0.336667] acpiphp: Slot [4] registered [ 0.337768] acpiphp: Slot [5] registered [ 0.338865] acpiphp: Slot [6] registered [ 0.339969] acpiphp: Slot [7] registered [ 0.341067] acpiphp: Slot [8] registered [ 0.342167] acpiphp: Slot [9] registered [ 0.343256] acpiphp: Slot [10] registered [ 0.344374] acpiphp: Slot [11] registered [ 0.345488] acpiphp: Slot [12] registered [ 0.346606] acpiphp: Slot [13] registered [ 0.347724] acpiphp: Slot [14] registered [ 0.348818] acpiphp: Slot [15] registered [ 0.364366] acpiphp: Slot [16] registered [ 0.365628] acpiphp: Slot [17] registered [ 0.366743] acpiphp: Slot [18] registered [ 0.367830] acpiphp: Slot [19] registered [ 0.368926] acpiphp: Slot [20] registered [ 0.370022] acpiphp: Slot [21] registered [ 0.371131] acpiphp: Slot [22] registered [ 0.372259] acpiphp: Slot [23] registered [ 0.373356] acpiphp: Slot [24] registered [ 0.374459] acpiphp: Slot [25] registered [ 0.375615] acpiphp: Slot [26] registered [ 0.376710] acpiphp: Slot [27] registered [ 0.377800] acpiphp: Slot [28] registered [ 0.378886] acpiphp: Slot [29] registered [ 0.380122] acpiphp: Slot [30] registered [ 0.381493] acpiphp: Slot [31] registered [ 0.382608] PCI host bridge to bus 0000:00 [ 0.383685] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388870] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390793] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392771] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396707] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399948] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401612] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.405856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.407788] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.430289] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.432481] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.434404] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.436286] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.438071] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439863] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.441302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443421] vgaarb: loaded [ 0.444252] vgaarb: bridge control possible 0000:00:02.0 [ 0.445890] SCSI subsystem initialized [ 0.447145] ACPI: bus type USB registered [ 0.448281] usbcore: registered new interface driver usbfs [ 0.449687] usbcore: registered new interface driver hub [ 0.451058] usbcore: registered new device driver usb [ 0.452548] PCI: Using ACPI for IRQ routing [ 0.454056] NetLabel: Initializing [ 0.455041] NetLabel: domain hash size = 128 [ 0.456200] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457508] NetLabel: unlabeled traffic allowed by default [ 0.459079] clocksource: Switched to clocksource kvm-clock [ 0.469191] AppArmor: AppArmor Filesystem Enabled [ 0.470473] pnp: PnP ACPI init [ 0.471683] pnp: PnP ACPI: found 5 devices [ 0.478451] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481295] NET: Registered protocol family 2 [ 0.482675] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484385] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.485988] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487584] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.489028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.490569] NET: Registered protocol family 1 [ 0.491745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493230] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.494657] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.508786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523070] Trying to unpack rootfs image as initramfs... [ 0.585501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.590360] Scanning for low memory corruption every 60 seconds [ 0.592574] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.594198] audit: initializing netlink subsys (disabled) [ 0.595720] audit: type=2000 audit(1534625505.754:1): initialized [ 0.597599] Initialise system trusted keyring [ 0.598975] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.600579] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603325] zbud: loaded [ 0.604338] VFS: Disk quotas dquot_6.6.0 [ 0.605486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.607788] fuse init (API version 7.23) [ 0.609036] Key type big_key registered [ 0.610159] Allocating IMA MOK and blacklist keyrings. [ 0.611854] Key type asymmetric registered [ 0.613000] Asymmetric key parser 'x509' registered [ 0.614330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.616419] io scheduler noop registered [ 0.617531] io scheduler deadline registered (default) [ 0.618914] io scheduler cfq registered [ 0.620118] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.621556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.623347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.625387] ACPI: Power Button [PWRF] [ 0.626611] GHES: HEST is not enabled! [ 0.641679] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.670970] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.674074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702908] Linux agpgart interface v0.103 [ 0.706264] brd: module loaded [ 0.708462] loop: module loaded [ 0.713947] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.715961] GPT:90111 != 2097151 [ 0.716903] GPT:Alternate GPT header not at the end of the disk. [ 0.718398] GPT:90111 != 2097151 [ 0.719341] GPT: Use GNU Parted to correct GPT errors. [ 0.720664] vda: vda1 vda15 [ 0.722307] scsi host0: ata_piix [ 0.723385] scsi host1: ata_piix [ 0.724378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.726047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.728036] libphy: Fixed MDIO Bus: probed [ 0.729170] tun: Universal TUN/TAP device driver, 1.6 [ 0.730480] tun: (C) 1999-2004 Max Krasnyansky [ 0.733502] PPP generic driver version 2.4.2 [ 0.734774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.736413] ehci-pci: EHCI PCI platform driver [ 0.737626] ehci-platform: EHCI generic platform driver [ 0.739042] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740599] ohci-pci: OHCI PCI platform driver [ 0.741843] ohci-platform: OHCI generic platform driver [ 0.743217] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757851] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.759241] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.761277] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.764250] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.765942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.767924] usb usb1: Product: UHCI Host Controller [ 0.769220] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770809] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772154] hub 1-0:1.0: USB hub found [ 0.773287] hub 1-0:1.0: 2 ports detected [ 0.774567] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.777483] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778809] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780245] mousedev: PS/2 mouse device common for all mice [ 0.781966] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784492] rtc_cmos 00:00: RTC can wake from S4 [ 0.786031] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787685] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.789321] i2c /dev entries driver [ 0.790384] device-mapper: uevent: version 1.0.3 [ 0.791709] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.793980] ledtrig-cpu: registered to indicate activity on CPUs [ 0.795849] NET: Registered protocol family 10 [ 0.797400] NET: Registered protocol family 17 [ 0.798642] Key type dns_resolver registered [ 0.799968] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801503] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.803951] registered taskstats version 1 [ 0.805124] Loading compiled-in X.509 certificates [ 0.806976] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809539] zswap: loaded using pool lzo/zbud [ 0.811642] Key type trusted registered [ 0.813739] Key type encrypted registered [ 0.814870] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816315] ima: No TPM chip found, activating TPM-bypass! [ 0.817753] evm: HMAC attrs: 0x1 [ 0.819036] Magic number: 14:825:902 [ 0.820232] rtc_cmos 00:00: setting system clock to 2018-08-18 20:51:46 UTC (1534625506) [ 0.822487] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824018] EDD information not available. [ 0.888934] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.905242] Write protecting the kernel read-only data: 14336k [ 0.908190] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.081488] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.21... Lease of 192.168.120.21 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCw/z2M7Tyfr2Ew1J8w5uG/USrXbfhVz8F4FMdU0nLSizvDe9ivV7t57OBLkzCB2BPMcmzMSEwiIlnnV1CjhboUjSJAtk+s/LXjfUWbi1iFZY3Iv9img3KZf77MpPB4EPPhyfVdpOpM4AxHGWeuUNl5KC8TIorFwZSH+rm8x6Us1e72CNHpkCCn27kfDOtuL4lZEsJhNGIzPzpboXGkD2PVeM6LWGRt10yv2E4taj70Dm3yU6IbS4stBnFd6OpebTLaZJX/TLVWqtT+6eqXHA5tMJFLUbFr5X8wIhvBmFKu7r+flVutWJ3uYJ2f8TqKuPW37Ss8J56tV653/WsW2rrB root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4 ssh-dss AAAAB3NzaC1kc3MAAACBAMNmT5yGwqtDAvVkcvveRgmgf0CneDtzuDD2sW2dRuazmYloTRDD19+/6TAnbtpFLr/UhJzCRMaVpDOvzYDU6c+ZL79xIEzgCYAgd1Z/YLC49yKlaqfcgK2LLxBoBdyTqU6/tTSctW0UX/XWPfqaMKZwPjGu011ATPDF6VsoUcF9AAAAFQC6fBsQ3uiWBTBjzZ3pA4onZ4VHYQAAAIA2zGTNKyqaRsCRAfEADGbD1TveW92libISAMyDH4mCE8NpV2TmPfe/gAPcR3ls5pwNH3OALRFAO6sLPZmkCMQ7eY8rXFgYQHdT+ljqnmKzojM8DJS0OsOcfiTOn+4URiXmhgoi3wK4x6YAUmMdqHgXKQk+GvDALztGJaN4zF0BVAAAAIALtTqfaaBCDf7APgoZ4r2IyRR7TAdZPOE6AoOmTd4z6jtGMru7QB7u+UghltHPfKq5j+A1XmLVtzII9oqOpUTsWPVU1nP4uqx/zk8QqUL9rHz9gxBGJXMDAVtCZkO4tLoVV4HPZEFE9FfYmTx5tZAynZtmh9gh0AZ0lZQw5loP5g== root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.38s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.21,24,fe80::f816:3eff:fe89:9cf0/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.21 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-fc8dc60f-1244-45af-91e9-3291ef8aacf4 launch-index: 0 === cirros: current=0.4.0 uptime=3.66 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4 login: 2018-08-18 20:51:50,465 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-18 20:51:59,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 20:51:59,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4/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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 20:51:59,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5380e63b-50ad-4e6c-95cd-dee55c7c86e4 x-compute-request-id: req-5380e63b-50ad-4e6c-95cd-dee55c7c86e4 Content-Encoding: gzip Content-Length: 9589 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503679636 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.182308] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184551] pid_max: default: 32768 minimum: 301\n[ 0.185773] ACPI: Core revision 20150930\n[ 0.187436] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189202] Security Framework initialized\n[ 0.190310] Yama: becoming mindful.\n[ 0.191307] AppArmor: AppArmor initialized\n[ 0.192457] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194224] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.195920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197525] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199397] Initializing cgroup subsys io\n[ 0.200494] Initializing cgroup subsys memory\n[ 0.201670] Initializing cgroup subsys devices\n[ 0.202854] Initializing cgroup subsys freezer\n[ 0.204030] Initializing cgroup subsys net_cls\n[ 0.205216] Initializing cgroup subsys perf_event\n[ 0.206449] Initializing cgroup subsys net_prio\n[ 0.207639] Initializing cgroup subsys hugetlb\n[ 0.208810] Initializing cgroup subsys pids\n[ 0.209982] CPU: Physical Processor ID: 0\n[ 0.211764] mce: CPU supports 10 MCE banks\n[ 0.212896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214252] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236264] ftrace: allocating 31920 entries in 125 pages\n[ 0.262757] smpboot: Max logical packages: 1\n[ 0.263921] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265803] x2apic enabled\n[ 0.266940] Switched APIC routing to physical x2apic.\n[ 0.269426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270958] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273703] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.276173] KVM setup paravirtual spinlock\n[ 0.277825] x86: Booted up 1 node, 1 CPUs\n[ 0.278941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280834] devtmpfs: initialized\n[ 0.282814] evm: security.selinux\n[ 0.283773] evm: security.SMACK64\n[ 0.284734] evm: security.SMACK64EXEC\n[ 0.285761] evm: security.SMACK64TRANSMUTE\n[ 0.286870] evm: security.SMACK64MMAP\n[ 0.287893] evm: security.ima\n[ 0.288782] evm: security.capability\n[ 0.289874] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.292400] pinctrl core: initialized pinctrl subsystem\n[ 0.293899] RTC time: 20:51:45, date: 08/18/18\n[ 0.295201] NET: Registered protocol family 16\n[ 0.296531] cpuidle: using governor ladder\n[ 0.297654] cpuidle: using governor menu\n[ 0.298745] PCCT header not found.\n[ 0.299777] ACPI: bus type PCI registered\n[ 0.300882] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302569] PCI: Using configuration type 1 for base access\n[ 0.304743] ACPI: Added _OSI(Module Device)\n[ 0.305899] ACPI: Added _OSI(Processor Device)\n[ 0.307079] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308314] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310482] ACPI: Interpreter enabled\n[ 0.311534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.314071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.316588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.319118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.321633] ACPI: (supports S0 S5)\n[ 0.322609] ACPI: Using IOAPIC for interrupt routing\n[ 0.323908] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327728] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329254] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330899] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332565] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335566] acpiphp: Slot [3] registered\n[ 0.336667] acpiphp: Slot [4] registered\n[ 0.337768] acpiphp: Slot [5] registered\n[ 0.338865] acpiphp: Slot [6] registered\n[ 0.339969] acpiphp: Slot [7] registered\n[ 0.341067] acpiphp: Slot [8] registered\n[ 0.342167] acpiphp: Slot [9] registered\n[ 0.343256] acpiphp: Slot [10] registered\n[ 0.344374] acpiphp: Slot [11] registered\n[ 0.345488] acpiphp: Slot [12] registered\n[ 0.346606] acpiphp: Slot [13] registered\n[ 0.347724] acpiphp: Slot [14] registered\n[ 0.348818] acpiphp: Slot [15] registered\n[ 0.364366] acpiphp: Slot [16] registered\n[ 0.365628] acpiphp: Slot [17] registered\n[ 0.366743] acpiphp: Slot [18] registered\n[ 0.367830] acpiphp: Slot [19] registered\n[ 0.368926] acpiphp: Slot [20] registered\n[ 0.370022] acpiphp: Slot [21] registered\n[ 0.371131] acpiphp: Slot [22] registered\n[ 0.372259] acpiphp: Slot [23] registered\n[ 0.373356] acpiphp: Slot [24] registered\n[ 0.374459] acpiphp: Slot [25] registered\n[ 0.375615] acpiphp: Slot [26] registered\n[ 0.376710] acpiphp: Slot [27] registered\n[ 0.377800] acpiphp: Slot [28] registered\n[ 0.378886] acpiphp: Slot [29] registered\n[ 0.380122] acpiphp: Slot [30] registered\n[ 0.381493] acpiphp: Slot [31] registered\n[ 0.382608] PCI host bridge to bus 0000:00\n[ 0.383685] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388870] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390793] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392771] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396707] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399948] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401612] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.405856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.407788] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430289] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432481] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434404] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436286] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.438071] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439863] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.441302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.443421] vgaarb: loaded\n[ 0.444252] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445890] SCSI subsystem initialized\n[ 0.447145] ACPI: bus type USB registered\n[ 0.448281] usbcore: registered new interface driver usbfs\n[ 0.449687] usbcore: registered new interface driver hub\n[ 0.451058] usbcore: registered new device driver usb\n[ 0.452548] PCI: Using ACPI for IRQ routing\n[ 0.454056] NetLabel: Initializing\n[ 0.455041] NetLabel: domain hash size = 128\n[ 0.456200] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457508] NetLabel: unlabeled traffic allowed by default\n[ 0.459079] clocksource: Switched to clocksource kvm-clock\n[ 0.469191] AppArmor: AppArmor Filesystem Enabled\n[ 0.470473] pnp: PnP ACPI init\n[ 0.471683] pnp: PnP ACPI: found 5 devices\n[ 0.478451] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481295] NET: Registered protocol family 2\n[ 0.482675] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.484385] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.485988] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.487584] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490569] NET: Registered protocol family 1\n[ 0.491745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.493230] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.494657] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523070] Trying to unpack rootfs image as initramfs...\n[ 0.585501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.590360] Scanning for low memory corruption every 60 seconds\n[ 0.592574] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.594198] audit: initializing netlink subsys (disabled)\n[ 0.595720] audit: type=2000 audit(1534625505.754:1): initialized\n[ 0.597599] Initialise system trusted keyring\n[ 0.598975] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600579] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.603325] zbud: loaded\n[ 0.604338] VFS: Disk quotas dquot_6.6.0\n[ 0.605486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607788] fuse init (API version 7.23)\n[ 0.609036] Key type big_key registered\n[ 0.610159] Allocating IMA MOK and blacklist keyrings.\n[ 0.611854] Key type asymmetric registered\n[ 0.613000] Asymmetric key parser 'x509' registered\n[ 0.614330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.616419] io scheduler noop registered\n[ 0.617531] io scheduler deadline registered (default)\n[ 0.618914] io scheduler cfq registered\n[ 0.620118] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.621556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.623347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.625387] ACPI: Power Button [PWRF]\n[ 0.626611] GHES: HEST is not enabled!\n[ 0.641679] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.670970] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702908] Linux agpgart interface v0.103\n[ 0.706264] brd: module loaded\n[ 0.708462] loop: module loaded\n[ 0.713947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.715961] GPT:90111 != 2097151\n[ 0.716903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718398] GPT:90111 != 2097151\n[ 0.719341] GPT: Use GNU Parted to correct GPT errors.\n[ 0.720664] vda: vda1 vda15\n[ 0.722307] scsi host0: ata_piix\n[ 0.723385] scsi host1: ata_piix\n[ 0.724378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728036] libphy: Fixed MDIO Bus: probed\n[ 0.729170] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730480] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.733502] PPP generic driver version 2.4.2\n[ 0.734774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.736413] ehci-pci: EHCI PCI platform driver\n[ 0.737626] ehci-platform: EHCI generic platform driver\n[ 0.739042] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740599] ohci-pci: OHCI PCI platform driver\n[ 0.741843] ohci-platform: OHCI generic platform driver\n[ 0.743217] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.757851] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.759241] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.761277] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764250] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.765942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.767924] usb usb1: Product: UHCI Host Controller\n[ 0.769220] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.770809] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772154] hub 1-0:1.0: USB hub found\n[ 0.773287] hub 1-0:1.0: 2 ports detected\n[ 0.774567] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.777483] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.778809] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.780245] mousedev: PS/2 mouse device common for all mice\n[ 0.781966] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.784492] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786031] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787685] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.789321] i2c /dev entries driver\n[ 0.790384] device-mapper: uevent: version 1.0.3\n[ 0.791709] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.793980] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.795849] NET: Registered protocol family 10\n[ 0.797400] NET: Registered protocol family 17\n[ 0.798642] Key type dns_resolver registered\n[ 0.799968] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801503] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.803951] registered taskstats version 1\n[ 0.805124] Loading compiled-in X.509 certificates\n[ 0.806976] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809539] zswap: loaded using pool lzo/zbud\n[ 0.811642] Key type trusted registered\n[ 0.813739] Key type encrypted registered\n[ 0.814870] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.816315] ima: No TPM chip found, activating TPM-bypass!\n[ 0.817753] evm: HMAC attrs: 0x1\n[ 0.819036] Magic number: 14:825:902\n[ 0.820232] rtc_cmos 00:00: setting system clock to 2018-08-18 20:51:46 UTC (1534625506)\n[ 0.822487] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.824018] EDD information not available.\n[ 0.888934] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905242] Write protecting the kernel read-only data: 14336k\n[ 0.908190] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.081488] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.21...\nLease of 192.168.120.21 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCw/z2M7Tyfr2Ew1J8w5uG/USrXbfhVz8F4FMdU0nLSizvDe9ivV7t57OBLkzCB2BPMcmzMSEwiIlnnV1CjhboUjSJAtk+s/LXjfUWbi1iFZY3Iv9img3KZf77MpPB4EPPhyfVdpOpM4AxHGWeuUNl5KC8TIorFwZSH+rm8x6Us1e72CNHpkCCn27kfDOtuL4lZEsJhNGIzPzpboXGkD2PVeM6LWGRt10yv2E4taj70Dm3yU6IbS4stBnFd6OpebTLaZJX/TLVWqtT+6eqXHA5tMJFLUbFr5X8wIhvBmFKu7r+flVutWJ3uYJ2f8TqKuPW37Ss8J56tV653/WsW2rrB root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4\nssh-dss AAAAB3NzaC1kc3MAAACBAMNmT5yGwqtDAvVkcvveRgmgf0CneDtzuDD2sW2dRuazmYloTRDD19+/6TAnbtpFLr/UhJzCRMaVpDOvzYDU6c+ZL79xIEzgCYAgd1Z/YLC49yKlaqfcgK2LLxBoBdyTqU6/tTSctW0UX/XWPfqaMKZwPjGu011ATPDF6VsoUcF9AAAAFQC6fBsQ3uiWBTBjzZ3pA4onZ4VHYQAAAIA2zGTNKyqaRsCRAfEADGbD1TveW92libISAMyDH4mCE8NpV2TmPfe/gAPcR3ls5pwNH3OALRFAO6sLPZmkCMQ7eY8rXFgYQHdT+ljqnmKzojM8DJS0OsOcfiTOn+4URiXmhgoi3wK4x6YAUmMdqHgXKQk+GvDALztGJaN4zF0BVAAAAIALtTqfaaBCDf7APgoZ4r2IyRR7TAdZPOE6AoOmTd4z6jtGMru7QB7u+UghltHPfKq5j+A1XmLVtzII9oqOpUTsWPVU1nP4uqx/zk8QqUL9rHz9gxBGJXMDAVtCZkO4tLoVV4HPZEFE9FfYmTx5tZAynZtmh9gh0AZ0lZQw5loP5g== root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.38s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.21,24,fe80::f816:3eff:fe89:9cf0/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.21 \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-fc8dc60f-1244-45af-91e9-3291ef8aacf4\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.66 ===\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-fc8dc60f-1244-45af-91e9-3291ef8aacf4 login: "} 2018-08-18 20:51:59,559 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4/action used request id req-5380e63b-50ad-4e6c-95cd-dee55c7c86e4 2018-08-18 20:51:59,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0844159126282s 2018-08-18 20:51:59,560 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4/action used request id req-5380e63b-50ad-4e6c-95cd-dee55c7c86e4 2018-08-18 20:51:59,560 - 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 503679636 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.182308] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.184551] pid_max: default: 32768 minimum: 301 [ 0.185773] ACPI: Core revision 20150930 [ 0.187436] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189202] Security Framework initialized [ 0.190310] Yama: becoming mindful. [ 0.191307] AppArmor: AppArmor initialized [ 0.192457] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194224] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.195920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197525] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199397] Initializing cgroup subsys io [ 0.200494] Initializing cgroup subsys memory [ 0.201670] Initializing cgroup subsys devices [ 0.202854] Initializing cgroup subsys freezer [ 0.204030] Initializing cgroup subsys net_cls [ 0.205216] Initializing cgroup subsys perf_event [ 0.206449] Initializing cgroup subsys net_prio [ 0.207639] Initializing cgroup subsys hugetlb [ 0.208810] Initializing cgroup subsys pids [ 0.209982] CPU: Physical Processor ID: 0 [ 0.211764] mce: CPU supports 10 MCE banks [ 0.212896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214252] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236264] ftrace: allocating 31920 entries in 125 pages [ 0.262757] smpboot: Max logical packages: 1 [ 0.263921] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265803] x2apic enabled [ 0.266940] Switched APIC routing to physical x2apic. [ 0.269426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270958] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273703] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.276173] KVM setup paravirtual spinlock [ 0.277825] x86: Booted up 1 node, 1 CPUs [ 0.278941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.280834] devtmpfs: initialized [ 0.282814] evm: security.selinux [ 0.283773] evm: security.SMACK64 [ 0.284734] evm: security.SMACK64EXEC [ 0.285761] evm: security.SMACK64TRANSMUTE [ 0.286870] evm: security.SMACK64MMAP [ 0.287893] evm: security.ima [ 0.288782] evm: security.capability [ 0.289874] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.292400] pinctrl core: initialized pinctrl subsystem [ 0.293899] RTC time: 20:51:45, date: 08/18/18 [ 0.295201] NET: Registered protocol family 16 [ 0.296531] cpuidle: using governor ladder [ 0.297654] cpuidle: using governor menu [ 0.298745] PCCT header not found. [ 0.299777] ACPI: bus type PCI registered [ 0.300882] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302569] PCI: Using configuration type 1 for base access [ 0.304743] ACPI: Added _OSI(Module Device) [ 0.305899] ACPI: Added _OSI(Processor Device) [ 0.307079] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.308314] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310482] ACPI: Interpreter enabled [ 0.311534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.314071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.319118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321633] ACPI: (supports S0 S5) [ 0.322609] ACPI: Using IOAPIC for interrupt routing [ 0.323908] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327728] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.329254] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330899] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332565] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335566] acpiphp: Slot [3] registered [ 0.336667] acpiphp: Slot [4] registered [ 0.337768] acpiphp: Slot [5] registered [ 0.338865] acpiphp: Slot [6] registered [ 0.339969] acpiphp: Slot [7] registered [ 0.341067] acpiphp: Slot [8] registered [ 0.342167] acpiphp: Slot [9] registered [ 0.343256] acpiphp: Slot [10] registered [ 0.344374] acpiphp: Slot [11] registered [ 0.345488] acpiphp: Slot [12] registered [ 0.346606] acpiphp: Slot [13] registered [ 0.347724] acpiphp: Slot [14] registered [ 0.348818] acpiphp: Slot [15] registered [ 0.364366] acpiphp: Slot [16] registered [ 0.365628] acpiphp: Slot [17] registered [ 0.366743] acpiphp: Slot [18] registered [ 0.367830] acpiphp: Slot [19] registered [ 0.368926] acpiphp: Slot [20] registered [ 0.370022] acpiphp: Slot [21] registered [ 0.371131] acpiphp: Slot [22] registered [ 0.372259] acpiphp: Slot [23] registered [ 0.373356] acpiphp: Slot [24] registered [ 0.374459] acpiphp: Slot [25] registered [ 0.375615] acpiphp: Slot [26] registered [ 0.376710] acpiphp: Slot [27] registered [ 0.377800] acpiphp: Slot [28] registered [ 0.378886] acpiphp: Slot [29] registered [ 0.380122] acpiphp: Slot [30] registered [ 0.381493] acpiphp: Slot [31] registered [ 0.382608] PCI host bridge to bus 0000:00 [ 0.383685] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388870] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390793] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392771] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396707] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399948] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401612] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.405856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.407788] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.430289] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.432481] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.434404] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.436286] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.438071] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439863] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.441302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443421] vgaarb: loaded [ 0.444252] vgaarb: bridge control possible 0000:00:02.0 [ 0.445890] SCSI subsystem initialized [ 0.447145] ACPI: bus type USB registered [ 0.448281] usbcore: registered new interface driver usbfs [ 0.449687] usbcore: registered new interface driver hub [ 0.451058] usbcore: registered new device driver usb [ 0.452548] PCI: Using ACPI for IRQ routing [ 0.454056] NetLabel: Initializing [ 0.455041] NetLabel: domain hash size = 128 [ 0.456200] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457508] NetLabel: unlabeled traffic allowed by default [ 0.459079] clocksource: Switched to clocksource kvm-clock [ 0.469191] AppArmor: AppArmor Filesystem Enabled [ 0.470473] pnp: PnP ACPI init [ 0.471683] pnp: PnP ACPI: found 5 devices [ 0.478451] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481295] NET: Registered protocol family 2 [ 0.482675] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484385] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.485988] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487584] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.489028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.490569] NET: Registered protocol family 1 [ 0.491745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493230] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.494657] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.508786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523070] Trying to unpack rootfs image as initramfs... [ 0.585501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.590360] Scanning for low memory corruption every 60 seconds [ 0.592574] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.594198] audit: initializing netlink subsys (disabled) [ 0.595720] audit: type=2000 audit(1534625505.754:1): initialized [ 0.597599] Initialise system trusted keyring [ 0.598975] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.600579] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603325] zbud: loaded [ 0.604338] VFS: Disk quotas dquot_6.6.0 [ 0.605486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.607788] fuse init (API version 7.23) [ 0.609036] Key type big_key registered [ 0.610159] Allocating IMA MOK and blacklist keyrings. [ 0.611854] Key type asymmetric registered [ 0.613000] Asymmetric key parser 'x509' registered [ 0.614330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.616419] io scheduler noop registered [ 0.617531] io scheduler deadline registered (default) [ 0.618914] io scheduler cfq registered [ 0.620118] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.621556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.623347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.625387] ACPI: Power Button [PWRF] [ 0.626611] GHES: HEST is not enabled! [ 0.641679] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.670970] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.674074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702908] Linux agpgart interface v0.103 [ 0.706264] brd: module loaded [ 0.708462] loop: module loaded [ 0.713947] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.715961] GPT:90111 != 2097151 [ 0.716903] GPT:Alternate GPT header not at the end of the disk. [ 0.718398] GPT:90111 != 2097151 [ 0.719341] GPT: Use GNU Parted to correct GPT errors. [ 0.720664] vda: vda1 vda15 [ 0.722307] scsi host0: ata_piix [ 0.723385] scsi host1: ata_piix [ 0.724378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.726047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.728036] libphy: Fixed MDIO Bus: probed [ 0.729170] tun: Universal TUN/TAP device driver, 1.6 [ 0.730480] tun: (C) 1999-2004 Max Krasnyansky [ 0.733502] PPP generic driver version 2.4.2 [ 0.734774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.736413] ehci-pci: EHCI PCI platform driver [ 0.737626] ehci-platform: EHCI generic platform driver [ 0.739042] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740599] ohci-pci: OHCI PCI platform driver [ 0.741843] ohci-platform: OHCI generic platform driver [ 0.743217] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757851] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.759241] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.761277] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.764250] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.765942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.767924] usb usb1: Product: UHCI Host Controller [ 0.769220] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770809] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772154] hub 1-0:1.0: USB hub found [ 0.773287] hub 1-0:1.0: 2 ports detected [ 0.774567] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.777483] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778809] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780245] mousedev: PS/2 mouse device common for all mice [ 0.781966] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784492] rtc_cmos 00:00: RTC can wake from S4 [ 0.786031] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787685] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.789321] i2c /dev entries driver [ 0.790384] device-mapper: uevent: version 1.0.3 [ 0.791709] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.793980] ledtrig-cpu: registered to indicate activity on CPUs [ 0.795849] NET: Registered protocol family 10 [ 0.797400] NET: Registered protocol family 17 [ 0.798642] Key type dns_resolver registered [ 0.799968] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801503] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.803951] registered taskstats version 1 [ 0.805124] Loading compiled-in X.509 certificates [ 0.806976] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809539] zswap: loaded using pool lzo/zbud [ 0.811642] Key type trusted registered [ 0.813739] Key type encrypted registered [ 0.814870] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816315] ima: No TPM chip found, activating TPM-bypass! [ 0.817753] evm: HMAC attrs: 0x1 [ 0.819036] Magic number: 14:825:902 [ 0.820232] rtc_cmos 00:00: setting system clock to 2018-08-18 20:51:46 UTC (1534625506) [ 0.822487] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824018] EDD information not available. [ 0.888934] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.905242] Write protecting the kernel read-only data: 14336k [ 0.908190] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.081488] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.21... Lease of 192.168.120.21 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCw/z2M7Tyfr2Ew1J8w5uG/USrXbfhVz8F4FMdU0nLSizvDe9ivV7t57OBLkzCB2BPMcmzMSEwiIlnnV1CjhboUjSJAtk+s/LXjfUWbi1iFZY3Iv9img3KZf77MpPB4EPPhyfVdpOpM4AxHGWeuUNl5KC8TIorFwZSH+rm8x6Us1e72CNHpkCCn27kfDOtuL4lZEsJhNGIzPzpboXGkD2PVeM6LWGRt10yv2E4taj70Dm3yU6IbS4stBnFd6OpebTLaZJX/TLVWqtT+6eqXHA5tMJFLUbFr5X8wIhvBmFKu7r+flVutWJ3uYJ2f8TqKuPW37Ss8J56tV653/WsW2rrB root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4 ssh-dss AAAAB3NzaC1kc3MAAACBAMNmT5yGwqtDAvVkcvveRgmgf0CneDtzuDD2sW2dRuazmYloTRDD19+/6TAnbtpFLr/UhJzCRMaVpDOvzYDU6c+ZL79xIEzgCYAgd1Z/YLC49yKlaqfcgK2LLxBoBdyTqU6/tTSctW0UX/XWPfqaMKZwPjGu011ATPDF6VsoUcF9AAAAFQC6fBsQ3uiWBTBjzZ3pA4onZ4VHYQAAAIA2zGTNKyqaRsCRAfEADGbD1TveW92libISAMyDH4mCE8NpV2TmPfe/gAPcR3ls5pwNH3OALRFAO6sLPZmkCMQ7eY8rXFgYQHdT+ljqnmKzojM8DJS0OsOcfiTOn+4URiXmhgoi3wK4x6YAUmMdqHgXKQk+GvDALztGJaN4zF0BVAAAAIALtTqfaaBCDf7APgoZ4r2IyRR7TAdZPOE6AoOmTd4z6jtGMru7QB7u+UghltHPfKq5j+A1XmLVtzII9oqOpUTsWPVU1nP4uqx/zk8QqUL9rHz9gxBGJXMDAVtCZkO4tLoVV4HPZEFE9FfYmTx5tZAynZtmh9gh0AZ0lZQw5loP5g== root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.38s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.21,24,fe80::f816:3eff:fe89:9cf0/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.21 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-fc8dc60f-1244-45af-91e9-3291ef8aacf4 launch-index: 0 === cirros: current=0.4.0 uptime=3.66 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4 login: 2018-08-18 20:52:00,562 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.202: timed out 2018-08-18 20:52:09,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 20:52:09,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4/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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 20:52:09,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-8b9969df-ae28-46df-b069-627591010491 x-compute-request-id: req-8b9969df-ae28-46df-b069-627591010491 Content-Encoding: gzip Content-Length: 9589 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503679636 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.182308] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184551] pid_max: default: 32768 minimum: 301\n[ 0.185773] ACPI: Core revision 20150930\n[ 0.187436] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189202] Security Framework initialized\n[ 0.190310] Yama: becoming mindful.\n[ 0.191307] AppArmor: AppArmor initialized\n[ 0.192457] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194224] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.195920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197525] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199397] Initializing cgroup subsys io\n[ 0.200494] Initializing cgroup subsys memory\n[ 0.201670] Initializing cgroup subsys devices\n[ 0.202854] Initializing cgroup subsys freezer\n[ 0.204030] Initializing cgroup subsys net_cls\n[ 0.205216] Initializing cgroup subsys perf_event\n[ 0.206449] Initializing cgroup subsys net_prio\n[ 0.207639] Initializing cgroup subsys hugetlb\n[ 0.208810] Initializing cgroup subsys pids\n[ 0.209982] CPU: Physical Processor ID: 0\n[ 0.211764] mce: CPU supports 10 MCE banks\n[ 0.212896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214252] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236264] ftrace: allocating 31920 entries in 125 pages\n[ 0.262757] smpboot: Max logical packages: 1\n[ 0.263921] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265803] x2apic enabled\n[ 0.266940] Switched APIC routing to physical x2apic.\n[ 0.269426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270958] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273703] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.276173] KVM setup paravirtual spinlock\n[ 0.277825] x86: Booted up 1 node, 1 CPUs\n[ 0.278941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280834] devtmpfs: initialized\n[ 0.282814] evm: security.selinux\n[ 0.283773] evm: security.SMACK64\n[ 0.284734] evm: security.SMACK64EXEC\n[ 0.285761] evm: security.SMACK64TRANSMUTE\n[ 0.286870] evm: security.SMACK64MMAP\n[ 0.287893] evm: security.ima\n[ 0.288782] evm: security.capability\n[ 0.289874] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.292400] pinctrl core: initialized pinctrl subsystem\n[ 0.293899] RTC time: 20:51:45, date: 08/18/18\n[ 0.295201] NET: Registered protocol family 16\n[ 0.296531] cpuidle: using governor ladder\n[ 0.297654] cpuidle: using governor menu\n[ 0.298745] PCCT header not found.\n[ 0.299777] ACPI: bus type PCI registered\n[ 0.300882] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302569] PCI: Using configuration type 1 for base access\n[ 0.304743] ACPI: Added _OSI(Module Device)\n[ 0.305899] ACPI: Added _OSI(Processor Device)\n[ 0.307079] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308314] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310482] ACPI: Interpreter enabled\n[ 0.311534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.314071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.316588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.319118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.321633] ACPI: (supports S0 S5)\n[ 0.322609] ACPI: Using IOAPIC for interrupt routing\n[ 0.323908] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327728] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329254] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330899] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332565] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335566] acpiphp: Slot [3] registered\n[ 0.336667] acpiphp: Slot [4] registered\n[ 0.337768] acpiphp: Slot [5] registered\n[ 0.338865] acpiphp: Slot [6] registered\n[ 0.339969] acpiphp: Slot [7] registered\n[ 0.341067] acpiphp: Slot [8] registered\n[ 0.342167] acpiphp: Slot [9] registered\n[ 0.343256] acpiphp: Slot [10] registered\n[ 0.344374] acpiphp: Slot [11] registered\n[ 0.345488] acpiphp: Slot [12] registered\n[ 0.346606] acpiphp: Slot [13] registered\n[ 0.347724] acpiphp: Slot [14] registered\n[ 0.348818] acpiphp: Slot [15] registered\n[ 0.364366] acpiphp: Slot [16] registered\n[ 0.365628] acpiphp: Slot [17] registered\n[ 0.366743] acpiphp: Slot [18] registered\n[ 0.367830] acpiphp: Slot [19] registered\n[ 0.368926] acpiphp: Slot [20] registered\n[ 0.370022] acpiphp: Slot [21] registered\n[ 0.371131] acpiphp: Slot [22] registered\n[ 0.372259] acpiphp: Slot [23] registered\n[ 0.373356] acpiphp: Slot [24] registered\n[ 0.374459] acpiphp: Slot [25] registered\n[ 0.375615] acpiphp: Slot [26] registered\n[ 0.376710] acpiphp: Slot [27] registered\n[ 0.377800] acpiphp: Slot [28] registered\n[ 0.378886] acpiphp: Slot [29] registered\n[ 0.380122] acpiphp: Slot [30] registered\n[ 0.381493] acpiphp: Slot [31] registered\n[ 0.382608] PCI host bridge to bus 0000:00\n[ 0.383685] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388870] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390793] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392771] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396707] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399948] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401612] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.405856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.407788] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430289] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432481] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434404] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436286] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.438071] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439863] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.441302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.443421] vgaarb: loaded\n[ 0.444252] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445890] SCSI subsystem initialized\n[ 0.447145] ACPI: bus type USB registered\n[ 0.448281] usbcore: registered new interface driver usbfs\n[ 0.449687] usbcore: registered new interface driver hub\n[ 0.451058] usbcore: registered new device driver usb\n[ 0.452548] PCI: Using ACPI for IRQ routing\n[ 0.454056] NetLabel: Initializing\n[ 0.455041] NetLabel: domain hash size = 128\n[ 0.456200] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457508] NetLabel: unlabeled traffic allowed by default\n[ 0.459079] clocksource: Switched to clocksource kvm-clock\n[ 0.469191] AppArmor: AppArmor Filesystem Enabled\n[ 0.470473] pnp: PnP ACPI init\n[ 0.471683] pnp: PnP ACPI: found 5 devices\n[ 0.478451] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481295] NET: Registered protocol family 2\n[ 0.482675] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.484385] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.485988] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.487584] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490569] NET: Registered protocol family 1\n[ 0.491745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.493230] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.494657] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523070] Trying to unpack rootfs image as initramfs...\n[ 0.585501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.590360] Scanning for low memory corruption every 60 seconds\n[ 0.592574] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.594198] audit: initializing netlink subsys (disabled)\n[ 0.595720] audit: type=2000 audit(1534625505.754:1): initialized\n[ 0.597599] Initialise system trusted keyring\n[ 0.598975] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600579] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.603325] zbud: loaded\n[ 0.604338] VFS: Disk quotas dquot_6.6.0\n[ 0.605486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607788] fuse init (API version 7.23)\n[ 0.609036] Key type big_key registered\n[ 0.610159] Allocating IMA MOK and blacklist keyrings.\n[ 0.611854] Key type asymmetric registered\n[ 0.613000] Asymmetric key parser 'x509' registered\n[ 0.614330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.616419] io scheduler noop registered\n[ 0.617531] io scheduler deadline registered (default)\n[ 0.618914] io scheduler cfq registered\n[ 0.620118] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.621556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.623347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.625387] ACPI: Power Button [PWRF]\n[ 0.626611] GHES: HEST is not enabled!\n[ 0.641679] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.670970] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702908] Linux agpgart interface v0.103\n[ 0.706264] brd: module loaded\n[ 0.708462] loop: module loaded\n[ 0.713947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.715961] GPT:90111 != 2097151\n[ 0.716903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718398] GPT:90111 != 2097151\n[ 0.719341] GPT: Use GNU Parted to correct GPT errors.\n[ 0.720664] vda: vda1 vda15\n[ 0.722307] scsi host0: ata_piix\n[ 0.723385] scsi host1: ata_piix\n[ 0.724378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728036] libphy: Fixed MDIO Bus: probed\n[ 0.729170] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730480] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.733502] PPP generic driver version 2.4.2\n[ 0.734774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.736413] ehci-pci: EHCI PCI platform driver\n[ 0.737626] ehci-platform: EHCI generic platform driver\n[ 0.739042] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740599] ohci-pci: OHCI PCI platform driver\n[ 0.741843] ohci-platform: OHCI generic platform driver\n[ 0.743217] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.757851] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.759241] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.761277] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764250] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.765942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.767924] usb usb1: Product: UHCI Host Controller\n[ 0.769220] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.770809] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772154] hub 1-0:1.0: USB hub found\n[ 0.773287] hub 1-0:1.0: 2 ports detected\n[ 0.774567] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.777483] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.778809] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.780245] mousedev: PS/2 mouse device common for all mice\n[ 0.781966] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.784492] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786031] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787685] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.789321] i2c /dev entries driver\n[ 0.790384] device-mapper: uevent: version 1.0.3\n[ 0.791709] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.793980] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.795849] NET: Registered protocol family 10\n[ 0.797400] NET: Registered protocol family 17\n[ 0.798642] Key type dns_resolver registered\n[ 0.799968] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801503] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.803951] registered taskstats version 1\n[ 0.805124] Loading compiled-in X.509 certificates\n[ 0.806976] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809539] zswap: loaded using pool lzo/zbud\n[ 0.811642] Key type trusted registered\n[ 0.813739] Key type encrypted registered\n[ 0.814870] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.816315] ima: No TPM chip found, activating TPM-bypass!\n[ 0.817753] evm: HMAC attrs: 0x1\n[ 0.819036] Magic number: 14:825:902\n[ 0.820232] rtc_cmos 00:00: setting system clock to 2018-08-18 20:51:46 UTC (1534625506)\n[ 0.822487] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.824018] EDD information not available.\n[ 0.888934] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905242] Write protecting the kernel read-only data: 14336k\n[ 0.908190] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.081488] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.21...\nLease of 192.168.120.21 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCw/z2M7Tyfr2Ew1J8w5uG/USrXbfhVz8F4FMdU0nLSizvDe9ivV7t57OBLkzCB2BPMcmzMSEwiIlnnV1CjhboUjSJAtk+s/LXjfUWbi1iFZY3Iv9img3KZf77MpPB4EPPhyfVdpOpM4AxHGWeuUNl5KC8TIorFwZSH+rm8x6Us1e72CNHpkCCn27kfDOtuL4lZEsJhNGIzPzpboXGkD2PVeM6LWGRt10yv2E4taj70Dm3yU6IbS4stBnFd6OpebTLaZJX/TLVWqtT+6eqXHA5tMJFLUbFr5X8wIhvBmFKu7r+flVutWJ3uYJ2f8TqKuPW37Ss8J56tV653/WsW2rrB root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4\nssh-dss AAAAB3NzaC1kc3MAAACBAMNmT5yGwqtDAvVkcvveRgmgf0CneDtzuDD2sW2dRuazmYloTRDD19+/6TAnbtpFLr/UhJzCRMaVpDOvzYDU6c+ZL79xIEzgCYAgd1Z/YLC49yKlaqfcgK2LLxBoBdyTqU6/tTSctW0UX/XWPfqaMKZwPjGu011ATPDF6VsoUcF9AAAAFQC6fBsQ3uiWBTBjzZ3pA4onZ4VHYQAAAIA2zGTNKyqaRsCRAfEADGbD1TveW92libISAMyDH4mCE8NpV2TmPfe/gAPcR3ls5pwNH3OALRFAO6sLPZmkCMQ7eY8rXFgYQHdT+ljqnmKzojM8DJS0OsOcfiTOn+4URiXmhgoi3wK4x6YAUmMdqHgXKQk+GvDALztGJaN4zF0BVAAAAIALtTqfaaBCDf7APgoZ4r2IyRR7TAdZPOE6AoOmTd4z6jtGMru7QB7u+UghltHPfKq5j+A1XmLVtzII9oqOpUTsWPVU1nP4uqx/zk8QqUL9rHz9gxBGJXMDAVtCZkO4tLoVV4HPZEFE9FfYmTx5tZAynZtmh9gh0AZ0lZQw5loP5g== root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.38s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.21,24,fe80::f816:3eff:fe89:9cf0/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.21 \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-fc8dc60f-1244-45af-91e9-3291ef8aacf4\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.66 ===\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-fc8dc60f-1244-45af-91e9-3291ef8aacf4 login: "} 2018-08-18 20:52:09,645 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4/action used request id req-8b9969df-ae28-46df-b069-627591010491 2018-08-18 20:52:09,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0726959705353s 2018-08-18 20:52:09,646 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4/action used request id req-8b9969df-ae28-46df-b069-627591010491 2018-08-18 20:52:09,646 - 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 503679636 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.182308] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.184551] pid_max: default: 32768 minimum: 301 [ 0.185773] ACPI: Core revision 20150930 [ 0.187436] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189202] Security Framework initialized [ 0.190310] Yama: becoming mindful. [ 0.191307] AppArmor: AppArmor initialized [ 0.192457] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194224] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.195920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197525] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199397] Initializing cgroup subsys io [ 0.200494] Initializing cgroup subsys memory [ 0.201670] Initializing cgroup subsys devices [ 0.202854] Initializing cgroup subsys freezer [ 0.204030] Initializing cgroup subsys net_cls [ 0.205216] Initializing cgroup subsys perf_event [ 0.206449] Initializing cgroup subsys net_prio [ 0.207639] Initializing cgroup subsys hugetlb [ 0.208810] Initializing cgroup subsys pids [ 0.209982] CPU: Physical Processor ID: 0 [ 0.211764] mce: CPU supports 10 MCE banks [ 0.212896] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214252] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236264] ftrace: allocating 31920 entries in 125 pages [ 0.262757] smpboot: Max logical packages: 1 [ 0.263921] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265803] x2apic enabled [ 0.266940] Switched APIC routing to physical x2apic. [ 0.269426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270958] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273703] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.276173] KVM setup paravirtual spinlock [ 0.277825] x86: Booted up 1 node, 1 CPUs [ 0.278941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.280834] devtmpfs: initialized [ 0.282814] evm: security.selinux [ 0.283773] evm: security.SMACK64 [ 0.284734] evm: security.SMACK64EXEC [ 0.285761] evm: security.SMACK64TRANSMUTE [ 0.286870] evm: security.SMACK64MMAP [ 0.287893] evm: security.ima [ 0.288782] evm: security.capability [ 0.289874] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.292400] pinctrl core: initialized pinctrl subsystem [ 0.293899] RTC time: 20:51:45, date: 08/18/18 [ 0.295201] NET: Registered protocol family 16 [ 0.296531] cpuidle: using governor ladder [ 0.297654] cpuidle: using governor menu [ 0.298745] PCCT header not found. [ 0.299777] ACPI: bus type PCI registered [ 0.300882] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302569] PCI: Using configuration type 1 for base access [ 0.304743] ACPI: Added _OSI(Module Device) [ 0.305899] ACPI: Added _OSI(Processor Device) [ 0.307079] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.308314] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310482] ACPI: Interpreter enabled [ 0.311534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.314071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.319118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321633] ACPI: (supports S0 S5) [ 0.322609] ACPI: Using IOAPIC for interrupt routing [ 0.323908] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327728] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.329254] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330899] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332565] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335566] acpiphp: Slot [3] registered [ 0.336667] acpiphp: Slot [4] registered [ 0.337768] acpiphp: Slot [5] registered [ 0.338865] acpiphp: Slot [6] registered [ 0.339969] acpiphp: Slot [7] registered [ 0.341067] acpiphp: Slot [8] registered [ 0.342167] acpiphp: Slot [9] registered [ 0.343256] acpiphp: Slot [10] registered [ 0.344374] acpiphp: Slot [11] registered [ 0.345488] acpiphp: Slot [12] registered [ 0.346606] acpiphp: Slot [13] registered [ 0.347724] acpiphp: Slot [14] registered [ 0.348818] acpiphp: Slot [15] registered [ 0.364366] acpiphp: Slot [16] registered [ 0.365628] acpiphp: Slot [17] registered [ 0.366743] acpiphp: Slot [18] registered [ 0.367830] acpiphp: Slot [19] registered [ 0.368926] acpiphp: Slot [20] registered [ 0.370022] acpiphp: Slot [21] registered [ 0.371131] acpiphp: Slot [22] registered [ 0.372259] acpiphp: Slot [23] registered [ 0.373356] acpiphp: Slot [24] registered [ 0.374459] acpiphp: Slot [25] registered [ 0.375615] acpiphp: Slot [26] registered [ 0.376710] acpiphp: Slot [27] registered [ 0.377800] acpiphp: Slot [28] registered [ 0.378886] acpiphp: Slot [29] registered [ 0.380122] acpiphp: Slot [30] registered [ 0.381493] acpiphp: Slot [31] registered [ 0.382608] PCI host bridge to bus 0000:00 [ 0.383685] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388870] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390793] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392771] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396707] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399948] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401612] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.405856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.407788] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.430289] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.432481] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.434404] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.436286] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.438071] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439863] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.441302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443421] vgaarb: loaded [ 0.444252] vgaarb: bridge control possible 0000:00:02.0 [ 0.445890] SCSI subsystem initialized [ 0.447145] ACPI: bus type USB registered [ 0.448281] usbcore: registered new interface driver usbfs [ 0.449687] usbcore: registered new interface driver hub [ 0.451058] usbcore: registered new device driver usb [ 0.452548] PCI: Using ACPI for IRQ routing [ 0.454056] NetLabel: Initializing [ 0.455041] NetLabel: domain hash size = 128 [ 0.456200] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457508] NetLabel: unlabeled traffic allowed by default [ 0.459079] clocksource: Switched to clocksource kvm-clock [ 0.469191] AppArmor: AppArmor Filesystem Enabled [ 0.470473] pnp: PnP ACPI init [ 0.471683] pnp: PnP ACPI: found 5 devices [ 0.478451] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481295] NET: Registered protocol family 2 [ 0.482675] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484385] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.485988] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487584] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.489028] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.490569] NET: Registered protocol family 1 [ 0.491745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493230] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.494657] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.508786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523070] Trying to unpack rootfs image as initramfs... [ 0.585501] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.590360] Scanning for low memory corruption every 60 seconds [ 0.592574] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.594198] audit: initializing netlink subsys (disabled) [ 0.595720] audit: type=2000 audit(1534625505.754:1): initialized [ 0.597599] Initialise system trusted keyring [ 0.598975] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.600579] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603325] zbud: loaded [ 0.604338] VFS: Disk quotas dquot_6.6.0 [ 0.605486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.607788] fuse init (API version 7.23) [ 0.609036] Key type big_key registered [ 0.610159] Allocating IMA MOK and blacklist keyrings. [ 0.611854] Key type asymmetric registered [ 0.613000] Asymmetric key parser 'x509' registered [ 0.614330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.616419] io scheduler noop registered [ 0.617531] io scheduler deadline registered (default) [ 0.618914] io scheduler cfq registered [ 0.620118] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.621556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.623347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.625387] ACPI: Power Button [PWRF] [ 0.626611] GHES: HEST is not enabled! [ 0.641679] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.670970] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.674074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699881] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702908] Linux agpgart interface v0.103 [ 0.706264] brd: module loaded [ 0.708462] loop: module loaded [ 0.713947] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.715961] GPT:90111 != 2097151 [ 0.716903] GPT:Alternate GPT header not at the end of the disk. [ 0.718398] GPT:90111 != 2097151 [ 0.719341] GPT: Use GNU Parted to correct GPT errors. [ 0.720664] vda: vda1 vda15 [ 0.722307] scsi host0: ata_piix [ 0.723385] scsi host1: ata_piix [ 0.724378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.726047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.728036] libphy: Fixed MDIO Bus: probed [ 0.729170] tun: Universal TUN/TAP device driver, 1.6 [ 0.730480] tun: (C) 1999-2004 Max Krasnyansky [ 0.733502] PPP generic driver version 2.4.2 [ 0.734774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.736413] ehci-pci: EHCI PCI platform driver [ 0.737626] ehci-platform: EHCI generic platform driver [ 0.739042] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740599] ohci-pci: OHCI PCI platform driver [ 0.741843] ohci-platform: OHCI generic platform driver [ 0.743217] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757851] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.759241] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.761277] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.764250] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.765942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.767924] usb usb1: Product: UHCI Host Controller [ 0.769220] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770809] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772154] hub 1-0:1.0: USB hub found [ 0.773287] hub 1-0:1.0: 2 ports detected [ 0.774567] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.777483] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778809] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780245] mousedev: PS/2 mouse device common for all mice [ 0.781966] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784492] rtc_cmos 00:00: RTC can wake from S4 [ 0.786031] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787685] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.789321] i2c /dev entries driver [ 0.790384] device-mapper: uevent: version 1.0.3 [ 0.791709] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.793980] ledtrig-cpu: registered to indicate activity on CPUs [ 0.795849] NET: Registered protocol family 10 [ 0.797400] NET: Registered protocol family 17 [ 0.798642] Key type dns_resolver registered [ 0.799968] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801503] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.803951] registered taskstats version 1 [ 0.805124] Loading compiled-in X.509 certificates [ 0.806976] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809539] zswap: loaded using pool lzo/zbud [ 0.811642] Key type trusted registered [ 0.813739] Key type encrypted registered [ 0.814870] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816315] ima: No TPM chip found, activating TPM-bypass! [ 0.817753] evm: HMAC attrs: 0x1 [ 0.819036] Magic number: 14:825:902 [ 0.820232] rtc_cmos 00:00: setting system clock to 2018-08-18 20:51:46 UTC (1534625506) [ 0.822487] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824018] EDD information not available. [ 0.888934] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.905242] Write protecting the kernel read-only data: 14336k [ 0.908190] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.081488] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.21... Lease of 192.168.120.21 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCw/z2M7Tyfr2Ew1J8w5uG/USrXbfhVz8F4FMdU0nLSizvDe9ivV7t57OBLkzCB2BPMcmzMSEwiIlnnV1CjhboUjSJAtk+s/LXjfUWbi1iFZY3Iv9img3KZf77MpPB4EPPhyfVdpOpM4AxHGWeuUNl5KC8TIorFwZSH+rm8x6Us1e72CNHpkCCn27kfDOtuL4lZEsJhNGIzPzpboXGkD2PVeM6LWGRt10yv2E4taj70Dm3yU6IbS4stBnFd6OpebTLaZJX/TLVWqtT+6eqXHA5tMJFLUbFr5X8wIhvBmFKu7r+flVutWJ3uYJ2f8TqKuPW37Ss8J56tV653/WsW2rrB root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4 ssh-dss AAAAB3NzaC1kc3MAAACBAMNmT5yGwqtDAvVkcvveRgmgf0CneDtzuDD2sW2dRuazmYloTRDD19+/6TAnbtpFLr/UhJzCRMaVpDOvzYDU6c+ZL79xIEzgCYAgd1Z/YLC49yKlaqfcgK2LLxBoBdyTqU6/tTSctW0UX/XWPfqaMKZwPjGu011ATPDF6VsoUcF9AAAAFQC6fBsQ3uiWBTBjzZ3pA4onZ4VHYQAAAIA2zGTNKyqaRsCRAfEADGbD1TveW92libISAMyDH4mCE8NpV2TmPfe/gAPcR3ls5pwNH3OALRFAO6sLPZmkCMQ7eY8rXFgYQHdT+ljqnmKzojM8DJS0OsOcfiTOn+4URiXmhgoi3wK4x6YAUmMdqHgXKQk+GvDALztGJaN4zF0BVAAAAIALtTqfaaBCDf7APgoZ4r2IyRR7TAdZPOE6AoOmTd4z6jtGMru7QB7u+UghltHPfKq5j+A1XmLVtzII9oqOpUTsWPVU1nP4uqx/zk8QqUL9rHz9gxBGJXMDAVtCZkO4tLoVV4HPZEFE9FfYmTx5tZAynZtmh9gh0AZ0lZQw5loP5g== root@vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.38s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.21,24,fe80::f816:3eff:fe89:9cf0/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.21 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-fc8dc60f-1244-45af-91e9-3291ef8aacf4 launch-index: 0 === cirros: current=0.4.0 uptime=3.66 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-fc8dc60f-1244-45af-91e9-3291ef8aacf4 login: 2018-08-18 20:52:09,649 - paramiko.transport - DEBUG - starting thread (client mode): 0x7477dd50L 2018-08-18 20:52:09,649 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 20:52:09,651 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-18 20:52:09,651 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-18 20:52:09,652 - 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-18 20:52:09,652 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 20:52:09,652 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-18 20:52:09,652 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 20:52:09,653 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 20:52:09,653 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 20:52:09,706 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 20:52:09,707 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 20:52:09,714 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: f2f43077ccadeaf3548ebb8287297ef1 2018-08-18 20:52:09,715 - paramiko.transport - DEBUG - Trying discovered key 1b331f51de619f1b7f653ec51e9ba674 in /tmp/tmptCgmqf 2018-08-18 20:52:09,746 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 20:52:09,752 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-18 20:52:09,780 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-18 20:52:09,780 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-18 20:52:09,781 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-18 20:52:09,782 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-18 20:52:09,785 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-18 20:52:09,786 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.6 (192.168.120.6): 56 data bytes 64 bytes from 192.168.120.6: seq=0 ttl=64 time=1.231 ms --- 192.168.120.6 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.231/1.231/1.231 ms 2018-08-18 20:52:09,786 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-18 20:52:09,789 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-18 20:52:09,902 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:52:09,902 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 20:52:09,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 20:52:09,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:10,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:52: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-a7cde382-bf79-4580-9a9c-d328e8e06afa x-compute-request-id: req-a7cde382-bf79-4580-9a9c-d328e8e06afa Content-Type: application/json 2018-08-18 20:52:10,065 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb used request id req-a7cde382-bf79-4580-9a9c-d328e8e06afa 2018-08-18 20:52:10,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.156893968582s 2018-08-18 20:52:10,065 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb used request id req-a7cde382-bf79-4580-9a9c-d328e8e06afa 2018-08-18 20:52:10,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:10,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:10,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-1031ec22-62a5-4ef1-98b4-f51509a2c8d3 x-compute-request-id: req-1031ec22-62a5-4ef1-98b4-f51509a2c8d3 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:9c:f0", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:9c:f0", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:44.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "9a36159b-8acd-4801-9c9e-5285cb46ded4", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:51:44Z", "hostId": "84466d15bf4e88465bc7ccba6cf8d7e279c033247cc124cbe7bfbd79", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "name": "vping_ssh-vm_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:36Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:a9:b3", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27d76af4-9d13-49c2-967f-52a9f048dddb", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:32.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "27d76af4-9d13-49c2-967f-52a9f048dddb", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:10Z", "hostId": "c01e7cf9dc36e0c3145a14c59c55af6c25b5763099d8ce1dd149d8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:24Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:10,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1031ec22-62a5-4ef1-98b4-f51509a2c8d3 2018-08-18 20:52:10,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539546966553s 2018-08-18 20:52:10,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1031ec22-62a5-4ef1-98b4-f51509a2c8d3 2018-08-18 20:52:10,609 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:52:12,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:12,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:12,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-4e65c181-eea2-4c2b-ad5d-7a1745d2d992 x-compute-request-id: req-4e65c181-eea2-4c2b-ad5d-7a1745d2d992 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:9c:f0", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:9c:f0", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:44.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "9a36159b-8acd-4801-9c9e-5285cb46ded4", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:51:44Z", "hostId": "84466d15bf4e88465bc7ccba6cf8d7e279c033247cc124cbe7bfbd79", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "name": "vping_ssh-vm_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:36Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:12,780 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4e65c181-eea2-4c2b-ad5d-7a1745d2d992 2018-08-18 20:52:12,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168879985809s 2018-08-18 20:52:12,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4e65c181-eea2-4c2b-ad5d-7a1745d2d992 2018-08-18 20:52:12,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-18 20:52:12,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/a8966a96-b6bb-4653-8329-543d6d839f17.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:13,772 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c81df412-edfc-4b83-8cb6-3cbe6c1200e1 Content-Length: 0 Date: Sat, 18 Aug 2018 20:52:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:52:13,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/a8966a96-b6bb-4653-8329-543d6d839f17.json used request id req-c81df412-edfc-4b83-8cb6-3cbe6c1200e1 2018-08-18 20:52:13,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.987487077713s 2018-08-18 20:52:13,773 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/a8966a96-b6bb-4653-8329-543d6d839f17.json used request id req-c81df412-edfc-4b83-8cb6-3cbe6c1200e1 2018-08-18 20:52:13,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:52:13,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:13,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8c0f662e-85ad-4de1-90f3-e7f169f6390c Date: Sat, 18 Aug 2018 20:52:13 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:52:13,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8c0f662e-85ad-4de1-90f3-e7f169f6390c 2018-08-18 20:52:13,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0486130714417s 2018-08-18 20:52:13,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8c0f662e-85ad-4de1-90f3-e7f169f6390c 2018-08-18 20:52:13,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 20:52:13,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:14,020 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:52: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-4a8ac52a-e149-400f-95a0-02e24058ace0 x-compute-request-id: req-4a8ac52a-e149-400f-95a0-02e24058ace0 Content-Type: application/json 2018-08-18 20:52:14,020 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4 used request id req-4a8ac52a-e149-400f-95a0-02e24058ace0 2018-08-18 20:52:14,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.192567110062s 2018-08-18 20:52:14,020 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4 used request id req-4a8ac52a-e149-400f-95a0-02e24058ace0 2018-08-18 20:52:14,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:14,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:14,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-3cc463dd-ea1a-4353-9d19-5b0ab3183dd2 x-compute-request-id: req-3cc463dd-ea1a-4353-9d19-5b0ab3183dd2 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:9c:f0", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:9c:f0", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9a36159b-8acd-4801-9c9e-5285cb46ded4", "rel": "bookmark"}], "image": {"id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "links": [{"href": "http://172.30.9.28:8774/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:51:44.000000", "flavor": {"id": "f18cc107-05e2-4e92-8b1f-1b2cc6196391", "links": [{"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "bookmark"}]}, "id": "9a36159b-8acd-4801-9c9e-5285cb46ded4", "security_groups": [{"name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}], "user_id": "4d17fe3654184f5e888c4acb066c88fa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:13Z", "hostId": "84466d15bf4e88465bc7ccba6cf8d7e279c033247cc124cbe7bfbd79", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "name": "vping_ssh-vm_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "created": "2018-08-18T20:51:36Z", "tenant_id": "44272bc39837411494396ca43c946bec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:14,836 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3cc463dd-ea1a-4353-9d19-5b0ab3183dd2 2018-08-18 20:52:14,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.815073013306s 2018-08-18 20:52:14,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3cc463dd-ea1a-4353-9d19-5b0ab3183dd2 2018-08-18 20:52:14,838 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:52:16,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:16,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:16,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-8d9fd74f-e0f8-450e-b1aa-1536396fa331 x-compute-request-id: req-8d9fd74f-e0f8-450e-b1aa-1536396fa331 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 20:52:16,908 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8d9fd74f-e0f8-450e-b1aa-1536396fa331 2018-08-18 20:52:16,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0671429634094s 2018-08-18 20:52:16,908 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8d9fd74f-e0f8-450e-b1aa-1536396fa331 2018-08-18 20:52:16,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:52:16,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:16,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-cc319577-abf3-4461-bebf-2f3d4f3089a0 Date: Sat, 18 Aug 2018 20:52:16 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:21Z", "updated_at": "2018-08-18T20:51:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "6a13a1c8-4a80-4517-b816-8824539b3110", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "6f628e4d-9bf4-4964-b2f4-9bcdd49fea9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": 22, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "ad88ec6e-c2cd-498a-b3ab-66316ea8b3b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:21Z", "revision_number": 0, "id": "fa61f000-c0d5-41f6-9593-a9e05ea82738", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:21Z", "security_group_id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}], "revision_number": 3, "project_id": "44272bc39837411494396ca43c946bec", "id": "7c2a4956-07a0-45d5-b0e5-8c26d098fdf2", "name": "vping_ssh-sg_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}, {"description": "Default security group", "tags": [], "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:14Z", "updated_at": "2018-08-18T20:51:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "33d3341e-a92e-43ce-97e3-c2dc0b6a7dae", "remote_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "ad5d1887-85cd-40db-b164-145b206d2367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "d5583a07-e97e-4790-a88a-0f43a9c25f5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "f794a7a3-9ae6-48d4-ab3e-4fb72e020f1e", "remote_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}], "revision_number": 1, "project_id": "44272bc39837411494396ca43c946bec", "id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "name": "default"}]} 2018-08-18 20:52:16,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-cc319577-abf3-4461-bebf-2f3d4f3089a0 2018-08-18 20:52:16,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0463848114014s 2018-08-18 20:52:16,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-cc319577-abf3-4461-bebf-2f3d4f3089a0 2018-08-18 20:52:16,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-18 20:52:16,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7c2a4956-07a0-45d5-b0e5-8c26d098fdf2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:17,171 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31809822-a08c-4fbc-821e-8fe1ef012788 Content-Length: 0 Date: Sat, 18 Aug 2018 20:52:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:52:17,171 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7c2a4956-07a0-45d5-b0e5-8c26d098fdf2.json used request id req-31809822-a08c-4fbc-821e-8fe1ef012788 2018-08-18 20:52:17,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.213115930557s 2018-08-18 20:52:17,171 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7c2a4956-07a0-45d5-b0e5-8c26d098fdf2.json used request id req-31809822-a08c-4fbc-821e-8fe1ef012788 2018-08-18 20:52:17,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-18 20:52:17,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:17,200 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:52: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-c299c90e-91b4-497c-a8a4-ce19a0b17720 x-compute-request-id: req-c299c90e-91b4-497c-a8a4-ce19a0b17720 Content-Length: 0 Content-Type: application/json 2018-08-18 20:52:17,200 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4 used request id req-c299c90e-91b4-497c-a8a4-ce19a0b17720 2018-08-18 20:52:17,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0287508964539s 2018-08-18 20:52:17,200 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_fc8dc60f-1244-45af-91e9-3291ef8aacf4 used request id req-c299c90e-91b4-497c-a8a4-ce19a0b17720 2018-08-18 20:52:17,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 20:52:17,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a31471b9-86e8-498a-bf02-1edaf6b0908e/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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" -d '{"subnet_id": "46554472-7d0e-476a-be80-db5e04fb6f49"}' 2018-08-18 20:52:18,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0f709ac0-94d6-4770-b0dd-935fffce54c7 Date: Sat, 18 Aug 2018 20:52:18 GMT RESP BODY: {"network_id": "3dccb5b8-2f10-4290-a440-ec25d5cee4bb", "tenant_id": "44272bc39837411494396ca43c946bec", "subnet_id": "46554472-7d0e-476a-be80-db5e04fb6f49", "subnet_ids": ["46554472-7d0e-476a-be80-db5e04fb6f49"], "port_id": "d4d0ffdd-8851-44f8-acda-d47d45eb932e", "id": "a31471b9-86e8-498a-bf02-1edaf6b0908e"} 2018-08-18 20:52:18,745 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a31471b9-86e8-498a-bf02-1edaf6b0908e/remove_router_interface.json used request id req-0f709ac0-94d6-4770-b0dd-935fffce54c7 2018-08-18 20:52:18,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.54419493675s 2018-08-18 20:52:18,745 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a31471b9-86e8-498a-bf02-1edaf6b0908e/remove_router_interface.json used request id req-0f709ac0-94d6-4770-b0dd-935fffce54c7 returning object a31471b9-86e8-498a-bf02-1edaf6b0908e 2018-08-18 20:52:18,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 20:52:18,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:19,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-a4fbd3e1-868b-4008-bce6-67bc7a8ea021 Date: Sat, 18 Aug 2018 20:52:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:16Z", "admin_state_up": true, "updated_at": "2018-08-18T20:52:18Z", "revision_number": 4, "routes": [], "project_id": "44272bc39837411494396ca43c946bec", "id": "a31471b9-86e8-498a-bf02-1edaf6b0908e", "name": "vping_ssh-router_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}]} 2018-08-18 20:52:19,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a4fbd3e1-868b-4008-bce6-67bc7a8ea021 2018-08-18 20:52:19,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.306793928146s 2018-08-18 20:52:19,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a4fbd3e1-868b-4008-bce6-67bc7a8ea021 2018-08-18 20:52:19,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 20:52:19,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/a31471b9-86e8-498a-bf02-1edaf6b0908e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:20,336 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-841b7a13-e851-4a1f-a969-a2aa434a5291 Content-Length: 0 Date: Sat, 18 Aug 2018 20:52:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:52:20,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a31471b9-86e8-498a-bf02-1edaf6b0908e.json used request id req-841b7a13-e851-4a1f-a969-a2aa434a5291 2018-08-18 20:52:20,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28209686279s 2018-08-18 20:52:20,337 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a31471b9-86e8-498a-bf02-1edaf6b0908e.json used request id req-841b7a13-e851-4a1f-a969-a2aa434a5291 2018-08-18 20:52:20,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:52:20,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:20,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b0f83dd3-6e48-4460-a502-97616dafd982 Date: Sat, 18 Aug 2018 20:52:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:51: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":"44272bc39837411494396ca43c946bec","id":"46554472-7d0e-476a-be80-db5e04fb6f49","subnetpool_id":null,"name":"vping_ssh-subnet_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}]} 2018-08-18 20:52:20,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b0f83dd3-6e48-4460-a502-97616dafd982 2018-08-18 20:52:20,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0426440238953s 2018-08-18 20:52:20,380 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b0f83dd3-6e48-4460-a502-97616dafd982 2018-08-18 20:52:20,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 20:52:20,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/46554472-7d0e-476a-be80-db5e04fb6f49.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:21,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a040e7e6-ecf8-46c4-8073-fdf921ec34ce Date: Sat, 18 Aug 2018 20:52:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:52:21,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/46554472-7d0e-476a-be80-db5e04fb6f49.json used request id req-a040e7e6-ecf8-46c4-8073-fdf921ec34ce 2018-08-18 20:52:21,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.967941045761s 2018-08-18 20:52:21,350 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/46554472-7d0e-476a-be80-db5e04fb6f49.json used request id req-a040e7e6-ecf8-46c4-8073-fdf921ec34ce 2018-08-18 20:52:21,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:52:21,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:21,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-bcaee612-a295-48db-a4bd-a4791d9176fe Date: Sat, 18 Aug 2018 20:52:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:52:21Z","tenant_id":"44272bc39837411494396ca43c946bec","created_at":"2018-08-18T20:51:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"44272bc39837411494396ca43c946bec","id":"3dccb5b8-2f10-4290-a440-ec25d5cee4bb","name":"vping_ssh-net_fc8dc60f-1244-45af-91e9-3291ef8aacf4"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:52:21,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bcaee612-a295-48db-a4bd-a4791d9176fe 2018-08-18 20:52:21,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0874528884888s 2018-08-18 20:52:21,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bcaee612-a295-48db-a4bd-a4791d9176fe 2018-08-18 20:52:21,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 20:52:21,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/3dccb5b8-2f10-4290-a440-ec25d5cee4bb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:23,025 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b391cc09-c291-4db6-be0f-43d549e41198 Date: Sat, 18 Aug 2018 20:52:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:52:23,026 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/3dccb5b8-2f10-4290-a440-ec25d5cee4bb.json used request id req-b391cc09-c291-4db6-be0f-43d549e41198 2018-08-18 20:52:23,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.58634710312s 2018-08-18 20:52:23,026 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/3dccb5b8-2f10-4290-a440-ec25d5cee4bb.json used request id req-b391cc09-c291-4db6-be0f-43d549e41198 2018-08-18 20:52:23,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:52:23,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:23,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-45944855-7ae8-4ecb-9aa4-c480c33d181d Date: Sat, 18 Aug 2018 20:52:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:51:20Z", "file": "/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/file", "owner": "44272bc39837411494396ca43c946bec", "id": "5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "size": 12716032, "self": "/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:51:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:52:23,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-45944855-7ae8-4ecb-9aa4-c480c33d181d 2018-08-18 20:52:23,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.267112016678s 2018-08-18 20:52:23,298 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-45944855-7ae8-4ecb-9aa4-c480c33d181d 2018-08-18 20:52:23,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 20:52:23,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0df56cc56e0e320ffcb84c95d9e6f6578116c272" 2018-08-18 20:52:23,782 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8c9d2f47-68ec-4bbe-b06d-6022ed121701 Date: Sat, 18 Aug 2018 20:52:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 20:52:23,782 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f used request id req-8c9d2f47-68ec-4bbe-b06d-6022ed121701 2018-08-18 20:52:23,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.48245215416s 2018-08-18 20:52:23,782 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5998f1c8-d031-4cf1-8fd0-313ec1ad3f9f used request id req-8c9d2f47-68ec-4bbe-b06d-6022ed121701 2018-08-18 20:52:23,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:52:23,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:52:23,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-98af9848-c85e-4a59-8192-c0db9a79b1ef x-compute-request-id: req-98af9848-c85e-4a59-8192-c0db9a79b1ef Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391", "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": "f18cc107-05e2-4e92-8b1f-1b2cc6196391"}]} 2018-08-18 20:52:23,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-98af9848-c85e-4a59-8192-c0db9a79b1ef 2018-08-18 20:52:23,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243198871613s 2018-08-18 20:52:23,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-98af9848-c85e-4a59-8192-c0db9a79b1ef 2018-08-18 20:52:23,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 20:52:23,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:52:23,841 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:52:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0deabe54-1bbc-4714-970a-16df23e73a72 x-compute-request-id: req-0deabe54-1bbc-4714-970a-16df23e73a72 Content-Length: 0 Content-Type: application/json 2018-08-18 20:52:23,841 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391 used request id req-0deabe54-1bbc-4714-970a-16df23e73a72 2018-08-18 20:52:23,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0323510169983s 2018-08-18 20:52:23,841 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f18cc107-05e2-4e92-8b1f-1b2cc6196391 used request id req-0deabe54-1bbc-4714-970a-16df23e73a72 2018-08-18 20:52:23,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:52:23,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:52:24,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-860b34f5-07d9-4243-b068-7d29e08b01d9 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "links": {"self": "http://172.30.9.28:5000/v3/users/4d17fe3654184f5e888c4acb066c88fa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4d17fe3654184f5e888c4acb066c88fa", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:52:24,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-860b34f5-07d9-4243-b068-7d29e08b01d9 2018-08-18 20:52:24,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198931217194s 2018-08-18 20:52:24,042 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-860b34f5-07d9-4243-b068-7d29e08b01d9 2018-08-18 20:52:24,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:52:24,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/4d17fe3654184f5e888c4acb066c88fa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:52:24,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f62dd65-134b-40f3-b76c-1ce86cf2f470 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_fc8dc60f-1244-45af-91e9-3291ef8aacf4", "links": {"self": "http://172.30.9.28:5000/v3/users/4d17fe3654184f5e888c4acb066c88fa"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4d17fe3654184f5e888c4acb066c88fa", "description": null}} 2018-08-18 20:52:24,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/4d17fe3654184f5e888c4acb066c88fa used request id req-7f62dd65-134b-40f3-b76c-1ce86cf2f470 2018-08-18 20:52:24,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.184912919998s 2018-08-18 20:52:24,233 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/4d17fe3654184f5e888c4acb066c88fa used request id req-7f62dd65-134b-40f3-b76c-1ce86cf2f470 2018-08-18 20:52:24,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 20:52:24,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/4d17fe3654184f5e888c4acb066c88fa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:52:24,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:52:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28695df7-eeb7-4ee3-97df-c5dcb51c4606 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:52:24,571 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/4d17fe3654184f5e888c4acb066c88fa used request id req-28695df7-eeb7-4ee3-97df-c5dcb51c4606 2018-08-18 20:52:24,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.337697982788s 2018-08-18 20:52:24,571 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/4d17fe3654184f5e888c4acb066c88fa used request id req-28695df7-eeb7-4ee3-97df-c5dcb51c4606 2018-08-18 20:52:24,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:52:24,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:52:24,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1947a4ed-bf3a-4255-b850-8674988e1fee Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/44272bc39837411494396ca43c946bec"}, "tags": [], "enabled": true, "id": "44272bc39837411494396ca43c946bec", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_fc8dc60f-1244-45af-91e9-3291ef8aacf4"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 20:52:24,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-1947a4ed-bf3a-4255-b850-8674988e1fee 2018-08-18 20:52:24,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189493894577s 2018-08-18 20:52:24,767 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-1947a4ed-bf3a-4255-b850-8674988e1fee 2018-08-18 20:52:24,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 20:52:24,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/44272bc39837411494396ca43c946bec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}503c0d18e3254acb0f5a7db1e1bdafb2dc1d0668" 2018-08-18 20:52:25,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:52:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01cd0c67-434c-4773-a6ff-2b09a5f11703 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:52:25,012 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/44272bc39837411494396ca43c946bec used request id req-01cd0c67-434c-4773-a6ff-2b09a5f11703 2018-08-18 20:52:25,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.240730047226s 2018-08-18 20:52:25,013 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/44272bc39837411494396ca43c946bec used request id req-01cd0c67-434c-4773-a6ff-2b09a5f11703 2018-08-18 20:52:25,067 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-18 20:52:25,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:52:25,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:52:25,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:52:25,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:52:25,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:52:25,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:52:25,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:52:25,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:52:25,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:52:25,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:52:25,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:52:25,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:52:25,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:52:25,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fe499c5-205a-4a64-911b-86900fc49f55 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:52:25,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6fe499c5-205a-4a64-911b-86900fc49f55 2018-08-18 20:52:25,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:52:25,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:52:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["3iWaBKZzQnCMUa4KcLtFVw"], "issued_at": "2018-08-18T20:52:25.000000Z"}} 2018-08-18 20:52:25,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:52:25,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:52:25,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ef320c14-448b-4a68-a0f3-873b0413a69d Date: Sat, 18 Aug 2018 20:52:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:52:25,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ef320c14-448b-4a68-a0f3-873b0413a69d 2018-08-18 20:52:25,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.330591917038s 2018-08-18 20:52:25,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ef320c14-448b-4a68-a0f3-873b0413a69d 2018-08-18 20:52:25,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:52:25,865 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eed6c857-b59b-4ae5-a321-0caf7467eb3b 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 20:52:25,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-eed6c857-b59b-4ae5-a321-0caf7467eb3b 2018-08-18 20:52:25,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:52:25,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:52:26,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6939832b-0023-46c1-a644-a924a372d446 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 20:52:26,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-6939832b-0023-46c1-a644-a924a372d446 2018-08-18 20:52:26,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187890052795s 2018-08-18 20:52:26,054 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-6939832b-0023-46c1-a644-a924a372d446 2018-08-18 20:52:26,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 20:52:26,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}}' 2018-08-18 20:52:26,271 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfd5cb54-e275-440c-a5fc-d8be6509a542 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.28:5000/v3/projects/a055ddb67d0941479df26864383eec5d"}, "tags": [], "enabled": true, "id": "a055ddb67d0941479df26864383eec5d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}} 2018-08-18 20:52:26,271 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-bfd5cb54-e275-440c-a5fc-d8be6509a542 2018-08-18 20:52:26,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.210148096085s 2018-08-18 20:52:26,271 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-bfd5cb54-e275-440c-a5fc-d8be6509a542 2018-08-18 20:52:26,272 - 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'a055ddb67d0941479df26864383eec5d', '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_c8e36bd3-daf9-4e75-a755-3e486c4e646d'}) 2018-08-18 20:52:26,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 20:52:26,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4acbf359-2377-4b77-b0a3-d8e787467dc0", "email": null, "name": "vping_userdata-user_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}}' 2018-08-18 20:52:26,711 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4aa1c78-55fc-4fd5-8600-f89a337cf9b0 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "links": {"self": "http://172.30.9.28:5000/v3/users/def09e4ca4c54e6fb039b2c997054344"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "def09e4ca4c54e6fb039b2c997054344", "domain_id": "default", "password_expires_at": null}} 2018-08-18 20:52:26,711 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-b4aa1c78-55fc-4fd5-8600-f89a337cf9b0 2018-08-18 20:52:26,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.433294057846s 2018-08-18 20:52:26,712 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-b4aa1c78-55fc-4fd5-8600-f89a337cf9b0 2018-08-18 20:52:26,713 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'def09e4ca4c54e6fb039b2c997054344', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_c8e36bd3-daf9-4e75-a755-3e486c4e646d'}) 2018-08-18 20:52:26,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:52:26,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:52:26,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be31c3d3-bd01-4156-86b7-4d271edd178d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:52:26,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-be31c3d3-bd01-4156-86b7-4d271edd178d 2018-08-18 20:52:26,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109125852585s 2018-08-18 20:52:26,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-be31c3d3-bd01-4156-86b7-4d271edd178d 2018-08-18 20:52:26,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:52:26,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:52:27,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b731e3d-de4b-4a49-8137-d90ab330361b Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:52:27,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7b731e3d-de4b-4a49-8137-d90ab330361b 2018-08-18 20:52:27,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178516149521s 2018-08-18 20:52:27,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7b731e3d-de4b-4a49-8137-d90ab330361b 2018-08-18 20:52:27,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:52:27,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:52:27,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b81d2adc-d878-431b-85ba-f3fe5c743142 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:52:27,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b81d2adc-d878-431b-85ba-f3fe5c743142 2018-08-18 20:52:27,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.116083860397s 2018-08-18 20:52:27,130 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b81d2adc-d878-431b-85ba-f3fe5c743142 2018-08-18 20:52:27,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:52:27,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:52:27,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38f805db-3c1e-479a-82db-d7149d4b94a7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 20:52:27,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-38f805db-3c1e-479a-82db-d7149d4b94a7 2018-08-18 20:52:27,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.146734952927s 2018-08-18 20:52:27,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-38f805db-3c1e-479a-82db-d7149d4b94a7 2018-08-18 20:52:27,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:52:27,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:52:27,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4ad79dd-7380-4b10-8100-595300af94ae Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "links": {"self": "http://172.30.9.28:5000/v3/users/def09e4ca4c54e6fb039b2c997054344"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "def09e4ca4c54e6fb039b2c997054344", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:52:27,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c4ad79dd-7380-4b10-8100-595300af94ae 2018-08-18 20:52:27,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198178052902s 2018-08-18 20:52:27,482 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c4ad79dd-7380-4b10-8100-595300af94ae 2018-08-18 20:52:27,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:52:27,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:52:27,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcbc12a1-6804-4290-ac3e-a044d668144d Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/a055ddb67d0941479df26864383eec5d"}, "tags": [], "enabled": true, "id": "a055ddb67d0941479df26864383eec5d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}]} 2018-08-18 20:52:27,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-fcbc12a1-6804-4290-ac3e-a044d668144d 2018-08-18 20:52:27,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182889938354s 2018-08-18 20:52:27,677 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-fcbc12a1-6804-4290-ac3e-a044d668144d 2018-08-18 20:52:27,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 20:52:27,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=def09e4ca4c54e6fb039b2c997054344&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a055ddb67d0941479df26864383eec5d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:52:27,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a20a4358-0aaa-4b3d-9e5a-f2f7f4aaf988 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=def09e4ca4c54e6fb039b2c997054344&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a055ddb67d0941479df26864383eec5d", "previous": null, "next": null}} 2018-08-18 20:52:27,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=def09e4ca4c54e6fb039b2c997054344&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a055ddb67d0941479df26864383eec5d used request id req-a20a4358-0aaa-4b3d-9e5a-f2f7f4aaf988 2018-08-18 20:52:27,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.147948026657s 2018-08-18 20:52:27,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=def09e4ca4c54e6fb039b2c997054344&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=a055ddb67d0941479df26864383eec5d used request id req-a20a4358-0aaa-4b3d-9e5a-f2f7f4aaf988 2018-08-18 20:52:27,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 20:52:27,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/a055ddb67d0941479df26864383eec5d/users/def09e4ca4c54e6fb039b2c997054344/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:52:27,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38f724b9-0ebf-4818-bd38-1ff5e2470809 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:52:27,985 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a055ddb67d0941479df26864383eec5d/users/def09e4ca4c54e6fb039b2c997054344/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-38f724b9-0ebf-4818-bd38-1ff5e2470809 2018-08-18 20:52:27,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.149332046509s 2018-08-18 20:52:27,985 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a055ddb67d0941479df26864383eec5d/users/def09e4ca4c54e6fb039b2c997054344/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-38f724b9-0ebf-4818-bd38-1ff5e2470809 2018-08-18 20:52:27,986 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_c8e36bd3-daf9-4e75-a755-3e486c4e646d', 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'a055ddb67d0941479df26864383eec5d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4acbf359-2377-4b77-b0a3-d8e787467dc0', 'username': u'vping_userdata-user_c8e36bd3-daf9-4e75-a755-3e486c4e646d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 20:52:27,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:52:27,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:52:27,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:52:27,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:52:27,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:52:27,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:52:27,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:52:27,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:52:27,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:52:27,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:52:27,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:52:27,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:52:27,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:52:27,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:52:27,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:52:27,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:52:27,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:52:27,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:52:27,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:52:27,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:52:27,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:52:27,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:52:27,991 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_c8e36bd3-daf9-4e75-a755-3e486c4e646d', 'password': '4acbf359-2377-4b77-b0a3-d8e787467dc0', 'project_name': 'vping_userdata-project_c8e36bd3-daf9-4e75-a755-3e486c4e646d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'a055ddb67d0941479df26864383eec5d', 'project_domain_name': 'Default'} 2018-08-18 20:52:27,992 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-18 20:52:27,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:52:28,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8106c1b6-f77c-4df3-85de-ea64c7fa1279 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:52:28,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8106c1b6-f77c-4df3-85de-ea64c7fa1279 2018-08-18 20:52:28,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:52:28,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:52:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a055ddb67d0941479df26864383eec5d", "name": "vping_userdata-project_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/a055ddb67d0941479df26864383eec5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/a055ddb67d0941479df26864383eec5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/a055ddb67d0941479df26864383eec5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/a055ddb67d0941479df26864383eec5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/a055ddb67d0941479df26864383eec5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/a055ddb67d0941479df26864383eec5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a055ddb67d0941479df26864383eec5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/a055ddb67d0941479df26864383eec5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/a055ddb67d0941479df26864383eec5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_a055ddb67d0941479df26864383eec5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a055ddb67d0941479df26864383eec5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a055ddb67d0941479df26864383eec5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/a055ddb67d0941479df26864383eec5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/a055ddb67d0941479df26864383eec5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "id": "def09e4ca4c54e6fb039b2c997054344"}, "audit_ids": ["9FEupnYMRwywYk2ugBzjKQ"], "issued_at": "2018-08-18T20:52:28.000000Z"}} 2018-08-18 20:52:28,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 20:52:28,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" -d '{"network": {"name": "vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "admin_state_up": true}}' 2018-08-18 20:52:29,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-018d8d63-7a1e-4b92-b844-7b6c92bf0f48 Date: Sat, 18 Aug 2018 20:52:29 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-18T20:52:28Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a055ddb67d0941479df26864383eec5d","id":"633fa6f9-de1c-4288-95f6-b183158031a6","name":"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}} 2018-08-18 20:52:29,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-018d8d63-7a1e-4b92-b844-7b6c92bf0f48 2018-08-18 20:52:29,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.742038011551s 2018-08-18 20:52:29,131 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-018d8d63-7a1e-4b92-b844-7b6c92bf0f48 2018-08-18 20:52:29,132 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:52:28Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'633fa6f9-de1c-4288-95f6-b183158031a6', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d', u'admin_state_up': True, u'tenant_id': u'a055ddb67d0941479df26864383eec5d', u'created_at': u'2018-08-18T20:52:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a055ddb67d0941479df26864383eec5d'}) 2018-08-18 20:52:29,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:52:29,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:29,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-820c64f4-4947-4e35-8425-d963a0010a1d Date: Sat, 18 Aug 2018 20:52:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:52:28Z","tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a055ddb67d0941479df26864383eec5d","id":"633fa6f9-de1c-4288-95f6-b183158031a6","name":"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:52:29,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-820c64f4-4947-4e35-8425-d963a0010a1d 2018-08-18 20:52:29,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.156425952911s 2018-08-18 20:52:29,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-820c64f4-4947-4e35-8425-d963a0010a1d 2018-08-18 20:52:29,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 20:52:29,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" -d '{"subnet": {"name": "vping_userdata-subnet_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "enable_dhcp": true, "network_id": "633fa6f9-de1c-4288-95f6-b183158031a6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 20:52:29,981 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7c5f9d55-a9e2-42f5-aec8-6c971a0bfb84 Date: Sat, 18 Aug 2018 20:52:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"633fa6f9-de1c-4288-95f6-b183158031a6","tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:52:29Z","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":"a055ddb67d0941479df26864383eec5d","id":"3bbf500c-dd17-4154-96f3-f2d02484db4b","subnetpool_id":null,"name":"vping_userdata-subnet_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}} 2018-08-18 20:52:29,981 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7c5f9d55-a9e2-42f5-aec8-6c971a0bfb84 2018-08-18 20:52:29,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.690752029419s 2018-08-18 20:52:29,982 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7c5f9d55-a9e2-42f5-aec8-6c971a0bfb84 2018-08-18 20:52:29,982 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:52:29Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3bbf500c-dd17-4154-96f3-f2d02484db4b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_c8e36bd3-daf9-4e75-a755-3e486c4e646d', u'enable_dhcp': True, u'network_id': u'633fa6f9-de1c-4288-95f6-b183158031a6', u'tenant_id': u'a055ddb67d0941479df26864383eec5d', u'created_at': u'2018-08-18T20:52:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a055ddb67d0941479df26864383eec5d'}) 2018-08-18 20:52:29,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 20:52:29,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "vping_userdata-router_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "admin_state_up": true}}' 2018-08-18 20:52:31,406 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-3add04c8-a49c-45f5-a1ac-3458c007df0c Date: Sat, 18 Aug 2018 20:52:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "a055ddb67d0941479df26864383eec5d", "created_at": "2018-08-18T20:52:30Z", "admin_state_up": true, "updated_at": "2018-08-18T20:52:31Z", "revision_number": 2, "routes": [], "project_id": "a055ddb67d0941479df26864383eec5d", "id": "500c623c-3550-464a-b9d8-fc88cb8faacf", "name": "vping_userdata-router_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}} 2018-08-18 20:52:31,406 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-3add04c8-a49c-45f5-a1ac-3458c007df0c 2018-08-18 20:52:31,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42361021042s 2018-08-18 20:52:31,407 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-3add04c8-a49c-45f5-a1ac-3458c007df0c 2018-08-18 20:52:31,407 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a055ddb67d0941479df26864383eec5d', u'created_at': u'2018-08-18T20:52:30Z', u'admin_state_up': True, u'updated_at': u'2018-08-18T20:52:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'a055ddb67d0941479df26864383eec5d', u'id': u'500c623c-3550-464a-b9d8-fc88cb8faacf', u'name': u'vping_userdata-router_c8e36bd3-daf9-4e75-a755-3e486c4e646d'}) 2018-08-18 20:52:31,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 20:52:31,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/500c623c-3550-464a-b9d8-fc88cb8faacf/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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" -d '{"subnet_id": "3bbf500c-dd17-4154-96f3-f2d02484db4b"}' 2018-08-18 20:52:33,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a475409f-32c9-4daf-809d-5ea2770d3450 Date: Sat, 18 Aug 2018 20:52:33 GMT RESP BODY: {"network_id": "633fa6f9-de1c-4288-95f6-b183158031a6", "tenant_id": "a055ddb67d0941479df26864383eec5d", "subnet_id": "3bbf500c-dd17-4154-96f3-f2d02484db4b", "subnet_ids": ["3bbf500c-dd17-4154-96f3-f2d02484db4b"], "port_id": "5e9cc4d7-8ae1-4996-b608-bf1a8329a363", "id": "500c623c-3550-464a-b9d8-fc88cb8faacf"} 2018-08-18 20:52:33,474 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/500c623c-3550-464a-b9d8-fc88cb8faacf/add_router_interface.json used request id req-a475409f-32c9-4daf-809d-5ea2770d3450 2018-08-18 20:52:33,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.06625390053s 2018-08-18 20:52:33,474 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/500c623c-3550-464a-b9d8-fc88cb8faacf/add_router_interface.json used request id req-a475409f-32c9-4daf-809d-5ea2770d3450 returning object 500c623c-3550-464a-b9d8-fc88cb8faacf 2018-08-18 20:52:33,475 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 20:52:33,630 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 20:52:33,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:52:33,636 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 20:52:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 20:52:33,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:52:33,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:33,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6007b1bf-328e-4c17-b4e7-d39a63283940 Date: Sat, 18 Aug 2018 20:52:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:52:33,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6007b1bf-328e-4c17-b4e7-d39a63283940 2018-08-18 20:52:33,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.276695013046s 2018-08-18 20:52:33,920 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6007b1bf-328e-4c17-b4e7-d39a63283940 2018-08-18 20:52:33,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 20:52:33,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}' 2018-08-18 20:52:33,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f654fdeb-6dcf-42d4-8f07-ee438f426a97 Date: Sat, 18 Aug 2018 20:52:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:52:33Z", "file": "/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/file", "owner": "a055ddb67d0941479df26864383eec5d", "id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "size": null, "self": "/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "checksum": null, "created_at": "2018-08-18T20:52:33Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 20:52:33,983 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f654fdeb-6dcf-42d4-8f07-ee438f426a97 2018-08-18 20:52:33,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.054270029068s 2018-08-18 20:52:33,984 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f654fdeb-6dcf-42d4-8f07-ee438f426a97 returning object dd44f65a-0102-4171-98cb-0bf7046cf0cd 2018-08-18 20:52:33,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 20:52:33,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" -d '' 2018-08-18 20:52:34,424 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d29d2231-dccd-4c23-8d5f-c2f7879de928 Date: Sat, 18 Aug 2018 20:52: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-18 20:52:34,425 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/file used request id req-d29d2231-dccd-4c23-8d5f-c2f7879de928 2018-08-18 20:52:34,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.440408945084s 2018-08-18 20:52:34,425 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/file used request id req-d29d2231-dccd-4c23-8d5f-c2f7879de928 2018-08-18 20:52:34,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:52:34,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:34,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-1e5bdbbe-0748-4354-b687-e4cd66d3211d Date: Sat, 18 Aug 2018 20:52:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:52:34Z", "file": "/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/file", "owner": "a055ddb67d0941479df26864383eec5d", "id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "size": 12716032, "self": "/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:52:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:52:34,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1e5bdbbe-0748-4354-b687-e4cd66d3211d 2018-08-18 20:52:34,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.124136924744s 2018-08-18 20:52:34,554 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1e5bdbbe-0748-4354-b687-e4cd66d3211d 2018-08-18 20:52:34,555 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/file', 'owner': u'a055ddb67d0941479df26864383eec5d', 'id': u'dd44f65a-0102-4171-98cb-0bf7046cf0cd', 'size': 12716032, u'self': u'/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a055ddb67d0941479df26864383eec5d', 'name': 'vping_userdata-project_c8e36bd3-daf9-4e75-a755-3e486c4e646d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T20:52:34Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T20:52:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d', 'created': u'2018-08-18T20:52:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T20:52:33Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 20:52:34,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 20:52:34,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 20:52:34,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-fd18eda0-3d29-4385-95ae-7b0fd4474b28 x-compute-request-id: req-fd18eda0-3d29-4385-95ae-7b0fd4474b28 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "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": "219274f4-2802-4968-8eba-872ae9787065"}} 2018-08-18 20:52:34,818 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-fd18eda0-3d29-4385-95ae-7b0fd4474b28 2018-08-18 20:52:34,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.262303113937s 2018-08-18 20:52:34,819 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-fd18eda0-3d29-4385-95ae-7b0fd4474b28 2018-08-18 20:52:34,820 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_c8e36bd3-daf9-4e75-a755-3e486c4e646d', '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'916340bf06fe4cb5a723b53dc60090de', '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'219274f4-2802-4968-8eba-872ae9787065', 'swap': 0}) 2018-08-18 20:52:34,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 20:52:34,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/219274f4-2802-4968-8eba-872ae9787065/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}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" -d '{"extra_specs": {}}' 2018-08-18 20:52:34,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-c3e55696-a006-434c-8ef4-c14a1ea9ebb9 x-compute-request-id: req-c3e55696-a006-434c-8ef4-c14a1ea9ebb9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 20:52:34,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/219274f4-2802-4968-8eba-872ae9787065/os-extra_specs used request id req-c3e55696-a006-434c-8ef4-c14a1ea9ebb9 2018-08-18 20:52:34,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0235571861267s 2018-08-18 20:52:34,844 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/219274f4-2802-4968-8eba-872ae9787065/os-extra_specs used request id req-c3e55696-a006-434c-8ef4-c14a1ea9ebb9 2018-08-18 20:52:34,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:52:34,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:34,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-fc6a5edc-d3a4-4485-b249-9ece8747ddb8 Date: Sat, 18 Aug 2018 20:52:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3bbf500c-dd17-4154-96f3-f2d02484db4b"],"updated_at":"2018-08-18T20:52:29Z","tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a055ddb67d0941479df26864383eec5d","id":"633fa6f9-de1c-4288-95f6-b183158031a6","name":"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:52:34,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-fc6a5edc-d3a4-4485-b249-9ece8747ddb8 2018-08-18 20:52:34,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.089234828949s 2018-08-18 20:52:34,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-fc6a5edc-d3a4-4485-b249-9ece8747ddb8 2018-08-18 20:52:34,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:52:34,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:34,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-fa7f3072-5255-41f9-93e1-0d30d27d468c Date: Sat, 18 Aug 2018 20:52:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:52:34Z", "file": "/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/file", "owner": "a055ddb67d0941479df26864383eec5d", "id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "size": 12716032, "self": "/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:52:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:52:34,975 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fa7f3072-5255-41f9-93e1-0d30d27d468c 2018-08-18 20:52:34,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0359709262848s 2018-08-18 20:52:34,975 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fa7f3072-5255-41f9-93e1-0d30d27d468c 2018-08-18 20:52:34,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:52:34,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:35,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-685e816d-bdfe-4d02-95a9-56a227cbd692 x-compute-request-id: req-685e816d-bdfe-4d02-95a9-56a227cbd692 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "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": "219274f4-2802-4968-8eba-872ae9787065"}]} 2018-08-18 20:52:35,229 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-685e816d-bdfe-4d02-95a9-56a227cbd692 2018-08-18 20:52:35,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.251754999161s 2018-08-18 20:52:35,229 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-685e816d-bdfe-4d02-95a9-56a227cbd692 2018-08-18 20:52:35,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 20:52:35,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" -d '{"server": {"name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "imageRef": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "flavorRef": "219274f4-2802-4968-8eba-872ae9787065", "max_count": 1, "min_count": 1, "networks": [{"uuid": "633fa6f9-de1c-4288-95f6-b183158031a6"}]}}' 2018-08-18 20:52:36,571 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:52: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-fe44c28d-2340-442b-baf4-35a15000f023 x-compute-request-id: req-fe44c28d-2340-442b-baf4-35a15000f023 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "adminPass": "WmCtMD7r5xT3"}} 2018-08-18 20:52:36,571 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-fe44c28d-2340-442b-baf4-35a15000f023 2018-08-18 20:52:36,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.34000110626s 2018-08-18 20:52:36,571 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-fe44c28d-2340-442b-baf4-35a15000f023 2018-08-18 20:52:36,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:36,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:37,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-a457e94a-2868-42ba-9fe3-d1eafb9bc14c x-compute-request-id: req-a457e94a-2868-42ba-9fe3-d1eafb9bc14c Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "user_id": "def09e4ca4c54e6fb039b2c997054344", "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-18T20:52:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:36Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:37,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a457e94a-2868-42ba-9fe3-d1eafb9bc14c 2018-08-18 20:52:37,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.58381986618s 2018-08-18 20:52:37,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a457e94a-2868-42ba-9fe3-d1eafb9bc14c 2018-08-18 20:52:37,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:52:37,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:37,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-7db40a6a-0282-4300-9097-3820535e79d7 Date: Sat, 18 Aug 2018 20:52:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3bbf500c-dd17-4154-96f3-f2d02484db4b"],"updated_at":"2018-08-18T20:52:29Z","tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a055ddb67d0941479df26864383eec5d","id":"633fa6f9-de1c-4288-95f6-b183158031a6","name":"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:52:37,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7db40a6a-0282-4300-9097-3820535e79d7 2018-08-18 20:52:37,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0903661251068s 2018-08-18 20:52:37,254 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7db40a6a-0282-4300-9097-3820535e79d7 2018-08-18 20:52:37,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:52:37,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:37,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9c44e1d4-07e2-454a-bf96-3c442a69586e Date: Sat, 18 Aug 2018 20:52:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"633fa6f9-de1c-4288-95f6-b183158031a6","tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:52:29Z","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":"a055ddb67d0941479df26864383eec5d","id":"3bbf500c-dd17-4154-96f3-f2d02484db4b","subnetpool_id":null,"name":"vping_userdata-subnet_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}]} 2018-08-18 20:52:37,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-9c44e1d4-07e2-454a-bf96-3c442a69586e 2018-08-18 20:52:37,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0816450119019s 2018-08-18 20:52:37,337 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-9c44e1d4-07e2-454a-bf96-3c442a69586e 2018-08-18 20:52:37,338 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:52:39,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:39,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:39,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-9e7c831b-485b-44fb-955f-a4f0973b9f4d x-compute-request-id: req-9e7c831b-485b-44fb-955f-a4f0973b9f4d Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:52:39Z", "hostId": "948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:36Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:39,872 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9e7c831b-485b-44fb-955f-a4f0973b9f4d 2018-08-18 20:52:39,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531533956528s 2018-08-18 20:52:39,873 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9e7c831b-485b-44fb-955f-a4f0973b9f4d 2018-08-18 20:52:39,877 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:52:41,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:41,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:42,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1dbfc9e-bb45-420b-a97f-6ec3423b8957 x-compute-request-id: req-c1dbfc9e-bb45-420b-a97f-6ec3423b8957 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:52:39Z", "hostId": "948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:36Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:42,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c1dbfc9e-bb45-420b-a97f-6ec3423b8957 2018-08-18 20:52:42,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.608867883682s 2018-08-18 20:52:42,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c1dbfc9e-bb45-420b-a97f-6ec3423b8957 2018-08-18 20:52:42,492 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:52:44,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:44,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:45,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-a55d5e6f-62ef-4c76-8e5f-5bb844ee5575 x-compute-request-id: req-a55d5e6f-62ef-4c76-8e5f-5bb844ee5575 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:55:20", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:43.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:43Z", "hostId": "948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:36Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:45,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a55d5e6f-62ef-4c76-8e5f-5bb844ee5575 2018-08-18 20:52:45,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573776960373s 2018-08-18 20:52:45,070 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a55d5e6f-62ef-4c76-8e5f-5bb844ee5575 2018-08-18 20:52:45,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:52:45,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=538dab28-6d02-4e53-9286-ecb04cfe5bc8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:45,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-eb02043c-6286-48fe-a0e5-8bbaa767abb3 Date: Sat, 18 Aug 2018 20:52:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"633fa6f9-de1c-4288-95f6-b183158031a6","tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:39Z","admin_state_up":true,"updated_at":"2018-08-18T20:52:43Z","binding:vnic_type":"normal","device_id":"538dab28-6d02-4e53-9286-ecb04cfe5bc8","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:91:55:20","id":"9301c786-2496-47a7-9d84-8b5772e88f11","port_security_enabled":true,"project_id":"a055ddb67d0941479df26864383eec5d","fixed_ips":[{"subnet_id":"3bbf500c-dd17-4154-96f3-f2d02484db4b","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["71eaf7b7-746d-4d47-9127-dce12841d93b"],"name":""}]} 2018-08-18 20:52:45,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=538dab28-6d02-4e53-9286-ecb04cfe5bc8 used request id req-eb02043c-6286-48fe-a0e5-8bbaa767abb3 2018-08-18 20:52:45,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0715489387512s 2018-08-18 20:52:45,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=538dab28-6d02-4e53-9286-ecb04cfe5bc8 used request id req-eb02043c-6286-48fe-a0e5-8bbaa767abb3 2018-08-18 20:52:45,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:52:45,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=9301c786-2496-47a7-9d84-8b5772e88f11" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:45,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b7fb87df-cb9f-4c80-ad7b-11b585ebbc78 Date: Sat, 18 Aug 2018 20:52:45 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:52:45,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=9301c786-2496-47a7-9d84-8b5772e88f11 used request id req-b7fb87df-cb9f-4c80-ad7b-11b585ebbc78 2018-08-18 20:52:45,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.041435956955s 2018-08-18 20:52:45,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=9301c786-2496-47a7-9d84-8b5772e88f11 used request id req-b7fb87df-cb9f-4c80-ad7b-11b585ebbc78 2018-08-18 20:52:45,193 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:91:55:20', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'dd44f65a-0102-4171-98cb-0bf7046cf0cd'}), 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-18T20:52:43.000000', 'flavor': Munch({u'id': u'219274f4-2802-4968-8eba-872ae9787065'}), 'az': u'nova', 'id': u'538dab28-6d02-4e53-9286-ecb04cfe5bc8', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'def09e4ca4c54e6fb039b2c997054344', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a055ddb67d0941479df26864383eec5d', 'name': 'vping_userdata-project_c8e36bd3-daf9-4e75-a755-3e486c4e646d', '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-18T20:52:43.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T20:52:43Z', 'hostId': u'948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59', '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-18T20:52:43.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a055ddb67d0941479df26864383eec5d', 'name': u'vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d', 'adminPass': u'WmCtMD7r5xT3', 'tenant_id': u'a055ddb67d0941479df26864383eec5d', 'created_at': u'2018-08-18T20:52:36Z', 'created': u'2018-08-18T20:52:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 20:52:45,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:52:45,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:45,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-4e113227-a853-4474-bf9f-ef7ff0830183 Date: Sat, 18 Aug 2018 20:52:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3bbf500c-dd17-4154-96f3-f2d02484db4b"],"updated_at":"2018-08-18T20:52:29Z","tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a055ddb67d0941479df26864383eec5d","id":"633fa6f9-de1c-4288-95f6-b183158031a6","name":"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:52:45,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4e113227-a853-4474-bf9f-ef7ff0830183 2018-08-18 20:52:45,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0850989818573s 2018-08-18 20:52:45,280 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4e113227-a853-4474-bf9f-ef7ff0830183 2018-08-18 20:52:45,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:52:45,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:45,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-f67f9f37-7a21-4df4-b789-4fdf4a886a50 Date: Sat, 18 Aug 2018 20:52:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:52:34Z", "file": "/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/file", "owner": "a055ddb67d0941479df26864383eec5d", "id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "size": 12716032, "self": "/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:52:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:52:45,322 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f67f9f37-7a21-4df4-b789-4fdf4a886a50 2018-08-18 20:52:45,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0371961593628s 2018-08-18 20:52:45,322 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f67f9f37-7a21-4df4-b789-4fdf4a886a50 2018-08-18 20:52:45,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:52:45,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:45,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-cb7fefda-f641-4199-9981-89e61ff87769 x-compute-request-id: req-cb7fefda-f641-4199-9981-89e61ff87769 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "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": "219274f4-2802-4968-8eba-872ae9787065"}]} 2018-08-18 20:52:45,352 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-cb7fefda-f641-4199-9981-89e61ff87769 2018-08-18 20:52:45,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0280208587646s 2018-08-18 20:52:45,353 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-cb7fefda-f641-4199-9981-89e61ff87769 2018-08-18 20:52:45,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 20:52:45,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" -d '{"server": {"name": "vping_userdata-vm2_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "imageRef": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "flavorRef": "219274f4-2802-4968-8eba-872ae9787065", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjkgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "633fa6f9-de1c-4288-95f6-b183158031a6"}]}}' 2018-08-18 20:52:46,629 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:52: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-d8901f27-ad25-43a4-b2d6-93edd34477a1 x-compute-request-id: req-d8901f27-ad25-43a4-b2d6-93edd34477a1 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "147f6870-c1a9-427a-8db3-397f1a1bd2c8", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "bookmark"}], "adminPass": "FWn5MEspm7iU"}} 2018-08-18 20:52:46,629 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-d8901f27-ad25-43a4-b2d6-93edd34477a1 2018-08-18 20:52:46,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.27491593361s 2018-08-18 20:52:46,630 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-d8901f27-ad25-43a4-b2d6-93edd34477a1 2018-08-18 20:52:46,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:46,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:47,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-33f560bb-4238-488c-b3a7-8a2a1aad5645 x-compute-request-id: req-33f560bb-4238-488c-b3a7-8a2a1aad5645 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "147f6870-c1a9-427a-8db3-397f1a1bd2c8", "user_id": "def09e4ca4c54e6fb039b2c997054344", "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-18T20:52:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:46Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:55:20", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:43.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:43Z", "hostId": "948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:36Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:47,164 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-33f560bb-4238-488c-b3a7-8a2a1aad5645 2018-08-18 20:52:47,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533398866653s 2018-08-18 20:52:47,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-33f560bb-4238-488c-b3a7-8a2a1aad5645 2018-08-18 20:52:47,171 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:52:49,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:49,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:49,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-2c05219d-f725-485f-8662-abf570ac2c46 x-compute-request-id: req-2c05219d-f725-485f-8662-abf570ac2c46 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "147f6870-c1a9-427a-8db3-397f1a1bd2c8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:52:49Z", "hostId": "b53d084334add72f2706b9e00938f67fcda657ffdab899e23d1c91b7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:46Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:55:20", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:43.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:43Z", "hostId": "948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:36Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:49,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c05219d-f725-485f-8662-abf570ac2c46 2018-08-18 20:52:49,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.447269916534s 2018-08-18 20:52:49,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c05219d-f725-485f-8662-abf570ac2c46 2018-08-18 20:52:49,627 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:52:51,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:51,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:52,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-7e391abd-6de1-46ee-8941-6b30873abef9 x-compute-request-id: req-7e391abd-6de1-46ee-8941-6b30873abef9 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "147f6870-c1a9-427a-8db3-397f1a1bd2c8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:52:49Z", "hostId": "b53d084334add72f2706b9e00938f67fcda657ffdab899e23d1c91b7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:46Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:55:20", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:43.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:43Z", "hostId": "948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:36Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:52,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7e391abd-6de1-46ee-8941-6b30873abef9 2018-08-18 20:52:52,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.603773117065s 2018-08-18 20:52:52,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7e391abd-6de1-46ee-8941-6b30873abef9 2018-08-18 20:52:52,239 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:52:54,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:54,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:54,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-b24c48fc-9705-45ae-9604-b4f1295d950a x-compute-request-id: req-b24c48fc-9705-45ae-9604-b4f1295d950a Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:a6:49", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:52.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "147f6870-c1a9-427a-8db3-397f1a1bd2c8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:52Z", "hostId": "b53d084334add72f2706b9e00938f67fcda657ffdab899e23d1c91b7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:46Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:55:20", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:43.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:43Z", "hostId": "948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:36Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:54,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b24c48fc-9705-45ae-9604-b4f1295d950a 2018-08-18 20:52:54,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.593045949936s 2018-08-18 20:52:54,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b24c48fc-9705-45ae-9604-b4f1295d950a 2018-08-18 20:52:54,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:52:54,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=147f6870-c1a9-427a-8db3-397f1a1bd2c8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:54,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7f291f75-d71f-4b8d-8ca0-f3b947eadbfa Date: Sat, 18 Aug 2018 20:52:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"633fa6f9-de1c-4288-95f6-b183158031a6","tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:49Z","admin_state_up":true,"updated_at":"2018-08-18T20:52:52Z","binding:vnic_type":"normal","device_id":"147f6870-c1a9-427a-8db3-397f1a1bd2c8","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:0b:a6:49","id":"7ceba726-78d6-4264-8f16-bd904b52b89f","port_security_enabled":true,"project_id":"a055ddb67d0941479df26864383eec5d","fixed_ips":[{"subnet_id":"3bbf500c-dd17-4154-96f3-f2d02484db4b","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["71eaf7b7-746d-4d47-9127-dce12841d93b"],"name":""}]} 2018-08-18 20:52:54,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=147f6870-c1a9-427a-8db3-397f1a1bd2c8 used request id req-7f291f75-d71f-4b8d-8ca0-f3b947eadbfa 2018-08-18 20:52:54,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0502460002899s 2018-08-18 20:52:54,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=147f6870-c1a9-427a-8db3-397f1a1bd2c8 used request id req-7f291f75-d71f-4b8d-8ca0-f3b947eadbfa 2018-08-18 20:52:54,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:52:54,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=7ceba726-78d6-4264-8f16-bd904b52b89f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:55,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ed84abbb-ea1a-457d-9c19-fa3efee2ad6e Date: Sat, 18 Aug 2018 20:52:55 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:52:55,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=7ceba726-78d6-4264-8f16-bd904b52b89f used request id req-ed84abbb-ea1a-457d-9c19-fa3efee2ad6e 2018-08-18 20:52:55,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.193690061569s 2018-08-18 20:52:55,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=7ceba726-78d6-4264-8f16-bd904b52b89f used request id req-ed84abbb-ea1a-457d-9c19-fa3efee2ad6e 2018-08-18 20:52:55,090 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0b:a6:49', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'dd44f65a-0102-4171-98cb-0bf7046cf0cd'}), 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-18T20:52:52.000000', 'flavor': Munch({u'id': u'219274f4-2802-4968-8eba-872ae9787065'}), 'az': u'nova', 'id': u'147f6870-c1a9-427a-8db3-397f1a1bd2c8', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'def09e4ca4c54e6fb039b2c997054344', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a055ddb67d0941479df26864383eec5d', 'name': 'vping_userdata-project_c8e36bd3-daf9-4e75-a755-3e486c4e646d', '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-18T20:52:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T20:52:52Z', 'hostId': u'b53d084334add72f2706b9e00938f67fcda657ffdab899e23d1c91b7', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'b53d084334add72f2706b9e00938f67fcda657ffdab899e23d1c91b7', '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-18T20:52:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a055ddb67d0941479df26864383eec5d', 'name': u'vping_userdata-vm2_c8e36bd3-daf9-4e75-a755-3e486c4e646d', 'adminPass': u'FWn5MEspm7iU', 'tenant_id': u'a055ddb67d0941479df26864383eec5d', 'created_at': u'2018-08-18T20:52:46Z', 'created': u'2018-08-18T20:52:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 20:52:55,091 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-18 20:52:56,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:56,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:56,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-4b8b8bcc-8562-4f5c-8088-b90fad6c688c x-compute-request-id: req-4b8b8bcc-8562-4f5c-8088-b90fad6c688c Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:a6:49", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:52.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "147f6870-c1a9-427a-8db3-397f1a1bd2c8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:52Z", "hostId": "b53d084334add72f2706b9e00938f67fcda657ffdab899e23d1c91b7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:46Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:55:20", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:43.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:43Z", "hostId": "948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:36Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:56,700 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4b8b8bcc-8562-4f5c-8088-b90fad6c688c 2018-08-18 20:52:56,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607372045517s 2018-08-18 20:52:56,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4b8b8bcc-8562-4f5c-8088-b90fad6c688c 2018-08-18 20:52:56,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 20:52:56,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8/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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 20:52:56,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-3907bdc7-f5bc-4181-bbe9-e0378f71c8b0 x-compute-request-id: req-3907bdc7-f5bc-4181-bbe9-e0378f71c8b0 Content-Encoding: gzip Content-Length: 9164 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 725766443 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.187513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.189845] pid_max: default: 32768 minimum: 301\n[ 0.191112] ACPI: Core revision 20150930\n[ 0.192820] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.194658] Security Framework initialized\n[ 0.195803] Yama: becoming mindful.\n[ 0.196832] AppArmor: AppArmor initialized\n[ 0.198019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199838] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.201606] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203277] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205225] Initializing cgroup subsys io\n[ 0.206382] Initializing cgroup subsys memory\n[ 0.207592] Initializing cgroup subsys devices\n[ 0.208817] Initializing cgroup subsys freezer\n[ 0.210034] Initializing cgroup subsys net_cls\n[ 0.211261] Initializing cgroup subsys perf_event\n[ 0.212548] Initializing cgroup subsys net_prio\n[ 0.213790] Initializing cgroup subsys hugetlb\n[ 0.215011] Initializing cgroup subsys pids\n[ 0.216225] CPU: Physical Processor ID: 0\n[ 0.218046] mce: CPU supports 10 MCE banks\n[ 0.219234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.220636] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235987] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.242979] ftrace: allocating 31920 entries in 125 pages\n[ 0.269936] smpboot: Max logical packages: 1\n[ 0.271148] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273050] x2apic enabled\n[ 0.274224] Switched APIC routing to physical x2apic.\n[ 0.276730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278296] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281068] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283581] KVM setup paravirtual spinlock\n[ 0.285346] x86: Booted up 1 node, 1 CPUs\n[ 0.286478] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288399] devtmpfs: initialized\n[ 0.290409] evm: security.selinux\n[ 0.291398] evm: security.SMACK64\n[ 0.292375] evm: security.SMACK64EXEC\n[ 0.293428] evm: security.SMACK64TRANSMUTE\n[ 0.294562] evm: security.SMACK64MMAP\n[ 0.295605] evm: security.ima\n[ 0.296505] evm: security.capability\n[ 0.297621] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300229] pinctrl core: initialized pinctrl subsystem\n[ 0.301725] RTC time: 20:52:53, date: 08/18/18\n[ 0.303029] NET: Registered protocol family 16\n[ 0.304370] cpuidle: using governor ladder\n[ 0.305505] cpuidle: using governor menu\n[ 0.306612] PCCT header not found.\n[ 0.307652] ACPI: bus type PCI registered\n[ 0.308768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310484] PCI: Using configuration type 1 for base access\n[ 0.312688] ACPI: Added _OSI(Module Device)\n[ 0.313883] ACPI: Added _OSI(Processor Device)\n[ 0.315145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318625] ACPI: Interpreter enabled\n[ 0.319706] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330038] ACPI: (supports S0 S5)\n[ 0.331037] ACPI: Using IOAPIC for interrupt routing\n[ 0.332365] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337864] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339581] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344280] acpiphp: Slot [3] registered\n[ 0.345417] acpiphp: Slot [4] registered\n[ 0.346578] acpiphp: Slot [5] registered\n[ 0.347722] acpiphp: Slot [6] registered\n[ 0.348858] acpiphp: Slot [7] registered\n[ 0.349998] acpiphp: Slot [8] registered\n[ 0.351123] acpiphp: Slot [9] registered\n[ 0.352237] acpiphp: Slot [10] registered\n[ 0.353371] acpiphp: Slot [11] registered\n[ 0.354507] acpiphp: Slot [12] registered\n[ 0.355643] acpiphp: Slot [13] registered\n[ 0.356776] acpiphp: Slot [14] registered\n[ 0.357912] acpiphp: Slot [15] registered\n[ 0.373485] acpiphp: Slot [16] registered\n[ 0.374636] acpiphp: Slot [17] registered\n[ 0.375763] acpiphp: Slot [18] registered\n[ 0.376892] acpiphp: Slot [19] registered\n[ 0.378026] acpiphp: Slot [20] registered\n[ 0.379160] acpiphp: Slot [21] registered\n[ 0.380292] acpiphp: Slot [22] registered\n[ 0.381428] acpiphp: Slot [23] registered\n[ 0.382571] acpiphp: Slot [24] registered\n[ 0.383706] acpiphp: Slot [25] registered\n[ 0.384834] acpiphp: Slot [26] registered\n[ 0.385965] acpiphp: Slot [27] registered\n[ 0.387106] acpiphp: Slot [28] registered\n[ 0.388244] acpiphp: Slot [29] registered\n[ 0.389381] acpiphp: Slot [30] registered\n[ 0.390521] acpiphp: Slot [31] registered\n[ 0.391657] PCI host bridge to bus 0000:00\n[ 0.392807] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394489] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.396171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.398217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.400258] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.402340] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.406575] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.408378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.410020] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411793] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.416236] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.418260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444418] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446404] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448657] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.450423] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.452289] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.453769] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455944] vgaarb: loaded\n[ 0.456801] vgaarb: bridge control possible 0000:00:02.0\n[ 0.458506] SCSI subsystem initialized\n[ 0.459803] ACPI: bus type USB registered\n[ 0.460975] usbcore: registered new interface driver usbfs\n[ 0.462427] usbcore: registered new interface driver hub\n[ 0.463840] usbcore: registered new device driver usb\n[ 0.465380] PCI: Using ACPI for IRQ routing\n[ 0.466950] NetLabel: Initializing\n[ 0.467962] NetLabel: domain hash size = 128\n[ 0.469165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470508] NetLabel: unlabeled traffic allowed by default\n[ 0.472140] clocksource: Switched to clocksource kvm-clock\n[ 0.482854] AppArmor: AppArmor Filesystem Enabled\n[ 0.484228] pnp: PnP ACPI init\n[ 0.485486] pnp: PnP ACPI: found 5 devices\n[ 0.492383] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.494788] NET: Registered protocol family 2\n[ 0.496261] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.498074] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.499760] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.501452] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502972] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504624] NET: Registered protocol family 1\n[ 0.505864] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.507422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.508936] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523549] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.537967] Trying to unpack rootfs image as initramfs...\n[ 0.600418] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607434] Scanning for low memory corruption every 60 seconds\n[ 0.610645] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.612353] audit: initializing netlink subsys (disabled)\n[ 0.613941] audit: type=2000 audit(1534625573.630:1): initialized\n[ 0.616113] Initialise system trusted keyring\n[ 0.617794] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.619402] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622279] zbud: loaded\n[ 0.623382] VFS: Disk quotas dquot_6.6.0\n[ 0.624559] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.626872] fuse init (API version 7.23)\n[ 0.628214] Key type big_key registered\n[ 0.629353] Allocating IMA MOK and blacklist keyrings.\n[ 0.631069] Key type asymmetric registered\n[ 0.632250] Asymmetric key parser 'x509' registered\n[ 0.633597] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635733] io scheduler noop registered\n[ 0.636859] io scheduler deadline registered (default)\n[ 0.638268] io scheduler cfq registered\n[ 0.639560] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.641014] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644951] ACPI: Power Button [PWRF]\n[ 0.646338] GHES: HEST is not enabled!\n[ 0.660725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.690394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.693455] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.717588] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.720762] Linux agpgart interface v0.103\n[ 0.724617] brd: module loaded\n[ 0.726969] loop: module loaded\n[ 0.732575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734608] GPT:90111 != 2097151\n[ 0.735560] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737064] GPT:90111 != 2097151\n[ 0.738006] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739334] vda: vda1 vda15\n[ 0.741275] scsi host0: ata_piix\n[ 0.742368] scsi host1: ata_piix\n[ 0.743380] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745049] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747112] libphy: Fixed MDIO Bus: probed\n[ 0.748490] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749806] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752844] PPP generic driver version 2.4.2\n[ 0.754199] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755888] ehci-pci: EHCI PCI platform driver\n[ 0.757176] ehci-platform: EHCI generic platform driver\n[ 0.758727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760792] ohci-pci: OHCI PCI platform driver\n[ 0.762385] ohci-platform: OHCI generic platform driver\n[ 0.764157] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.779149] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782647] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.784171] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.786004] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.787676] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.789629] usb usb1: Product: UHCI Host Controller\n[ 0.790891] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.792606] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793964] hub 1-0:1.0: USB hub found\n[ 0.795051] hub 1-0:1.0: 2 ports detected\n[ 0.796340] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.799228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.800564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.802012] mousedev: PS/2 mouse device common for all mice\n[ 0.803725] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.806316] rtc_cmos 00:00: RTC can wake from S4\n[ 0.807882] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.809533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.811172] i2c /dev entries driver\n[ 0.812247] device-mapper: uevent: version 1.0.3\n[ 0.813558] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.815831] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.817718] NET: Registered protocol family 10\n[ 0.819289] NET: Registered protocol family 17\n[ 0.820532] Key type dns_resolver registered\n[ 0.821844] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.823347] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825782] registered taskstats version 1\n[ 0.826943] Loading compiled-in X.509 certificates\n[ 0.828777] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.831363] zswap: loaded using pool lzo/zbud\n[ 0.833459] Key type trusted registered\n[ 0.835941] Key type encrypted registered\n[ 0.837114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.838577] ima: No TPM chip found, activating TPM-bypass!\n[ 0.840065] evm: HMAC attrs: 0x1\n[ 0.841392] Magic number: 14:825:902\n[ 0.842622] rtc_cmos 00:00: setting system clock to 2018-08-18 20:52:54 UTC (1534625574)\n[ 0.844900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.846448] EDD information not available.\n[ 0.905824] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.922041] Write protecting the kernel read-only data: 14336k\n[ 0.925036] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.927565] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.093004] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC5pzvUyaHsFV+i4KJtICPF2ZCqVGWNMsKmk6/DMjUe1mpLXvKDnlmq696E5sCfWr9x8qBUXMZzegXRCl8unQSqyN46WxTN6ofdqxgjk37jH07/Nkdt9OTb+AFYzOceh9JRKqBZY1h57i7va/uTpnyk3BhrAdZgTfWbAA030k9N5Nme6ZrAU8ZwEZ0bD9S2AFMz/skcwmPX1bKsqzxF8/ZzvnObRgVm0jLGnNAdtUnnoQje8z3jgIN4HmZG9EuEkUrXU2amF3pAp0kguMoxiYGECXJaeX24sNTA1oH7sOUNSlfd9SJQbUdyVLrVgA2EJJeZpSVuIys6OTrPEhfCXZf root@vping-userdata-vm2-c8e36bd3-daf9-4e75-a755-3e486c4e646d\nssh-dss AAAAB3NzaC1kc3MAAACBAL2Vpnm8wqofrcFtCgGJe61IYngquvgWqURsCiW+hAAldL7wfLpISQW/WhJ8R//TuMgzlMrIBL6LIyZwWSOPFmxjWR7sy4ETik5IZrTfHY2NNCBKoRLRzMM0X8eO1SGCuXQf9JS9wTOnAmUTimEX346oYMiEbtyR4pgZPsRabMRFAAAAFQDAEZWFXiuca1Eanag3BMyad53YZQAAAIAaMyBwLlubT8o51FNYmu7nasCJg1I6XYPari0h/MaGRFXMRGHILSIUBuJL9CcfD4mrk3/jpaYMWPJQOUul1LMfin8IqURkJZrCmzK8YgLjTWKaxHxbyGfWSjyaygq5LMKRokq8ykm/3Y5V/ZE0PNtNolOAJAb66oPhBbGZh7pjiwAAAIB42TZq0UcUzajbBlNY5VgfN5I4a+3f9POoab4amALp3USrvps3Oawyua2tvci4YFqls9aPbnO/syy5I6JJNZXftAlScxbuFqU6VPJIONShduk/rMA1mkU6M8+lxy6NiDgCuC+SdcvESi9VEj7mVyxH/2bUOJtL/ky8yULhkPbT6g== root@vping-userdata-vm2-c8e36bd3-daf9-4e75-a755-3e486c4e646d\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n"} 2018-08-18 20:52:56,773 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8/action used request id req-3907bdc7-f5bc-4181-bbe9-e0378f71c8b0 2018-08-18 20:52:56,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0702040195465s 2018-08-18 20:52:56,774 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8/action used request id req-3907bdc7-f5bc-4181-bbe9-e0378f71c8b0 2018-08-18 20:52:56,775 - 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 725766443 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.187513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.189845] pid_max: default: 32768 minimum: 301 [ 0.191112] ACPI: Core revision 20150930 [ 0.192820] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.194658] Security Framework initialized [ 0.195803] Yama: becoming mindful. [ 0.196832] AppArmor: AppArmor initialized [ 0.198019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.199838] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.201606] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203277] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205225] Initializing cgroup subsys io [ 0.206382] Initializing cgroup subsys memory [ 0.207592] Initializing cgroup subsys devices [ 0.208817] Initializing cgroup subsys freezer [ 0.210034] Initializing cgroup subsys net_cls [ 0.211261] Initializing cgroup subsys perf_event [ 0.212548] Initializing cgroup subsys net_prio [ 0.213790] Initializing cgroup subsys hugetlb [ 0.215011] Initializing cgroup subsys pids [ 0.216225] CPU: Physical Processor ID: 0 [ 0.218046] mce: CPU supports 10 MCE banks [ 0.219234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220636] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.235987] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.242979] ftrace: allocating 31920 entries in 125 pages [ 0.269936] smpboot: Max logical packages: 1 [ 0.271148] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273050] x2apic enabled [ 0.274224] Switched APIC routing to physical x2apic. [ 0.276730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278296] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281068] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283581] KVM setup paravirtual spinlock [ 0.285346] x86: Booted up 1 node, 1 CPUs [ 0.286478] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288399] devtmpfs: initialized [ 0.290409] evm: security.selinux [ 0.291398] evm: security.SMACK64 [ 0.292375] evm: security.SMACK64EXEC [ 0.293428] evm: security.SMACK64TRANSMUTE [ 0.294562] evm: security.SMACK64MMAP [ 0.295605] evm: security.ima [ 0.296505] evm: security.capability [ 0.297621] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300229] pinctrl core: initialized pinctrl subsystem [ 0.301725] RTC time: 20:52:53, date: 08/18/18 [ 0.303029] NET: Registered protocol family 16 [ 0.304370] cpuidle: using governor ladder [ 0.305505] cpuidle: using governor menu [ 0.306612] PCCT header not found. [ 0.307652] ACPI: bus type PCI registered [ 0.308768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.310484] PCI: Using configuration type 1 for base access [ 0.312688] ACPI: Added _OSI(Module Device) [ 0.313883] ACPI: Added _OSI(Processor Device) [ 0.315145] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316401] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318625] ACPI: Interpreter enabled [ 0.319706] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.322294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.324862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.327455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.330038] ACPI: (supports S0 S5) [ 0.331037] ACPI: Using IOAPIC for interrupt routing [ 0.332365] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.336261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.337864] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.339581] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.341242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.344280] acpiphp: Slot [3] registered [ 0.345417] acpiphp: Slot [4] registered [ 0.346578] acpiphp: Slot [5] registered [ 0.347722] acpiphp: Slot [6] registered [ 0.348858] acpiphp: Slot [7] registered [ 0.349998] acpiphp: Slot [8] registered [ 0.351123] acpiphp: Slot [9] registered [ 0.352237] acpiphp: Slot [10] registered [ 0.353371] acpiphp: Slot [11] registered [ 0.354507] acpiphp: Slot [12] registered [ 0.355643] acpiphp: Slot [13] registered [ 0.356776] acpiphp: Slot [14] registered [ 0.357912] acpiphp: Slot [15] registered [ 0.373485] acpiphp: Slot [16] registered [ 0.374636] acpiphp: Slot [17] registered [ 0.375763] acpiphp: Slot [18] registered [ 0.376892] acpiphp: Slot [19] registered [ 0.378026] acpiphp: Slot [20] registered [ 0.379160] acpiphp: Slot [21] registered [ 0.380292] acpiphp: Slot [22] registered [ 0.381428] acpiphp: Slot [23] registered [ 0.382571] acpiphp: Slot [24] registered [ 0.383706] acpiphp: Slot [25] registered [ 0.384834] acpiphp: Slot [26] registered [ 0.385965] acpiphp: Slot [27] registered [ 0.387106] acpiphp: Slot [28] registered [ 0.388244] acpiphp: Slot [29] registered [ 0.389381] acpiphp: Slot [30] registered [ 0.390521] acpiphp: Slot [31] registered [ 0.391657] PCI host bridge to bus 0000:00 [ 0.392807] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.394489] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.396171] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.398217] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.400258] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.402340] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.406575] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.408378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.410020] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.411793] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.416236] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.418260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444418] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446404] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448657] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.450423] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.452289] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.453769] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455944] vgaarb: loaded [ 0.456801] vgaarb: bridge control possible 0000:00:02.0 [ 0.458506] SCSI subsystem initialized [ 0.459803] ACPI: bus type USB registered [ 0.460975] usbcore: registered new interface driver usbfs [ 0.462427] usbcore: registered new interface driver hub [ 0.463840] usbcore: registered new device driver usb [ 0.465380] PCI: Using ACPI for IRQ routing [ 0.466950] NetLabel: Initializing [ 0.467962] NetLabel: domain hash size = 128 [ 0.469165] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470508] NetLabel: unlabeled traffic allowed by default [ 0.472140] clocksource: Switched to clocksource kvm-clock [ 0.482854] AppArmor: AppArmor Filesystem Enabled [ 0.484228] pnp: PnP ACPI init [ 0.485486] pnp: PnP ACPI: found 5 devices [ 0.492383] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.494788] NET: Registered protocol family 2 [ 0.496261] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.498074] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.499760] TCP: Hash tables configured (established 4096 bind 4096) [ 0.501452] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.502972] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.504624] NET: Registered protocol family 1 [ 0.505864] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.507422] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.508936] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523549] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.537967] Trying to unpack rootfs image as initramfs... [ 0.600418] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.607434] Scanning for low memory corruption every 60 seconds [ 0.610645] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.612353] audit: initializing netlink subsys (disabled) [ 0.613941] audit: type=2000 audit(1534625573.630:1): initialized [ 0.616113] Initialise system trusted keyring [ 0.617794] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.619402] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.622279] zbud: loaded [ 0.623382] VFS: Disk quotas dquot_6.6.0 [ 0.624559] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.626872] fuse init (API version 7.23) [ 0.628214] Key type big_key registered [ 0.629353] Allocating IMA MOK and blacklist keyrings. [ 0.631069] Key type asymmetric registered [ 0.632250] Asymmetric key parser 'x509' registered [ 0.633597] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.635733] io scheduler noop registered [ 0.636859] io scheduler deadline registered (default) [ 0.638268] io scheduler cfq registered [ 0.639560] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.641014] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.642901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.644951] ACPI: Power Button [PWRF] [ 0.646338] GHES: HEST is not enabled! [ 0.660725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.690394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.693455] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.717588] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.720762] Linux agpgart interface v0.103 [ 0.724617] brd: module loaded [ 0.726969] loop: module loaded [ 0.732575] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.734608] GPT:90111 != 2097151 [ 0.735560] GPT:Alternate GPT header not at the end of the disk. [ 0.737064] GPT:90111 != 2097151 [ 0.738006] GPT: Use GNU Parted to correct GPT errors. [ 0.739334] vda: vda1 vda15 [ 0.741275] scsi host0: ata_piix [ 0.742368] scsi host1: ata_piix [ 0.743380] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.745049] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.747112] libphy: Fixed MDIO Bus: probed [ 0.748490] tun: Universal TUN/TAP device driver, 1.6 [ 0.749806] tun: (C) 1999-2004 Max Krasnyansky [ 0.752844] PPP generic driver version 2.4.2 [ 0.754199] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.755888] ehci-pci: EHCI PCI platform driver [ 0.757176] ehci-platform: EHCI generic platform driver [ 0.758727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760792] ohci-pci: OHCI PCI platform driver [ 0.762385] ohci-platform: OHCI generic platform driver [ 0.764157] uhci_hcd: USB Universal Host Controller Interface driver [ 0.779149] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.780555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.782647] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.784171] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.786004] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.787676] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.789629] usb usb1: Product: UHCI Host Controller [ 0.790891] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.792606] usb usb1: SerialNumber: 0000:00:01.2 [ 0.793964] hub 1-0:1.0: USB hub found [ 0.795051] hub 1-0:1.0: 2 ports detected [ 0.796340] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.799228] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.800564] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.802012] mousedev: PS/2 mouse device common for all mice [ 0.803725] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.806316] rtc_cmos 00:00: RTC can wake from S4 [ 0.807882] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.809533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.811172] i2c /dev entries driver [ 0.812247] device-mapper: uevent: version 1.0.3 [ 0.813558] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.815831] ledtrig-cpu: registered to indicate activity on CPUs [ 0.817718] NET: Registered protocol family 10 [ 0.819289] NET: Registered protocol family 17 [ 0.820532] Key type dns_resolver registered [ 0.821844] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.823347] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.825782] registered taskstats version 1 [ 0.826943] Loading compiled-in X.509 certificates [ 0.828777] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.831363] zswap: loaded using pool lzo/zbud [ 0.833459] Key type trusted registered [ 0.835941] Key type encrypted registered [ 0.837114] AppArmor: AppArmor sha1 policy hashing enabled [ 0.838577] ima: No TPM chip found, activating TPM-bypass! [ 0.840065] evm: HMAC attrs: 0x1 [ 0.841392] Magic number: 14:825:902 [ 0.842622] rtc_cmos 00:00: setting system clock to 2018-08-18 20:52:54 UTC (1534625574) [ 0.844900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.846448] EDD information not available. [ 0.905824] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922041] Write protecting the kernel read-only data: 14336k [ 0.925036] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.927565] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.093004] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC5pzvUyaHsFV+i4KJtICPF2ZCqVGWNMsKmk6/DMjUe1mpLXvKDnlmq696E5sCfWr9x8qBUXMZzegXRCl8unQSqyN46WxTN6ofdqxgjk37jH07/Nkdt9OTb+AFYzOceh9JRKqBZY1h57i7va/uTpnyk3BhrAdZgTfWbAA030k9N5Nme6ZrAU8ZwEZ0bD9S2AFMz/skcwmPX1bKsqzxF8/ZzvnObRgVm0jLGnNAdtUnnoQje8z3jgIN4HmZG9EuEkUrXU2amF3pAp0kguMoxiYGECXJaeX24sNTA1oH7sOUNSlfd9SJQbUdyVLrVgA2EJJeZpSVuIys6OTrPEhfCXZf root@vping-userdata-vm2-c8e36bd3-daf9-4e75-a755-3e486c4e646d ssh-dss AAAAB3NzaC1kc3MAAACBAL2Vpnm8wqofrcFtCgGJe61IYngquvgWqURsCiW+hAAldL7wfLpISQW/WhJ8R//TuMgzlMrIBL6LIyZwWSOPFmxjWR7sy4ETik5IZrTfHY2NNCBKoRLRzMM0X8eO1SGCuXQf9JS9wTOnAmUTimEX346oYMiEbtyR4pgZPsRabMRFAAAAFQDAEZWFXiuca1Eanag3BMyad53YZQAAAIAaMyBwLlubT8o51FNYmu7nasCJg1I6XYPari0h/MaGRFXMRGHILSIUBuJL9CcfD4mrk3/jpaYMWPJQOUul1LMfin8IqURkJZrCmzK8YgLjTWKaxHxbyGfWSjyaygq5LMKRokq8ykm/3Y5V/ZE0PNtNolOAJAb66oPhBbGZh7pjiwAAAIB42TZq0UcUzajbBlNY5VgfN5I4a+3f9POoab4amALp3USrvps3Oawyua2tvci4YFqls9aPbnO/syy5I6JJNZXftAlScxbuFqU6VPJIONShduk/rMA1mkU6M8+lxy6NiDgCuC+SdcvESi9VEj7mVyxH/2bUOJtL/ky8yULhkPbT6g== root@vping-userdata-vm2-c8e36bd3-daf9-4e75-a755-3e486c4e646d -----END SSH HOST KEY KEYS----- === network info === 2018-08-18 20:52:56,776 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-18 20:52:56,889 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:52:56,890 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-18 20:52:56,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 20:52:56,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:57,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:52: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-20592df0-c49c-4c61-a0bf-fa475ce698e5 x-compute-request-id: req-20592df0-c49c-4c61-a0bf-fa475ce698e5 Content-Type: application/json 2018-08-18 20:52:57,205 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8 used request id req-20592df0-c49c-4c61-a0bf-fa475ce698e5 2018-08-18 20:52:57,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.309994220734s 2018-08-18 20:52:57,206 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8 used request id req-20592df0-c49c-4c61-a0bf-fa475ce698e5 2018-08-18 20:52:57,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:57,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:57,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-14795bf8-c82b-4d9e-a233-82e59443a87c x-compute-request-id: req-14795bf8-c82b-4d9e-a233-82e59443a87c Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:a6:49", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:52.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "147f6870-c1a9-427a-8db3-397f1a1bd2c8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:52Z", "hostId": "b53d084334add72f2706b9e00938f67fcda657ffdab899e23d1c91b7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:46Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:55:20", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/538dab28-6d02-4e53-9286-ecb04cfe5bc8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:43.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "538dab28-6d02-4e53-9286-ecb04cfe5bc8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:56Z", "hostId": "948e8782eeed89293963539a6cbde68fccb6182bdf8cc32e851d3a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:36Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:57,575 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14795bf8-c82b-4d9e-a233-82e59443a87c 2018-08-18 20:52:57,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369400024414s 2018-08-18 20:52:57,576 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14795bf8-c82b-4d9e-a233-82e59443a87c 2018-08-18 20:52:57,578 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:52:59,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:59,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:59,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-20c1c573-cf91-4fc8-a1dc-67cf895602cc x-compute-request-id: req-20c1c573-cf91-4fc8-a1dc-67cf895602cc Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:a6:49", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:52.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "147f6870-c1a9-427a-8db3-397f1a1bd2c8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:52Z", "hostId": "b53d084334add72f2706b9e00938f67fcda657ffdab899e23d1c91b7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:46Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:52:59,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-20c1c573-cf91-4fc8-a1dc-67cf895602cc 2018-08-18 20:52:59,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193588972092s 2018-08-18 20:52:59,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-20c1c573-cf91-4fc8-a1dc-67cf895602cc 2018-08-18 20:52:59,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 20:52:59,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:52:59,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:52:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-79f688a1-cf2b-4c55-bc99-b4da51a21454 x-compute-request-id: req-79f688a1-cf2b-4c55-bc99-b4da51a21454 Content-Type: application/json 2018-08-18 20:52:59,948 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8 used request id req-79f688a1-cf2b-4c55-bc99-b4da51a21454 2018-08-18 20:52:59,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.171303987503s 2018-08-18 20:52:59,949 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8 used request id req-79f688a1-cf2b-4c55-bc99-b4da51a21454 2018-08-18 20:52:59,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:52:59,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:53:00,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:52: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-0afe084c-d8c0-40af-93d4-824c9ac5a635 x-compute-request-id: req-0afe084c-d8c0-40af-93d4-824c9ac5a635 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:a6:49", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/147f6870-c1a9-427a-8db3-397f1a1bd2c8", "rel": "bookmark"}], "image": {"id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "links": [{"href": "http://172.30.9.28:8774/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:52:52.000000", "flavor": {"id": "219274f4-2802-4968-8eba-872ae9787065", "links": [{"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "bookmark"}]}, "id": "147f6870-c1a9-427a-8db3-397f1a1bd2c8", "security_groups": [{"name": "default"}], "user_id": "def09e4ca4c54e6fb039b2c997054344", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:52:59Z", "hostId": "b53d084334add72f2706b9e00938f67fcda657ffdab899e23d1c91b7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "created": "2018-08-18T20:52:46Z", "tenant_id": "a055ddb67d0941479df26864383eec5d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:53:00,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0afe084c-d8c0-40af-93d4-824c9ac5a635 2018-08-18 20:53:00,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.491263866425s 2018-08-18 20:53:00,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0afe084c-d8c0-40af-93d4-824c9ac5a635 2018-08-18 20:53:00,442 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:53:02,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:53:02,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:53:02,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53: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-08144296-e783-42f7-a812-d071e218e47a x-compute-request-id: req-08144296-e783-42f7-a812-d071e218e47a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 20:53:02,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-08144296-e783-42f7-a812-d071e218e47a 2018-08-18 20:53:02,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0639610290527s 2018-08-18 20:53:02,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-08144296-e783-42f7-a812-d071e218e47a 2018-08-18 20:53:02,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 20:53:02,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/500c623c-3550-464a-b9d8-fc88cb8faacf/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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" -d '{"subnet_id": "3bbf500c-dd17-4154-96f3-f2d02484db4b"}' 2018-08-18 20:53:04,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cb0832dd-b712-493f-ab4e-cc21c234e319 Date: Sat, 18 Aug 2018 20:53:04 GMT RESP BODY: {"network_id": "633fa6f9-de1c-4288-95f6-b183158031a6", "tenant_id": "a055ddb67d0941479df26864383eec5d", "subnet_id": "3bbf500c-dd17-4154-96f3-f2d02484db4b", "subnet_ids": ["3bbf500c-dd17-4154-96f3-f2d02484db4b"], "port_id": "5e9cc4d7-8ae1-4996-b608-bf1a8329a363", "id": "500c623c-3550-464a-b9d8-fc88cb8faacf"} 2018-08-18 20:53:04,003 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/500c623c-3550-464a-b9d8-fc88cb8faacf/remove_router_interface.json used request id req-cb0832dd-b712-493f-ab4e-cc21c234e319 2018-08-18 20:53:04,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.49237108231s 2018-08-18 20:53:04,003 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/500c623c-3550-464a-b9d8-fc88cb8faacf/remove_router_interface.json used request id req-cb0832dd-b712-493f-ab4e-cc21c234e319 returning object 500c623c-3550-464a-b9d8-fc88cb8faacf 2018-08-18 20:53:04,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 20:53:04,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:53:04,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9ac14b52-c3c1-45c2-875e-71e0afa39044 Date: Sat, 18 Aug 2018 20:53:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "a055ddb67d0941479df26864383eec5d", "created_at": "2018-08-18T20:52:30Z", "admin_state_up": true, "updated_at": "2018-08-18T20:53:03Z", "revision_number": 4, "routes": [], "project_id": "a055ddb67d0941479df26864383eec5d", "id": "500c623c-3550-464a-b9d8-fc88cb8faacf", "name": "vping_userdata-router_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}]} 2018-08-18 20:53:04,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9ac14b52-c3c1-45c2-875e-71e0afa39044 2018-08-18 20:53:04,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.111804962158s 2018-08-18 20:53:04,116 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9ac14b52-c3c1-45c2-875e-71e0afa39044 2018-08-18 20:53:04,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 20:53:04,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/500c623c-3550-464a-b9d8-fc88cb8faacf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:53:05,488 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c1a5fd7-da44-4c6a-9d44-80e099323574 Content-Length: 0 Date: Sat, 18 Aug 2018 20:53:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:53:05,488 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/500c623c-3550-464a-b9d8-fc88cb8faacf.json used request id req-1c1a5fd7-da44-4c6a-9d44-80e099323574 2018-08-18 20:53:05,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.37073493004s 2018-08-18 20:53:05,489 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/500c623c-3550-464a-b9d8-fc88cb8faacf.json used request id req-1c1a5fd7-da44-4c6a-9d44-80e099323574 2018-08-18 20:53:05,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:53:05,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:53:05,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-467734c4-8344-4457-a13e-c8809dce1a05 Date: Sat, 18 Aug 2018 20:53:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"633fa6f9-de1c-4288-95f6-b183158031a6","tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:52:29Z","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":"a055ddb67d0941479df26864383eec5d","id":"3bbf500c-dd17-4154-96f3-f2d02484db4b","subnetpool_id":null,"name":"vping_userdata-subnet_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}]} 2018-08-18 20:53:05,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-467734c4-8344-4457-a13e-c8809dce1a05 2018-08-18 20:53:05,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0488510131836s 2018-08-18 20:53:05,538 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-467734c4-8344-4457-a13e-c8809dce1a05 2018-08-18 20:53:05,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 20:53:05,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/3bbf500c-dd17-4154-96f3-f2d02484db4b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:53:06,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4b33fa4e-ac61-4c6f-98db-3526e2858a07 Date: Sat, 18 Aug 2018 20:53:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:53:06,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3bbf500c-dd17-4154-96f3-f2d02484db4b.json used request id req-4b33fa4e-ac61-4c6f-98db-3526e2858a07 2018-08-18 20:53:06,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.15237593651s 2018-08-18 20:53:06,693 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3bbf500c-dd17-4154-96f3-f2d02484db4b.json used request id req-4b33fa4e-ac61-4c6f-98db-3526e2858a07 2018-08-18 20:53:06,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:53:06,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:53:06,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-7678741a-81a0-4f11-b2ea-55b89085c6fc Date: Sat, 18 Aug 2018 20:53:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:53:06Z","tenant_id":"a055ddb67d0941479df26864383eec5d","created_at":"2018-08-18T20:52:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a055ddb67d0941479df26864383eec5d","id":"633fa6f9-de1c-4288-95f6-b183158031a6","name":"vping_userdata-net_c8e36bd3-daf9-4e75-a755-3e486c4e646d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 20:53:06,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7678741a-81a0-4f11-b2ea-55b89085c6fc 2018-08-18 20:53:06,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0864939689636s 2018-08-18 20:53:06,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7678741a-81a0-4f11-b2ea-55b89085c6fc 2018-08-18 20:53:06,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 20:53:06,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/633fa6f9-de1c-4288-95f6-b183158031a6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:53:08,037 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e78300d7-d3af-41e7-9582-b6748abc80ca Date: Sat, 18 Aug 2018 20:53:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:53:08,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/633fa6f9-de1c-4288-95f6-b183158031a6.json used request id req-e78300d7-d3af-41e7-9582-b6748abc80ca 2018-08-18 20:53:08,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25653505325s 2018-08-18 20:53:08,038 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/633fa6f9-de1c-4288-95f6-b183158031a6.json used request id req-e78300d7-d3af-41e7-9582-b6748abc80ca 2018-08-18 20:53:08,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:53:08,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:53:08,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-913608d6-b548-446d-a2ac-7eb9dfbc9e20 Date: Sat, 18 Aug 2018 20:53:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:52:34Z", "file": "/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/file", "owner": "a055ddb67d0941479df26864383eec5d", "id": "dd44f65a-0102-4171-98cb-0bf7046cf0cd", "size": 12716032, "self": "/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:52:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:53:08,328 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-913608d6-b548-446d-a2ac-7eb9dfbc9e20 2018-08-18 20:53:08,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286200046539s 2018-08-18 20:53:08,329 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-913608d6-b548-446d-a2ac-7eb9dfbc9e20 2018-08-18 20:53:08,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 20:53:08,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dc2ff00f2d72a810f8355b0f9d36c9d1bf7dd8f1" 2018-08-18 20:53:08,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64f23753-fd00-47a7-b6b7-5e5c5c638fe1 Date: Sat, 18 Aug 2018 20:53: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-18 20:53:08,676 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd used request id req-64f23753-fd00-47a7-b6b7-5e5c5c638fe1 2018-08-18 20:53:08,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.345836162567s 2018-08-18 20:53:08,677 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/dd44f65a-0102-4171-98cb-0bf7046cf0cd used request id req-64f23753-fd00-47a7-b6b7-5e5c5c638fe1 2018-08-18 20:53:08,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:53:08,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:53:08,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53: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-65de5fd8-4e1b-4531-906a-53fc5f053ddf x-compute-request-id: req-65de5fd8-4e1b-4531-906a-53fc5f053ddf Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/219274f4-2802-4968-8eba-872ae9787065", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/219274f4-2802-4968-8eba-872ae9787065", "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": "219274f4-2802-4968-8eba-872ae9787065"}]} 2018-08-18 20:53:08,699 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-65de5fd8-4e1b-4531-906a-53fc5f053ddf 2018-08-18 20:53:08,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0220861434937s 2018-08-18 20:53:08,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-65de5fd8-4e1b-4531-906a-53fc5f053ddf 2018-08-18 20:53:08,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 20:53:08,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/219274f4-2802-4968-8eba-872ae9787065 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:53:08,769 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:53: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-049cd883-4fa4-4709-ac75-731569770697 x-compute-request-id: req-049cd883-4fa4-4709-ac75-731569770697 Content-Length: 0 Content-Type: application/json 2018-08-18 20:53:08,769 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/219274f4-2802-4968-8eba-872ae9787065 used request id req-049cd883-4fa4-4709-ac75-731569770697 2018-08-18 20:53:08,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0686860084534s 2018-08-18 20:53:08,770 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/219274f4-2802-4968-8eba-872ae9787065 used request id req-049cd883-4fa4-4709-ac75-731569770697 2018-08-18 20:53:08,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:53:08,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:53:08,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0da4563-611e-4053-8b14-6fe9122cb1f1 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "links": {"self": "http://172.30.9.28:5000/v3/users/def09e4ca4c54e6fb039b2c997054344"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "def09e4ca4c54e6fb039b2c997054344", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:53:08,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f0da4563-611e-4053-8b14-6fe9122cb1f1 2018-08-18 20:53:08,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204159975052s 2018-08-18 20:53:08,975 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f0da4563-611e-4053-8b14-6fe9122cb1f1 2018-08-18 20:53:08,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:53:08,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/def09e4ca4c54e6fb039b2c997054344 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:53:09,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0905e864-ed25-49bd-8377-705ab1df9dd3 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_c8e36bd3-daf9-4e75-a755-3e486c4e646d", "links": {"self": "http://172.30.9.28:5000/v3/users/def09e4ca4c54e6fb039b2c997054344"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "def09e4ca4c54e6fb039b2c997054344", "description": null}} 2018-08-18 20:53:09,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/def09e4ca4c54e6fb039b2c997054344 used request id req-0905e864-ed25-49bd-8377-705ab1df9dd3 2018-08-18 20:53:09,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.190204143524s 2018-08-18 20:53:09,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/def09e4ca4c54e6fb039b2c997054344 used request id req-0905e864-ed25-49bd-8377-705ab1df9dd3 2018-08-18 20:53:09,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 20:53:09,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/def09e4ca4c54e6fb039b2c997054344 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:53:09,485 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f72e3f8c-8534-41a7-91af-823ed5315bf1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:53:09,485 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/def09e4ca4c54e6fb039b2c997054344 used request id req-f72e3f8c-8534-41a7-91af-823ed5315bf1 2018-08-18 20:53:09,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.313160896301s 2018-08-18 20:53:09,486 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/def09e4ca4c54e6fb039b2c997054344 used request id req-f72e3f8c-8534-41a7-91af-823ed5315bf1 2018-08-18 20:53:09,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:53:09,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:53:09,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8201b1ce-6a4c-4193-b863-0446534f599e Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/a055ddb67d0941479df26864383eec5d"}, "tags": [], "enabled": true, "id": "a055ddb67d0941479df26864383eec5d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c8e36bd3-daf9-4e75-a755-3e486c4e646d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 20:53:09,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-8201b1ce-6a4c-4193-b863-0446534f599e 2018-08-18 20:53:09,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178478002548s 2018-08-18 20:53:09,671 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-8201b1ce-6a4c-4193-b863-0446534f599e 2018-08-18 20:53:09,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 20:53:09,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/a055ddb67d0941479df26864383eec5d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa34750d6e880db8fe8e0ca6cb70a5c89f3fd565" 2018-08-18 20:53:09,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58705d13-452f-404e-a51a-08c390fe3b45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:53:09,907 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a055ddb67d0941479df26864383eec5d used request id req-58705d13-452f-404e-a51a-08c390fe3b45 2018-08-18 20:53:09,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.231424093246s 2018-08-18 20:53:09,907 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a055ddb67d0941479df26864383eec5d used request id req-58705d13-452f-404e-a51a-08c390fe3b45 2018-08-18 20:53:09,964 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-18 20:53:10,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:53:10,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:53:10,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:53:10,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:53:10,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:53:10,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:53:10,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:53:10,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:53:10,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:53:10,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:53:10,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:53:10,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:53:10,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ade8c9a-b9fe-48dd-afc7-acbc803d3e0b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:53:10,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4ade8c9a-b9fe-48dd-afc7-acbc803d3e0b 2018-08-18 20:53:10,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:53:10,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:53:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["Uc6GzCqbTym_4DEXQwRruQ"], "issued_at": "2018-08-18T20:53:10.000000Z"}} 2018-08-18 20:53:10,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:53:10,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:53:10,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cf8b0760-7561-473a-a879-89ce571633df Date: Sat, 18 Aug 2018 20:53:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:53:10,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cf8b0760-7561-473a-a879-89ce571633df 2018-08-18 20:53:10,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.332747220993s 2018-08-18 20:53:10,852 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cf8b0760-7561-473a-a879-89ce571633df 2018-08-18 20:53:10,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:53:10,862 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:53:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f4cac0f-ab3c-4856-a28e-8e4aeb25a84a 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 20:53:10,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-7f4cac0f-ab3c-4856-a28e-8e4aeb25a84a 2018-08-18 20:53:10,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:53:10,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:53:11,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9519fa68-56df-4bfe-8231-a3b4a8d681b7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 20:53:11,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-9519fa68-56df-4bfe-8231-a3b4a8d681b7 2018-08-18 20:53:11,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185461997986s 2018-08-18 20:53:11,049 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-9519fa68-56df-4bfe-8231-a3b4a8d681b7 2018-08-18 20:53:11,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 20:53:11,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}}' 2018-08-18 20:53:11,292 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:53:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7931b507-2d7d-410e-885a-3b4ebef6abd5 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.28:5000/v3/projects/2310d9f8d74643129211acd0bcc3dcf9"}, "tags": [], "enabled": true, "id": "2310d9f8d74643129211acd0bcc3dcf9", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}} 2018-08-18 20:53:11,293 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7931b507-2d7d-410e-885a-3b4ebef6abd5 2018-08-18 20:53:11,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.236657857895s 2018-08-18 20:53:11,293 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7931b507-2d7d-410e-885a-3b4ebef6abd5 2018-08-18 20:53:11,294 - 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'2310d9f8d74643129211acd0bcc3dcf9', '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_e61abef2-38c2-4e0d-b27e-6f9066bd747a'}) 2018-08-18 20:53:11,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 20:53:11,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8de247ff-e667-445b-b53f-151ce4b78962", "email": null, "name": "cinder_test-user_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}}' 2018-08-18 20:53:11,746 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 20:53:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77f806e6-a399-43ac-a2e5-13b375a2f266 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "links": {"self": "http://172.30.9.28:5000/v3/users/e8cbcb0cfd8e430f85af44912af4c2ca"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8cbcb0cfd8e430f85af44912af4c2ca", "domain_id": "default", "password_expires_at": null}} 2018-08-18 20:53:11,747 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-77f806e6-a399-43ac-a2e5-13b375a2f266 2018-08-18 20:53:11,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.447365045547s 2018-08-18 20:53:11,747 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-77f806e6-a399-43ac-a2e5-13b375a2f266 2018-08-18 20:53:11,748 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e8cbcb0cfd8e430f85af44912af4c2ca', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_e61abef2-38c2-4e0d-b27e-6f9066bd747a'}) 2018-08-18 20:53:11,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:53:11,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:53:11,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52aeca96-32af-4a92-b4bc-fbd1281029c5 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:53:11,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-52aeca96-32af-4a92-b4bc-fbd1281029c5 2018-08-18 20:53:11,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18475985527s 2018-08-18 20:53:11,936 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-52aeca96-32af-4a92-b4bc-fbd1281029c5 2018-08-18 20:53:11,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:53:11,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:53:12,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48eaa71a-bbdd-4c35-8fce-5950f357e3a5 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:53:12,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-48eaa71a-bbdd-4c35-8fce-5950f357e3a5 2018-08-18 20:53:12,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10350894928s 2018-08-18 20:53:12,045 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-48eaa71a-bbdd-4c35-8fce-5950f357e3a5 2018-08-18 20:53:12,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:53:12,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:53:12,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d377a3d-2622-4577-a13a-751c89e6dd1d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:53:12,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9d377a3d-2622-4577-a13a-751c89e6dd1d 2018-08-18 20:53:12,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0980989933014s 2018-08-18 20:53:12,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9d377a3d-2622-4577-a13a-751c89e6dd1d 2018-08-18 20:53:12,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 20:53:12,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:53:12,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c58c0b7-84a0-44aa-bda4-7f65d6c77441 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 20:53:12,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-8c58c0b7-84a0-44aa-bda4-7f65d6c77441 2018-08-18 20:53:12,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.170141935349s 2018-08-18 20:53:12,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-8c58c0b7-84a0-44aa-bda4-7f65d6c77441 2018-08-18 20:53:12,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:53:12,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:53:12,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40c59509-2fa9-4ca8-b89b-7ab3e044bea6 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder_test-user_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "links": {"self": "http://172.30.9.28:5000/v3/users/e8cbcb0cfd8e430f85af44912af4c2ca"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8cbcb0cfd8e430f85af44912af4c2ca", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:53:12,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-40c59509-2fa9-4ca8-b89b-7ab3e044bea6 2018-08-18 20:53:12,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20086812973s 2018-08-18 20:53:12,526 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-40c59509-2fa9-4ca8-b89b-7ab3e044bea6 2018-08-18 20:53:12,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:53:12,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:53:12,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42c164d5-89d4-4cce-a557-efccda8402fd Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/2310d9f8d74643129211acd0bcc3dcf9"}, "tags": [], "enabled": true, "id": "2310d9f8d74643129211acd0bcc3dcf9", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 20:53:12,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-42c164d5-89d4-4cce-a557-efccda8402fd 2018-08-18 20:53:12,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105839014053s 2018-08-18 20:53:12,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-42c164d5-89d4-4cce-a557-efccda8402fd 2018-08-18 20:53:12,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 20:53:12,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=e8cbcb0cfd8e430f85af44912af4c2ca&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=2310d9f8d74643129211acd0bcc3dcf9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:53:12,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-464e006c-e69e-4227-ab5d-86153048ebe0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e8cbcb0cfd8e430f85af44912af4c2ca&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=2310d9f8d74643129211acd0bcc3dcf9", "previous": null, "next": null}} 2018-08-18 20:53:12,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e8cbcb0cfd8e430f85af44912af4c2ca&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=2310d9f8d74643129211acd0bcc3dcf9 used request id req-464e006c-e69e-4227-ab5d-86153048ebe0 2018-08-18 20:53:12,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.136437892914s 2018-08-18 20:53:12,787 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e8cbcb0cfd8e430f85af44912af4c2ca&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=2310d9f8d74643129211acd0bcc3dcf9 used request id req-464e006c-e69e-4227-ab5d-86153048ebe0 2018-08-18 20:53:12,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 20:53:12,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/2310d9f8d74643129211acd0bcc3dcf9/users/e8cbcb0cfd8e430f85af44912af4c2ca/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:53:13,010 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:53:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daf3313f-ac6f-4c02-9512-14a51725261d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:53:13,011 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2310d9f8d74643129211acd0bcc3dcf9/users/e8cbcb0cfd8e430f85af44912af4c2ca/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-daf3313f-ac6f-4c02-9512-14a51725261d 2018-08-18 20:53:13,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.219897031784s 2018-08-18 20:53:13,011 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2310d9f8d74643129211acd0bcc3dcf9/users/e8cbcb0cfd8e430f85af44912af4c2ca/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-daf3313f-ac6f-4c02-9512-14a51725261d 2018-08-18 20:53:13,012 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 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'2310d9f8d74643129211acd0bcc3dcf9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8de247ff-e667-445b-b53f-151ce4b78962', 'username': u'cinder_test-user_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 20:53:13,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:53:13,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:53:13,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:53:13,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:53:13,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:53:13,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:53:13,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:53:13,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:53:13,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:53:13,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:53:13,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:53:13,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:53:13,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:53:13,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:53:13,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:53:13,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:53:13,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:53:13,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:53:13,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:53:13,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:53:13,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:53:13,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:53:13,016 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'password': '8de247ff-e667-445b-b53f-151ce4b78962', 'project_name': 'cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '2310d9f8d74643129211acd0bcc3dcf9', 'project_domain_name': 'Default'} 2018-08-18 20:53:13,017 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-18 20:53:13,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:53:13,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d3dd3c4-d68a-47a0-82f6-e875a63c35a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:53:13,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7d3dd3c4-d68a-47a0-82f6-e875a63c35a7 2018-08-18 20:53:13,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:53:13,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:53:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2310d9f8d74643129211acd0bcc3dcf9", "name": "cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/2310d9f8d74643129211acd0bcc3dcf9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/2310d9f8d74643129211acd0bcc3dcf9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/2310d9f8d74643129211acd0bcc3dcf9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/2310d9f8d74643129211acd0bcc3dcf9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/2310d9f8d74643129211acd0bcc3dcf9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2310d9f8d74643129211acd0bcc3dcf9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/2310d9f8d74643129211acd0bcc3dcf9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/2310d9f8d74643129211acd0bcc3dcf9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_2310d9f8d74643129211acd0bcc3dcf9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2310d9f8d74643129211acd0bcc3dcf9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/2310d9f8d74643129211acd0bcc3dcf9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/2310d9f8d74643129211acd0bcc3dcf9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/2310d9f8d74643129211acd0bcc3dcf9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "id": "e8cbcb0cfd8e430f85af44912af4c2ca"}, "audit_ids": ["Wz0HX1a-RniRrIUvpbGLLA"], "issued_at": "2018-08-18T20:53:13.000000Z"}} 2018-08-18 20:53:13,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 20:53:13,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"network": {"name": "cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "admin_state_up": true}}' 2018-08-18 20:53:14,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-5ac0224e-f7cc-49ef-a859-23e5ddd096e7 Date: Sat, 18 Aug 2018 20:53:14 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-18T20:53:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"953343ac-cc55-4be4-b963-2a978f3f731d","name":"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}} 2018-08-18 20:53:14,152 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5ac0224e-f7cc-49ef-a859-23e5ddd096e7 2018-08-18 20:53:14,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.730867862701s 2018-08-18 20:53:14,153 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5ac0224e-f7cc-49ef-a859-23e5ddd096e7 2018-08-18 20:53:14,153 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:53:14Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'953343ac-cc55-4be4-b963-2a978f3f731d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a', u'admin_state_up': True, u'tenant_id': u'2310d9f8d74643129211acd0bcc3dcf9', u'created_at': u'2018-08-18T20:53:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2310d9f8d74643129211acd0bcc3dcf9'}) 2018-08-18 20:53:14,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:53:14,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:14,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-bedea243-3062-4de7-b43e-b4b467198277 Date: Sat, 18 Aug 2018 20:53:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:53:14Z","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"953343ac-cc55-4be4-b963-2a978f3f731d","name":"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}]} 2018-08-18 20:53:14,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bedea243-3062-4de7-b43e-b4b467198277 2018-08-18 20:53:14,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.130295991898s 2018-08-18 20:53:14,284 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bedea243-3062-4de7-b43e-b4b467198277 2018-08-18 20:53:14,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 20:53:14,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"subnet": {"name": "cinder_test-subnet_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "enable_dhcp": true, "network_id": "953343ac-cc55-4be4-b963-2a978f3f731d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 20:53:15,029 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-1fc3daea-1fb3-4ef4-94b7-ab3e71e42292 Date: Sat, 18 Aug 2018 20:53:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"953343ac-cc55-4be4-b963-2a978f3f731d","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:53:14Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"71fbb1f1-b00e-4010-804c-51f77e6c09ea","subnetpool_id":null,"name":"cinder_test-subnet_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}} 2018-08-18 20:53:15,030 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1fc3daea-1fb3-4ef4-94b7-ab3e71e42292 2018-08-18 20:53:15,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.743660926819s 2018-08-18 20:53:15,030 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1fc3daea-1fb3-4ef4-94b7-ab3e71e42292 2018-08-18 20:53:15,031 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:53: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'71fbb1f1-b00e-4010-804c-51f77e6c09ea', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_e61abef2-38c2-4e0d-b27e-6f9066bd747a', u'enable_dhcp': True, u'network_id': u'953343ac-cc55-4be4-b963-2a978f3f731d', u'tenant_id': u'2310d9f8d74643129211acd0bcc3dcf9', u'created_at': u'2018-08-18T20:53: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'2310d9f8d74643129211acd0bcc3dcf9'}) 2018-08-18 20:53:15,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 20:53:15,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "cinder_test-router_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "admin_state_up": true}}' 2018-08-18 20:53:16,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-8980f678-9770-46e5-be88-79eaa8d10c69 Date: Sat, 18 Aug 2018 20:53:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:15Z", "admin_state_up": true, "updated_at": "2018-08-18T20:53:16Z", "revision_number": 2, "routes": [], "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "f5b6e4dd-af22-49a2-b995-bb346b40e5ef", "name": "cinder_test-router_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}} 2018-08-18 20:53:16,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8980f678-9770-46e5-be88-79eaa8d10c69 2018-08-18 20:53:16,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.17754602432s 2018-08-18 20:53:16,209 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8980f678-9770-46e5-be88-79eaa8d10c69 2018-08-18 20:53:16,210 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.219'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2310d9f8d74643129211acd0bcc3dcf9', u'created_at': u'2018-08-18T20:53:15Z', u'admin_state_up': True, u'updated_at': u'2018-08-18T20:53:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'2310d9f8d74643129211acd0bcc3dcf9', u'id': u'f5b6e4dd-af22-49a2-b995-bb346b40e5ef', u'name': u'cinder_test-router_e61abef2-38c2-4e0d-b27e-6f9066bd747a'}) 2018-08-18 20:53:16,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 20:53:16,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f5b6e4dd-af22-49a2-b995-bb346b40e5ef/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"subnet_id": "71fbb1f1-b00e-4010-804c-51f77e6c09ea"}' 2018-08-18 20:53:18,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a38d4f1f-5dca-4308-a1ff-434b956bd8c0 Date: Sat, 18 Aug 2018 20:53:18 GMT RESP BODY: {"network_id": "953343ac-cc55-4be4-b963-2a978f3f731d", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "subnet_id": "71fbb1f1-b00e-4010-804c-51f77e6c09ea", "subnet_ids": ["71fbb1f1-b00e-4010-804c-51f77e6c09ea"], "port_id": "bcc27e3d-0eed-4321-98bc-2b3831508c1b", "id": "f5b6e4dd-af22-49a2-b995-bb346b40e5ef"} 2018-08-18 20:53:18,047 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f5b6e4dd-af22-49a2-b995-bb346b40e5ef/add_router_interface.json used request id req-a38d4f1f-5dca-4308-a1ff-434b956bd8c0 2018-08-18 20:53:18,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83653211594s 2018-08-18 20:53:18,047 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f5b6e4dd-af22-49a2-b995-bb346b40e5ef/add_router_interface.json used request id req-a38d4f1f-5dca-4308-a1ff-434b956bd8c0 returning object f5b6e4dd-af22-49a2-b995-bb346b40e5ef 2018-08-18 20:53:18,048 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 20:53:18,170 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 20:53:18,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:53:18,176 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 20:53:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 20:53:18,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:53:18,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:18,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-39f3f382-4288-4a56-97b7-85e047e788e9 Date: Sat, 18 Aug 2018 20:53:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:53:18,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-39f3f382-4288-4a56-97b7-85e047e788e9 2018-08-18 20:53:18,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.28443312645s 2018-08-18 20:53:18,463 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-39f3f382-4288-4a56-97b7-85e047e788e9 2018-08-18 20:53:18,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 20:53:18,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}' 2018-08-18 20:53:18,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/674c5370-1341-4296-9454-f78b5170db0e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-47fa0553-483b-44cb-9d3f-2220c6243947 Date: Sat, 18 Aug 2018 20:53:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:53:18Z", "file": "/v2/images/674c5370-1341-4296-9454-f78b5170db0e/file", "owner": "2310d9f8d74643129211acd0bcc3dcf9", "id": "674c5370-1341-4296-9454-f78b5170db0e", "size": null, "self": "/v2/images/674c5370-1341-4296-9454-f78b5170db0e", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "checksum": null, "created_at": "2018-08-18T20:53:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 20:53:18,514 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-47fa0553-483b-44cb-9d3f-2220c6243947 2018-08-18 20:53:18,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0431938171387s 2018-08-18 20:53:18,514 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-47fa0553-483b-44cb-9d3f-2220c6243947 returning object 674c5370-1341-4296-9454-f78b5170db0e 2018-08-18 20:53:18,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 20:53:18,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/674c5370-1341-4296-9454-f78b5170db0e/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '' 2018-08-18 20:53:19,763 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f8da4f1b-f999-4bdd-9196-e7dd589a7ea4 Date: Sat, 18 Aug 2018 20:53: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-18 20:53:19,763 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/674c5370-1341-4296-9454-f78b5170db0e/file used request id req-f8da4f1b-f999-4bdd-9196-e7dd589a7ea4 2018-08-18 20:53:19,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.24847006798s 2018-08-18 20:53:19,764 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/674c5370-1341-4296-9454-f78b5170db0e/file used request id req-f8da4f1b-f999-4bdd-9196-e7dd589a7ea4 2018-08-18 20:53:19,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:53:19,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:19,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-b8e77571-018f-4a6e-b0e9-2c9ca631f156 Date: Sat, 18 Aug 2018 20:53:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:53:19Z", "file": "/v2/images/674c5370-1341-4296-9454-f78b5170db0e/file", "owner": "2310d9f8d74643129211acd0bcc3dcf9", "id": "674c5370-1341-4296-9454-f78b5170db0e", "size": 12716032, "self": "/v2/images/674c5370-1341-4296-9454-f78b5170db0e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/674c5370-1341-4296-9454-f78b5170db0e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/674c5370-1341-4296-9454-f78b5170db0e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:53:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:53:19,806 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b8e77571-018f-4a6e-b0e9-2c9ca631f156 2018-08-18 20:53:19,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.037721157074s 2018-08-18 20:53:19,806 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b8e77571-018f-4a6e-b0e9-2c9ca631f156 2018-08-18 20:53:19,808 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/674c5370-1341-4296-9454-f78b5170db0e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/674c5370-1341-4296-9454-f78b5170db0e/file', 'owner': u'2310d9f8d74643129211acd0bcc3dcf9', 'id': u'674c5370-1341-4296-9454-f78b5170db0e', 'size': 12716032, u'self': u'/v2/images/674c5370-1341-4296-9454-f78b5170db0e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2310d9f8d74643129211acd0bcc3dcf9', 'name': 'cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/674c5370-1341-4296-9454-f78b5170db0e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T20:53:19Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T20:53:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/674c5370-1341-4296-9454-f78b5170db0e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'created': u'2018-08-18T20:53:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T20:53:18Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/674c5370-1341-4296-9454-f78b5170db0e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 20:53:19,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 20:53:19,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 20:53:20,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53: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-bdc6d81d-601f-4d13-8751-02fd47818517 x-compute-request-id: req-bdc6d81d-601f-4d13-8751-02fd47818517 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "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": "98a01220-b302-4eea-aebc-984fbce40cf1"}} 2018-08-18 20:53:20,019 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bdc6d81d-601f-4d13-8751-02fd47818517 2018-08-18 20:53:20,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.210407972336s 2018-08-18 20:53:20,020 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bdc6d81d-601f-4d13-8751-02fd47818517 2018-08-18 20:53:20,021 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_e61abef2-38c2-4e0d-b27e-6f9066bd747a', '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'916340bf06fe4cb5a723b53dc60090de', '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'98a01220-b302-4eea-aebc-984fbce40cf1', 'swap': 0}) 2018-08-18 20:53:20,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 20:53:20,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/98a01220-b302-4eea-aebc-984fbce40cf1/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}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" -d '{"extra_specs": {}}' 2018-08-18 20:53:20,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53: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-6fbbd59e-fa66-4b7e-b6ab-52641e7589a2 x-compute-request-id: req-6fbbd59e-fa66-4b7e-b6ab-52641e7589a2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 20:53:20,042 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/98a01220-b302-4eea-aebc-984fbce40cf1/os-extra_specs used request id req-6fbbd59e-fa66-4b7e-b6ab-52641e7589a2 2018-08-18 20:53:20,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201640129089s 2018-08-18 20:53:20,042 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/98a01220-b302-4eea-aebc-984fbce40cf1/os-extra_specs used request id req-6fbbd59e-fa66-4b7e-b6ab-52641e7589a2 2018-08-18 20:53:20,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 20:53:20,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"keypair": {"name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}}' 2018-08-18 20:53:20,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53: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-14a5f3cb-5577-4581-aac7-dfefde52afc9 x-compute-request-id: req-14a5f3cb-5577-4581-aac7-dfefde52afc9 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAVAsmXz9SGjHbMEx5bpR464J3j+AbyqYN42Zr0Q4cjWa0uj9nERq+cgeYd3Nkzz67wMWytvV28wiqMufUQX2WqCIHATMURfnu1TcVzvY0teuYSkDOyJlJ1+rMjEIQwi7sTU1XNh0KSOYtxw4VjGw0AtvQwN3+D2pA12TMCEQEMIlanoa7xiUHOMuuAxsHHuSf7lYZjtYN0hi96ioenPUhrOrGAKzAF0wMVhRhfyOrtv68cnrjAtxlOJmIVQIWs9kzjMQbSY3+LsJDR6VnzjELOr7PcNzHWodLkgmts7tvLB5O7iAW6Uvphy021/vEFHsE2Y5CIK1BL3joQSvXZa+V Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwFQLJl8/Uhox2zBMeW6UeOuCd4/gG8qmDeNma9EOHI1mtLo/\nZxEavnIHmHdzZM8+u8DFsrb1dvMIqjLn1EF9lqgiBwEzFEX57tU3Fc72NLXrmEpA\nzsiZSdfqzIxCEMIu7E1NVzYdCkjmLccOFYxsNALb0MDd/g9qQNdkzAhEBDCJWp6G\nu8YlBzjLrgMbBx7kn+5WGY7WDdIYveoqHpz1IazqxgCswBdMDFYUYX8jq7b+vHJ6\n4wLcZTiZiFUCFrPZM4zEG0mN/i7CQ0elZ84xCzq+z3Dcx1qHS5IJrbO7byweTu4g\nFulL6YctNtf7xBR7BNmOQiCtQS946EEr12WvlQIDAQABAoIBAQCyRLRZCuwcY99W\ndbxMyiygsFssC5YE7J9iPCdRRGM6H+7VEdV26SnK4NMdhYrWJCrXyOT2tBNt//NG\nHw03dsS8AngX2grIfdwefk8izcT0MrN/Y0QS52j+Qz6F/nO2KOdpbHWFosjkIZIJ\nWHo7iv84bnXlVv/tX8hy9bOeUwMIhYFOFH+wshhe5mBvw6CR6elMHeyIZ6QH6Whz\nZTveeO7U86JCq/3j0nJg6tdsJg0mzkpwff4OD2ZFkIm8GPxU2H8D/MzRsm2j+oft\n+OCz8fWcGv7NVwVvtZ5pdVOiNV7+jCD9BKHUuzrGLo3rIvp1+wbAAtCNPbUGD8Jy\nFOD9Bzw5AoGBAN/R3qSKkMRLALL+RTs/OIsSYGt+dagsi0FiLaZ2eOrPItLx58br\nfwePQxb3FXQ749CqivrXhLklMvW1co7ofgH4dAV4Cvxh/ZTzdtqv4yS9iX0G6pSB\nsZ7WSD6tmGnK6iUo022m2JFOcoH0eZCBlrp58E5kIqQDiFFJcv/4Uq27AoGBANv7\nEQ9OHopcDgYieqe3VfBFnryvj+baxbKZHUTBf7ZILcUrJWlq5kXW/jzG+i2+R7Uq\n7UNTUrITdyIWyk8MTqeqpAXbUpkIsSOzfPNKOfMRc3r6WtR1/jZ32gR8KYHrr1GR\nW+nZgqSIrx8cXoNtwc86rFv+MlnV4sr/8nXMaZrvAoGAfHEdjvKT5u+kpeCF8ZkH\nARvojBu1oxmRG3tQ0lrQhA1C2XIyYgERkcxvitc6EHQ0CBKqTymA28f4+3A1D4vo\nc4QGTfweb5C0AxsSnChq7ESNqvwrdQJfFWcip+aw9TEi2iJG25KGmtO5CtQ4usWy\nXl/p4kv+jp6ALmHeFL+miH0CgYEAhvLCSG1X9vD5+XF1ZSXnJnrPIllhIfHbjfC4\nL9G0kxI8YdRSIxVdJkL5vDckiqNMQiuPWdnnxS6DyvnIKi4WomzgKmediBv47znQ\n0T8bxa1S9oJW7jdkN+3WZSH2JKl858EQbajtqBnhtGgm4uGWH5aS3exW3x2C/518\nFB/OOSkCgYEAhuXMcjZbo/XRjAgrmbTW8siZyoJIOHKdgnSf3udUmk35lH/vgJTf\ntVnGv9tN3wdWzUtM1CaUSHwz8udnpNiiAUqYb2lo1PFtDlt0wkaIWl4/lFUPZ/Am\nim8O87JFDNTC50o8WAhwIT8xls1/c3YZG0KCkGavaOA5a7b/a7E1z+o=\n-----END RSA PRIVATE KEY-----\n", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "fingerprint": "78:6c:64:50:58:dc:c2:c7:63:44:9e:21:8b:7c:19:e1"}} 2018-08-18 20:53:20,592 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-14a5f3cb-5577-4581-aac7-dfefde52afc9 2018-08-18 20:53:20,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.549752235413s 2018-08-18 20:53:20,593 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-14a5f3cb-5577-4581-aac7-dfefde52afc9 2018-08-18 20:53:20,594 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAVAsmXz9SGjHbMEx5bpR464J3j+AbyqYN42Zr0Q4cjWa0uj9nERq+cgeYd3Nkzz67wMWytvV28wiqMufUQX2WqCIHATMURfnu1TcVzvY0teuYSkDOyJlJ1+rMjEIQwi7sTU1XNh0KSOYtxw4VjGw0AtvQwN3+D2pA12TMCEQEMIlanoa7xiUHOMuuAxsHHuSf7lYZjtYN0hi96ioenPUhrOrGAKzAF0wMVhRhfyOrtv68cnrjAtxlOJmIVQIWs9kzjMQbSY3+LsJDR6VnzjELOr7PcNzHWodLkgmts7tvLB5O7iAW6Uvphy021/vEFHsE2Y5CIK1BL3joQSvXZa+V Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwFQLJl8/Uhox2zBMeW6UeOuCd4/gG8qmDeNma9EOHI1mtLo/\nZxEavnIHmHdzZM8+u8DFsrb1dvMIqjLn1EF9lqgiBwEzFEX57tU3Fc72NLXrmEpA\nzsiZSdfqzIxCEMIu7E1NVzYdCkjmLccOFYxsNALb0MDd/g9qQNdkzAhEBDCJWp6G\nu8YlBzjLrgMbBx7kn+5WGY7WDdIYveoqHpz1IazqxgCswBdMDFYUYX8jq7b+vHJ6\n4wLcZTiZiFUCFrPZM4zEG0mN/i7CQ0elZ84xCzq+z3Dcx1qHS5IJrbO7byweTu4g\nFulL6YctNtf7xBR7BNmOQiCtQS946EEr12WvlQIDAQABAoIBAQCyRLRZCuwcY99W\ndbxMyiygsFssC5YE7J9iPCdRRGM6H+7VEdV26SnK4NMdhYrWJCrXyOT2tBNt//NG\nHw03dsS8AngX2grIfdwefk8izcT0MrN/Y0QS52j+Qz6F/nO2KOdpbHWFosjkIZIJ\nWHo7iv84bnXlVv/tX8hy9bOeUwMIhYFOFH+wshhe5mBvw6CR6elMHeyIZ6QH6Whz\nZTveeO7U86JCq/3j0nJg6tdsJg0mzkpwff4OD2ZFkIm8GPxU2H8D/MzRsm2j+oft\n+OCz8fWcGv7NVwVvtZ5pdVOiNV7+jCD9BKHUuzrGLo3rIvp1+wbAAtCNPbUGD8Jy\nFOD9Bzw5AoGBAN/R3qSKkMRLALL+RTs/OIsSYGt+dagsi0FiLaZ2eOrPItLx58br\nfwePQxb3FXQ749CqivrXhLklMvW1co7ofgH4dAV4Cvxh/ZTzdtqv4yS9iX0G6pSB\nsZ7WSD6tmGnK6iUo022m2JFOcoH0eZCBlrp58E5kIqQDiFFJcv/4Uq27AoGBANv7\nEQ9OHopcDgYieqe3VfBFnryvj+baxbKZHUTBf7ZILcUrJWlq5kXW/jzG+i2+R7Uq\n7UNTUrITdyIWyk8MTqeqpAXbUpkIsSOzfPNKOfMRc3r6WtR1/jZ32gR8KYHrr1GR\nW+nZgqSIrx8cXoNtwc86rFv+MlnV4sr/8nXMaZrvAoGAfHEdjvKT5u+kpeCF8ZkH\nARvojBu1oxmRG3tQ0lrQhA1C2XIyYgERkcxvitc6EHQ0CBKqTymA28f4+3A1D4vo\nc4QGTfweb5C0AxsSnChq7ESNqvwrdQJfFWcip+aw9TEi2iJG25KGmtO5CtQ4usWy\nXl/p4kv+jp6ALmHeFL+miH0CgYEAhvLCSG1X9vD5+XF1ZSXnJnrPIllhIfHbjfC4\nL9G0kxI8YdRSIxVdJkL5vDckiqNMQiuPWdnnxS6DyvnIKi4WomzgKmediBv47znQ\n0T8bxa1S9oJW7jdkN+3WZSH2JKl858EQbajtqBnhtGgm4uGWH5aS3exW3x2C/518\nFB/OOSkCgYEAhuXMcjZbo/XRjAgrmbTW8siZyoJIOHKdgnSf3udUmk35lH/vgJTf\ntVnGv9tN3wdWzUtM1CaUSHwz8udnpNiiAUqYb2lo1PFtDlt0wkaIWl4/lFUPZ/Am\nim8O87JFDNTC50o8WAhwIT8xls1/c3YZG0KCkGavaOA5a7b/a7E1z+o=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e8cbcb0cfd8e430f85af44912af4c2ca', 'name': u'cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'created_at': '2018-08-18T20:53:20.594713', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2310d9f8d74643129211acd0bcc3dcf9', 'name': 'cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'78:6c:64:50:58:dc:c2:c7:63:44:9e:21:8b:7c:19:e1', 'type': 'ssh', 'id': u'cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a'}) 2018-08-18 20:53:20,595 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAwFQLJl8/Uhox2zBMeW6UeOuCd4/gG8qmDeNma9EOHI1mtLo/ ZxEavnIHmHdzZM8+u8DFsrb1dvMIqjLn1EF9lqgiBwEzFEX57tU3Fc72NLXrmEpA zsiZSdfqzIxCEMIu7E1NVzYdCkjmLccOFYxsNALb0MDd/g9qQNdkzAhEBDCJWp6G u8YlBzjLrgMbBx7kn+5WGY7WDdIYveoqHpz1IazqxgCswBdMDFYUYX8jq7b+vHJ6 4wLcZTiZiFUCFrPZM4zEG0mN/i7CQ0elZ84xCzq+z3Dcx1qHS5IJrbO7byweTu4g FulL6YctNtf7xBR7BNmOQiCtQS946EEr12WvlQIDAQABAoIBAQCyRLRZCuwcY99W dbxMyiygsFssC5YE7J9iPCdRRGM6H+7VEdV26SnK4NMdhYrWJCrXyOT2tBNt//NG Hw03dsS8AngX2grIfdwefk8izcT0MrN/Y0QS52j+Qz6F/nO2KOdpbHWFosjkIZIJ WHo7iv84bnXlVv/tX8hy9bOeUwMIhYFOFH+wshhe5mBvw6CR6elMHeyIZ6QH6Whz ZTveeO7U86JCq/3j0nJg6tdsJg0mzkpwff4OD2ZFkIm8GPxU2H8D/MzRsm2j+oft +OCz8fWcGv7NVwVvtZ5pdVOiNV7+jCD9BKHUuzrGLo3rIvp1+wbAAtCNPbUGD8Jy FOD9Bzw5AoGBAN/R3qSKkMRLALL+RTs/OIsSYGt+dagsi0FiLaZ2eOrPItLx58br fwePQxb3FXQ749CqivrXhLklMvW1co7ofgH4dAV4Cvxh/ZTzdtqv4yS9iX0G6pSB sZ7WSD6tmGnK6iUo022m2JFOcoH0eZCBlrp58E5kIqQDiFFJcv/4Uq27AoGBANv7 EQ9OHopcDgYieqe3VfBFnryvj+baxbKZHUTBf7ZILcUrJWlq5kXW/jzG+i2+R7Uq 7UNTUrITdyIWyk8MTqeqpAXbUpkIsSOzfPNKOfMRc3r6WtR1/jZ32gR8KYHrr1GR W+nZgqSIrx8cXoNtwc86rFv+MlnV4sr/8nXMaZrvAoGAfHEdjvKT5u+kpeCF8ZkH ARvojBu1oxmRG3tQ0lrQhA1C2XIyYgERkcxvitc6EHQ0CBKqTymA28f4+3A1D4vo c4QGTfweb5C0AxsSnChq7ESNqvwrdQJfFWcip+aw9TEi2iJG25KGmtO5CtQ4usWy Xl/p4kv+jp6ALmHeFL+miH0CgYEAhvLCSG1X9vD5+XF1ZSXnJnrPIllhIfHbjfC4 L9G0kxI8YdRSIxVdJkL5vDckiqNMQiuPWdnnxS6DyvnIKi4WomzgKmediBv47znQ 0T8bxa1S9oJW7jdkN+3WZSH2JKl858EQbajtqBnhtGgm4uGWH5aS3exW3x2C/518 FB/OOSkCgYEAhuXMcjZbo/XRjAgrmbTW8siZyoJIOHKdgnSf3udUmk35lH/vgJTf tVnGv9tN3wdWzUtM1CaUSHwz8udnpNiiAUqYb2lo1PFtDlt0wkaIWl4/lFUPZ/Am im8O87JFDNTC50o8WAhwIT8xls1/c3YZG0KCkGavaOA5a7b/a7E1z+o= -----END RSA PRIVATE KEY----- 2018-08-18 20:53:20,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-18 20:53:20,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"security_group": {"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-18 20:53:20,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-8a12e116-201e-4092-b95f-204603729551 Date: Sat, 18 Aug 2018 20:53:20 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:20Z", "updated_at": "2018-08-18T20:53:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:20Z", "revision_number": 0, "id": "695f153c-0ead-4862-930b-91e62cfbaf48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:20Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:20Z", "revision_number": 0, "id": "8bad30a8-a2c2-4c49-97ac-5a104b07c190", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:20Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}], "revision_number": 1, "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}} 2018-08-18 20:53:20,770 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8a12e116-201e-4092-b95f-204603729551 2018-08-18 20:53:20,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.171404123306s 2018-08-18 20:53:20,770 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8a12e116-201e-4092-b95f-204603729551 2018-08-18 20:53:20,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:53:20,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:20,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-ef7507cc-8722-4ed7-915f-86c44f30382e Date: Sat, 18 Aug 2018 20:53:20 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:20Z", "updated_at": "2018-08-18T20:53:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:20Z", "revision_number": 0, "id": "695f153c-0ead-4862-930b-91e62cfbaf48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:20Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:20Z", "revision_number": 0, "id": "8bad30a8-a2c2-4c49-97ac-5a104b07c190", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:20Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}], "revision_number": 1, "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}, {"description": "Default security group", "tags": [], "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:13Z", "updated_at": "2018-08-18T20:53:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "09eef3a2-a6af-4be2-9e0c-ac4dec2522b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "88f63d6d-f1c0-459c-a83f-e842fc60ffbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "a4f2d4cc-9bfa-4d98-ad70-822bae942405", "remote_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "e4e2a0b1-cc03-48ff-a078-2e4acd082772", "remote_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}], "revision_number": 1, "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "name": "default"}]} 2018-08-18 20:53:20,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ef7507cc-8722-4ed7-915f-86c44f30382e 2018-08-18 20:53:20,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0693771839142s 2018-08-18 20:53:20,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ef7507cc-8722-4ed7-915f-86c44f30382e 2018-08-18 20:53:20,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 20:53:20,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -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": "8c6ed7c2-34f7-433d-848f-d799c4798782"}}' 2018-08-18 20:53:21,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-680321fe-1a45-45fe-ab13-0437672c3252 Date: Sat, 18 Aug 2018 20:53:21 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-18T20:53:21Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "port_range_min": 22, "revision_number": 0, "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:21Z", "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "261baeb4-eaa5-440a-bf05-16f64bf972c6"}} 2018-08-18 20:53:21,166 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-680321fe-1a45-45fe-ab13-0437672c3252 2018-08-18 20:53:21,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.316576957703s 2018-08-18 20:53:21,166 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-680321fe-1a45-45fe-ab13-0437672c3252 2018-08-18 20:53:21,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:53:21,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:21,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-4f4942b4-37aa-482c-a93f-310d0befda00 Date: Sat, 18 Aug 2018 20:53:21 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:20Z", "updated_at": "2018-08-18T20:53:21Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T20:53:21Z", "revision_number": 0, "id": "261baeb4-eaa5-440a-bf05-16f64bf972c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:21Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:20Z", "revision_number": 0, "id": "695f153c-0ead-4862-930b-91e62cfbaf48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:20Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:20Z", "revision_number": 0, "id": "8bad30a8-a2c2-4c49-97ac-5a104b07c190", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:20Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}], "revision_number": 2, "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}, {"description": "Default security group", "tags": [], "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:13Z", "updated_at": "2018-08-18T20:53:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "09eef3a2-a6af-4be2-9e0c-ac4dec2522b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "88f63d6d-f1c0-459c-a83f-e842fc60ffbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "a4f2d4cc-9bfa-4d98-ad70-822bae942405", "remote_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "e4e2a0b1-cc03-48ff-a078-2e4acd082772", "remote_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}], "revision_number": 1, "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "name": "default"}]} 2018-08-18 20:53:21,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4f4942b4-37aa-482c-a93f-310d0befda00 2018-08-18 20:53:21,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0485999584198s 2018-08-18 20:53:21,218 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4f4942b4-37aa-482c-a93f-310d0befda00 2018-08-18 20:53:21,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 20:53:21,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -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": "8c6ed7c2-34f7-433d-848f-d799c4798782"}}' 2018-08-18 20:53:21,362 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c06bfd5d-ce26-43fd-b56e-f305b321b0cb Date: Sat, 18 Aug 2018 20:53:21 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-18T20:53:21Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "port_range_min": null, "revision_number": 0, "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:21Z", "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "4bcb1307-6fd1-43f6-9eb6-49f22ff0a2a7"}} 2018-08-18 20:53:21,362 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c06bfd5d-ce26-43fd-b56e-f305b321b0cb 2018-08-18 20:53:21,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.1414270401s 2018-08-18 20:53:21,363 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c06bfd5d-ce26-43fd-b56e-f305b321b0cb 2018-08-18 20:53:21,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:53:21,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:21,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-709c371e-2334-46c5-86a6-8e54a62e1be3 Date: Sat, 18 Aug 2018 20:53:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["71fbb1f1-b00e-4010-804c-51f77e6c09ea"],"updated_at":"2018-08-18T20:53:14Z","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"953343ac-cc55-4be4-b963-2a978f3f731d","name":"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}]} 2018-08-18 20:53:21,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-709c371e-2334-46c5-86a6-8e54a62e1be3 2018-08-18 20:53:21,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0973920822144s 2018-08-18 20:53:21,462 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-709c371e-2334-46c5-86a6-8e54a62e1be3 2018-08-18 20:53:21,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:53:21,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:21,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-cce77b4a-8d02-475e-ab89-49bc976c48ce Date: Sat, 18 Aug 2018 20:53:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:53:19Z", "file": "/v2/images/674c5370-1341-4296-9454-f78b5170db0e/file", "owner": "2310d9f8d74643129211acd0bcc3dcf9", "id": "674c5370-1341-4296-9454-f78b5170db0e", "size": 12716032, "self": "/v2/images/674c5370-1341-4296-9454-f78b5170db0e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/674c5370-1341-4296-9454-f78b5170db0e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/674c5370-1341-4296-9454-f78b5170db0e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:53:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:53:21,502 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cce77b4a-8d02-475e-ab89-49bc976c48ce 2018-08-18 20:53:21,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0353941917419s 2018-08-18 20:53:21,503 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cce77b4a-8d02-475e-ab89-49bc976c48ce 2018-08-18 20:53:21,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:53:21,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:21,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-880fef79-21a8-4430-889b-7384c8539e23 x-compute-request-id: req-880fef79-21a8-4430-889b-7384c8539e23 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "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": "98a01220-b302-4eea-aebc-984fbce40cf1"}]} 2018-08-18 20:53:21,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-880fef79-21a8-4430-889b-7384c8539e23 2018-08-18 20:53:21,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.020192861557s 2018-08-18 20:53:21,525 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-880fef79-21a8-4430-889b-7384c8539e23 2018-08-18 20:53:21,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 20:53:21,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"server": {"name": "cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "imageRef": "674c5370-1341-4296-9454-f78b5170db0e", "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "flavorRef": "98a01220-b302-4eea-aebc-984fbce40cf1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "953343ac-cc55-4be4-b963-2a978f3f731d"}], "security_groups": [{"name": "8c6ed7c2-34f7-433d-848f-d799c4798782"}]}}' 2018-08-18 20:53:23,003 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5da186a-36d8-4a88-b9e1-e83ead441826 x-compute-request-id: req-d5da186a-36d8-4a88-b9e1-e83ead441826 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "8c6ed7c2-34f7-433d-848f-d799c4798782"}], "OS-DCF:diskConfig": "MANUAL", "id": "70d667ad-e3f6-42d0-9256-c2f065856196", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "bookmark"}], "adminPass": "u87BfHdj8Xe9"}} 2018-08-18 20:53:23,003 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-d5da186a-36d8-4a88-b9e1-e83ead441826 2018-08-18 20:53:23,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.47689700127s 2018-08-18 20:53:23,004 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-d5da186a-36d8-4a88-b9e1-e83ead441826 2018-08-18 20:53:23,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:53:23,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:23,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53: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-9699e8f4-c70f-4872-bf02-0d6bf76c0b91 x-compute-request-id: req-9699e8f4-c70f-4872-bf02-0d6bf76c0b91 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.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "70d667ad-e3f6-42d0-9256-c2f065856196", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "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-18T20:53:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:22Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:53:23,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9699e8f4-c70f-4872-bf02-0d6bf76c0b91 2018-08-18 20:53:23,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363727092743s 2018-08-18 20:53:23,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9699e8f4-c70f-4872-bf02-0d6bf76c0b91 2018-08-18 20:53:23,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:53:23,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:23,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-62b9d8ad-2d3c-4efb-8f0b-21741d30a7c4 Date: Sat, 18 Aug 2018 20:53:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["71fbb1f1-b00e-4010-804c-51f77e6c09ea"],"updated_at":"2018-08-18T20:53:14Z","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"953343ac-cc55-4be4-b963-2a978f3f731d","name":"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}]} 2018-08-18 20:53:23,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-62b9d8ad-2d3c-4efb-8f0b-21741d30a7c4 2018-08-18 20:53:23,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0847270488739s 2018-08-18 20:53:23,461 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-62b9d8ad-2d3c-4efb-8f0b-21741d30a7c4 2018-08-18 20:53:23,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:53:23,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:23,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6e8a0988-b167-4a2d-a6ce-e901c5ac553c Date: Sat, 18 Aug 2018 20:53:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"953343ac-cc55-4be4-b963-2a978f3f731d","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:53:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"71fbb1f1-b00e-4010-804c-51f77e6c09ea","subnetpool_id":null,"name":"cinder_test-subnet_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}]} 2018-08-18 20:53:23,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-6e8a0988-b167-4a2d-a6ce-e901c5ac553c 2018-08-18 20:53:23,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0794508457184s 2018-08-18 20:53:23,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-6e8a0988-b167-4a2d-a6ce-e901c5ac553c 2018-08-18 20:53:23,543 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:53:25,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:53:25,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:26,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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-eabe3aaf-58d4-4714-bb9e-aa3bfb57a324 x-compute-request-id: req-eabe3aaf-58d4-4714-bb9e-aa3bfb57a324 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "70d667ad-e3f6-42d0-9256-c2f065856196", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:53:25Z", "hostId": "de34be872accd94bc4eeaad4fa8cd17410198a8abbfc4c2966d45aaf", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:22Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:53:26,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eabe3aaf-58d4-4714-bb9e-aa3bfb57a324 2018-08-18 20:53:26,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.562271118164s 2018-08-18 20:53:26,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eabe3aaf-58d4-4714-bb9e-aa3bfb57a324 2018-08-18 20:53:26,112 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:53:28,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:53:28,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:28,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53: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-bfbf2e75-b34b-423e-ac97-d52f4e6bce4e x-compute-request-id: req-bfbf2e75-b34b-423e-ac97-d52f4e6bce4e 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.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "70d667ad-e3f6-42d0-9256-c2f065856196", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:53:25Z", "hostId": "de34be872accd94bc4eeaad4fa8cd17410198a8abbfc4c2966d45aaf", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:22Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:53:28,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bfbf2e75-b34b-423e-ac97-d52f4e6bce4e 2018-08-18 20:53:28,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462681055069s 2018-08-18 20:53:28,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bfbf2e75-b34b-423e-ac97-d52f4e6bce4e 2018-08-18 20:53:28,584 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:53:30,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:53:30,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:31,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93099799-ef46-4269-a776-8a40683c858c x-compute-request-id: req-93099799-ef46-4269-a776-8a40683c858c Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:53:29.000000", "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "70d667ad-e3f6-42d0-9256-c2f065856196", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:53:29Z", "hostId": "de34be872accd94bc4eeaad4fa8cd17410198a8abbfc4c2966d45aaf", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:22Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:53:31,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-93099799-ef46-4269-a776-8a40683c858c 2018-08-18 20:53:31,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.735544919968s 2018-08-18 20:53:31,323 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-93099799-ef46-4269-a776-8a40683c858c 2018-08-18 20:53:31,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:53:31,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=70d667ad-e3f6-42d0-9256-c2f065856196" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:31,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-741d6664-5642-424a-b344-5a2ae33839db Date: Sat, 18 Aug 2018 20:53:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"953343ac-cc55-4be4-b963-2a978f3f731d","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:25Z","admin_state_up":true,"updated_at":"2018-08-18T20:53:29Z","binding:vnic_type":"normal","device_id":"70d667ad-e3f6-42d0-9256-c2f065856196","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:62:d4:95","id":"53000969-f871-4538-8f67-84ce3fa762cb","port_security_enabled":true,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","fixed_ips":[{"subnet_id":"71fbb1f1-b00e-4010-804c-51f77e6c09ea","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["8c6ed7c2-34f7-433d-848f-d799c4798782"],"name":""}]} 2018-08-18 20:53:31,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=70d667ad-e3f6-42d0-9256-c2f065856196 used request id req-741d6664-5642-424a-b344-5a2ae33839db 2018-08-18 20:53:31,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0456311702728s 2018-08-18 20:53:31,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=70d667ad-e3f6-42d0-9256-c2f065856196 used request id req-741d6664-5642-424a-b344-5a2ae33839db 2018-08-18 20:53:31,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:53:31,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=53000969-f871-4538-8f67-84ce3fa762cb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:31,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d710c3d2-c116-4787-a2a5-7e7aed37c3f4 Date: Sat, 18 Aug 2018 20:53:31 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:53:31,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=53000969-f871-4538-8f67-84ce3fa762cb used request id req-d710c3d2-c116-4787-a2a5-7e7aed37c3f4 2018-08-18 20:53:31,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0462191104889s 2018-08-18 20:53:31,425 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=53000969-f871-4538-8f67-84ce3fa762cb used request id req-d710c3d2-c116-4787-a2a5-7e7aed37c3f4 2018-08-18 20:53:31,426 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:62:d4:95', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'674c5370-1341-4296-9454-f78b5170db0e'}), 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-18T20:53:29.000000', 'flavor': Munch({u'id': u'98a01220-b302-4eea-aebc-984fbce40cf1'}), 'az': u'nova', 'id': u'70d667ad-e3f6-42d0-9256-c2f065856196', 'security_groups': [Munch({u'name': u'cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e8cbcb0cfd8e430f85af44912af4c2ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2310d9f8d74643129211acd0bcc3dcf9', 'name': 'cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a', '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-18T20:53:29.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T20:53:29Z', 'hostId': u'de34be872accd94bc4eeaad4fa8cd17410198a8abbfc4c2966d45aaf', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'de34be872accd94bc4eeaad4fa8cd17410198a8abbfc4c2966d45aaf', '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-18T20:53:29.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2310d9f8d74643129211acd0bcc3dcf9', 'name': u'cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'adminPass': u'u87BfHdj8Xe9', 'tenant_id': u'2310d9f8d74643129211acd0bcc3dcf9', 'created_at': u'2018-08-18T20:53:22Z', 'created': u'2018-08-18T20:53:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 20:53:31,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:53:31,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:31,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-edd25031-d24d-4913-9529-011f0b5503ee Date: Sat, 18 Aug 2018 20:53:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["71fbb1f1-b00e-4010-804c-51f77e6c09ea"],"updated_at":"2018-08-18T20:53:14Z","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"953343ac-cc55-4be4-b963-2a978f3f731d","name":"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}]} 2018-08-18 20:53:31,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-edd25031-d24d-4913-9529-011f0b5503ee 2018-08-18 20:53:31,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0871291160583s 2018-08-18 20:53:31,517 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-edd25031-d24d-4913-9529-011f0b5503ee 2018-08-18 20:53:31,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:53:31,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=70d667ad-e3f6-42d0-9256-c2f065856196" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:31,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e5f1ca9d-e5a4-4401-808e-89d2e85d829d Date: Sat, 18 Aug 2018 20:53:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"953343ac-cc55-4be4-b963-2a978f3f731d","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:25Z","admin_state_up":true,"updated_at":"2018-08-18T20:53:29Z","binding:vnic_type":"normal","device_id":"70d667ad-e3f6-42d0-9256-c2f065856196","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:62:d4:95","id":"53000969-f871-4538-8f67-84ce3fa762cb","port_security_enabled":true,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","fixed_ips":[{"subnet_id":"71fbb1f1-b00e-4010-804c-51f77e6c09ea","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["8c6ed7c2-34f7-433d-848f-d799c4798782"],"name":""}]} 2018-08-18 20:53:31,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=70d667ad-e3f6-42d0-9256-c2f065856196 used request id req-e5f1ca9d-e5a4-4401-808e-89d2e85d829d 2018-08-18 20:53:31,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0466868877411s 2018-08-18 20:53:31,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=70d667ad-e3f6-42d0-9256-c2f065856196 used request id req-e5f1ca9d-e5a4-4401-808e-89d2e85d829d 2018-08-18 20:53:31,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-18 20:53:31,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"floatingip": {"floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.9", "port_id": "53000969-f871-4538-8f67-84ce3fa762cb"}}' 2018-08-18 20:53:33,491 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-1a9a3b65-3904-4c3d-b330-8a9d4f03ccf9 Date: Sat, 18 Aug 2018 20:53:33 GMT RESP BODY: {"floatingip": {"router_id": "f5b6e4dd-af22-49a2-b995-bb346b40e5ef", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:53:32Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "53000969-f871-4538-8f67-84ce3fa762cb", "id": "cedbc271-0604-4e71-a329-ea834be1d4f5", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:32Z", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}} 2018-08-18 20:53:33,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1a9a3b65-3904-4c3d-b330-8a9d4f03ccf9 2018-08-18 20:53:33,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.92561411858s 2018-08-18 20:53:33,492 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1a9a3b65-3904-4c3d-b330-8a9d4f03ccf9 2018-08-18 20:53:33,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:53:33,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:33,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-ebf6a27e-0990-4503-8eda-6f64d60646f3 Date: Sat, 18 Aug 2018 20:53:33 GMT RESP BODY: {"floatingips": [{"router_id": "f5b6e4dd-af22-49a2-b995-bb346b40e5ef", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:53:32Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "53000969-f871-4538-8f67-84ce3fa762cb", "id": "cedbc271-0604-4e71-a329-ea834be1d4f5", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:32Z", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}]} 2018-08-18 20:53:33,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ebf6a27e-0990-4503-8eda-6f64d60646f3 2018-08-18 20:53:33,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0634169578552s 2018-08-18 20:53:33,563 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-ebf6a27e-0990-4503-8eda-6f64d60646f3 2018-08-18 20:53:33,567 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f5b6e4dd-af22-49a2-b995-bb346b40e5ef', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2310d9f8d74643129211acd0bcc3dcf9', 'created_at': u'2018-08-18T20:53:32Z', 'attached': True, 'updated_at': u'2018-08-18T20:53:32Z', 'id': u'cedbc271-0604-4e71-a329-ea834be1d4f5', 'floating_network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2310d9f8d74643129211acd0bcc3dcf9', 'name': 'cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f5b6e4dd-af22-49a2-b995-bb346b40e5ef', 'project_id': u'2310d9f8d74643129211acd0bcc3dcf9', 'port_id': u'53000969-f871-4538-8f67-84ce3fa762cb', 'port': u'53000969-f871-4538-8f67-84ce3fa762cb', 'network': u'65cd7cef-6b04-450e-9f27-e630c6e3994e'}) 2018-08-18 20:53:33,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 20:53:33,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 20:53:33,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53: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-13b45ba6-b7fa-4853-ad43-41839132df0c x-compute-request-id: req-13b45ba6-b7fa-4853-ad43-41839132df0c Content-Encoding: gzip Content-Length: 9579 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 549294544 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.192452] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194815] pid_max: default: 32768 minimum: 301\n[ 0.196139] ACPI: Core revision 20150930\n[ 0.197827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199751] Security Framework initialized\n[ 0.200924] Yama: becoming mindful.\n[ 0.201991] AppArmor: AppArmor initialized\n[ 0.203240] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205122] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206903] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210618] Initializing cgroup subsys io\n[ 0.211835] Initializing cgroup subsys memory\n[ 0.213053] Initializing cgroup subsys devices\n[ 0.214282] Initializing cgroup subsys freezer\n[ 0.215564] Initializing cgroup subsys net_cls\n[ 0.216799] Initializing cgroup subsys perf_event\n[ 0.218118] Initializing cgroup subsys net_prio\n[ 0.219459] Initializing cgroup subsys hugetlb\n[ 0.220698] Initializing cgroup subsys pids\n[ 0.221960] CPU: Physical Processor ID: 0\n[ 0.223852] mce: CPU supports 10 MCE banks\n[ 0.225044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226490] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.242568] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.249243] ftrace: allocating 31920 entries in 125 pages\n[ 0.274516] smpboot: Max logical packages: 1\n[ 0.275817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277773] x2apic enabled\n[ 0.278920] Switched APIC routing to physical x2apic.\n[ 0.281438] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285943] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288460] KVM setup paravirtual spinlock\n[ 0.290070] x86: Booted up 1 node, 1 CPUs\n[ 0.291206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293224] devtmpfs: initialized\n[ 0.295192] evm: security.selinux\n[ 0.296177] evm: security.SMACK64\n[ 0.297160] evm: security.SMACK64EXEC\n[ 0.298214] evm: security.SMACK64TRANSMUTE\n[ 0.299382] evm: security.SMACK64MMAP\n[ 0.300447] evm: security.ima\n[ 0.301358] evm: security.capability\n[ 0.302512] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305146] pinctrl core: initialized pinctrl subsystem\n[ 0.306688] RTC time: 20:53:29, date: 08/18/18\n[ 0.308005] NET: Registered protocol family 16\n[ 0.309371] cpuidle: using governor ladder\n[ 0.310524] cpuidle: using governor menu\n[ 0.311643] PCCT header not found.\n[ 0.312755] ACPI: bus type PCI registered\n[ 0.313930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315711] PCI: Using configuration type 1 for base access\n[ 0.317920] ACPI: Added _OSI(Module Device)\n[ 0.319132] ACPI: Added _OSI(Processor Device)\n[ 0.320351] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321623] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323869] ACPI: Interpreter enabled\n[ 0.324974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.327648] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.332972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335629] ACPI: (supports S0 S5)\n[ 0.336634] ACPI: Using IOAPIC for interrupt routing\n[ 0.337996] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341832] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345895] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351694] acpiphp: Slot [3] registered\n[ 0.353055] acpiphp: Slot [4] registered\n[ 0.354410] acpiphp: Slot [5] registered\n[ 0.355771] acpiphp: Slot [6] registered\n[ 0.357156] acpiphp: Slot [7] registered\n[ 0.358314] acpiphp: Slot [8] registered\n[ 0.359403] acpiphp: Slot [9] registered\n[ 0.360486] acpiphp: Slot [10] registered\n[ 0.361585] acpiphp: Slot [11] registered\n[ 0.362685] acpiphp: Slot [12] registered\n[ 0.363783] acpiphp: Slot [13] registered\n[ 0.364885] acpiphp: Slot [14] registered\n[ 0.365977] acpiphp: Slot [15] registered\n[ 0.380996] acpiphp: Slot [16] registered\n[ 0.382099] acpiphp: Slot [17] registered\n[ 0.383198] acpiphp: Slot [18] registered\n[ 0.384306] acpiphp: Slot [19] registered\n[ 0.385406] acpiphp: Slot [20] registered\n[ 0.386506] acpiphp: Slot [21] registered\n[ 0.387600] acpiphp: Slot [22] registered\n[ 0.388692] acpiphp: Slot [23] registered\n[ 0.389796] acpiphp: Slot [24] registered\n[ 0.390894] acpiphp: Slot [25] registered\n[ 0.391999] acpiphp: Slot [26] registered\n[ 0.393097] acpiphp: Slot [27] registered\n[ 0.394197] acpiphp: Slot [28] registered\n[ 0.395296] acpiphp: Slot [29] registered\n[ 0.396392] acpiphp: Slot [30] registered\n[ 0.397485] acpiphp: Slot [31] registered\n[ 0.398577] PCI host bridge to bus 0000:00\n[ 0.399673] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.402912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.404884] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.406846] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.408846] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.412794] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.414494] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.416061] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.417763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.422090] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.424044] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444660] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.446633] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448551] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450464] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.452441] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454134] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457337] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459443] vgaarb: loaded\n[ 0.460266] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461893] SCSI subsystem initialized\n[ 0.463130] ACPI: bus type USB registered\n[ 0.464268] usbcore: registered new interface driver usbfs\n[ 0.465661] usbcore: registered new interface driver hub\n[ 0.467018] usbcore: registered new device driver usb\n[ 0.468517] PCI: Using ACPI for IRQ routing\n[ 0.470029] NetLabel: Initializing\n[ 0.471009] NetLabel: domain hash size = 128\n[ 0.472158] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.473456] NetLabel: unlabeled traffic allowed by default\n[ 0.475017] clocksource: Switched to clocksource kvm-clock\n[ 0.485050] AppArmor: AppArmor Filesystem Enabled\n[ 0.486353] pnp: PnP ACPI init\n[ 0.487577] pnp: PnP ACPI: found 5 devices\n[ 0.494374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.496703] NET: Registered protocol family 2\n[ 0.498105] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499859] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.501504] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.503162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504648] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.506233] NET: Registered protocol family 1\n[ 0.507441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508947] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.510413] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527378] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542465] Trying to unpack rootfs image as initramfs...\n[ 0.605801] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.608433] Scanning for low memory corruption every 60 seconds\n[ 0.610390] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.612001] audit: initializing netlink subsys (disabled)\n[ 0.613465] audit: type=2000 audit(1534625610.392:1): initialized\n[ 0.615416] Initialise system trusted keyring\n[ 0.616774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.618355] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.621117] zbud: loaded\n[ 0.622132] VFS: Disk quotas dquot_6.6.0\n[ 0.623271] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.625434] fuse init (API version 7.23)\n[ 0.626656] Key type big_key registered\n[ 0.627778] Allocating IMA MOK and blacklist keyrings.\n[ 0.629432] Key type asymmetric registered\n[ 0.630563] Asymmetric key parser 'x509' registered\n[ 0.631884] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.633950] io scheduler noop registered\n[ 0.635054] io scheduler deadline registered (default)\n[ 0.636451] io scheduler cfq registered\n[ 0.637658] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.639086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.640824] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.642816] ACPI: Power Button [PWRF]\n[ 0.643998] GHES: HEST is not enabled!\n[ 0.657836] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.686901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.689747] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.713464] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.716405] Linux agpgart interface v0.103\n[ 0.719723] brd: module loaded\n[ 0.721886] loop: module loaded\n[ 0.727797] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729745] GPT:90111 != 2097151\n[ 0.730659] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732113] GPT:90111 != 2097151\n[ 0.733036] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734323] vda: vda1 vda15\n[ 0.735932] scsi host0: ata_piix\n[ 0.736973] scsi host1: ata_piix\n[ 0.737944] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739558] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.741502] libphy: Fixed MDIO Bus: probed\n[ 0.742605] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743889] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746767] PPP generic driver version 2.4.2\n[ 0.748020] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749640] ehci-pci: EHCI PCI platform driver\n[ 0.750839] ehci-platform: EHCI generic platform driver\n[ 0.752692] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754231] ohci-pci: OHCI PCI platform driver\n[ 0.755439] ohci-platform: OHCI generic platform driver\n[ 0.756791] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771391] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772752] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774739] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776089] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777643] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781237] usb usb1: Product: UHCI Host Controller\n[ 0.782499] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.784032] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785368] hub 1-0:1.0: USB hub found\n[ 0.786511] hub 1-0:1.0: 2 ports detected\n[ 0.787785] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790658] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791956] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793359] mousedev: PS/2 mouse device common for all mice\n[ 0.795049] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797532] rtc_cmos 00:00: RTC can wake from S4\n[ 0.799072] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.802285] i2c /dev entries driver\n[ 0.803339] device-mapper: uevent: version 1.0.3\n[ 0.804655] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806893] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808741] NET: Registered protocol family 10\n[ 0.810298] NET: Registered protocol family 17\n[ 0.811532] Key type dns_resolver registered\n[ 0.812813] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.814291] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816678] registered taskstats version 1\n[ 0.817823] Loading compiled-in X.509 certificates\n[ 0.819641] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822156] zswap: loaded using pool lzo/zbud\n[ 0.824187] Key type trusted registered\n[ 0.826307] Key type encrypted registered\n[ 0.827443] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828849] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830256] evm: HMAC attrs: 0x1\n[ 0.831569] Magic number: 14:825:902\n[ 0.832748] rtc_cmos 00:00: setting system clock to 2018-08-18 20:53:30 UTC (1534625610)\n[ 0.834984] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836496] EDD information not available.\n[ 0.900584] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916975] Write protecting the kernel read-only data: 14336k\n[ 0.919915] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.922360] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.076291] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.12s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4p6wnAndvDYbgzgim0nZpH96fHQP3K9P0p00B+zGRNJKKXeoIqz47/NszW9xK+DHBcYuEt+8/rslRTogTjj6C0QcHnOS3ZtIFZwF8C4d3g5Kw5ILq5N0KfEdNYftDB0FJexQwqkfu0FW/69kPLm3rU1eafwmn6slxuyA/iLBvHTQGLOnUHIueMtZFYYnLr4PwPRzXs3b6H9DIN33yS6eSiPB4OI7v/YmJdmYUy+GWZOuz4hTuXrnte2nqpCAvPeyz3IJlXJbPaCU4fXvbshEQpL+lAn/VwF6SaYOfz3gmDCzGNBeofp5scjVzkb7QpgmkmvZbDA688RUCwF/adexj root@cinder-test-vm2-e61abef2-38c2-4e0d-b27e-6f9066bd747a\nssh-dss AAAAB3NzaC1kc3MAAACBAIGOPFlnBjJRDJiIWxBfmnBHhhpvdwx5n1FdGCKEimLDTmc6ng3x8kb1BqiyNtZa5QVIeWIAzdrAIIqA+3adhPGDzytdl3KkNUyJ3zr9+DJR7fp/4bIzL/U9kAm7oGlJYWFPpCwa41tlodfNdWNErLZdSKtff8cgqvG9g1OeQMPNAAAAFQDhdOBKctq8dYE7OQw31k6h4S7C/wAAAIAva02gVQu0ZEVESHKcDEOdvjW+TFHSKukkFWjhBkRCSeRzAKhrKi5r/6Sqsgy8J42dkB5j+zn+3lMuvAtmaZ4xe6lTIGFpCfoJ3bsn/O4QI9Z0fEF+ODfypePxsGtNPcDQs1fhRN/NfGuYdTHhg6t/ky/xzc1MH0UoEJeyX7ytSAAAAIAZnyi94/3TvN9KOrB7u9ycAiypefA9C5bruS+M+Y2/9vVKoV3swEo6Oof3C/xQDcEHRyioZnlSySX7oVwZFUUV7gdFb2ANJzYfYqTERGW9g86G5zrtjyYRuzQgVD80vk6woi+X6DP+6KYThW0bTfb+BkmCkLinr11BU+/sNnAW4Q== root@cinder-test-vm2-e61abef2-38c2-4e0d-b27e-6f9066bd747a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe62:d495/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-e61abef2-38c2-4e0d-b27e-6f9066bd747a\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.19 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-e61abef2-38c2-4e0d-b27e-6f9066bd747a login: "} 2018-08-18 20:53:33,659 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196/action used request id req-13b45ba6-b7fa-4853-ad43-41839132df0c 2018-08-18 20:53:33,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0906009674072s 2018-08-18 20:53:33,660 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196/action used request id req-13b45ba6-b7fa-4853-ad43-41839132df0c 2018-08-18 20:53:33,660 - 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 549294544 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.192452] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.194815] pid_max: default: 32768 minimum: 301 [ 0.196139] ACPI: Core revision 20150930 [ 0.197827] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.199751] Security Framework initialized [ 0.200924] Yama: becoming mindful. [ 0.201991] AppArmor: AppArmor initialized [ 0.203240] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.205122] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.206903] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210618] Initializing cgroup subsys io [ 0.211835] Initializing cgroup subsys memory [ 0.213053] Initializing cgroup subsys devices [ 0.214282] Initializing cgroup subsys freezer [ 0.215564] Initializing cgroup subsys net_cls [ 0.216799] Initializing cgroup subsys perf_event [ 0.218118] Initializing cgroup subsys net_prio [ 0.219459] Initializing cgroup subsys hugetlb [ 0.220698] Initializing cgroup subsys pids [ 0.221960] CPU: Physical Processor ID: 0 [ 0.223852] mce: CPU supports 10 MCE banks [ 0.225044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.226490] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242568] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.249243] ftrace: allocating 31920 entries in 125 pages [ 0.274516] smpboot: Max logical packages: 1 [ 0.275817] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277773] x2apic enabled [ 0.278920] Switched APIC routing to physical x2apic. [ 0.281438] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283091] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285943] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288460] KVM setup paravirtual spinlock [ 0.290070] x86: Booted up 1 node, 1 CPUs [ 0.291206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293224] devtmpfs: initialized [ 0.295192] evm: security.selinux [ 0.296177] evm: security.SMACK64 [ 0.297160] evm: security.SMACK64EXEC [ 0.298214] evm: security.SMACK64TRANSMUTE [ 0.299382] evm: security.SMACK64MMAP [ 0.300447] evm: security.ima [ 0.301358] evm: security.capability [ 0.302512] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305146] pinctrl core: initialized pinctrl subsystem [ 0.306688] RTC time: 20:53:29, date: 08/18/18 [ 0.308005] NET: Registered protocol family 16 [ 0.309371] cpuidle: using governor ladder [ 0.310524] cpuidle: using governor menu [ 0.311643] PCCT header not found. [ 0.312755] ACPI: bus type PCI registered [ 0.313930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315711] PCI: Using configuration type 1 for base access [ 0.317920] ACPI: Added _OSI(Module Device) [ 0.319132] ACPI: Added _OSI(Processor Device) [ 0.320351] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321623] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323869] ACPI: Interpreter enabled [ 0.324974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.327648] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.332972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335629] ACPI: (supports S0 S5) [ 0.336634] ACPI: Using IOAPIC for interrupt routing [ 0.337996] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.341832] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345895] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.347946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.351694] acpiphp: Slot [3] registered [ 0.353055] acpiphp: Slot [4] registered [ 0.354410] acpiphp: Slot [5] registered [ 0.355771] acpiphp: Slot [6] registered [ 0.357156] acpiphp: Slot [7] registered [ 0.358314] acpiphp: Slot [8] registered [ 0.359403] acpiphp: Slot [9] registered [ 0.360486] acpiphp: Slot [10] registered [ 0.361585] acpiphp: Slot [11] registered [ 0.362685] acpiphp: Slot [12] registered [ 0.363783] acpiphp: Slot [13] registered [ 0.364885] acpiphp: Slot [14] registered [ 0.365977] acpiphp: Slot [15] registered [ 0.380996] acpiphp: Slot [16] registered [ 0.382099] acpiphp: Slot [17] registered [ 0.383198] acpiphp: Slot [18] registered [ 0.384306] acpiphp: Slot [19] registered [ 0.385406] acpiphp: Slot [20] registered [ 0.386506] acpiphp: Slot [21] registered [ 0.387600] acpiphp: Slot [22] registered [ 0.388692] acpiphp: Slot [23] registered [ 0.389796] acpiphp: Slot [24] registered [ 0.390894] acpiphp: Slot [25] registered [ 0.391999] acpiphp: Slot [26] registered [ 0.393097] acpiphp: Slot [27] registered [ 0.394197] acpiphp: Slot [28] registered [ 0.395296] acpiphp: Slot [29] registered [ 0.396392] acpiphp: Slot [30] registered [ 0.397485] acpiphp: Slot [31] registered [ 0.398577] PCI host bridge to bus 0000:00 [ 0.399673] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.402912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.404884] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.406846] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.408846] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.412794] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.414494] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.416061] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.417763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.422090] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.424044] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.444660] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.446633] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.448551] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.450464] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.452441] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.454134] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.455912] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457337] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459443] vgaarb: loaded [ 0.460266] vgaarb: bridge control possible 0000:00:02.0 [ 0.461893] SCSI subsystem initialized [ 0.463130] ACPI: bus type USB registered [ 0.464268] usbcore: registered new interface driver usbfs [ 0.465661] usbcore: registered new interface driver hub [ 0.467018] usbcore: registered new device driver usb [ 0.468517] PCI: Using ACPI for IRQ routing [ 0.470029] NetLabel: Initializing [ 0.471009] NetLabel: domain hash size = 128 [ 0.472158] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.473456] NetLabel: unlabeled traffic allowed by default [ 0.475017] clocksource: Switched to clocksource kvm-clock [ 0.485050] AppArmor: AppArmor Filesystem Enabled [ 0.486353] pnp: PnP ACPI init [ 0.487577] pnp: PnP ACPI: found 5 devices [ 0.494374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.496703] NET: Registered protocol family 2 [ 0.498105] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.499859] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.501504] TCP: Hash tables configured (established 4096 bind 4096) [ 0.503162] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.504648] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.506233] NET: Registered protocol family 1 [ 0.507441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508947] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.510413] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.527378] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.542465] Trying to unpack rootfs image as initramfs... [ 0.605801] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.608433] Scanning for low memory corruption every 60 seconds [ 0.610390] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.612001] audit: initializing netlink subsys (disabled) [ 0.613465] audit: type=2000 audit(1534625610.392:1): initialized [ 0.615416] Initialise system trusted keyring [ 0.616774] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.618355] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.621117] zbud: loaded [ 0.622132] VFS: Disk quotas dquot_6.6.0 [ 0.623271] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.625434] fuse init (API version 7.23) [ 0.626656] Key type big_key registered [ 0.627778] Allocating IMA MOK and blacklist keyrings. [ 0.629432] Key type asymmetric registered [ 0.630563] Asymmetric key parser 'x509' registered [ 0.631884] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.633950] io scheduler noop registered [ 0.635054] io scheduler deadline registered (default) [ 0.636451] io scheduler cfq registered [ 0.637658] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.639086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.640824] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.642816] ACPI: Power Button [PWRF] [ 0.643998] GHES: HEST is not enabled! [ 0.657836] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.686901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.689747] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.713464] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.716405] Linux agpgart interface v0.103 [ 0.719723] brd: module loaded [ 0.721886] loop: module loaded [ 0.727797] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729745] GPT:90111 != 2097151 [ 0.730659] GPT:Alternate GPT header not at the end of the disk. [ 0.732113] GPT:90111 != 2097151 [ 0.733036] GPT: Use GNU Parted to correct GPT errors. [ 0.734323] vda: vda1 vda15 [ 0.735932] scsi host0: ata_piix [ 0.736973] scsi host1: ata_piix [ 0.737944] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.739558] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.741502] libphy: Fixed MDIO Bus: probed [ 0.742605] tun: Universal TUN/TAP device driver, 1.6 [ 0.743889] tun: (C) 1999-2004 Max Krasnyansky [ 0.746767] PPP generic driver version 2.4.2 [ 0.748020] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.749640] ehci-pci: EHCI PCI platform driver [ 0.750839] ehci-platform: EHCI generic platform driver [ 0.752692] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.754231] ohci-pci: OHCI PCI platform driver [ 0.755439] ohci-platform: OHCI generic platform driver [ 0.756791] uhci_hcd: USB Universal Host Controller Interface driver [ 0.771391] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.772752] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.774739] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.776089] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.777643] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.779292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.781237] usb usb1: Product: UHCI Host Controller [ 0.782499] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.784032] usb usb1: SerialNumber: 0000:00:01.2 [ 0.785368] hub 1-0:1.0: USB hub found [ 0.786511] hub 1-0:1.0: 2 ports detected [ 0.787785] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.790658] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.791956] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.793359] mousedev: PS/2 mouse device common for all mice [ 0.795049] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.797532] rtc_cmos 00:00: RTC can wake from S4 [ 0.799072] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.800681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.802285] i2c /dev entries driver [ 0.803339] device-mapper: uevent: version 1.0.3 [ 0.804655] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.806893] ledtrig-cpu: registered to indicate activity on CPUs [ 0.808741] NET: Registered protocol family 10 [ 0.810298] NET: Registered protocol family 17 [ 0.811532] Key type dns_resolver registered [ 0.812813] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.814291] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.816678] registered taskstats version 1 [ 0.817823] Loading compiled-in X.509 certificates [ 0.819641] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.822156] zswap: loaded using pool lzo/zbud [ 0.824187] Key type trusted registered [ 0.826307] Key type encrypted registered [ 0.827443] AppArmor: AppArmor sha1 policy hashing enabled [ 0.828849] ima: No TPM chip found, activating TPM-bypass! [ 0.830256] evm: HMAC attrs: 0x1 [ 0.831569] Magic number: 14:825:902 [ 0.832748] rtc_cmos 00:00: setting system clock to 2018-08-18 20:53:30 UTC (1534625610) [ 0.834984] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.836496] EDD information not available. [ 0.900584] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916975] Write protecting the kernel read-only data: 14336k [ 0.919915] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.922360] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.076291] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.12s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4p6wnAndvDYbgzgim0nZpH96fHQP3K9P0p00B+zGRNJKKXeoIqz47/NszW9xK+DHBcYuEt+8/rslRTogTjj6C0QcHnOS3ZtIFZwF8C4d3g5Kw5ILq5N0KfEdNYftDB0FJexQwqkfu0FW/69kPLm3rU1eafwmn6slxuyA/iLBvHTQGLOnUHIueMtZFYYnLr4PwPRzXs3b6H9DIN33yS6eSiPB4OI7v/YmJdmYUy+GWZOuz4hTuXrnte2nqpCAvPeyz3IJlXJbPaCU4fXvbshEQpL+lAn/VwF6SaYOfz3gmDCzGNBeofp5scjVzkb7QpgmkmvZbDA688RUCwF/adexj root@cinder-test-vm2-e61abef2-38c2-4e0d-b27e-6f9066bd747a ssh-dss AAAAB3NzaC1kc3MAAACBAIGOPFlnBjJRDJiIWxBfmnBHhhpvdwx5n1FdGCKEimLDTmc6ng3x8kb1BqiyNtZa5QVIeWIAzdrAIIqA+3adhPGDzytdl3KkNUyJ3zr9+DJR7fp/4bIzL/U9kAm7oGlJYWFPpCwa41tlodfNdWNErLZdSKtff8cgqvG9g1OeQMPNAAAAFQDhdOBKctq8dYE7OQw31k6h4S7C/wAAAIAva02gVQu0ZEVESHKcDEOdvjW+TFHSKukkFWjhBkRCSeRzAKhrKi5r/6Sqsgy8J42dkB5j+zn+3lMuvAtmaZ4xe6lTIGFpCfoJ3bsn/O4QI9Z0fEF+ODfypePxsGtNPcDQs1fhRN/NfGuYdTHhg6t/ky/xzc1MH0UoEJeyX7ytSAAAAIAZnyi94/3TvN9KOrB7u9ycAiypefA9C5bruS+M+Y2/9vVKoV3swEo6Oof3C/xQDcEHRyioZnlSySX7oVwZFUUV7gdFb2ANJzYfYqTERGW9g86G5zrtjyYRuzQgVD80vk6woi+X6DP+6KYThW0bTfb+BkmCkLinr11BU+/sNnAW4Q== root@cinder-test-vm2-e61abef2-38c2-4e0d-b27e-6f9066bd747a -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe62:d495/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-e61abef2-38c2-4e0d-b27e-6f9066bd747a launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.19 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-e61abef2-38c2-4e0d-b27e-6f9066bd747a login: 2018-08-18 20:53:34,659 - paramiko.transport - DEBUG - starting thread (client mode): 0x745b48d0L 2018-08-18 20:53:34,660 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 20:53:34,660 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-18 20:53:34,660 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-18 20:53:34,661 - 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-18 20:53:34,662 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 20:53:34,662 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-18 20:53:34,662 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 20:53:34,662 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 20:53:34,662 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 20:53:34,680 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 20:53:34,681 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 20:53:34,692 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: d8773c23fac4c4801d45d6a86a225869 2018-08-18 20:53:34,693 - paramiko.transport - DEBUG - Trying discovered key 786c645058dcc2c763449e218b7c19e1 in /tmp/tmp3vz0_W 2018-08-18 20:53:34,718 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 20:53:34,724 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-18 20:53:34,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-18 20:53:34,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"volume": {"display_name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "size": "2"}}' 2018-08-18 20:53:36,036 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:53:34 GMT Server: Apache x-compute-request-id: req-214249d6-20c6-47ef-876b-f961d357e4aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-214249d6-20c6-47ef-876b-f961d357e4aa Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}} 2018-08-18 20:53:36,037 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes used request id req-214249d6-20c6-47ef-876b-f961d357e4aa 2018-08-18 20:53:36,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.30775690079s 2018-08-18 20:53:36,037 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes used request id req-214249d6-20c6-47ef-876b-f961d357e4aa 2018-08-18 20:53:36,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:53:36,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:37,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:36 GMT Server: Apache x-compute-request-id: req-e6095a4d-2c74-471a-92bc-b093eb28be89 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6095a4d-2c74-471a-92bc-b093eb28be89 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:53:36.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:53:37,035 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-e6095a4d-2c74-471a-92bc-b093eb28be89 2018-08-18 20:53:37,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.997550010681s 2018-08-18 20:53:37,036 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-e6095a4d-2c74-471a-92bc-b093eb28be89 2018-08-18 20:53:37,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:53:39,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:53:39,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:40,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53:39 GMT Server: Apache x-compute-request-id: req-da1d0508-55fb-48ec-8831-a0897e46999c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da1d0508-55fb-48ec-8831-a0897e46999c Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:53:37.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:53:40,001 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-da1d0508-55fb-48ec-8831-a0897e46999c 2018-08-18 20:53:40,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.960865974426s 2018-08-18 20:53:40,002 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-da1d0508-55fb-48ec-8831-a0897e46999c 2018-08-18 20:53:40,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:53:40,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:40,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-26f2475b-2ff7-4e93-9135-418d9fc38bd2 Date: Sat, 18 Aug 2018 20:53:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["71fbb1f1-b00e-4010-804c-51f77e6c09ea"],"updated_at":"2018-08-18T20:53:14Z","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"953343ac-cc55-4be4-b963-2a978f3f731d","name":"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}]} 2018-08-18 20:53:40,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-26f2475b-2ff7-4e93-9135-418d9fc38bd2 2018-08-18 20:53:40,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0838971138s 2018-08-18 20:53:40,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-26f2475b-2ff7-4e93-9135-418d9fc38bd2 2018-08-18 20:53:40,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:53:40,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:40,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-f4d0347a-c5c0-4c24-81f5-cd2236f27661 Date: Sat, 18 Aug 2018 20:53:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:53:19Z", "file": "/v2/images/674c5370-1341-4296-9454-f78b5170db0e/file", "owner": "2310d9f8d74643129211acd0bcc3dcf9", "id": "674c5370-1341-4296-9454-f78b5170db0e", "size": 12716032, "self": "/v2/images/674c5370-1341-4296-9454-f78b5170db0e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/674c5370-1341-4296-9454-f78b5170db0e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/674c5370-1341-4296-9454-f78b5170db0e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:53:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:53:40,130 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f4d0347a-c5c0-4c24-81f5-cd2236f27661 2018-08-18 20:53:40,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0366690158844s 2018-08-18 20:53:40,130 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f4d0347a-c5c0-4c24-81f5-cd2236f27661 2018-08-18 20:53:40,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:53:40,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:40,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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-6329f0f9-4e15-4d05-8f5c-9fb4ddc52cad x-compute-request-id: req-6329f0f9-4e15-4d05-8f5c-9fb4ddc52cad Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "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": "98a01220-b302-4eea-aebc-984fbce40cf1"}]} 2018-08-18 20:53:40,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6329f0f9-4e15-4d05-8f5c-9fb4ddc52cad 2018-08-18 20:53:40,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0227189064026s 2018-08-18 20:53:40,155 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6329f0f9-4e15-4d05-8f5c-9fb4ddc52cad 2018-08-18 20:53:40,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 20:53:40,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"server": {"name": "cinder_test-vm_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "imageRef": "674c5370-1341-4296-9454-f78b5170db0e", "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "flavorRef": "98a01220-b302-4eea-aebc-984fbce40cf1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "953343ac-cc55-4be4-b963-2a978f3f731d"}], "security_groups": [{"name": "8c6ed7c2-34f7-433d-848f-d799c4798782"}]}}' 2018-08-18 20:53:41,986 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20: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 x-openstack-request-id: req-3eecb2e5-e105-4b66-a695-cf90bd74fdcc x-compute-request-id: req-3eecb2e5-e105-4b66-a695-cf90bd74fdcc Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "8c6ed7c2-34f7-433d-848f-d799c4798782"}], "OS-DCF:diskConfig": "MANUAL", "id": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "bookmark"}], "adminPass": "X6sa5tSKvVtM"}} 2018-08-18 20:53:41,986 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-3eecb2e5-e105-4b66-a695-cf90bd74fdcc 2018-08-18 20:53:41,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.8296380043s 2018-08-18 20:53:41,986 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-3eecb2e5-e105-4b66-a695-cf90bd74fdcc 2018-08-18 20:53:41,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:53:41,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:42,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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-fd76fe64-009e-4c20-8121-c294a026f872 x-compute-request-id: req-fd76fe64-009e-4c20-8121-c294a026f872 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "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-18T20:53:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:41Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:53:29.000000", "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "70d667ad-e3f6-42d0-9256-c2f065856196", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:53:29Z", "hostId": "de34be872accd94bc4eeaad4fa8cd17410198a8abbfc4c2966d45aaf", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:22Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:53:42,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fd76fe64-009e-4c20-8121-c294a026f872 2018-08-18 20:53:42,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.596642017365s 2018-08-18 20:53:42,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fd76fe64-009e-4c20-8121-c294a026f872 2018-08-18 20:53:42,590 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:53:44,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:53:44,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:45,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53: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-a646a13e-9e52-4122-8c60-b54d95305921 x-compute-request-id: req-a646a13e-9e52-4122-8c60-b54d95305921 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:53:44Z", "hostId": "37f9d8d54ae19c2d17cab7d97a336fe2ddefe9b3caaeb1784958c47d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:41Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:53:29.000000", "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "70d667ad-e3f6-42d0-9256-c2f065856196", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:53:29Z", "hostId": "de34be872accd94bc4eeaad4fa8cd17410198a8abbfc4c2966d45aaf", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:22Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:53:45,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a646a13e-9e52-4122-8c60-b54d95305921 2018-08-18 20:53:45,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.767280101776s 2018-08-18 20:53:45,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a646a13e-9e52-4122-8c60-b54d95305921 2018-08-18 20:53:45,366 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:53:47,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:53:47,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:47,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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-46286637-a804-484f-981b-3e94623e576d x-compute-request-id: req-46286637-a804-484f-981b-3e94623e576d Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T20:53:44Z", "hostId": "37f9d8d54ae19c2d17cab7d97a336fe2ddefe9b3caaeb1784958c47d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:41Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:53:29.000000", "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "70d667ad-e3f6-42d0-9256-c2f065856196", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:53:29Z", "hostId": "de34be872accd94bc4eeaad4fa8cd17410198a8abbfc4c2966d45aaf", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:22Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:53:47,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-46286637-a804-484f-981b-3e94623e576d 2018-08-18 20:53:47,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426647186279s 2018-08-18 20:53:47,796 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-46286637-a804-484f-981b-3e94623e576d 2018-08-18 20:53:47,801 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:53:49,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:53:49,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:50,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:53: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-8f0ef23d-d72d-4b1a-a274-b758ddec8d33 x-compute-request-id: req-8f0ef23d-d72d-4b1a-a274-b758ddec8d33 Content-Encoding: gzip Content-Length: 883 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:25:5c", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:53:48.000000", "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:53:48Z", "hostId": "37f9d8d54ae19c2d17cab7d97a336fe2ddefe9b3caaeb1784958c47d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:41Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:53:29.000000", "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "70d667ad-e3f6-42d0-9256-c2f065856196", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:53:29Z", "hostId": "de34be872accd94bc4eeaad4fa8cd17410198a8abbfc4c2966d45aaf", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:22Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:53:50,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8f0ef23d-d72d-4b1a-a274-b758ddec8d33 2018-08-18 20:53:50,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.338541030884s 2018-08-18 20:53:50,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8f0ef23d-d72d-4b1a-a274-b758ddec8d33 2018-08-18 20:53:50,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:53:50,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=50feb62c-0273-47c0-89fc-98a0fd862e5d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:50,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a2a67490-7c12-4163-97ae-cfb71e97e75f Date: Sat, 18 Aug 2018 20:53:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"953343ac-cc55-4be4-b963-2a978f3f731d","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:44Z","admin_state_up":true,"updated_at":"2018-08-18T20:53:48Z","binding:vnic_type":"normal","device_id":"50feb62c-0273-47c0-89fc-98a0fd862e5d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:30:25:5c","id":"d628bb05-cac7-45b3-a7fc-7b52689d1b12","port_security_enabled":true,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","fixed_ips":[{"subnet_id":"71fbb1f1-b00e-4010-804c-51f77e6c09ea","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["8c6ed7c2-34f7-433d-848f-d799c4798782"],"name":""}]} 2018-08-18 20:53:50,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=50feb62c-0273-47c0-89fc-98a0fd862e5d used request id req-a2a67490-7c12-4163-97ae-cfb71e97e75f 2018-08-18 20:53:50,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0460588932037s 2018-08-18 20:53:50,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=50feb62c-0273-47c0-89fc-98a0fd862e5d used request id req-a2a67490-7c12-4163-97ae-cfb71e97e75f 2018-08-18 20:53:50,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:53:50,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=d628bb05-cac7-45b3-a7fc-7b52689d1b12" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:50,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a7e59c0c-5ddd-4b58-a168-ef588b6cd646 Date: Sat, 18 Aug 2018 20:53:50 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:53:50,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=d628bb05-cac7-45b3-a7fc-7b52689d1b12 used request id req-a7e59c0c-5ddd-4b58-a168-ef588b6cd646 2018-08-18 20:53:50,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0455510616302s 2018-08-18 20:53:50,243 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=d628bb05-cac7-45b3-a7fc-7b52689d1b12 used request id req-a7e59c0c-5ddd-4b58-a168-ef588b6cd646 2018-08-18 20:53:50,244 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:30:25:5c', 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'674c5370-1341-4296-9454-f78b5170db0e'}), 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-18T20:53:48.000000', 'flavor': Munch({u'id': u'98a01220-b302-4eea-aebc-984fbce40cf1'}), 'az': u'nova', 'id': u'50feb62c-0273-47c0-89fc-98a0fd862e5d', 'security_groups': [Munch({u'name': u'cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e8cbcb0cfd8e430f85af44912af4c2ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2310d9f8d74643129211acd0bcc3dcf9', 'name': 'cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a', '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-18T20:53:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T20:53:48Z', 'hostId': u'37f9d8d54ae19c2d17cab7d97a336fe2ddefe9b3caaeb1784958c47d', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'37f9d8d54ae19c2d17cab7d97a336fe2ddefe9b3caaeb1784958c47d', '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-18T20:53:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2310d9f8d74643129211acd0bcc3dcf9', 'name': u'cinder_test-vm_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'adminPass': u'X6sa5tSKvVtM', 'tenant_id': u'2310d9f8d74643129211acd0bcc3dcf9', 'created_at': u'2018-08-18T20:53:41Z', 'created': u'2018-08-18T20:53:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 20:53:50,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:53:50,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:50,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-050381bb-ff4e-4305-8955-5176eb522448 Date: Sat, 18 Aug 2018 20:53:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["71fbb1f1-b00e-4010-804c-51f77e6c09ea"],"updated_at":"2018-08-18T20:53:14Z","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"953343ac-cc55-4be4-b963-2a978f3f731d","name":"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}]} 2018-08-18 20:53:50,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-050381bb-ff4e-4305-8955-5176eb522448 2018-08-18 20:53:50,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0838341712952s 2018-08-18 20:53:50,330 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-050381bb-ff4e-4305-8955-5176eb522448 2018-08-18 20:53:50,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 20:53:50,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=50feb62c-0273-47c0-89fc-98a0fd862e5d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:50,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-655fe92f-68f3-4a27-b2cb-3a7ae316fb16 Date: Sat, 18 Aug 2018 20:53:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"953343ac-cc55-4be4-b963-2a978f3f731d","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:44Z","admin_state_up":true,"updated_at":"2018-08-18T20:53:48Z","binding:vnic_type":"normal","device_id":"50feb62c-0273-47c0-89fc-98a0fd862e5d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:30:25:5c","id":"d628bb05-cac7-45b3-a7fc-7b52689d1b12","port_security_enabled":true,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","fixed_ips":[{"subnet_id":"71fbb1f1-b00e-4010-804c-51f77e6c09ea","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["8c6ed7c2-34f7-433d-848f-d799c4798782"],"name":""}]} 2018-08-18 20:53:50,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=50feb62c-0273-47c0-89fc-98a0fd862e5d used request id req-655fe92f-68f3-4a27-b2cb-3a7ae316fb16 2018-08-18 20:53:50,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0429198741913s 2018-08-18 20:53:50,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=50feb62c-0273-47c0-89fc-98a0fd862e5d used request id req-655fe92f-68f3-4a27-b2cb-3a7ae316fb16 2018-08-18 20:53:50,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-18 20:53:50,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"floatingip": {"floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.12", "port_id": "d628bb05-cac7-45b3-a7fc-7b52689d1b12"}}' 2018-08-18 20:53:52,326 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-2ad2c678-db67-4f16-b255-65c2a512536d Date: Sat, 18 Aug 2018 20:53:52 GMT RESP BODY: {"floatingip": {"router_id": "f5b6e4dd-af22-49a2-b995-bb346b40e5ef", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:53:51Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "d628bb05-cac7-45b3-a7fc-7b52689d1b12", "id": "6f212167-0f5d-48e5-90ff-a8f11da894ac", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:51Z", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}} 2018-08-18 20:53:52,327 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2ad2c678-db67-4f16-b255-65c2a512536d 2018-08-18 20:53:52,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.95132899284s 2018-08-18 20:53:52,327 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2ad2c678-db67-4f16-b255-65c2a512536d 2018-08-18 20:53:52,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:53:52,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:53:52,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1096 X-Openstack-Request-Id: req-c6bacd57-1a19-4c80-82bf-67236097d685 Date: Sat, 18 Aug 2018 20:53:52 GMT RESP BODY: {"floatingips": [{"router_id": "f5b6e4dd-af22-49a2-b995-bb346b40e5ef", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:53:51Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "d628bb05-cac7-45b3-a7fc-7b52689d1b12", "id": "6f212167-0f5d-48e5-90ff-a8f11da894ac", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:51Z", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"router_id": "f5b6e4dd-af22-49a2-b995-bb346b40e5ef", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:53:32Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "53000969-f871-4538-8f67-84ce3fa762cb", "id": "cedbc271-0604-4e71-a329-ea834be1d4f5", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:32Z", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}]} 2018-08-18 20:53:52,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c6bacd57-1a19-4c80-82bf-67236097d685 2018-08-18 20:53:52,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0690729618073s 2018-08-18 20:53:52,404 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c6bacd57-1a19-4c80-82bf-67236097d685 2018-08-18 20:53:52,410 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f5b6e4dd-af22-49a2-b995-bb346b40e5ef', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2310d9f8d74643129211acd0bcc3dcf9', 'created_at': u'2018-08-18T20:53:51Z', 'attached': True, 'updated_at': u'2018-08-18T20:53:51Z', 'id': u'6f212167-0f5d-48e5-90ff-a8f11da894ac', 'floating_network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', 'fixed_ip_address': u'192.168.120.12', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2310d9f8d74643129211acd0bcc3dcf9', 'name': 'cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f5b6e4dd-af22-49a2-b995-bb346b40e5ef', 'project_id': u'2310d9f8d74643129211acd0bcc3dcf9', 'port_id': u'd628bb05-cac7-45b3-a7fc-7b52689d1b12', 'port': u'd628bb05-cac7-45b3-a7fc-7b52689d1b12', 'network': u'65cd7cef-6b04-450e-9f27-e630c6e3994e'}) 2018-08-18 20:53:52,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 20:53:52,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 20:53:52,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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-c8f6990f-6925-4e46-a1e2-2aec09e6efe1 x-compute-request-id: req-c8f6990f-6925-4e46-a1e2-2aec09e6efe1 Content-Encoding: gzip Content-Length: 9592 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 539141537 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.199664] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.202148] pid_max: default: 32768 minimum: 301\n[ 0.203488] ACPI: Core revision 20150930\n[ 0.205242] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.207179] Security Framework initialized\n[ 0.208385] Yama: becoming mindful.\n[ 0.209491] AppArmor: AppArmor initialized\n[ 0.210776] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212695] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214574] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218397] Initializing cgroup subsys io\n[ 0.219629] Initializing cgroup subsys memory\n[ 0.220932] Initializing cgroup subsys devices\n[ 0.222217] Initializing cgroup subsys freezer\n[ 0.223512] Initializing cgroup subsys net_cls\n[ 0.224789] Initializing cgroup subsys perf_event\n[ 0.226134] Initializing cgroup subsys net_prio\n[ 0.227443] Initializing cgroup subsys hugetlb\n[ 0.228726] Initializing cgroup subsys pids\n[ 0.230045] CPU: Physical Processor ID: 0\n[ 0.231931] mce: CPU supports 10 MCE banks\n[ 0.233165] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234653] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.250868] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.257620] ftrace: allocating 31920 entries in 125 pages\n[ 0.283055] smpboot: Max logical packages: 1\n[ 0.284310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.286324] x2apic enabled\n[ 0.287510] Switched APIC routing to physical x2apic.\n[ 0.290052] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.291743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.294695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.297392] KVM setup paravirtual spinlock\n[ 0.299068] x86: Booted up 1 node, 1 CPUs\n[ 0.300286] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.302338] devtmpfs: initialized\n[ 0.304365] evm: security.selinux\n[ 0.305402] evm: security.SMACK64\n[ 0.306426] evm: security.SMACK64EXEC\n[ 0.307528] evm: security.SMACK64TRANSMUTE\n[ 0.308728] evm: security.SMACK64MMAP\n[ 0.309827] evm: security.ima\n[ 0.310803] evm: security.capability\n[ 0.311992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.314706] pinctrl core: initialized pinctrl subsystem\n[ 0.316286] RTC time: 20:53:48, date: 08/18/18\n[ 0.317667] NET: Registered protocol family 16\n[ 0.319083] cpuidle: using governor ladder\n[ 0.320366] cpuidle: using governor menu\n[ 0.321572] PCCT header not found.\n[ 0.322660] ACPI: bus type PCI registered\n[ 0.323854] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.325667] PCI: Using configuration type 1 for base access\n[ 0.327926] ACPI: Added _OSI(Module Device)\n[ 0.329163] ACPI: Added _OSI(Processor Device)\n[ 0.330481] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.331856] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.334123] ACPI: Interpreter enabled\n[ 0.335285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.338002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.340731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.343494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.346264] ACPI: (supports S0 S5)\n[ 0.347314] ACPI: Using IOAPIC for interrupt routing\n[ 0.348704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.352701] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.354429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.356286] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361316] acpiphp: Slot [3] registered\n[ 0.362504] acpiphp: Slot [4] registered\n[ 0.363693] acpiphp: Slot [5] registered\n[ 0.364919] acpiphp: Slot [6] registered\n[ 0.366120] acpiphp: Slot [7] registered\n[ 0.367307] acpiphp: Slot [8] registered\n[ 0.368492] acpiphp: Slot [9] registered\n[ 0.369699] acpiphp: Slot [10] registered\n[ 0.370944] acpiphp: Slot [11] registered\n[ 0.372190] acpiphp: Slot [12] registered\n[ 0.373391] acpiphp: Slot [13] registered\n[ 0.374614] acpiphp: Slot [14] registered\n[ 0.375856] acpiphp: Slot [15] registered\n[ 0.391355] acpiphp: Slot [16] registered\n[ 0.392600] acpiphp: Slot [17] registered\n[ 0.393827] acpiphp: Slot [18] registered\n[ 0.395060] acpiphp: Slot [19] registered\n[ 0.396298] acpiphp: Slot [20] registered\n[ 0.397536] acpiphp: Slot [21] registered\n[ 0.398765] acpiphp: Slot [22] registered\n[ 0.400003] acpiphp: Slot [23] registered\n[ 0.401242] acpiphp: Slot [24] registered\n[ 0.402478] acpiphp: Slot [25] registered\n[ 0.403683] acpiphp: Slot [26] registered\n[ 0.404889] acpiphp: Slot [27] registered\n[ 0.406085] acpiphp: Slot [28] registered\n[ 0.407295] acpiphp: Slot [29] registered\n[ 0.408499] acpiphp: Slot [30] registered\n[ 0.409710] acpiphp: Slot [31] registered\n[ 0.410914] PCI host bridge to bus 0000:00\n[ 0.412173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417942] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.420113] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.422388] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.426580] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.428489] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.430243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.432193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.436384] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.438536] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.459206] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.461339] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.463472] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.465535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.467759] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469588] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471470] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.473104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.475449] vgaarb: loaded\n[ 0.476377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.478197] SCSI subsystem initialized\n[ 0.479544] ACPI: bus type USB registered\n[ 0.480804] usbcore: registered new interface driver usbfs\n[ 0.482411] usbcore: registered new interface driver hub\n[ 0.483947] usbcore: registered new device driver usb\n[ 0.485559] PCI: Using ACPI for IRQ routing\n[ 0.487181] NetLabel: Initializing\n[ 0.488254] NetLabel: domain hash size = 128\n[ 0.489526] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.490954] NetLabel: unlabeled traffic allowed by default\n[ 0.492694] clocksource: Switched to clocksource kvm-clock\n[ 0.502835] AppArmor: AppArmor Filesystem Enabled\n[ 0.504284] pnp: PnP ACPI init\n[ 0.505585] pnp: PnP ACPI: found 5 devices\n[ 0.512492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.515119] NET: Registered protocol family 2\n[ 0.516651] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.518612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.522527] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.524575] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.526219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.528196] NET: Registered protocol family 1\n[ 0.529701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.531347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.532904] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.547702] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.562940] Trying to unpack rootfs image as initramfs...\n[ 0.625069] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.627691] Scanning for low memory corruption every 60 seconds\n[ 0.629724] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.631394] audit: initializing netlink subsys (disabled)\n[ 0.632907] audit: type=2000 audit(1534625629.398:1): initialized\n[ 0.634837] Initialise system trusted keyring\n[ 0.636239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.637899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.640664] zbud: loaded\n[ 0.641705] VFS: Disk quotas dquot_6.6.0\n[ 0.642880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.645086] fuse init (API version 7.23)\n[ 0.646347] Key type big_key registered\n[ 0.647508] Allocating IMA MOK and blacklist keyrings.\n[ 0.649249] Key type asymmetric registered\n[ 0.650425] Asymmetric key parser 'x509' registered\n[ 0.651796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.653931] io scheduler noop registered\n[ 0.655067] io scheduler deadline registered (default)\n[ 0.656478] io scheduler cfq registered\n[ 0.657732] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.659206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.661027] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.663131] ACPI: Power Button [PWRF]\n[ 0.664371] GHES: HEST is not enabled!\n[ 0.678431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.707735] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.710774] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.735186] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.738287] Linux agpgart interface v0.103\n[ 0.741678] brd: module loaded\n[ 0.743915] loop: module loaded\n[ 0.748591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.750699] GPT:90111 != 2097151\n[ 0.751695] GPT:Alternate GPT header not at the end of the disk.\n[ 0.753267] GPT:90111 != 2097151\n[ 0.754252] GPT: Use GNU Parted to correct GPT errors.\n[ 0.755634] vda: vda1 vda15\n[ 0.757352] scsi host0: ata_piix\n[ 0.758456] scsi host1: ata_piix\n[ 0.759492] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.761222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.763275] libphy: Fixed MDIO Bus: probed\n[ 0.764455] tun: Universal TUN/TAP device driver, 1.6\n[ 0.765814] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.768782] PPP generic driver version 2.4.2\n[ 0.770082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.771765] ehci-pci: EHCI PCI platform driver\n[ 0.773031] ehci-platform: EHCI generic platform driver\n[ 0.774445] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.776055] ohci-pci: OHCI PCI platform driver\n[ 0.777309] ohci-platform: OHCI generic platform driver\n[ 0.778732] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.793435] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.794860] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.796964] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.798386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.800019] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.801751] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.803800] usb usb1: Product: UHCI Host Controller\n[ 0.805125] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.806741] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.808191] hub 1-0:1.0: USB hub found\n[ 0.809308] hub 1-0:1.0: 2 ports detected\n[ 0.810626] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.813628] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.814986] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.816442] mousedev: PS/2 mouse device common for all mice\n[ 0.818220] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820809] rtc_cmos 00:00: RTC can wake from S4\n[ 0.822379] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824062] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.825764] i2c /dev entries driver\n[ 0.826865] device-mapper: uevent: version 1.0.3\n[ 0.828234] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.830569] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.832462] NET: Registered protocol family 10\n[ 0.834046] NET: Registered protocol family 17\n[ 0.835326] Key type dns_resolver registered\n[ 0.836654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.838205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.840684] registered taskstats version 1\n[ 0.841878] Loading compiled-in X.509 certificates\n[ 0.843735] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.846366] zswap: loaded using pool lzo/zbud\n[ 0.848429] Key type trusted registered\n[ 0.850595] Key type encrypted registered\n[ 0.851779] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.853271] ima: No TPM chip found, activating TPM-bypass!\n[ 0.854755] evm: HMAC attrs: 0x1\n[ 0.856089] Magic number: 14:825:902\n[ 0.857331] rtc_cmos 00:00: setting system clock to 2018-08-18 20:53:49 UTC (1534625629)\n[ 0.859621] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.861209] EDD information not available.\n[ 0.922239] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.939055] Write protecting the kernel read-only data: 14336k\n[ 0.942074] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.944594] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.097848] random: dd urandom read with 4 bits of entropy available\ndone.\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.92. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDCd0XHmfOY9h4TLN7cRSZ+2LwTalo854rcajg9P5VxgaNjcxz1YUko03xEdmvNc1hpswiRsNwt3DnJoBen7e6cwp2h1uO+O177H23Y7uQBVZKyDv8W44qDIXXrS8wOaxz0zjcy18MHzQSlfLsyYtdI5eHxJn/l4FUQrFzamoFKsTguuOerbApwqGc4cey443VWpAssFpfFDrlzsgdZCO0rhbbdJMn6++ub0u/nItBYj+x3nsfogUXexD6EoYcChCBettE3Eot7oyYMdG8dc2QjLyPVPPKEAEgG1xnO/7ruLjMRURUmwn46hR91uFBZ1aE7wPpfNvlT5aXg/0hoERP3 root@cinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a\nssh-dss AAAAB3NzaC1kc3MAAACBAOWrJSP2BBiPfFvp/OVj48rY5kg5cOjcw4d0dTVt963psH08wnV2srWqpnS/X6EkMfobF1KGpFYBJRYdUdA2hCltMMykpogmpTJEPgIVPoBiyJiylVyNhFbNR36T1Drjx4WFKUF7aKuCsL/mAvTSt56IIlLOcRTV4WVSkW93MNUNAAAAFQC+Q/ElywqzEuEVdhjkOhZ3o2fY2QAAAIBCqJ3rbMvQ2+NwxmBNW0GU9WZTJKZo0bFs7179/tho3ypNTvVBJJXr7ZbsvtO7fRq5FaeT2pLCQBgsTQAJmj9rHL5WVmF0YIRZc7ZXc3TpB+BokGbheUXfMFcQnAtmac20u/21Bglpw+RpeHvZnCq93YKnbHI7lrOFOMyCDgn42AAAAIAQI4BqwsZiv+rLpfDKW5t571VBM3sIwvSkJ8uPbXYkfYjQx73mldsERH9LchgHRkSjPC58tPnds9Cq8KwhrWNbBOi6HHy0yQDd8R4g6zwoA1CUnzGLpWFzo6fQk+jqMaAp+QzpkJ2IHPfkSvNaTgrMovEas+QCH3urUgG6QdrD1w== root@cinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.14s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe30:255c/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 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-e61abef2-38c2-4e0d-b27e-6f9066bd747a\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.62 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a login: "} 2018-08-18 20:53:52,495 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/action used request id req-c8f6990f-6925-4e46-a1e2-2aec09e6efe1 2018-08-18 20:53:52,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0842869281769s 2018-08-18 20:53:52,496 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/action used request id req-c8f6990f-6925-4e46-a1e2-2aec09e6efe1 2018-08-18 20:53:52,496 - 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 539141537 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.199664] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.202148] pid_max: default: 32768 minimum: 301 [ 0.203488] ACPI: Core revision 20150930 [ 0.205242] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.207179] Security Framework initialized [ 0.208385] Yama: becoming mindful. [ 0.209491] AppArmor: AppArmor initialized [ 0.210776] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.212695] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.214574] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.218397] Initializing cgroup subsys io [ 0.219629] Initializing cgroup subsys memory [ 0.220932] Initializing cgroup subsys devices [ 0.222217] Initializing cgroup subsys freezer [ 0.223512] Initializing cgroup subsys net_cls [ 0.224789] Initializing cgroup subsys perf_event [ 0.226134] Initializing cgroup subsys net_prio [ 0.227443] Initializing cgroup subsys hugetlb [ 0.228726] Initializing cgroup subsys pids [ 0.230045] CPU: Physical Processor ID: 0 [ 0.231931] mce: CPU supports 10 MCE banks [ 0.233165] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.234653] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.250868] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.257620] ftrace: allocating 31920 entries in 125 pages [ 0.283055] smpboot: Max logical packages: 1 [ 0.284310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.286324] x2apic enabled [ 0.287510] Switched APIC routing to physical x2apic. [ 0.290052] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.291743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.294695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.297392] KVM setup paravirtual spinlock [ 0.299068] x86: Booted up 1 node, 1 CPUs [ 0.300286] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.302338] devtmpfs: initialized [ 0.304365] evm: security.selinux [ 0.305402] evm: security.SMACK64 [ 0.306426] evm: security.SMACK64EXEC [ 0.307528] evm: security.SMACK64TRANSMUTE [ 0.308728] evm: security.SMACK64MMAP [ 0.309827] evm: security.ima [ 0.310803] evm: security.capability [ 0.311992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.314706] pinctrl core: initialized pinctrl subsystem [ 0.316286] RTC time: 20:53:48, date: 08/18/18 [ 0.317667] NET: Registered protocol family 16 [ 0.319083] cpuidle: using governor ladder [ 0.320366] cpuidle: using governor menu [ 0.321572] PCCT header not found. [ 0.322660] ACPI: bus type PCI registered [ 0.323854] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.325667] PCI: Using configuration type 1 for base access [ 0.327926] ACPI: Added _OSI(Module Device) [ 0.329163] ACPI: Added _OSI(Processor Device) [ 0.330481] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.331856] ACPI: Added _OSI(Processor Aggregator Device) [ 0.334123] ACPI: Interpreter enabled [ 0.335285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.338002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.340731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.343494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.346264] ACPI: (supports S0 S5) [ 0.347314] ACPI: Using IOAPIC for interrupt routing [ 0.348704] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.352701] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.354429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.356286] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.361316] acpiphp: Slot [3] registered [ 0.362504] acpiphp: Slot [4] registered [ 0.363693] acpiphp: Slot [5] registered [ 0.364919] acpiphp: Slot [6] registered [ 0.366120] acpiphp: Slot [7] registered [ 0.367307] acpiphp: Slot [8] registered [ 0.368492] acpiphp: Slot [9] registered [ 0.369699] acpiphp: Slot [10] registered [ 0.370944] acpiphp: Slot [11] registered [ 0.372190] acpiphp: Slot [12] registered [ 0.373391] acpiphp: Slot [13] registered [ 0.374614] acpiphp: Slot [14] registered [ 0.375856] acpiphp: Slot [15] registered [ 0.391355] acpiphp: Slot [16] registered [ 0.392600] acpiphp: Slot [17] registered [ 0.393827] acpiphp: Slot [18] registered [ 0.395060] acpiphp: Slot [19] registered [ 0.396298] acpiphp: Slot [20] registered [ 0.397536] acpiphp: Slot [21] registered [ 0.398765] acpiphp: Slot [22] registered [ 0.400003] acpiphp: Slot [23] registered [ 0.401242] acpiphp: Slot [24] registered [ 0.402478] acpiphp: Slot [25] registered [ 0.403683] acpiphp: Slot [26] registered [ 0.404889] acpiphp: Slot [27] registered [ 0.406085] acpiphp: Slot [28] registered [ 0.407295] acpiphp: Slot [29] registered [ 0.408499] acpiphp: Slot [30] registered [ 0.409710] acpiphp: Slot [31] registered [ 0.410914] PCI host bridge to bus 0000:00 [ 0.412173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.413985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.415781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.417942] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.420113] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.422388] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.426580] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.428489] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.430243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.432193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.436384] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.438536] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.459206] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.461339] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.463472] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.465535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.467759] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.469588] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.471470] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.473104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.475449] vgaarb: loaded [ 0.476377] vgaarb: bridge control possible 0000:00:02.0 [ 0.478197] SCSI subsystem initialized [ 0.479544] ACPI: bus type USB registered [ 0.480804] usbcore: registered new interface driver usbfs [ 0.482411] usbcore: registered new interface driver hub [ 0.483947] usbcore: registered new device driver usb [ 0.485559] PCI: Using ACPI for IRQ routing [ 0.487181] NetLabel: Initializing [ 0.488254] NetLabel: domain hash size = 128 [ 0.489526] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.490954] NetLabel: unlabeled traffic allowed by default [ 0.492694] clocksource: Switched to clocksource kvm-clock [ 0.502835] AppArmor: AppArmor Filesystem Enabled [ 0.504284] pnp: PnP ACPI init [ 0.505585] pnp: PnP ACPI: found 5 devices [ 0.512492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.515119] NET: Registered protocol family 2 [ 0.516651] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.518612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.522527] TCP: Hash tables configured (established 4096 bind 4096) [ 0.524575] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.526219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.528196] NET: Registered protocol family 1 [ 0.529701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.531347] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.532904] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.547702] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.562940] Trying to unpack rootfs image as initramfs... [ 0.625069] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.627691] Scanning for low memory corruption every 60 seconds [ 0.629724] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.631394] audit: initializing netlink subsys (disabled) [ 0.632907] audit: type=2000 audit(1534625629.398:1): initialized [ 0.634837] Initialise system trusted keyring [ 0.636239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.637899] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.640664] zbud: loaded [ 0.641705] VFS: Disk quotas dquot_6.6.0 [ 0.642880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.645086] fuse init (API version 7.23) [ 0.646347] Key type big_key registered [ 0.647508] Allocating IMA MOK and blacklist keyrings. [ 0.649249] Key type asymmetric registered [ 0.650425] Asymmetric key parser 'x509' registered [ 0.651796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.653931] io scheduler noop registered [ 0.655067] io scheduler deadline registered (default) [ 0.656478] io scheduler cfq registered [ 0.657732] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.659206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.661027] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.663131] ACPI: Power Button [PWRF] [ 0.664371] GHES: HEST is not enabled! [ 0.678431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.707735] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.710774] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.735186] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.738287] Linux agpgart interface v0.103 [ 0.741678] brd: module loaded [ 0.743915] loop: module loaded [ 0.748591] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.750699] GPT:90111 != 2097151 [ 0.751695] GPT:Alternate GPT header not at the end of the disk. [ 0.753267] GPT:90111 != 2097151 [ 0.754252] GPT: Use GNU Parted to correct GPT errors. [ 0.755634] vda: vda1 vda15 [ 0.757352] scsi host0: ata_piix [ 0.758456] scsi host1: ata_piix [ 0.759492] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.761222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.763275] libphy: Fixed MDIO Bus: probed [ 0.764455] tun: Universal TUN/TAP device driver, 1.6 [ 0.765814] tun: (C) 1999-2004 Max Krasnyansky [ 0.768782] PPP generic driver version 2.4.2 [ 0.770082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.771765] ehci-pci: EHCI PCI platform driver [ 0.773031] ehci-platform: EHCI generic platform driver [ 0.774445] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.776055] ohci-pci: OHCI PCI platform driver [ 0.777309] ohci-platform: OHCI generic platform driver [ 0.778732] uhci_hcd: USB Universal Host Controller Interface driver [ 0.793435] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.794860] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.796964] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.798386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.800019] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.801751] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.803800] usb usb1: Product: UHCI Host Controller [ 0.805125] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.806741] usb usb1: SerialNumber: 0000:00:01.2 [ 0.808191] hub 1-0:1.0: USB hub found [ 0.809308] hub 1-0:1.0: 2 ports detected [ 0.810626] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.813628] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.814986] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.816442] mousedev: PS/2 mouse device common for all mice [ 0.818220] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.820809] rtc_cmos 00:00: RTC can wake from S4 [ 0.822379] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.824062] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.825764] i2c /dev entries driver [ 0.826865] device-mapper: uevent: version 1.0.3 [ 0.828234] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.830569] ledtrig-cpu: registered to indicate activity on CPUs [ 0.832462] NET: Registered protocol family 10 [ 0.834046] NET: Registered protocol family 17 [ 0.835326] Key type dns_resolver registered [ 0.836654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.838205] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.840684] registered taskstats version 1 [ 0.841878] Loading compiled-in X.509 certificates [ 0.843735] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.846366] zswap: loaded using pool lzo/zbud [ 0.848429] Key type trusted registered [ 0.850595] Key type encrypted registered [ 0.851779] AppArmor: AppArmor sha1 policy hashing enabled [ 0.853271] ima: No TPM chip found, activating TPM-bypass! [ 0.854755] evm: HMAC attrs: 0x1 [ 0.856089] Magic number: 14:825:902 [ 0.857331] rtc_cmos 00:00: setting system clock to 2018-08-18 20:53:49 UTC (1534625629) [ 0.859621] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.861209] EDD information not available. [ 0.922239] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.939055] Write protecting the kernel read-only data: 14336k [ 0.942074] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.944594] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.097848] random: dd urandom read with 4 bits of entropy available 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.92. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDCd0XHmfOY9h4TLN7cRSZ+2LwTalo854rcajg9P5VxgaNjcxz1YUko03xEdmvNc1hpswiRsNwt3DnJoBen7e6cwp2h1uO+O177H23Y7uQBVZKyDv8W44qDIXXrS8wOaxz0zjcy18MHzQSlfLsyYtdI5eHxJn/l4FUQrFzamoFKsTguuOerbApwqGc4cey443VWpAssFpfFDrlzsgdZCO0rhbbdJMn6++ub0u/nItBYj+x3nsfogUXexD6EoYcChCBettE3Eot7oyYMdG8dc2QjLyPVPPKEAEgG1xnO/7ruLjMRURUmwn46hR91uFBZ1aE7wPpfNvlT5aXg/0hoERP3 root@cinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a ssh-dss AAAAB3NzaC1kc3MAAACBAOWrJSP2BBiPfFvp/OVj48rY5kg5cOjcw4d0dTVt963psH08wnV2srWqpnS/X6EkMfobF1KGpFYBJRYdUdA2hCltMMykpogmpTJEPgIVPoBiyJiylVyNhFbNR36T1Drjx4WFKUF7aKuCsL/mAvTSt56IIlLOcRTV4WVSkW93MNUNAAAAFQC+Q/ElywqzEuEVdhjkOhZ3o2fY2QAAAIBCqJ3rbMvQ2+NwxmBNW0GU9WZTJKZo0bFs7179/tho3ypNTvVBJJXr7ZbsvtO7fRq5FaeT2pLCQBgsTQAJmj9rHL5WVmF0YIRZc7ZXc3TpB+BokGbheUXfMFcQnAtmac20u/21Bglpw+RpeHvZnCq93YKnbHI7lrOFOMyCDgn42AAAAIAQI4BqwsZiv+rLpfDKW5t571VBM3sIwvSkJ8uPbXYkfYjQx73mldsERH9LchgHRkSjPC58tPnds9Cq8KwhrWNbBOi6HHy0yQDd8R4g6zwoA1CUnzGLpWFzo6fQk+jqMaAp+QzpkJ2IHPfkSvNaTgrMovEas+QCH3urUgG6QdrD1w== root@cinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.14s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe30:255c/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 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-e61abef2-38c2-4e0d-b27e-6f9066bd747a launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.62 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a login: 2018-08-18 20:53:53,499 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-08-18 20:54:02,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 20:54:02,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 20:54:02,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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-a83e0777-b8ad-45ea-b102-c3e86c810c66 x-compute-request-id: req-a83e0777-b8ad-45ea-b102-c3e86c810c66 Content-Encoding: gzip Content-Length: 9592 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 539141537 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.199664] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.202148] pid_max: default: 32768 minimum: 301\n[ 0.203488] ACPI: Core revision 20150930\n[ 0.205242] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.207179] Security Framework initialized\n[ 0.208385] Yama: becoming mindful.\n[ 0.209491] AppArmor: AppArmor initialized\n[ 0.210776] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212695] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214574] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218397] Initializing cgroup subsys io\n[ 0.219629] Initializing cgroup subsys memory\n[ 0.220932] Initializing cgroup subsys devices\n[ 0.222217] Initializing cgroup subsys freezer\n[ 0.223512] Initializing cgroup subsys net_cls\n[ 0.224789] Initializing cgroup subsys perf_event\n[ 0.226134] Initializing cgroup subsys net_prio\n[ 0.227443] Initializing cgroup subsys hugetlb\n[ 0.228726] Initializing cgroup subsys pids\n[ 0.230045] CPU: Physical Processor ID: 0\n[ 0.231931] mce: CPU supports 10 MCE banks\n[ 0.233165] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234653] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.250868] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.257620] ftrace: allocating 31920 entries in 125 pages\n[ 0.283055] smpboot: Max logical packages: 1\n[ 0.284310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.286324] x2apic enabled\n[ 0.287510] Switched APIC routing to physical x2apic.\n[ 0.290052] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.291743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.294695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.297392] KVM setup paravirtual spinlock\n[ 0.299068] x86: Booted up 1 node, 1 CPUs\n[ 0.300286] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.302338] devtmpfs: initialized\n[ 0.304365] evm: security.selinux\n[ 0.305402] evm: security.SMACK64\n[ 0.306426] evm: security.SMACK64EXEC\n[ 0.307528] evm: security.SMACK64TRANSMUTE\n[ 0.308728] evm: security.SMACK64MMAP\n[ 0.309827] evm: security.ima\n[ 0.310803] evm: security.capability\n[ 0.311992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.314706] pinctrl core: initialized pinctrl subsystem\n[ 0.316286] RTC time: 20:53:48, date: 08/18/18\n[ 0.317667] NET: Registered protocol family 16\n[ 0.319083] cpuidle: using governor ladder\n[ 0.320366] cpuidle: using governor menu\n[ 0.321572] PCCT header not found.\n[ 0.322660] ACPI: bus type PCI registered\n[ 0.323854] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.325667] PCI: Using configuration type 1 for base access\n[ 0.327926] ACPI: Added _OSI(Module Device)\n[ 0.329163] ACPI: Added _OSI(Processor Device)\n[ 0.330481] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.331856] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.334123] ACPI: Interpreter enabled\n[ 0.335285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.338002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.340731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.343494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.346264] ACPI: (supports S0 S5)\n[ 0.347314] ACPI: Using IOAPIC for interrupt routing\n[ 0.348704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.352701] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.354429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.356286] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361316] acpiphp: Slot [3] registered\n[ 0.362504] acpiphp: Slot [4] registered\n[ 0.363693] acpiphp: Slot [5] registered\n[ 0.364919] acpiphp: Slot [6] registered\n[ 0.366120] acpiphp: Slot [7] registered\n[ 0.367307] acpiphp: Slot [8] registered\n[ 0.368492] acpiphp: Slot [9] registered\n[ 0.369699] acpiphp: Slot [10] registered\n[ 0.370944] acpiphp: Slot [11] registered\n[ 0.372190] acpiphp: Slot [12] registered\n[ 0.373391] acpiphp: Slot [13] registered\n[ 0.374614] acpiphp: Slot [14] registered\n[ 0.375856] acpiphp: Slot [15] registered\n[ 0.391355] acpiphp: Slot [16] registered\n[ 0.392600] acpiphp: Slot [17] registered\n[ 0.393827] acpiphp: Slot [18] registered\n[ 0.395060] acpiphp: Slot [19] registered\n[ 0.396298] acpiphp: Slot [20] registered\n[ 0.397536] acpiphp: Slot [21] registered\n[ 0.398765] acpiphp: Slot [22] registered\n[ 0.400003] acpiphp: Slot [23] registered\n[ 0.401242] acpiphp: Slot [24] registered\n[ 0.402478] acpiphp: Slot [25] registered\n[ 0.403683] acpiphp: Slot [26] registered\n[ 0.404889] acpiphp: Slot [27] registered\n[ 0.406085] acpiphp: Slot [28] registered\n[ 0.407295] acpiphp: Slot [29] registered\n[ 0.408499] acpiphp: Slot [30] registered\n[ 0.409710] acpiphp: Slot [31] registered\n[ 0.410914] PCI host bridge to bus 0000:00\n[ 0.412173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417942] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.420113] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.422388] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.426580] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.428489] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.430243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.432193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.436384] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.438536] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.459206] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.461339] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.463472] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.465535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.467759] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469588] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471470] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.473104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.475449] vgaarb: loaded\n[ 0.476377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.478197] SCSI subsystem initialized\n[ 0.479544] ACPI: bus type USB registered\n[ 0.480804] usbcore: registered new interface driver usbfs\n[ 0.482411] usbcore: registered new interface driver hub\n[ 0.483947] usbcore: registered new device driver usb\n[ 0.485559] PCI: Using ACPI for IRQ routing\n[ 0.487181] NetLabel: Initializing\n[ 0.488254] NetLabel: domain hash size = 128\n[ 0.489526] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.490954] NetLabel: unlabeled traffic allowed by default\n[ 0.492694] clocksource: Switched to clocksource kvm-clock\n[ 0.502835] AppArmor: AppArmor Filesystem Enabled\n[ 0.504284] pnp: PnP ACPI init\n[ 0.505585] pnp: PnP ACPI: found 5 devices\n[ 0.512492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.515119] NET: Registered protocol family 2\n[ 0.516651] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.518612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.522527] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.524575] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.526219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.528196] NET: Registered protocol family 1\n[ 0.529701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.531347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.532904] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.547702] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.562940] Trying to unpack rootfs image as initramfs...\n[ 0.625069] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.627691] Scanning for low memory corruption every 60 seconds\n[ 0.629724] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.631394] audit: initializing netlink subsys (disabled)\n[ 0.632907] audit: type=2000 audit(1534625629.398:1): initialized\n[ 0.634837] Initialise system trusted keyring\n[ 0.636239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.637899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.640664] zbud: loaded\n[ 0.641705] VFS: Disk quotas dquot_6.6.0\n[ 0.642880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.645086] fuse init (API version 7.23)\n[ 0.646347] Key type big_key registered\n[ 0.647508] Allocating IMA MOK and blacklist keyrings.\n[ 0.649249] Key type asymmetric registered\n[ 0.650425] Asymmetric key parser 'x509' registered\n[ 0.651796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.653931] io scheduler noop registered\n[ 0.655067] io scheduler deadline registered (default)\n[ 0.656478] io scheduler cfq registered\n[ 0.657732] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.659206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.661027] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.663131] ACPI: Power Button [PWRF]\n[ 0.664371] GHES: HEST is not enabled!\n[ 0.678431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.707735] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.710774] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.735186] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.738287] Linux agpgart interface v0.103\n[ 0.741678] brd: module loaded\n[ 0.743915] loop: module loaded\n[ 0.748591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.750699] GPT:90111 != 2097151\n[ 0.751695] GPT:Alternate GPT header not at the end of the disk.\n[ 0.753267] GPT:90111 != 2097151\n[ 0.754252] GPT: Use GNU Parted to correct GPT errors.\n[ 0.755634] vda: vda1 vda15\n[ 0.757352] scsi host0: ata_piix\n[ 0.758456] scsi host1: ata_piix\n[ 0.759492] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.761222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.763275] libphy: Fixed MDIO Bus: probed\n[ 0.764455] tun: Universal TUN/TAP device driver, 1.6\n[ 0.765814] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.768782] PPP generic driver version 2.4.2\n[ 0.770082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.771765] ehci-pci: EHCI PCI platform driver\n[ 0.773031] ehci-platform: EHCI generic platform driver\n[ 0.774445] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.776055] ohci-pci: OHCI PCI platform driver\n[ 0.777309] ohci-platform: OHCI generic platform driver\n[ 0.778732] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.793435] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.794860] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.796964] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.798386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.800019] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.801751] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.803800] usb usb1: Product: UHCI Host Controller\n[ 0.805125] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.806741] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.808191] hub 1-0:1.0: USB hub found\n[ 0.809308] hub 1-0:1.0: 2 ports detected\n[ 0.810626] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.813628] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.814986] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.816442] mousedev: PS/2 mouse device common for all mice\n[ 0.818220] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820809] rtc_cmos 00:00: RTC can wake from S4\n[ 0.822379] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824062] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.825764] i2c /dev entries driver\n[ 0.826865] device-mapper: uevent: version 1.0.3\n[ 0.828234] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.830569] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.832462] NET: Registered protocol family 10\n[ 0.834046] NET: Registered protocol family 17\n[ 0.835326] Key type dns_resolver registered\n[ 0.836654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.838205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.840684] registered taskstats version 1\n[ 0.841878] Loading compiled-in X.509 certificates\n[ 0.843735] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.846366] zswap: loaded using pool lzo/zbud\n[ 0.848429] Key type trusted registered\n[ 0.850595] Key type encrypted registered\n[ 0.851779] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.853271] ima: No TPM chip found, activating TPM-bypass!\n[ 0.854755] evm: HMAC attrs: 0x1\n[ 0.856089] Magic number: 14:825:902\n[ 0.857331] rtc_cmos 00:00: setting system clock to 2018-08-18 20:53:49 UTC (1534625629)\n[ 0.859621] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.861209] EDD information not available.\n[ 0.922239] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.939055] Write protecting the kernel read-only data: 14336k\n[ 0.942074] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.944594] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.097848] random: dd urandom read with 4 bits of entropy available\ndone.\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.92. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDCd0XHmfOY9h4TLN7cRSZ+2LwTalo854rcajg9P5VxgaNjcxz1YUko03xEdmvNc1hpswiRsNwt3DnJoBen7e6cwp2h1uO+O177H23Y7uQBVZKyDv8W44qDIXXrS8wOaxz0zjcy18MHzQSlfLsyYtdI5eHxJn/l4FUQrFzamoFKsTguuOerbApwqGc4cey443VWpAssFpfFDrlzsgdZCO0rhbbdJMn6++ub0u/nItBYj+x3nsfogUXexD6EoYcChCBettE3Eot7oyYMdG8dc2QjLyPVPPKEAEgG1xnO/7ruLjMRURUmwn46hR91uFBZ1aE7wPpfNvlT5aXg/0hoERP3 root@cinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a\nssh-dss AAAAB3NzaC1kc3MAAACBAOWrJSP2BBiPfFvp/OVj48rY5kg5cOjcw4d0dTVt963psH08wnV2srWqpnS/X6EkMfobF1KGpFYBJRYdUdA2hCltMMykpogmpTJEPgIVPoBiyJiylVyNhFbNR36T1Drjx4WFKUF7aKuCsL/mAvTSt56IIlLOcRTV4WVSkW93MNUNAAAAFQC+Q/ElywqzEuEVdhjkOhZ3o2fY2QAAAIBCqJ3rbMvQ2+NwxmBNW0GU9WZTJKZo0bFs7179/tho3ypNTvVBJJXr7ZbsvtO7fRq5FaeT2pLCQBgsTQAJmj9rHL5WVmF0YIRZc7ZXc3TpB+BokGbheUXfMFcQnAtmac20u/21Bglpw+RpeHvZnCq93YKnbHI7lrOFOMyCDgn42AAAAIAQI4BqwsZiv+rLpfDKW5t571VBM3sIwvSkJ8uPbXYkfYjQx73mldsERH9LchgHRkSjPC58tPnds9Cq8KwhrWNbBOi6HHy0yQDd8R4g6zwoA1CUnzGLpWFzo6fQk+jqMaAp+QzpkJ2IHPfkSvNaTgrMovEas+QCH3urUgG6QdrD1w== root@cinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.14s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe30:255c/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 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-e61abef2-38c2-4e0d-b27e-6f9066bd747a\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.62 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a login: "} 2018-08-18 20:54:02,584 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/action used request id req-a83e0777-b8ad-45ea-b102-c3e86c810c66 2018-08-18 20:54:02,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0748119354248s 2018-08-18 20:54:02,585 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/action used request id req-a83e0777-b8ad-45ea-b102-c3e86c810c66 2018-08-18 20:54:02,585 - 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 539141537 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.199664] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.202148] pid_max: default: 32768 minimum: 301 [ 0.203488] ACPI: Core revision 20150930 [ 0.205242] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.207179] Security Framework initialized [ 0.208385] Yama: becoming mindful. [ 0.209491] AppArmor: AppArmor initialized [ 0.210776] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.212695] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.214574] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216364] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.218397] Initializing cgroup subsys io [ 0.219629] Initializing cgroup subsys memory [ 0.220932] Initializing cgroup subsys devices [ 0.222217] Initializing cgroup subsys freezer [ 0.223512] Initializing cgroup subsys net_cls [ 0.224789] Initializing cgroup subsys perf_event [ 0.226134] Initializing cgroup subsys net_prio [ 0.227443] Initializing cgroup subsys hugetlb [ 0.228726] Initializing cgroup subsys pids [ 0.230045] CPU: Physical Processor ID: 0 [ 0.231931] mce: CPU supports 10 MCE banks [ 0.233165] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.234653] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.250868] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.257620] ftrace: allocating 31920 entries in 125 pages [ 0.283055] smpboot: Max logical packages: 1 [ 0.284310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.286324] x2apic enabled [ 0.287510] Switched APIC routing to physical x2apic. [ 0.290052] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.291743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.294695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.297392] KVM setup paravirtual spinlock [ 0.299068] x86: Booted up 1 node, 1 CPUs [ 0.300286] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.302338] devtmpfs: initialized [ 0.304365] evm: security.selinux [ 0.305402] evm: security.SMACK64 [ 0.306426] evm: security.SMACK64EXEC [ 0.307528] evm: security.SMACK64TRANSMUTE [ 0.308728] evm: security.SMACK64MMAP [ 0.309827] evm: security.ima [ 0.310803] evm: security.capability [ 0.311992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.314706] pinctrl core: initialized pinctrl subsystem [ 0.316286] RTC time: 20:53:48, date: 08/18/18 [ 0.317667] NET: Registered protocol family 16 [ 0.319083] cpuidle: using governor ladder [ 0.320366] cpuidle: using governor menu [ 0.321572] PCCT header not found. [ 0.322660] ACPI: bus type PCI registered [ 0.323854] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.325667] PCI: Using configuration type 1 for base access [ 0.327926] ACPI: Added _OSI(Module Device) [ 0.329163] ACPI: Added _OSI(Processor Device) [ 0.330481] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.331856] ACPI: Added _OSI(Processor Aggregator Device) [ 0.334123] ACPI: Interpreter enabled [ 0.335285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.338002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.340731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.343494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.346264] ACPI: (supports S0 S5) [ 0.347314] ACPI: Using IOAPIC for interrupt routing [ 0.348704] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.352701] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.354429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.356286] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.361316] acpiphp: Slot [3] registered [ 0.362504] acpiphp: Slot [4] registered [ 0.363693] acpiphp: Slot [5] registered [ 0.364919] acpiphp: Slot [6] registered [ 0.366120] acpiphp: Slot [7] registered [ 0.367307] acpiphp: Slot [8] registered [ 0.368492] acpiphp: Slot [9] registered [ 0.369699] acpiphp: Slot [10] registered [ 0.370944] acpiphp: Slot [11] registered [ 0.372190] acpiphp: Slot [12] registered [ 0.373391] acpiphp: Slot [13] registered [ 0.374614] acpiphp: Slot [14] registered [ 0.375856] acpiphp: Slot [15] registered [ 0.391355] acpiphp: Slot [16] registered [ 0.392600] acpiphp: Slot [17] registered [ 0.393827] acpiphp: Slot [18] registered [ 0.395060] acpiphp: Slot [19] registered [ 0.396298] acpiphp: Slot [20] registered [ 0.397536] acpiphp: Slot [21] registered [ 0.398765] acpiphp: Slot [22] registered [ 0.400003] acpiphp: Slot [23] registered [ 0.401242] acpiphp: Slot [24] registered [ 0.402478] acpiphp: Slot [25] registered [ 0.403683] acpiphp: Slot [26] registered [ 0.404889] acpiphp: Slot [27] registered [ 0.406085] acpiphp: Slot [28] registered [ 0.407295] acpiphp: Slot [29] registered [ 0.408499] acpiphp: Slot [30] registered [ 0.409710] acpiphp: Slot [31] registered [ 0.410914] PCI host bridge to bus 0000:00 [ 0.412173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.413985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.415781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.417942] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.420113] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.422388] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.426580] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.428489] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.430243] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.432193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.436384] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.438536] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.459206] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.461339] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.463472] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.465535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.467759] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.469588] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.471470] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.473104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.475449] vgaarb: loaded [ 0.476377] vgaarb: bridge control possible 0000:00:02.0 [ 0.478197] SCSI subsystem initialized [ 0.479544] ACPI: bus type USB registered [ 0.480804] usbcore: registered new interface driver usbfs [ 0.482411] usbcore: registered new interface driver hub [ 0.483947] usbcore: registered new device driver usb [ 0.485559] PCI: Using ACPI for IRQ routing [ 0.487181] NetLabel: Initializing [ 0.488254] NetLabel: domain hash size = 128 [ 0.489526] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.490954] NetLabel: unlabeled traffic allowed by default [ 0.492694] clocksource: Switched to clocksource kvm-clock [ 0.502835] AppArmor: AppArmor Filesystem Enabled [ 0.504284] pnp: PnP ACPI init [ 0.505585] pnp: PnP ACPI: found 5 devices [ 0.512492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.515119] NET: Registered protocol family 2 [ 0.516651] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.518612] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.522527] TCP: Hash tables configured (established 4096 bind 4096) [ 0.524575] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.526219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.528196] NET: Registered protocol family 1 [ 0.529701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.531347] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.532904] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.547702] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.562940] Trying to unpack rootfs image as initramfs... [ 0.625069] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.627691] Scanning for low memory corruption every 60 seconds [ 0.629724] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.631394] audit: initializing netlink subsys (disabled) [ 0.632907] audit: type=2000 audit(1534625629.398:1): initialized [ 0.634837] Initialise system trusted keyring [ 0.636239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.637899] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.640664] zbud: loaded [ 0.641705] VFS: Disk quotas dquot_6.6.0 [ 0.642880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.645086] fuse init (API version 7.23) [ 0.646347] Key type big_key registered [ 0.647508] Allocating IMA MOK and blacklist keyrings. [ 0.649249] Key type asymmetric registered [ 0.650425] Asymmetric key parser 'x509' registered [ 0.651796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.653931] io scheduler noop registered [ 0.655067] io scheduler deadline registered (default) [ 0.656478] io scheduler cfq registered [ 0.657732] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.659206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.661027] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.663131] ACPI: Power Button [PWRF] [ 0.664371] GHES: HEST is not enabled! [ 0.678431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.707735] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.710774] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.735186] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.738287] Linux agpgart interface v0.103 [ 0.741678] brd: module loaded [ 0.743915] loop: module loaded [ 0.748591] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.750699] GPT:90111 != 2097151 [ 0.751695] GPT:Alternate GPT header not at the end of the disk. [ 0.753267] GPT:90111 != 2097151 [ 0.754252] GPT: Use GNU Parted to correct GPT errors. [ 0.755634] vda: vda1 vda15 [ 0.757352] scsi host0: ata_piix [ 0.758456] scsi host1: ata_piix [ 0.759492] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.761222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.763275] libphy: Fixed MDIO Bus: probed [ 0.764455] tun: Universal TUN/TAP device driver, 1.6 [ 0.765814] tun: (C) 1999-2004 Max Krasnyansky [ 0.768782] PPP generic driver version 2.4.2 [ 0.770082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.771765] ehci-pci: EHCI PCI platform driver [ 0.773031] ehci-platform: EHCI generic platform driver [ 0.774445] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.776055] ohci-pci: OHCI PCI platform driver [ 0.777309] ohci-platform: OHCI generic platform driver [ 0.778732] uhci_hcd: USB Universal Host Controller Interface driver [ 0.793435] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.794860] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.796964] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.798386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.800019] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.801751] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.803800] usb usb1: Product: UHCI Host Controller [ 0.805125] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.806741] usb usb1: SerialNumber: 0000:00:01.2 [ 0.808191] hub 1-0:1.0: USB hub found [ 0.809308] hub 1-0:1.0: 2 ports detected [ 0.810626] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.813628] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.814986] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.816442] mousedev: PS/2 mouse device common for all mice [ 0.818220] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.820809] rtc_cmos 00:00: RTC can wake from S4 [ 0.822379] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.824062] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.825764] i2c /dev entries driver [ 0.826865] device-mapper: uevent: version 1.0.3 [ 0.828234] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.830569] ledtrig-cpu: registered to indicate activity on CPUs [ 0.832462] NET: Registered protocol family 10 [ 0.834046] NET: Registered protocol family 17 [ 0.835326] Key type dns_resolver registered [ 0.836654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.838205] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.840684] registered taskstats version 1 [ 0.841878] Loading compiled-in X.509 certificates [ 0.843735] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.846366] zswap: loaded using pool lzo/zbud [ 0.848429] Key type trusted registered [ 0.850595] Key type encrypted registered [ 0.851779] AppArmor: AppArmor sha1 policy hashing enabled [ 0.853271] ima: No TPM chip found, activating TPM-bypass! [ 0.854755] evm: HMAC attrs: 0x1 [ 0.856089] Magic number: 14:825:902 [ 0.857331] rtc_cmos 00:00: setting system clock to 2018-08-18 20:53:49 UTC (1534625629) [ 0.859621] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.861209] EDD information not available. [ 0.922239] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.939055] Write protecting the kernel read-only data: 14336k [ 0.942074] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.944594] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.097848] random: dd urandom read with 4 bits of entropy available 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.92. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDCd0XHmfOY9h4TLN7cRSZ+2LwTalo854rcajg9P5VxgaNjcxz1YUko03xEdmvNc1hpswiRsNwt3DnJoBen7e6cwp2h1uO+O177H23Y7uQBVZKyDv8W44qDIXXrS8wOaxz0zjcy18MHzQSlfLsyYtdI5eHxJn/l4FUQrFzamoFKsTguuOerbApwqGc4cey443VWpAssFpfFDrlzsgdZCO0rhbbdJMn6++ub0u/nItBYj+x3nsfogUXexD6EoYcChCBettE3Eot7oyYMdG8dc2QjLyPVPPKEAEgG1xnO/7ruLjMRURUmwn46hR91uFBZ1aE7wPpfNvlT5aXg/0hoERP3 root@cinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a ssh-dss AAAAB3NzaC1kc3MAAACBAOWrJSP2BBiPfFvp/OVj48rY5kg5cOjcw4d0dTVt963psH08wnV2srWqpnS/X6EkMfobF1KGpFYBJRYdUdA2hCltMMykpogmpTJEPgIVPoBiyJiylVyNhFbNR36T1Drjx4WFKUF7aKuCsL/mAvTSt56IIlLOcRTV4WVSkW93MNUNAAAAFQC+Q/ElywqzEuEVdhjkOhZ3o2fY2QAAAIBCqJ3rbMvQ2+NwxmBNW0GU9WZTJKZo0bFs7179/tho3ypNTvVBJJXr7ZbsvtO7fRq5FaeT2pLCQBgsTQAJmj9rHL5WVmF0YIRZc7ZXc3TpB+BokGbheUXfMFcQnAtmac20u/21Bglpw+RpeHvZnCq93YKnbHI7lrOFOMyCDgn42AAAAIAQI4BqwsZiv+rLpfDKW5t571VBM3sIwvSkJ8uPbXYkfYjQx73mldsERH9LchgHRkSjPC58tPnds9Cq8KwhrWNbBOi6HHy0yQDd8R4g6zwoA1CUnzGLpWFzo6fQk+jqMaAp+QzpkJ2IHPfkSvNaTgrMovEas+QCH3urUgG6QdrD1w== root@cinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.14s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe30:255c/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 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-e61abef2-38c2-4e0d-b27e-6f9066bd747a launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.62 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-e61abef2-38c2-4e0d-b27e-6f9066bd747a login: 2018-08-18 20:54:02,588 - paramiko.transport - DEBUG - starting thread (client mode): 0x74608dd0L 2018-08-18 20:54:02,589 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 20:54:02,589 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-18 20:54:02,589 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-18 20:54:02,590 - 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-18 20:54:02,590 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 20:54:02,591 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-18 20:54:02,591 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 20:54:02,591 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 20:54:02,592 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 20:54:02,608 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 20:54:02,609 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 20:54:02,621 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: c76b76f6a258a7e6408bc4c62052a88b 2018-08-18 20:54:02,622 - paramiko.transport - DEBUG - Trying discovered key 786c645058dcc2c763449e218b7c19e1 in /tmp/tmp3vz0_W 2018-08-18 20:54:02,649 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 20:54:02,654 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-18 20:54:02,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-18 20:54:02,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"volumeAttachment": {"volumeId": "870a9ebf-744e-420b-82fc-3a351c60f74b"}}' 2018-08-18 20:54:05,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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-f7b58ef5-275e-486c-a5ef-8c6a8f798e69 x-compute-request-id: req-f7b58ef5-275e-486c-a5ef-8c6a8f798e69 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "volumeId": "870a9ebf-744e-420b-82fc-3a351c60f74b"}} 2018-08-18 20:54:05,447 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/os-volume_attachments used request id req-f7b58ef5-275e-486c-a5ef-8c6a8f798e69 2018-08-18 20:54:05,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.76110005379s 2018-08-18 20:54:05,448 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/os-volume_attachments used request id req-f7b58ef5-275e-486c-a5ef-8c6a8f798e69 2018-08-18 20:54:05,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:05,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:06,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:05 GMT Server: Apache x-compute-request-id: req-d1bf8774-5e20-4bf3-8d86-44d45a2e5710 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d1bf8774-5e20-4bf3-8d86-44d45a2e5710 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:54:05.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:54:06,514 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-d1bf8774-5e20-4bf3-8d86-44d45a2e5710 2018-08-18 20:54:06,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.06563806534s 2018-08-18 20:54:06,514 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-d1bf8774-5e20-4bf3-8d86-44d45a2e5710 2018-08-18 20:54:06,516 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:54:08,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:08,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:09,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:08 GMT Server: Apache x-compute-request-id: req-ef1d0271-20b4-40c3-a2bf-9a2f2b9e2e54 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef1d0271-20b4-40c3-a2bf-9a2f2b9e2e54 Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [{"server_id": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "attachment_id": "9edae8dd-a4ff-4558-8741-a93ec017d914", "attached_at": "2018-08-18T20:54:07.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "device": "/dev/vdb", "id": "870a9ebf-744e-420b-82fc-3a351c60f74b"}], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:54:08.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:54:09,659 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-ef1d0271-20b4-40c3-a2bf-9a2f2b9e2e54 2018-08-18 20:54:09,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.13989901543s 2018-08-18 20:54:09,660 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-ef1d0271-20b4-40c3-a2bf-9a2f2b9e2e54 2018-08-18 20:54:09,662 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-18 20:54:09,664 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-18 20:54:09,664 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-18 20:54:09,668 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-18 20:54:09,737 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-18 20:54:09,738 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-18 20:54:09,739 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-18 20:54:09,740 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-18 20:54:09,777 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-18 20:54:09,777 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-18 20:54:09,804 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-18 20:54:10,405 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-18 20:54:10,405 - 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: b21378a5-befa-42e0-b572-caa1dbd00c67 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-18 20:54:10,406 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-18 20:54:10,406 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-18 20:54:10,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-18 20:54:10,409 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-18 20:54:10,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/os-volume_attachments/870a9ebf-744e-420b-82fc-3a351c60f74b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:11,837 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:54:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c2a11b9-1749-4c9f-af73-ac0bebe099f9 x-compute-request-id: req-1c2a11b9-1749-4c9f-af73-ac0bebe099f9 Content-Length: 0 Content-Type: application/json 2018-08-18 20:54:11,838 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/os-volume_attachments/870a9ebf-744e-420b-82fc-3a351c60f74b used request id req-1c2a11b9-1749-4c9f-af73-ac0bebe099f9 2018-08-18 20:54:11,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.43071484566s 2018-08-18 20:54:11,838 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d/os-volume_attachments/870a9ebf-744e-420b-82fc-3a351c60f74b used request id req-1c2a11b9-1749-4c9f-af73-ac0bebe099f9 2018-08-18 20:54:11,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:11,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:11,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:11 GMT Server: Apache x-compute-request-id: req-7c1bdbe6-400b-4309-accc-8035eb8f4e64 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c1bdbe6-400b-4309-accc-8035eb8f4e64 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [{"server_id": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "attachment_id": "9edae8dd-a4ff-4558-8741-a93ec017d914", "attached_at": "2018-08-18T20:54:07.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "device": "/dev/vdb", "id": "870a9ebf-744e-420b-82fc-3a351c60f74b"}], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:54:11.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:54:11,895 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-7c1bdbe6-400b-4309-accc-8035eb8f4e64 2018-08-18 20:54:11,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0562829971313s 2018-08-18 20:54:11,895 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-7c1bdbe6-400b-4309-accc-8035eb8f4e64 2018-08-18 20:54:11,897 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:54:13,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:13,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:13,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:13 GMT Server: Apache x-compute-request-id: req-205f14ed-0e5a-4836-8a0c-e0fdc5ddaf1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-205f14ed-0e5a-4836-8a0c-e0fdc5ddaf1f Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:54:13.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:54:13,951 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-205f14ed-0e5a-4836-8a0c-e0fdc5ddaf1f 2018-08-18 20:54:13,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.051698923111s 2018-08-18 20:54:13,952 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-205f14ed-0e5a-4836-8a0c-e0fdc5ddaf1f 2018-08-18 20:54:13,953 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-18 20:54:13,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-18 20:54:13,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"volumeAttachment": {"volumeId": "870a9ebf-744e-420b-82fc-3a351c60f74b"}}' 2018-08-18 20:54:15,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20: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-a6f02989-54dd-483f-9c46-211e4b7b8528 x-compute-request-id: req-a6f02989-54dd-483f-9c46-211e4b7b8528 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "70d667ad-e3f6-42d0-9256-c2f065856196", "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "volumeId": "870a9ebf-744e-420b-82fc-3a351c60f74b"}} 2018-08-18 20:54:15,621 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196/os-volume_attachments used request id req-a6f02989-54dd-483f-9c46-211e4b7b8528 2018-08-18 20:54:15,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.667126894s 2018-08-18 20:54:15,621 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196/os-volume_attachments used request id req-a6f02989-54dd-483f-9c46-211e4b7b8528 2018-08-18 20:54:15,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:15,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:15,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:15 GMT Server: Apache x-compute-request-id: req-9bb4a038-0410-4a09-92e0-d1564efcf01b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9bb4a038-0410-4a09-92e0-d1564efcf01b Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:54:15.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:54:15,677 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-9bb4a038-0410-4a09-92e0-d1564efcf01b 2018-08-18 20:54:15,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0550088882446s 2018-08-18 20:54:15,677 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-9bb4a038-0410-4a09-92e0-d1564efcf01b 2018-08-18 20:54:15,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:54:17,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:17,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:17,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:17 GMT Server: Apache x-compute-request-id: req-f446851f-b527-44b2-9a8a-db83ee32cb89 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f446851f-b527-44b2-9a8a-db83ee32cb89 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [{"server_id": "70d667ad-e3f6-42d0-9256-c2f065856196", "attachment_id": "c6b147f5-56d8-47d8-ac38-3a617f103595", "attached_at": "2018-08-18T20:54:16.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "device": "/dev/vdb", "id": "870a9ebf-744e-420b-82fc-3a351c60f74b"}], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:54:17.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:54:17,737 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-f446851f-b527-44b2-9a8a-db83ee32cb89 2018-08-18 20:54:17,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0557940006256s 2018-08-18 20:54:17,737 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-f446851f-b527-44b2-9a8a-db83ee32cb89 2018-08-18 20:54:17,740 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-18 20:54:17,741 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-18 20:54:17,742 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-18 20:54:17,744 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-18 20:54:17,814 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-18 20:54:17,815 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-18 20:54:17,815 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-18 20:54:17,816 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-18 20:54:17,855 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-18 20:54:17,855 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-18 20:54:17,881 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-18 20:54:17,900 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-18 20:54:17,901 - 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-18 20:54:17,901 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-18 20:54:17,902 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-18 20:54:17,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-18 20:54:17,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196/os-volume_attachments/870a9ebf-744e-420b-82fc-3a351c60f74b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:17,907 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-18 20:54:18,327 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f0eeed3-9ce7-4417-848b-48e5ebad9c75 x-compute-request-id: req-2f0eeed3-9ce7-4417-848b-48e5ebad9c75 Content-Length: 0 Content-Type: application/json 2018-08-18 20:54:18,327 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196/os-volume_attachments/870a9ebf-744e-420b-82fc-3a351c60f74b used request id req-2f0eeed3-9ce7-4417-848b-48e5ebad9c75 2018-08-18 20:54:18,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.42467212677s 2018-08-18 20:54:18,327 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196/os-volume_attachments/870a9ebf-744e-420b-82fc-3a351c60f74b used request id req-2f0eeed3-9ce7-4417-848b-48e5ebad9c75 2018-08-18 20:54:18,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:18,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:18,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:18 GMT Server: Apache x-compute-request-id: req-8e8f0978-9fd7-490d-b339-ff24a8645ca2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8e8f0978-9fd7-490d-b339-ff24a8645ca2 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [{"server_id": "70d667ad-e3f6-42d0-9256-c2f065856196", "attachment_id": "c6b147f5-56d8-47d8-ac38-3a617f103595", "attached_at": "2018-08-18T20:54:16.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "device": "/dev/vdb", "id": "870a9ebf-744e-420b-82fc-3a351c60f74b"}], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:54:18.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:54:18,385 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-8e8f0978-9fd7-490d-b339-ff24a8645ca2 2018-08-18 20:54:18,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0573060512543s 2018-08-18 20:54:18,386 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-8e8f0978-9fd7-490d-b339-ff24a8645ca2 2018-08-18 20:54:18,387 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:54:20,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:20,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:20,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:20 GMT Server: Apache x-compute-request-id: req-24f910d3-052a-4292-821d-6aea481b9697 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24f910d3-052a-4292-821d-6aea481b9697 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:54:18.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:54:20,442 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-24f910d3-052a-4292-821d-6aea481b9697 2018-08-18 20:54:20,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0518960952759s 2018-08-18 20:54:20,442 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-24f910d3-052a-4292-821d-6aea481b9697 2018-08-18 20:54:20,556 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:54:20,556 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:07 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-18 20:54:20,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 20:54:20,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:20,738 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c1e8c2f9-08d7-4fe4-bea3-56fc6abf5590 x-compute-request-id: req-c1e8c2f9-08d7-4fe4-bea3-56fc6abf5590 Content-Type: application/json 2018-08-18 20:54:20,738 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196 used request id req-c1e8c2f9-08d7-4fe4-bea3-56fc6abf5590 2018-08-18 20:54:20,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.177717924118s 2018-08-18 20:54:20,738 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196 used request id req-c1e8c2f9-08d7-4fe4-bea3-56fc6abf5590 2018-08-18 20:54:20,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:54:20,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:20,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01b22816-a792-4662-ac5d-dce667783461 x-compute-request-id: req-01b22816-a792-4662-ac5d-dce667783461 Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:25:5c", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:25:5c", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:53:48.000000", "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:53:48Z", "hostId": "37f9d8d54ae19c2d17cab7d97a336fe2ddefe9b3caaeb1784958c47d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:41Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d4:95", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/70d667ad-e3f6-42d0-9256-c2f065856196", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:53:29.000000", "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "70d667ad-e3f6-42d0-9256-c2f065856196", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:54:20Z", "hostId": "de34be872accd94bc4eeaad4fa8cd17410198a8abbfc4c2966d45aaf", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm2_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:22Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:54:20,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-01b22816-a792-4662-ac5d-dce667783461 2018-08-18 20:54:20,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.248524904251s 2018-08-18 20:54:20,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-01b22816-a792-4662-ac5d-dce667783461 2018-08-18 20:54:20,992 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:54:22,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:54:22,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:23,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-520c197b-d549-4169-b8a5-15c668227ef7 x-compute-request-id: req-520c197b-d549-4169-b8a5-15c668227ef7 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:25:5c", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:25:5c", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:53:48.000000", "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:53:48Z", "hostId": "37f9d8d54ae19c2d17cab7d97a336fe2ddefe9b3caaeb1784958c47d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:41Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:54:23,414 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-520c197b-d549-4169-b8a5-15c668227ef7 2018-08-18 20:54:23,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.419569015503s 2018-08-18 20:54:23,415 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-520c197b-d549-4169-b8a5-15c668227ef7 2018-08-18 20:54:23,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-18 20:54:23,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/cedbc271-0604-4e71-a329-ea834be1d4f5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:24,018 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b3525a0-1adb-4b47-a5ab-9c14f9fe8194 Content-Length: 0 Date: Sat, 18 Aug 2018 20:54:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:54:24,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/cedbc271-0604-4e71-a329-ea834be1d4f5.json used request id req-2b3525a0-1adb-4b47-a5ab-9c14f9fe8194 2018-08-18 20:54:24,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.599014043808s 2018-08-18 20:54:24,019 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/cedbc271-0604-4e71-a329-ea834be1d4f5.json used request id req-2b3525a0-1adb-4b47-a5ab-9c14f9fe8194 2018-08-18 20:54:24,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:54:24,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:24,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-f2ac7599-8971-45a2-95b0-e982f071924a Date: Sat, 18 Aug 2018 20:54:24 GMT RESP BODY: {"floatingips": [{"router_id": "f5b6e4dd-af22-49a2-b995-bb346b40e5ef", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T20:53:51Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "d628bb05-cac7-45b3-a7fc-7b52689d1b12", "id": "6f212167-0f5d-48e5-90ff-a8f11da894ac", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:51Z", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}]} 2018-08-18 20:54:24,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f2ac7599-8971-45a2-95b0-e982f071924a 2018-08-18 20:54:24,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0584270954132s 2018-08-18 20:54:24,083 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f2ac7599-8971-45a2-95b0-e982f071924a 2018-08-18 20:54:24,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:24,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:24,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:24 GMT Server: Apache x-compute-request-id: req-10de003f-4a05-4933-904b-23711cd480e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-10de003f-4a05-4933-904b-23711cd480e2 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:54:18.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:54:24,138 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-10de003f-4a05-4933-904b-23711cd480e2 2018-08-18 20:54:24,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0506711006165s 2018-08-18 20:54:24,139 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-10de003f-4a05-4933-904b-23711cd480e2 2018-08-18 20:54:24,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-18 20:54:24,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:24,214 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:54:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8ac91f37-b36c-41af-aaf6-11ff31a46b31 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-18 20:54:24,215 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b used request id req-8ac91f37-b36c-41af-aaf6-11ff31a46b31 2018-08-18 20:54:24,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0745749473572s 2018-08-18 20:54:24,215 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b used request id req-8ac91f37-b36c-41af-aaf6-11ff31a46b31 2018-08-18 20:54:24,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:24,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:24,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:24 GMT Server: Apache x-compute-request-id: req-c95a2be3-27c0-49e8-90f9-0797aefa5622 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c95a2be3-27c0-49e8-90f9-0797aefa5622 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "self"}, {"href": "http://172.30.9.28:8776/2310d9f8d74643129211acd0bcc3dcf9/volumes/870a9ebf-744e-420b-82fc-3a351c60f74b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-18T20:53:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "updated_at": "2018-08-18T20:54:24.000000", "volume_type": null, "name": "cinder_test-volume_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "870a9ebf-744e-420b-82fc-3a351c60f74b", "size": 2}]} 2018-08-18 20:54:24,264 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-c95a2be3-27c0-49e8-90f9-0797aefa5622 2018-08-18 20:54:24,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0483980178833s 2018-08-18 20:54:24,264 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-c95a2be3-27c0-49e8-90f9-0797aefa5622 2018-08-18 20:54:24,265 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:54:26,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 20:54:26,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:26,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:26 GMT Server: Apache x-compute-request-id: req-17e97865-e9ac-4eda-9a0c-e96a7e77e705 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-17e97865-e9ac-4eda-9a0c-e96a7e77e705 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-18 20:54:26,309 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-17e97865-e9ac-4eda-9a0c-e96a7e77e705 2018-08-18 20:54:26,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0408179759979s 2018-08-18 20:54:26,309 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/2310d9f8d74643129211acd0bcc3dcf9/volumes/detail used request id req-17e97865-e9ac-4eda-9a0c-e96a7e77e705 2018-08-18 20:54:26,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-18 20:54:26,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/6f212167-0f5d-48e5-90ff-a8f11da894ac.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:27,236 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07176840-4d62-49d1-a0bb-c0b4ea0cc6f7 Content-Length: 0 Date: Sat, 18 Aug 2018 20:54:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:54:27,237 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/6f212167-0f5d-48e5-90ff-a8f11da894ac.json used request id req-07176840-4d62-49d1-a0bb-c0b4ea0cc6f7 2018-08-18 20:54:27,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.924185991287s 2018-08-18 20:54:27,237 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/6f212167-0f5d-48e5-90ff-a8f11da894ac.json used request id req-07176840-4d62-49d1-a0bb-c0b4ea0cc6f7 2018-08-18 20:54:27,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 20:54:27,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:27,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c3f0a984-5624-4495-8e2a-3dc5c79d67b9 Date: Sat, 18 Aug 2018 20:54:27 GMT RESP BODY: {"floatingips": []} 2018-08-18 20:54:27,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c3f0a984-5624-4495-8e2a-3dc5c79d67b9 2018-08-18 20:54:27,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0445590019226s 2018-08-18 20:54:27,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c3f0a984-5624-4495-8e2a-3dc5c79d67b9 2018-08-18 20:54:27,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 20:54:27,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:27,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4432a727-5144-4021-8d23-6c7d22ce590e x-compute-request-id: req-4432a727-5144-4021-8d23-6c7d22ce590e Content-Type: application/json 2018-08-18 20:54:27,490 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d used request id req-4432a727-5144-4021-8d23-6c7d22ce590e 2018-08-18 20:54:27,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.202261924744s 2018-08-18 20:54:27,491 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d used request id req-4432a727-5144-4021-8d23-6c7d22ce590e 2018-08-18 20:54:27,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:54:27,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:27,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8893518-3bf1-46be-a610-d15b7fdfa8d9 x-compute-request-id: req-f8893518-3bf1-46be-a610-d15b7fdfa8d9 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:25:5c", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:25:5c", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/50feb62c-0273-47c0-89fc-98a0fd862e5d", "rel": "bookmark"}], "image": {"id": "674c5370-1341-4296-9454-f78b5170db0e", "links": [{"href": "http://172.30.9.28:8774/images/674c5370-1341-4296-9454-f78b5170db0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T20:53:48.000000", "flavor": {"id": "98a01220-b302-4eea-aebc-984fbce40cf1", "links": [{"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "bookmark"}]}, "id": "50feb62c-0273-47c0-89fc-98a0fd862e5d", "security_groups": [{"name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}], "user_id": "e8cbcb0cfd8e430f85af44912af4c2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T20:54:27Z", "hostId": "37f9d8d54ae19c2d17cab7d97a336fe2ddefe9b3caaeb1784958c47d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "name": "cinder_test-vm_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "created": "2018-08-18T20:53:41Z", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 20:54:27,734 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f8893518-3bf1-46be-a610-d15b7fdfa8d9 2018-08-18 20:54:27,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.242362976074s 2018-08-18 20:54:27,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f8893518-3bf1-46be-a610-d15b7fdfa8d9 2018-08-18 20:54:27,736 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 20:54:29,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 20:54:29,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:29,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c978ad3-c75a-4755-aede-637001fa75a0 x-compute-request-id: req-1c978ad3-c75a-4755-aede-637001fa75a0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 20:54:29,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1c978ad3-c75a-4755-aede-637001fa75a0 2018-08-18 20:54:29,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0800969600677s 2018-08-18 20:54:29,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1c978ad3-c75a-4755-aede-637001fa75a0 2018-08-18 20:54:29,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 20:54:29,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:29,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-bd414361-c3dd-40f5-a2be-20e85e3f8bb3 Date: Sat, 18 Aug 2018 20:54:29 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:20Z", "updated_at": "2018-08-18T20:53:21Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T20:53:21Z", "revision_number": 0, "id": "261baeb4-eaa5-440a-bf05-16f64bf972c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:21Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:21Z", "revision_number": 0, "id": "4bcb1307-6fd1-43f6-9eb6-49f22ff0a2a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:21Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:20Z", "revision_number": 0, "id": "695f153c-0ead-4862-930b-91e62cfbaf48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:20Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:20Z", "revision_number": 0, "id": "8bad30a8-a2c2-4c49-97ac-5a104b07c190", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:20Z", "security_group_id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}], "revision_number": 3, "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "8c6ed7c2-34f7-433d-848f-d799c4798782", "name": "cinder_test-sg_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}, {"description": "Default security group", "tags": [], "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:13Z", "updated_at": "2018-08-18T20:53:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "09eef3a2-a6af-4be2-9e0c-ac4dec2522b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "88f63d6d-f1c0-459c-a83f-e842fc60ffbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "a4f2d4cc-9bfa-4d98-ad70-822bae942405", "remote_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "e4e2a0b1-cc03-48ff-a078-2e4acd082772", "remote_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}], "revision_number": 1, "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "name": "default"}]} 2018-08-18 20:54:29,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bd414361-c3dd-40f5-a2be-20e85e3f8bb3 2018-08-18 20:54:29,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0440769195557s 2018-08-18 20:54:29,868 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bd414361-c3dd-40f5-a2be-20e85e3f8bb3 2018-08-18 20:54:29,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-18 20:54:29,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/8c6ed7c2-34f7-433d-848f-d799c4798782.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:30,054 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28bc6ba2-3a8c-4a09-a798-1e68ee39285a Content-Length: 0 Date: Sat, 18 Aug 2018 20:54:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:54:30,054 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/8c6ed7c2-34f7-433d-848f-d799c4798782.json used request id req-28bc6ba2-3a8c-4a09-a798-1e68ee39285a 2018-08-18 20:54:30,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.182754993439s 2018-08-18 20:54:30,055 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/8c6ed7c2-34f7-433d-848f-d799c4798782.json used request id req-28bc6ba2-3a8c-4a09-a798-1e68ee39285a 2018-08-18 20:54:30,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-18 20:54:30,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:30,091 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2d1a3e7-238e-4604-96fc-57179af296ae x-compute-request-id: req-c2d1a3e7-238e-4604-96fc-57179af296ae Content-Length: 0 Content-Type: application/json 2018-08-18 20:54:30,091 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a used request id req-c2d1a3e7-238e-4604-96fc-57179af296ae 2018-08-18 20:54:30,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0356459617615s 2018-08-18 20:54:30,091 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_e61abef2-38c2-4e0d-b27e-6f9066bd747a used request id req-c2d1a3e7-238e-4604-96fc-57179af296ae 2018-08-18 20:54:30,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 20:54:30,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f5b6e4dd-af22-49a2-b995-bb346b40e5ef/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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" -d '{"subnet_id": "71fbb1f1-b00e-4010-804c-51f77e6c09ea"}' 2018-08-18 20:54:31,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-429a5ef6-f39a-46b5-ad30-91cdcaad7e4f Date: Sat, 18 Aug 2018 20:54:31 GMT RESP BODY: {"network_id": "953343ac-cc55-4be4-b963-2a978f3f731d", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "subnet_id": "71fbb1f1-b00e-4010-804c-51f77e6c09ea", "subnet_ids": ["71fbb1f1-b00e-4010-804c-51f77e6c09ea"], "port_id": "bcc27e3d-0eed-4321-98bc-2b3831508c1b", "id": "f5b6e4dd-af22-49a2-b995-bb346b40e5ef"} 2018-08-18 20:54:31,840 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f5b6e4dd-af22-49a2-b995-bb346b40e5ef/remove_router_interface.json used request id req-429a5ef6-f39a-46b5-ad30-91cdcaad7e4f 2018-08-18 20:54:31,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.74847602844s 2018-08-18 20:54:31,840 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f5b6e4dd-af22-49a2-b995-bb346b40e5ef/remove_router_interface.json used request id req-429a5ef6-f39a-46b5-ad30-91cdcaad7e4f returning object f5b6e4dd-af22-49a2-b995-bb346b40e5ef 2018-08-18 20:54:31,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 20:54:31,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:31,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-629d5d03-64fd-46cb-abda-c0f7afe9aec9 Date: Sat, 18 Aug 2018 20:54:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:15Z", "admin_state_up": true, "updated_at": "2018-08-18T20:54:31Z", "revision_number": 4, "routes": [], "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "f5b6e4dd-af22-49a2-b995-bb346b40e5ef", "name": "cinder_test-router_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}]} 2018-08-18 20:54:31,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-629d5d03-64fd-46cb-abda-c0f7afe9aec9 2018-08-18 20:54:31,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.125466108322s 2018-08-18 20:54:31,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-629d5d03-64fd-46cb-abda-c0f7afe9aec9 2018-08-18 20:54:31,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 20:54:31,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/f5b6e4dd-af22-49a2-b995-bb346b40e5ef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:33,310 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b532844-b157-46ba-a85f-8041e581a0fc Content-Length: 0 Date: Sat, 18 Aug 2018 20:54:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:54:33,311 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f5b6e4dd-af22-49a2-b995-bb346b40e5ef.json used request id req-5b532844-b157-46ba-a85f-8041e581a0fc 2018-08-18 20:54:33,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34224700928s 2018-08-18 20:54:33,311 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f5b6e4dd-af22-49a2-b995-bb346b40e5ef.json used request id req-5b532844-b157-46ba-a85f-8041e581a0fc 2018-08-18 20:54:33,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 20:54:33,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:33,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7b517e7d-27ca-461a-a21f-0f7e2cefef6e Date: Sat, 18 Aug 2018 20:54:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"953343ac-cc55-4be4-b963-2a978f3f731d","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:53:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"71fbb1f1-b00e-4010-804c-51f77e6c09ea","subnetpool_id":null,"name":"cinder_test-subnet_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}]} 2018-08-18 20:54:33,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7b517e7d-27ca-461a-a21f-0f7e2cefef6e 2018-08-18 20:54:33,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0415098667145s 2018-08-18 20:54:33,353 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7b517e7d-27ca-461a-a21f-0f7e2cefef6e 2018-08-18 20:54:33,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 20:54:33,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/71fbb1f1-b00e-4010-804c-51f77e6c09ea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:34,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-40eee38f-a7e4-4d84-86d9-7b89d03b0009 Date: Sat, 18 Aug 2018 20:54:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:54:34,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/71fbb1f1-b00e-4010-804c-51f77e6c09ea.json used request id req-40eee38f-a7e4-4d84-86d9-7b89d03b0009 2018-08-18 20:54:34,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11230587959s 2018-08-18 20:54:34,468 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/71fbb1f1-b00e-4010-804c-51f77e6c09ea.json used request id req-40eee38f-a7e4-4d84-86d9-7b89d03b0009 2018-08-18 20:54:34,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:54:34,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:34,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-4882aff9-890b-47c4-b603-4c8f54d001d2 Date: Sat, 18 Aug 2018 20:54:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T20:46:29Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T20:54:34Z","tenant_id":"2310d9f8d74643129211acd0bcc3dcf9","created_at":"2018-08-18T20:53:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2310d9f8d74643129211acd0bcc3dcf9","id":"953343ac-cc55-4be4-b963-2a978f3f731d","name":"cinder_test-net_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}]} 2018-08-18 20:54:34,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4882aff9-890b-47c4-b603-4c8f54d001d2 2018-08-18 20:54:34,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0880110263824s 2018-08-18 20:54:34,556 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4882aff9-890b-47c4-b603-4c8f54d001d2 2018-08-18 20:54:34,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 20:54:34,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/953343ac-cc55-4be4-b963-2a978f3f731d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:35,797 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf1caee0-13b8-4e67-836c-6d729b7bfc8a Date: Sat, 18 Aug 2018 20:54:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 20:54:35,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/953343ac-cc55-4be4-b963-2a978f3f731d.json used request id req-bf1caee0-13b8-4e67-836c-6d729b7bfc8a 2018-08-18 20:54:35,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.23938918114s 2018-08-18 20:54:35,798 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/953343ac-cc55-4be4-b963-2a978f3f731d.json used request id req-bf1caee0-13b8-4e67-836c-6d729b7bfc8a 2018-08-18 20:54:35,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:54:35,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:36,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-e16680e5-1855-41b3-a6ee-c74d5e294a72 Date: Sat, 18 Aug 2018 20:54:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:53:19Z", "file": "/v2/images/674c5370-1341-4296-9454-f78b5170db0e/file", "owner": "2310d9f8d74643129211acd0bcc3dcf9", "id": "674c5370-1341-4296-9454-f78b5170db0e", "size": 12716032, "self": "/v2/images/674c5370-1341-4296-9454-f78b5170db0e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/674c5370-1341-4296-9454-f78b5170db0e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/674c5370-1341-4296-9454-f78b5170db0e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:53:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:54:36,157 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e16680e5-1855-41b3-a6ee-c74d5e294a72 2018-08-18 20:54:36,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.355023145676s 2018-08-18 20:54:36,157 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e16680e5-1855-41b3-a6ee-c74d5e294a72 2018-08-18 20:54:36,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 20:54:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/674c5370-1341-4296-9454-f78b5170db0e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}97028a49d8e8f8b9f8a4da93e5c9637a7977fee4" 2018-08-18 20:54:36,474 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a47053f6-20a4-4c58-b374-71ff1c93a0af Date: Sat, 18 Aug 2018 20:54:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 20:54:36,474 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/674c5370-1341-4296-9454-f78b5170db0e used request id req-a47053f6-20a4-4c58-b374-71ff1c93a0af 2018-08-18 20:54:36,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.31278181076s 2018-08-18 20:54:36,474 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/674c5370-1341-4296-9454-f78b5170db0e used request id req-a47053f6-20a4-4c58-b374-71ff1c93a0af 2018-08-18 20:54:36,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 20:54:36,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:54:36,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54: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-7bb61455-b3d8-47be-9893-b4c68f2ddf39 x-compute-request-id: req-7bb61455-b3d8-47be-9893-b4c68f2ddf39 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/98a01220-b302-4eea-aebc-984fbce40cf1", "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": "98a01220-b302-4eea-aebc-984fbce40cf1"}]} 2018-08-18 20:54:36,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-7bb61455-b3d8-47be-9893-b4c68f2ddf39 2018-08-18 20:54:36,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0219368934631s 2018-08-18 20:54:36,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-7bb61455-b3d8-47be-9893-b4c68f2ddf39 2018-08-18 20:54:36,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 20:54:36,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/98a01220-b302-4eea-aebc-984fbce40cf1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:54:36,533 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 20:54:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e440752f-74f5-4260-8291-07d9afc3acff x-compute-request-id: req-e440752f-74f5-4260-8291-07d9afc3acff Content-Length: 0 Content-Type: application/json 2018-08-18 20:54:36,533 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/98a01220-b302-4eea-aebc-984fbce40cf1 used request id req-e440752f-74f5-4260-8291-07d9afc3acff 2018-08-18 20:54:36,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0342011451721s 2018-08-18 20:54:36,534 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/98a01220-b302-4eea-aebc-984fbce40cf1 used request id req-e440752f-74f5-4260-8291-07d9afc3acff 2018-08-18 20:54:36,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:54:36,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:54:36,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5388b5-78c1-479a-b9ae-d52e3ce274e7 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder_test-user_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "links": {"self": "http://172.30.9.28:5000/v3/users/e8cbcb0cfd8e430f85af44912af4c2ca"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8cbcb0cfd8e430f85af44912af4c2ca", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 20:54:36,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0b5388b5-78c1-479a-b9ae-d52e3ce274e7 2018-08-18 20:54:36,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.188412904739s 2018-08-18 20:54:36,723 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0b5388b5-78c1-479a-b9ae-d52e3ce274e7 2018-08-18 20:54:36,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 20:54:36,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/e8cbcb0cfd8e430f85af44912af4c2ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:54:36,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d96254bf-b311-4cb9-86b6-64e0de6276d9 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_e61abef2-38c2-4e0d-b27e-6f9066bd747a", "links": {"self": "http://172.30.9.28:5000/v3/users/e8cbcb0cfd8e430f85af44912af4c2ca"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e8cbcb0cfd8e430f85af44912af4c2ca", "description": null}} 2018-08-18 20:54:36,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e8cbcb0cfd8e430f85af44912af4c2ca used request id req-d96254bf-b311-4cb9-86b6-64e0de6276d9 2018-08-18 20:54:36,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.188266038895s 2018-08-18 20:54:36,917 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e8cbcb0cfd8e430f85af44912af4c2ca used request id req-d96254bf-b311-4cb9-86b6-64e0de6276d9 2018-08-18 20:54:36,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 20:54:36,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/e8cbcb0cfd8e430f85af44912af4c2ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:54:37,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:54:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d677f5d7-5cfc-46d2-8c87-b42a035e2d60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:54:37,204 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e8cbcb0cfd8e430f85af44912af4c2ca used request id req-d677f5d7-5cfc-46d2-8c87-b42a035e2d60 2018-08-18 20:54:37,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.286276102066s 2018-08-18 20:54:37,204 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e8cbcb0cfd8e430f85af44912af4c2ca used request id req-d677f5d7-5cfc-46d2-8c87-b42a035e2d60 2018-08-18 20:54:37,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 20:54:37,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:54:37,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbc8931-3e3f-4f05-bb2d-ba21a37ce7b4 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/2310d9f8d74643129211acd0bcc3dcf9"}, "tags": [], "enabled": true, "id": "2310d9f8d74643129211acd0bcc3dcf9", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_e61abef2-38c2-4e0d-b27e-6f9066bd747a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 20:54:37,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-bdbc8931-3e3f-4f05-bb2d-ba21a37ce7b4 2018-08-18 20:54:37,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.273105144501s 2018-08-18 20:54:37,484 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-bdbc8931-3e3f-4f05-bb2d-ba21a37ce7b4 2018-08-18 20:54:37,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 20:54:37,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/2310d9f8d74643129211acd0bcc3dcf9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1da30f4b61cbd68214a836a81c05d2bdfbba4bf0" 2018-08-18 20:54:37,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 20:54:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60b63c10-12f6-4639-bc12-8a176225e834 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 20:54:37,734 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2310d9f8d74643129211acd0bcc3dcf9 used request id req-60b63c10-12f6-4639-bc12-8a176225e834 2018-08-18 20:54:37,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.245950937271s 2018-08-18 20:54:37,735 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2310d9f8d74643129211acd0bcc3dcf9 used request id req-60b63c10-12f6-4639-bc12-8a176225e834 2018-08-18 20:54:37,795 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-18 20:54:38,485 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-18 20:54:38,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:54:38,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:54:38,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:54:38,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:54:38,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:54:38,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:54:38,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:54:38,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:54:38,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3758b5e1-8b1e-4937-bb27-3c7b51da09ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:54:38,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3758b5e1-8b1e-4937-bb27-3c7b51da09ff 2018-08-18 20:54:38,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:54:38,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:54:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["HVvZNcGiShKRClx2fUeIXA"], "issued_at": "2018-08-18T20:54:38.000000Z"}} 2018-08-18 20:54:38,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:54:38,995 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:54:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06f1bf51-e552-4559-93f3-7ee98f3ad67f 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 20:54:38,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-06f1bf51-e552-4559-93f3-7ee98f3ad67f 2018-08-18 20:54:38,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-18 20:54:39,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 20:54:39,009 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:54:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b4f078d-e328-445d-a451-ddcdebbcd6f8 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-18 20:54:39,009 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-1b4f078d-e328-445d-a451-ddcdebbcd6f8 2018-08-18 20:54:39,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93aa1f91b57fe2eb3bc61615e8db27f0c9f6d654" 2018-08-18 20:54:39,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-854b768c-de00-4a83-b908-2347e241c15a Content-Encoding: gzip Content-Length: 858 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3220ab4ed05a40bf9d2e1278dcd6619d"}, "enabled": true, "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b1566ae2a5d4f7c81816c21ed2d5e40"}, "enabled": true, "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4730dc960cea404c8d1b192602e59886"}, "enabled": true, "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5a3d797353954386ba32f487084346f8"}, "enabled": true, "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/77553816578e44e0959db1d391266597"}, "enabled": true, "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86ee421a72744c04ab368db4e0c880a7"}, "enabled": true, "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/9adc66ad014f4961a9ea7d3ee8df592c"}, "enabled": true, "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a3ff63ef96d44f059d60f2be9db02efb"}, "enabled": true, "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/aab86086c08642bfbcea48c5aaba17a2"}, "enabled": true, "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/af10e8c2af504c21966e249d70c4e7e7"}, "enabled": true, "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/afe8d727d63246449c73cac35e11ef0e"}, "enabled": true, "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b47526e984904e72bfa0249a83525681"}, "enabled": true, "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c5b9a1d284ba4106bd4c78b348a7e9ce"}, "enabled": true, "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c653b08fa067480c945b92b71cdeab70"}, "enabled": true, "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/effb71043f3945f383eac25ddafdef1b"}, "enabled": true, "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-18 20:54:39,186 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-854b768c-de00-4a83-b908-2347e241c15a 2018-08-18 20:54:39,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.186455965042s 2018-08-18 20:54:39,186 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-854b768c-de00-4a83-b908-2347e241c15a 2018-08-18 20:54:39,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-18 20:54:39,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}93aa1f91b57fe2eb3bc61615e8db27f0c9f6d654" 2018-08-18 20:54:39,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19b2583f-e13b-4d8f-9ac2-8050e32c79dd Content-Encoding: gzip Content-Length: 1968 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/06d1e0df179c4ead81cc7ee4f1bae18f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/094fd07337654d98a81dc9da17ce02c1"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a3d797353954386ba32f487084346f8", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0addbfd797dd4da79c77edb52acdc176"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "77553816578e44e0959db1d391266597", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0bb385316915449697a52e0ad24185fb"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "0bb385316915449697a52e0ad24185fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0f01d18bf3494e0e90a94ad016a06ec0"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b47526e984904e72bfa0249a83525681", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1026b6a41ef84c2da83afab3caacc51f"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/15c8d10470bc4eeb86390cb9e133ffe9"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2de6937a73624d15a426abc9bdd3a41a"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2fab6d97aaf042f492445f4cc31bea1d"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "77553816578e44e0959db1d391266597", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/377016d2a4044a9c8db046b9d0964b2d"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/378d62397f3c43999fd34d22c1cccb60"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3ecc8dee6f744a5f85e0a136fe9ce628"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/46bd8c98e8824585a41a22e1b8e7f514"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/47de5b7076c24ee9991a16ac4cb49bbf"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b47526e984904e72bfa0249a83525681", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4bd6b0c2f1aa47f8ab68403f095df70b"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "77553816578e44e0959db1d391266597", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/51ea6fcc6ec9487685840f661fc4836b"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "51ea6fcc6ec9487685840f661fc4836b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/59a44f89b1334e308de7b3052f138ce1"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d41cebfd41e4d30b9e063735a377536"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "5d41cebfd41e4d30b9e063735a377536"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d42a83da3984583955b15d96e42dd78"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "5d42a83da3984583955b15d96e42dd78"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6bf61535e71b483d975332971dbd53e2"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "6bf61535e71b483d975332971dbd53e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/70a83018c8ab42d7842fcd1e561f9443"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/79bd2e67979c4b98a6cd7b587673364a"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/85d5760d551f4df6aca4281b496996e9"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "85d5760d551f4df6aca4281b496996e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/88bee3eece5c4d3d9265744d414f3a5c"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8db9f2d240a941e69c0f51b2fec056be"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9846c41c525142b986ee32e0a2590b88"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "9846c41c525142b986ee32e0a2590b88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9c044a08f6904fef94fb46c08a0e760a"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9edfe0f67787438e9dd2a753835b2219"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "9edfe0f67787438e9dd2a753835b2219"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9f6f7811a111490890ac327d3cf34685"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "9f6f7811a111490890ac327d3cf34685"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a94c4442201c4c1eb0bdf19d770d51b2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ad45a9ae800c40ec987b44cd1e0cdaff"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b2d458fe39ba4a8f8a29faff483f2061"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "b2d458fe39ba4a8f8a29faff483f2061"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c3c25fc6ad94447a821e727c7914c450"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a3d797353954386ba32f487084346f8", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d09f7ca50bc44f61a18f2e933a43be8f"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d949e52eaf1c417e99dd466d08796668"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "d949e52eaf1c417e99dd466d08796668"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dc4971d81d4f49f085aab29433318ee3"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "dc4971d81d4f49f085aab29433318ee3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ddf00c1973954143b34284147dca8ad8"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b47526e984904e72bfa0249a83525681", "id": "ddf00c1973954143b34284147dca8ad8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8874e74ef74422cbd9dd953abc2082a"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "f8874e74ef74422cbd9dd953abc2082a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8c17bbb087d49829022be469b32c1af"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a3d797353954386ba32f487084346f8", "id": "f8c17bbb087d49829022be469b32c1af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fe2efc0c246b4a7e9db6fedf44fd569e"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-18 20:54:39,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-19b2583f-e13b-4d8f-9ac2-8050e32c79dd 2018-08-18 20:54:39,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.107089042664s 2018-08-18 20:54:39,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-19b2583f-e13b-4d8f-9ac2-8050e32c79dd 2018-08-18 20:54:57,329 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-08-18 20:54:57,374 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-18 20:54:57,563 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-18 20:54:57,676 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 20:54:57,676 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 20:54:57,706 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-18 20:54:58,308 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-18 20:54:58,309 - openstack_tests - INFO - OS Credentials = > 2018-08-18 20:54:59,059 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-18 20:54:59,715 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-18 20:54:59,715 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-18 20:54:59,771 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-18 20:54:59,811 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-18 20:54:59,812 - openstack_tests - INFO - OS Credentials = > 2018-08-18 20:55:00,559 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-18 20:55:01,207 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-18 20:55:01,208 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-18 20:55:01,213 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:05 | PASS | | vmready1 | functest | healthcheck | 00:08 | PASS | | vmready2 | functest | healthcheck | 00:08 | PASS | | singlevm1 | functest | healthcheck | 00:30 | PASS | | singlevm2 | functest | healthcheck | 00:24 | PASS | | vping_ssh | functest | healthcheck | 00:56 | PASS | | vping_userdata | functest | healthcheck | 00:29 | PASS | | cinder_test | functest | healthcheck | 01:07 | PASS | | odl | functest | healthcheck | 00:18 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-18 20:55:01,226 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-18 20:55:04,825 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-223 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-18 20:55:04,832 - 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.28,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=YCnPtnEXwfJUO8qtSPCXJcD2Z 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=916340bf06fe4cb5a723b53dc60090de export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=h9pEogaJo6cWMVkr3rX2VUlOo export OS_REGION_NAME=regionOne 2018-08-18 20:55:04,832 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-18 20:55:04,833 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke neutron-tempest-plugin-api | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore patrole | | | | | vmtp shaker snaps_smoke neutron_trunk | | | | | networking-bgpvpn networking-sfc | | | | | barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-08-18 20:55:04,875 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-18 20:55:05,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 20:55:05,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 20:55:05,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 20:55:05,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 20:55:05,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 20:55:05,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 20:55:05,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 20:55:05,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 20:55:05,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 20:55:05,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:55:05,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bef87470-2840-499a-a01b-4a245a1448de Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 20:55:05,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bef87470-2840-499a-a01b-4a245a1448de 2018-08-18 20:55:05,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 20:55:06,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T21:55:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["DTdN8Az9SpKkztFgz7Le2A"], "issued_at": "2018-08-18T20:55:06.000000Z"}} 2018-08-18 20:55:06,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:55:06,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 20:55:07,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-70b1301f-e68a-45fb-95d3-a87a77107a22 Date: Sat, 18 Aug 2018 20:55:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:55:07,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-70b1301f-e68a-45fb-95d3-a87a77107a22 2018-08-18 20:55:07,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03173899651s 2018-08-18 20:55:07,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-70b1301f-e68a-45fb-95d3-a87a77107a22 2018-08-18 20:55:07,309 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 20:55:13,494 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 71bb4661-de7b-4bde-a8a2-09b68db4444f | 2018-08-18T20:55:12.662669 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 71bb4661-de7b-4bde-a8a2-09b68db4444f ~/.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-18 20:55:17,321 - 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-18 20:55:17,321 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-18 20:55:23,575 - 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=fbc7816e-8f1a-4441-a268-8d8a9a9440dc) as the default verifier for the future CLI operations. 2018-08-18 20:55:26,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-18 20:55:26,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 20:55:27,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-a3ff2c26-c4d4-4b66-8c7f-bb7e671052fd Date: Sat, 18 Aug 2018 20:55:27 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": "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": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"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": "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": "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"}, {"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": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-18 20:55:27,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-a3ff2c26-c4d4-4b66-8c7f-bb7e671052fd 2018-08-18 20:55:27,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.25602388382s 2018-08-18 20:55:27,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-a3ff2c26-c4d4-4b66-8c7f-bb7e671052fd 2018-08-18 20:55:27,059 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-18 20:55:27,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 20:55:27,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"network": {"name": "tempest_smoke-net_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "admin_state_up": true}}' 2018-08-18 20:55:27,246 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-8b4528fa-c0ed-429e-973e-677efa72b6a5 Date: Sat, 18 Aug 2018 20:55:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1b5380db-d72b-479d-bb26-a15d3b980df8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:55:27Z","is_default":false,"provider:segmentation_id":47,"name":"tempest_smoke-net_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:55:27Z","mtu":1450}} 2018-08-18 20:55:27,246 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8b4528fa-c0ed-429e-973e-677efa72b6a5 2018-08-18 20:55:27,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.186933040619s 2018-08-18 20:55:27,247 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8b4528fa-c0ed-429e-973e-677efa72b6a5 2018-08-18 20:55:27,247 - 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-18T20:55:27Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1b5380db-d72b-479d-bb26-a15d3b980df8', u'provider:segmentation_id': 47, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', u'admin_state_up': True, u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:55:27Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 20:55:27,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 20:55:27,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 20:55:27,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-d1655263-856d-4e34-a8bd-99e5f0cede59 Date: Sat, 18 Aug 2018 20:55:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1b5380db-d72b-479d-bb26-a15d3b980df8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T20:55:27Z","provider:segmentation_id":47,"name":"tempest_smoke-net_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:55:27Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 20:55:27,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d1655263-856d-4e34-a8bd-99e5f0cede59 2018-08-18 20:55:27,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100138902664s 2018-08-18 20:55:27,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d1655263-856d-4e34-a8bd-99e5f0cede59 2018-08-18 20:55:27,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 20:55:27,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"subnet": {"name": "tempest_smoke-subnet_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "enable_dhcp": true, "network_id": "1b5380db-d72b-479d-bb26-a15d3b980df8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 20:55:27,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-4e429925-eb05-4cad-8ecc-680217836085 Date: Sat, 18 Aug 2018 20:55:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b5380db-d72b-479d-bb26-a15d3b980df8","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:55:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:55:27Z","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":"916340bf06fe4cb5a723b53dc60090de","id":"83d309ae-1622-4830-9e59-edf362af77e4","subnetpool_id":null,"name":"tempest_smoke-subnet_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d"}} 2018-08-18 20:55:27,760 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4e429925-eb05-4cad-8ecc-680217836085 2018-08-18 20:55:27,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.409427881241s 2018-08-18 20:55:27,760 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4e429925-eb05-4cad-8ecc-680217836085 2018-08-18 20:55:27,761 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T20:55:27Z', 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'83d309ae-1622-4830-9e59-edf362af77e4', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', u'enable_dhcp': True, u'network_id': u'1b5380db-d72b-479d-bb26-a15d3b980df8', u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:55:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 20:55:27,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 20:55:27,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "tempest_smoke-router_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "admin_state_up": true}}' 2018-08-18 20:55:28,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-2c0b0b83-227b-4446-b30c-fc04c5770938 Date: Sat, 18 Aug 2018 20:55:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:55:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T20:55:28Z", "revision_number": 2, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "8ac7e322-258e-4185-93d5-93f165b91d1d", "name": "tempest_smoke-router_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d"}} 2018-08-18 20:55:28,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2c0b0b83-227b-4446-b30c-fc04c5770938 2018-08-18 20:55:28,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18211197853s 2018-08-18 20:55:28,944 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2c0b0b83-227b-4446-b30c-fc04c5770938 2018-08-18 20:55:28,944 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T20:55:27Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-18T20:55:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'916340bf06fe4cb5a723b53dc60090de', u'id': u'8ac7e322-258e-4185-93d5-93f165b91d1d', u'name': u'tempest_smoke-router_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d'}) 2018-08-18 20:55:28,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 20:55:28,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/8ac7e322-258e-4185-93d5-93f165b91d1d/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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"subnet_id": "83d309ae-1622-4830-9e59-edf362af77e4"}' 2018-08-18 20:55:30,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5d60f398-56d6-4241-8ee5-0ebc64756b9b Date: Sat, 18 Aug 2018 20:55:30 GMT RESP BODY: {"network_id": "1b5380db-d72b-479d-bb26-a15d3b980df8", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "83d309ae-1622-4830-9e59-edf362af77e4", "subnet_ids": ["83d309ae-1622-4830-9e59-edf362af77e4"], "port_id": "b406beee-dcb3-4ba5-b6e6-4df30a9562b4", "id": "8ac7e322-258e-4185-93d5-93f165b91d1d"} 2018-08-18 20:55:30,531 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8ac7e322-258e-4185-93d5-93f165b91d1d/add_router_interface.json used request id req-5d60f398-56d6-4241-8ee5-0ebc64756b9b 2018-08-18 20:55:30,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.58627390862s 2018-08-18 20:55:30,531 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8ac7e322-258e-4185-93d5-93f165b91d1d/add_router_interface.json used request id req-5d60f398-56d6-4241-8ee5-0ebc64756b9b returning object 8ac7e322-258e-4185-93d5-93f165b91d1d 2018-08-18 20:55:30,532 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 20:55:30,665 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 20:55:30,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:55:30,680 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 20:55:30 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 20:55:30,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:55:30,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 20:55:30,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-779581b5-7cde-4736-87b2-8adc4d575f44 Date: Sat, 18 Aug 2018 20:55:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:55:30,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-779581b5-7cde-4736-87b2-8adc4d575f44 2018-08-18 20:55:30,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286498785019s 2018-08-18 20:55:30,972 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-779581b5-7cde-4736-87b2-8adc4d575f44 2018-08-18 20:55:30,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 20:55:30,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d"}' 2018-08-18 20:55:31,036 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-05017024-8140-4722-8410-d7a4a3541902 Date: Sat, 18 Aug 2018 20:55:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:55:30Z", "file": "/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "bad98f54-da50-4c81-a9d0-4bde264ae254", "size": null, "self": "/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "checksum": null, "created_at": "2018-08-18T20:55:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 20:55:31,036 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-05017024-8140-4722-8410-d7a4a3541902 2018-08-18 20:55:31,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0550980567932s 2018-08-18 20:55:31,037 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-05017024-8140-4722-8410-d7a4a3541902 returning object bad98f54-da50-4c81-a9d0-4bde264ae254 2018-08-18 20:55:31,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 20:55:31,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254/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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '' 2018-08-18 20:55:31,822 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4c152448-d727-4410-ab29-b85f322c5001 Date: Sat, 18 Aug 2018 20:55:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 20:55:31,822 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254/file used request id req-4c152448-d727-4410-ab29-b85f322c5001 2018-08-18 20:55:31,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.784512996674s 2018-08-18 20:55:31,823 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254/file used request id req-4c152448-d727-4410-ab29-b85f322c5001 2018-08-18 20:55:31,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:55:31,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 20:55:31,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-7c168a9d-638e-4b5f-ae1e-67362e7b9a84 Date: Sat, 18 Aug 2018 20:55:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:55:31Z", "file": "/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "bad98f54-da50-4c81-a9d0-4bde264ae254", "size": 12716032, "self": "/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/bad98f54-da50-4c81-a9d0-4bde264ae254/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/bad98f54-da50-4c81-a9d0-4bde264ae254/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:55:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:55:31,852 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7c168a9d-638e-4b5f-ae1e-67362e7b9a84 2018-08-18 20:55:31,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0251519680023s 2018-08-18 20:55:31,853 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7c168a9d-638e-4b5f-ae1e-67362e7b9a84 2018-08-18 20:55:31,855 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/bad98f54-da50-4c81-a9d0-4bde264ae254/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'bad98f54-da50-4c81-a9d0-4bde264ae254', 'size': 12716032, u'self': u'/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/bad98f54-da50-4c81-a9d0-4bde264ae254/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T20:55:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T20:55:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', 'created': u'2018-08-18T20:55:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T20:55:30Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 20:55:31,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 20:55:31,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 20:55:32,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:55:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15f5c174-9794-43a7-8411-3a10386f700c x-compute-request-id: req-15f5c174-9794-43a7-8411-3a10386f700c Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92", "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": "3531b764-7a78-4ad1-b29e-3f11c8edbe92"}} 2018-08-18 20:55:32,172 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-15f5c174-9794-43a7-8411-3a10386f700c 2018-08-18 20:55:32,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.315973997116s 2018-08-18 20:55:32,172 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-15f5c174-9794-43a7-8411-3a10386f700c 2018-08-18 20:55:32,173 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', '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'916340bf06fe4cb5a723b53dc60090de', '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'3531b764-7a78-4ad1-b29e-3f11c8edbe92', 'swap': 0}) 2018-08-18 20:55:32,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 20:55:32,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92/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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"extra_specs": {}}' 2018-08-18 20:55:32,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:55:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd689008-5dde-49df-8f8a-fe6da158de34 x-compute-request-id: req-bd689008-5dde-49df-8f8a-fe6da158de34 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 20:55:32,194 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92/os-extra_specs used request id req-bd689008-5dde-49df-8f8a-fe6da158de34 2018-08-18 20:55:32,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.019681930542s 2018-08-18 20:55:32,194 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92/os-extra_specs used request id req-bd689008-5dde-49df-8f8a-fe6da158de34 2018-08-18 20:55:32,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 20:55:32,204 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 20:55:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f64f96db-4fbc-4e3c-944b-3ca6e5b22898 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 20:55:32,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-f64f96db-4fbc-4e3c-944b-3ca6e5b22898 2018-08-18 20:55:32,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:55:32,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 20:55:32,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cdcaf55-2055-47b6-911c-9b7c9b41d49a Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:55:32,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9cdcaf55-2055-47b6-911c-9b7c9b41d49a 2018-08-18 20:55:32,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177440881729s 2018-08-18 20:55:32,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9cdcaf55-2055-47b6-911c-9b7c9b41d49a 2018-08-18 20:55:32,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 20:55:32,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 20:55:32,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c24404e-358c-4de5-8ca0-9a6414eb0e0d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 20:55:32,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c24404e-358c-4de5-8ca0-9a6414eb0e0d 2018-08-18 20:55:32,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173642158508s 2018-08-18 20:55:32,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c24404e-358c-4de5-8ca0-9a6414eb0e0d 2018-08-18 20:55:32,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-18 20:55:32,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 20:55:32,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:55:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2827196-6d05-4c95-9678-e849bd52bec3 x-compute-request-id: req-b2827196-6d05-4c95-9678-e849bd52bec3 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 9}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-18 20:55:32,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-b2827196-6d05-4c95-9678-e849bd52bec3 2018-08-18 20:55:32,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.038421869278s 2018-08-18 20:55:32,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-b2827196-6d05-4c95-9678-e849bd52bec3 2018-08-18 20:55:32,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:55:32,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 20:55:32,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-a5fa02d2-7022-44dd-aea8-ce0331e4e7c5 Date: Sat, 18 Aug 2018 20:55:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:55:31Z", "file": "/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "bad98f54-da50-4c81-a9d0-4bde264ae254", "size": 12716032, "self": "/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/bad98f54-da50-4c81-a9d0-4bde264ae254/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/bad98f54-da50-4c81-a9d0-4bde264ae254/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:55:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:55:32,648 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a5fa02d2-7022-44dd-aea8-ce0331e4e7c5 2018-08-18 20:55:32,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0224001407623s 2018-08-18 20:55:32,649 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a5fa02d2-7022-44dd-aea8-ce0331e4e7c5 2018-08-18 20:55:32,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 20:55:32,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d"}' 2018-08-18 20:55:32,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/c8260725-07fb-48de-a08c-177ac918897c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-60e111d8-d102-4c80-8838-c0da868651e1 Date: Sat, 18 Aug 2018 20:55:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:55:32Z", "file": "/v2/images/c8260725-07fb-48de-a08c-177ac918897c/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "c8260725-07fb-48de-a08c-177ac918897c", "size": null, "self": "/v2/images/c8260725-07fb-48de-a08c-177ac918897c", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "checksum": null, "created_at": "2018-08-18T20:55:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 20:55:32,803 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-60e111d8-d102-4c80-8838-c0da868651e1 2018-08-18 20:55:32,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.147952079773s 2018-08-18 20:55:32,803 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-60e111d8-d102-4c80-8838-c0da868651e1 returning object c8260725-07fb-48de-a08c-177ac918897c 2018-08-18 20:55:32,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 20:55:32,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/c8260725-07fb-48de-a08c-177ac918897c/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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '' 2018-08-18 20:55:33,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f176e109-2c08-4f47-b331-1dc78c7cebea Date: Sat, 18 Aug 2018 20:55: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-18 20:55:33,937 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/c8260725-07fb-48de-a08c-177ac918897c/file used request id req-f176e109-2c08-4f47-b331-1dc78c7cebea 2018-08-18 20:55:33,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.13332486153s 2018-08-18 20:55:33,938 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/c8260725-07fb-48de-a08c-177ac918897c/file used request id req-f176e109-2c08-4f47-b331-1dc78c7cebea 2018-08-18 20:55:33,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 20:55:33,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 20:55:33,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-4d0c2a78-490c-4b6f-aba0-fc3205056a1e Date: Sat, 18 Aug 2018 20:55:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:55:33Z", "file": "/v2/images/c8260725-07fb-48de-a08c-177ac918897c/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "c8260725-07fb-48de-a08c-177ac918897c", "size": 12716032, "self": "/v2/images/c8260725-07fb-48de-a08c-177ac918897c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c8260725-07fb-48de-a08c-177ac918897c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c8260725-07fb-48de-a08c-177ac918897c/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:55:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:55:31Z", "file": "/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "bad98f54-da50-4c81-a9d0-4bde264ae254", "size": 12716032, "self": "/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/bad98f54-da50-4c81-a9d0-4bde264ae254/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/bad98f54-da50-4c81-a9d0-4bde264ae254/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:55:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 20:55:33,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4d0c2a78-490c-4b6f-aba0-fc3205056a1e 2018-08-18 20:55:33,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0278868675232s 2018-08-18 20:55:33,970 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4d0c2a78-490c-4b6f-aba0-fc3205056a1e 2018-08-18 20:55:33,972 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c8260725-07fb-48de-a08c-177ac918897c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c8260725-07fb-48de-a08c-177ac918897c/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'c8260725-07fb-48de-a08c-177ac918897c', 'size': 12716032, u'self': u'/v2/images/c8260725-07fb-48de-a08c-177ac918897c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c8260725-07fb-48de-a08c-177ac918897c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T20:55:33Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T20:55:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c8260725-07fb-48de-a08c-177ac918897c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', 'created': u'2018-08-18T20:55:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T20:55:32Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c8260725-07fb-48de-a08c-177ac918897c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 20:55:33,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 20:55:33,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 20:55:34,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:55: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-dbf00ebc-0dde-48d2-8a45-59c991c982ea x-compute-request-id: req-dbf00ebc-0dde-48d2-8a45-59c991c982ea Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1b6a826e-5433-4820-9a3b-12b85b7c6a89", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1b6a826e-5433-4820-9a3b-12b85b7c6a89", "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": "1b6a826e-5433-4820-9a3b-12b85b7c6a89"}} 2018-08-18 20:55:34,021 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-dbf00ebc-0dde-48d2-8a45-59c991c982ea 2018-08-18 20:55:34,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0474200248718s 2018-08-18 20:55:34,021 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-dbf00ebc-0dde-48d2-8a45-59c991c982ea 2018-08-18 20:55:34,022 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', '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'916340bf06fe4cb5a723b53dc60090de', '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'1b6a826e-5433-4820-9a3b-12b85b7c6a89', 'swap': 0}) 2018-08-18 20:55:34,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 20:55:34,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/1b6a826e-5433-4820-9a3b-12b85b7c6a89/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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"extra_specs": {}}' 2018-08-18 20:55:34,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 20:55:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de0969c9-0671-437d-8bac-91b901f60d6e x-compute-request-id: req-de0969c9-0671-437d-8bac-91b901f60d6e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 20:55:34,046 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/1b6a826e-5433-4820-9a3b-12b85b7c6a89/os-extra_specs used request id req-de0969c9-0671-437d-8bac-91b901f60d6e 2018-08-18 20:55:34,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236880779266s 2018-08-18 20:55:34,047 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/1b6a826e-5433-4820-9a3b-12b85b7c6a89/os-extra_specs used request id req-de0969c9-0671-437d-8bac-91b901f60d6e 2018-08-18 20:55:34,047 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d', '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'916340bf06fe4cb5a723b53dc60090de', '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'1b6a826e-5433-4820-9a3b-12b85b7c6a89', 'swap': 0}) 2018-08-18 20:55:37,478 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-18 20:55:37,478 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-18 20:55:37,479 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-18 20:55:37,482 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-18 20:55:37,486 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-18 20:55:41,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fbc7816e-8f1a-4441-a268-8d8a9a9440dc/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-18 20:55:41,288 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-18 20:55:41,297 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-18 20:55:41,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke/test_list.txt', '--concurrency=4']'. 2018-08-18 20:55:49,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:55:49.110 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-18 20:55:51,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:55:51.696 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.212s] 2018-08-18 20:55:51,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:55:51.749 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.052s] 2018-08-18 20:55:55,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:55:55.165 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.768s] 2018-08-18 20:55:58,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:55:58.924 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [4.533s] 2018-08-18 20:56:00,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:00.307 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.290s] 2018-08-18 20:56:01,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:01.974 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.666s] 2018-08-18 20:56:06,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:06.569 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.141s] 2018-08-18 20:56:07,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:07.666 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [13.174s] 2018-08-18 20:56:17,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:17.670 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.748s] 2018-08-18 20:56:17,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:17.682 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-08-18 20:56:22,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:22.965 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.607s] 2018-08-18 20:56:25,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:25.622 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.042s] 2018-08-18 20:56:31,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:31.234 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.153s] 2018-08-18 20:56:31,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:31.235 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-18 20:56:32,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:32.323 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.590s] 2018-08-18 20:56:37,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:37.119 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.096s] 2018-08-18 20:56:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:39.863 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.093s] 2018-08-18 20:56:39,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:39.864 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-18 20:56:42,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:42.350 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.206s] 2018-08-18 20:56:49,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:49.337 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.646s] 2018-08-18 20:56:51,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:51.760 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.899s] 2018-08-18 20:56:52,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:52.080 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.744s] 2018-08-18 20:56:53,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:53.124 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.043s] 2018-08-18 20:56:57,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:56:57.420 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-18 20:57:04,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:04.618 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.434s] 2018-08-18 20:57:08,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:08.673 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.120s] 2018-08-18 20:57:08,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:08.674 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-18 20:57:10,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:10.679 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [6.060s] 2018-08-18 20:57:12,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:12.506 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.745s] 2018-08-18 20:57:12,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:12.702 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.196s] 2018-08-18 20:57:12,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:12.815 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.113s] 2018-08-18 20:57:13,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:13.135 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.320s] 2018-08-18 20:57:13,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:13.233 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.098s] 2018-08-18 20:57:13,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:13.296 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.063s] 2018-08-18 20:57:17,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:17.689 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.010s] 2018-08-18 20:57:23,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:23.018 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-18 20:57:26,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:26.275 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.194s] 2018-08-18 20:57:26,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:26.457 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.182s] 2018-08-18 20:57:26,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:26.733 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.276s] 2018-08-18 20:57:26,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:26.742 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-08-18 20:57:28,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:28.930 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.131s] 2018-08-18 20:57:29,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:29.875 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.458s] 2018-08-18 20:57:30,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:30.230 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.355s] 2018-08-18 20:57:30,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:30.332 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.101s] 2018-08-18 20:57:30,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:30.380 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.047s] 2018-08-18 20:57:30,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:30.480 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2018-08-18 20:57:30,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:30.527 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.047s] 2018-08-18 20:57:31,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:31.794 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.861s] 2018-08-18 20:57:32,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:32.321 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.529s] 2018-08-18 20:57:35,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:35.144 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.633s] 2018-08-18 20:57:39,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:39.322 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.130s] 2018-08-18 20:57:39,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:39.338 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2018-08-18 20:57:49,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:49.048 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.218s] 2018-08-18 20:57:49,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:49.182 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.727s] 2018-08-18 20:57:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:54.374 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.325s] 2018-08-18 20:57:55,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:55.655 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.472s] 2018-08-18 20:57:59,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:59.132 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.157s] 2018-08-18 20:57:59,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:59.197 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.064s] 2018-08-18 20:57:59,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:59.274 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.076s] 2018-08-18 20:57:59,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:57:59.404 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.130s] 2018-08-18 20:58:00,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:00.942 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.286s] 2018-08-18 20:58:04,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:04.420 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.478s] 2018-08-18 20:58:08,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:08.711 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.213s] 2018-08-18 20:58:12,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:12.973 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.862s] 2018-08-18 20:58:14,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:14.205 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [5.493s] 2018-08-18 20:58:21,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:21.807 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.008s] 2018-08-18 20:58:22,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:22.201 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.995s] 2018-08-18 20:58:29,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:29.884 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.699s] 2018-08-18 20:58:32,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:32.437 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.551s] 2018-08-18 20:58:32,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:32.941 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [71.805s] 2018-08-18 20:58:35,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:35.169 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.732s] 2018-08-18 20:58:36,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:36.574 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.107s] 2018-08-18 20:58:39,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:39.941 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-18 20:58:42,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:42.774 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.199s] 2018-08-18 20:58:44,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:44.877 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.102s] 2018-08-18 20:58:44,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:44.923 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.047s] 2018-08-18 20:58:44,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:58:44.964 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.041s] 2018-08-18 20:59:00,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:00.682 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-08-18 20:59:00,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:00.793 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.111s] 2018-08-18 20:59:02,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:02.518 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.991s] 2018-08-18 20:59:06,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:06.496 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-18 20:59:09,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:09.042 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.524s] 2018-08-18 20:59:11,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:11.027 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.181s] 2018-08-18 20:59:15,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:15.272 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.229s] 2018-08-18 20:59:18,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:18.439 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.167s] 2018-08-18 20:59:19,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:19.879 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.123s] 2018-08-18 20:59:31,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:31.473 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-18 20:59:32,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:32.963 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.453s] 2018-08-18 20:59:38,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:38.431 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.468s] 2018-08-18 20:59:38,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:38.650 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.539s] 2018-08-18 20:59:38,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:38.813 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.163s] 2018-08-18 20:59:40,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:40.240 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.808s] 2018-08-18 20:59:40,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:40.287 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.046s] 2018-08-18 20:59:40,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:40.330 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.044s] 2018-08-18 20:59:48,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:48.114 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.336s] 2018-08-18 20:59:49,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:49.637 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.521s] 2018-08-18 20:59:49,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:49.676 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.041s] 2018-08-18 20:59:50,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:50.219 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.332s] 2018-08-18 20:59:52,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:52.613 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.393s] 2018-08-18 20:59:54,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 20:59:54.931 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.317s] 2018-08-18 21:00:04,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:00:04.766 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.493s] 2018-08-18 21:00:14,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:00:14.828 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.515s] 2018-08-18 21:00:23,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:00:23.352 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.522s] 2018-08-18 21:00:26,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 8533b50d-2ffb-4632-84d8-42c1953c64ea 2018-08-18 21:00:26,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8533b50d-2ffb-4632-84d8-42c1953c64ea']'. 2018-08-18 21:00:27,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-18 21:00:27,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-18 21:00:27,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-18 21:00:27,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8533b50d-2ffb-4632-84d8-42c1953c64ea | 2018-08-18 21:00:27,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-18 21:00:27,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-18 20:55:43 | 2018-08-18 21:00:27,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-18 21:00:26 | 2018-08-18 21:00:27,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:43 | 2018-08-18 21:00:27,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-18 21:00:27,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-18 21:00:27,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-18 21:00:27,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fbc7816e-8f1a-4441-a268-8d8a9a9440dc) | 2018-08-18 21:00:27,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-18 21:00:27,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 71bb4661-de7b-4bde-a8a2-09b68db4444f) | 2018-08-18 21:00:27,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-18 21:00:27,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 274.288 | 2018-08-18 21:00:27,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-08-18 21:00:27,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-18 21:00:27,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-18 21:00:27,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-18 21:00:27,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-18 21:00:27,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-18 21:00:27,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-18 21:00:27,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-18 21:00:27,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-18 21:00:27,806 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 21:00:27,806 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 05:01 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-18 21:00:27,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 21:00:27,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/c8260725-07fb-48de-a08c-177ac918897c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:28,864 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d293b5b9-50db-4c10-82f9-8af8c975c0ea Date: Sat, 18 Aug 2018 21:00: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-18 21:00:28,864 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/c8260725-07fb-48de-a08c-177ac918897c used request id req-d293b5b9-50db-4c10-82f9-8af8c975c0ea 2018-08-18 21:00:28,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.05519604683s 2018-08-18 21:00:28,865 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/c8260725-07fb-48de-a08c-177ac918897c used request id req-d293b5b9-50db-4c10-82f9-8af8c975c0ea 2018-08-18 21:00:28,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 21:00:28,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:28,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:00: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-d10eef85-5990-460b-8c39-8d039b2328f8 x-compute-request-id: req-d10eef85-5990-460b-8c39-8d039b2328f8 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1b6a826e-5433-4820-9a3b-12b85b7c6a89", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1b6a826e-5433-4820-9a3b-12b85b7c6a89", "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": "1b6a826e-5433-4820-9a3b-12b85b7c6a89"}, {"name": "tempest_smoke-flavor_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92", "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": "3531b764-7a78-4ad1-b29e-3f11c8edbe92"}]} 2018-08-18 21:00:28,887 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d10eef85-5990-460b-8c39-8d039b2328f8 2018-08-18 21:00:28,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0217869281769s 2018-08-18 21:00:28,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d10eef85-5990-460b-8c39-8d039b2328f8 2018-08-18 21:00:28,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 21:00:28,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/1b6a826e-5433-4820-9a3b-12b85b7c6a89 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:28,913 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21:00: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-c45cf743-42e5-4973-bd69-4dee0c7ce825 x-compute-request-id: req-c45cf743-42e5-4973-bd69-4dee0c7ce825 Content-Length: 0 Content-Type: application/json 2018-08-18 21:00:28,913 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1b6a826e-5433-4820-9a3b-12b85b7c6a89 used request id req-c45cf743-42e5-4973-bd69-4dee0c7ce825 2018-08-18 21:00:28,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.023689031601s 2018-08-18 21:00:28,913 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1b6a826e-5433-4820-9a3b-12b85b7c6a89 used request id req-c45cf743-42e5-4973-bd69-4dee0c7ce825 2018-08-18 21:00:28,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 21:00:28,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/8ac7e322-258e-4185-93d5-93f165b91d1d/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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" -d '{"subnet_id": "83d309ae-1622-4830-9e59-edf362af77e4"}' 2018-08-18 21:00:30,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d6f68660-636a-4081-9cc9-921958153c01 Date: Sat, 18 Aug 2018 21:00:30 GMT RESP BODY: {"network_id": "1b5380db-d72b-479d-bb26-a15d3b980df8", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "83d309ae-1622-4830-9e59-edf362af77e4", "subnet_ids": ["83d309ae-1622-4830-9e59-edf362af77e4"], "port_id": "b406beee-dcb3-4ba5-b6e6-4df30a9562b4", "id": "8ac7e322-258e-4185-93d5-93f165b91d1d"} 2018-08-18 21:00:30,690 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8ac7e322-258e-4185-93d5-93f165b91d1d/remove_router_interface.json used request id req-d6f68660-636a-4081-9cc9-921958153c01 2018-08-18 21:00:30,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77675509453s 2018-08-18 21:00:30,690 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8ac7e322-258e-4185-93d5-93f165b91d1d/remove_router_interface.json used request id req-d6f68660-636a-4081-9cc9-921958153c01 returning object 8ac7e322-258e-4185-93d5-93f165b91d1d 2018-08-18 21:00:30,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 21:00:30,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:30,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ea4b62b7-8e7a-4b87-9c86-7aaebcb2dbb9 Date: Sat, 18 Aug 2018 21:00:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:55:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:00:29Z", "revision_number": 4, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "8ac7e322-258e-4185-93d5-93f165b91d1d", "name": "tempest_smoke-router_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d"}]} 2018-08-18 21:00:30,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-ea4b62b7-8e7a-4b87-9c86-7aaebcb2dbb9 2018-08-18 21:00:30,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117568969727s 2018-08-18 21:00:30,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-ea4b62b7-8e7a-4b87-9c86-7aaebcb2dbb9 2018-08-18 21:00:30,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 21:00:30,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/8ac7e322-258e-4185-93d5-93f165b91d1d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:32,338 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97b879ef-d722-4f78-847a-fee6297b3ff7 Content-Length: 0 Date: Sat, 18 Aug 2018 21:00:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:00:32,338 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8ac7e322-258e-4185-93d5-93f165b91d1d.json used request id req-97b879ef-d722-4f78-847a-fee6297b3ff7 2018-08-18 21:00:32,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.52807021141s 2018-08-18 21:00:32,339 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8ac7e322-258e-4185-93d5-93f165b91d1d.json used request id req-97b879ef-d722-4f78-847a-fee6297b3ff7 2018-08-18 21:00:32,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 21:00:32,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:32,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-bea9bb58-21d1-4284-b474-49bdf4943678 Date: Sat, 18 Aug 2018 21:00:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b5380db-d72b-479d-bb26-a15d3b980df8","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:55:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T20:55:27Z","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":"916340bf06fe4cb5a723b53dc60090de","id":"83d309ae-1622-4830-9e59-edf362af77e4","subnetpool_id":null,"name":"tempest_smoke-subnet_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d"}]} 2018-08-18 21:00:32,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bea9bb58-21d1-4284-b474-49bdf4943678 2018-08-18 21:00:32,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0457289218903s 2018-08-18 21:00:32,386 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bea9bb58-21d1-4284-b474-49bdf4943678 2018-08-18 21:00:32,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 21:00:32,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/83d309ae-1622-4830-9e59-edf362af77e4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:33,260 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d58a5878-5496-405b-9db7-721130203e81 Date: Sat, 18 Aug 2018 21:00:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:00:33,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/83d309ae-1622-4830-9e59-edf362af77e4.json used request id req-d58a5878-5496-405b-9db7-721130203e81 2018-08-18 21:00:33,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.873412132263s 2018-08-18 21:00:33,261 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/83d309ae-1622-4830-9e59-edf362af77e4.json used request id req-d58a5878-5496-405b-9db7-721130203e81 2018-08-18 21:00:33,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:00:33,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:33,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-c32a73ea-c9cd-4d9a-b503-bd0d64bd6904 Date: Sat, 18 Aug 2018 21:00:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1b5380db-d72b-479d-bb26-a15d3b980df8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:00:33Z","provider:segmentation_id":47,"name":"tempest_smoke-net_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T20:55:27Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 21:00:33,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c32a73ea-c9cd-4d9a-b503-bd0d64bd6904 2018-08-18 21:00:33,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.090393781662s 2018-08-18 21:00:33,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c32a73ea-c9cd-4d9a-b503-bd0d64bd6904 2018-08-18 21:00:33,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 21:00:33,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/1b5380db-d72b-479d-bb26-a15d3b980df8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:34,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08976cb4-9ab8-464f-b8c8-32073679bfda Date: Sat, 18 Aug 2018 21:00:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:00:34,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1b5380db-d72b-479d-bb26-a15d3b980df8.json used request id req-08976cb4-9ab8-464f-b8c8-32073679bfda 2018-08-18 21:00:34,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18379998207s 2018-08-18 21:00:34,538 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1b5380db-d72b-479d-bb26-a15d3b980df8.json used request id req-08976cb4-9ab8-464f-b8c8-32073679bfda 2018-08-18 21:00:34,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:00:34,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:34,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-5a35748d-ac28-452b-bf92-7aef067cfe10 Date: Sat, 18 Aug 2018 21:00:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T20:55:31Z", "file": "/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "bad98f54-da50-4c81-a9d0-4bde264ae254", "size": 12716032, "self": "/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/bad98f54-da50-4c81-a9d0-4bde264ae254/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/bad98f54-da50-4c81-a9d0-4bde264ae254/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T20:55:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:00:34,570 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5a35748d-ac28-452b-bf92-7aef067cfe10 2018-08-18 21:00:34,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.028520822525s 2018-08-18 21:00:34,571 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5a35748d-ac28-452b-bf92-7aef067cfe10 2018-08-18 21:00:34,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 21:00:34,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:34,879 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d3c61d33-28c6-45fc-9615-289cbb4fdd2a Date: Sat, 18 Aug 2018 21:00: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-18 21:00:34,879 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254 used request id req-d3c61d33-28c6-45fc-9615-289cbb4fdd2a 2018-08-18 21:00:34,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.307095050812s 2018-08-18 21:00:34,880 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/bad98f54-da50-4c81-a9d0-4bde264ae254 used request id req-d3c61d33-28c6-45fc-9615-289cbb4fdd2a 2018-08-18 21:00:34,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 21:00:34,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:35,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:00: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-7e57916f-ef30-4bce-97f4-f9a3b2de31c6 x-compute-request-id: req-7e57916f-ef30-4bce-97f4-f9a3b2de31c6 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_d5edbd1f-5c21-43f8-a066-ffa0b4ef7a8d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92", "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": "3531b764-7a78-4ad1-b29e-3f11c8edbe92"}]} 2018-08-18 21:00:35,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-7e57916f-ef30-4bce-97f4-f9a3b2de31c6 2018-08-18 21:00:35,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.266718864441s 2018-08-18 21:00:35,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-7e57916f-ef30-4bce-97f4-f9a3b2de31c6 2018-08-18 21:00:35,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 21:00:35,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a338b5500eb55ba0996925f9f4fb12e7c81a0086" 2018-08-18 21:00:35,196 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21:00: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-04d30cae-3de3-486b-8946-19702426fbd8 x-compute-request-id: req-04d30cae-3de3-486b-8946-19702426fbd8 Content-Length: 0 Content-Type: application/json 2018-08-18 21:00:35,197 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92 used request id req-04d30cae-3de3-486b-8946-19702426fbd8 2018-08-18 21:00:35,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0473017692566s 2018-08-18 21:00:35,197 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3531b764-7a78-4ad1-b29e-3f11c8edbe92 used request id req-04d30cae-3de3-486b-8946-19702426fbd8 2018-08-18 21:00:35,258 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-18 21:00:35,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 21:00:35,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 21:00:35,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 21:00:35,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 21:00:35,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 21:00:35,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 21:00:35,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 21:00:35,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 21:00:35,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 21:00:35,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 21:00:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 21:00:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 21:00:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 21:00:35,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:00:35,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b3e160d-3956-4913-879d-8cbc3fd56109 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 21:00:35,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7b3e160d-3956-4913-879d-8cbc3fd56109 2018-08-18 21:00:35,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 21:00:35,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T22:00:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["ukel9TGHQWGXszpnuccL5A"], "issued_at": "2018-08-18T21:00:35.000000Z"}} 2018-08-18 21:00:35,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:00:35,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:00:35,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-21d8bcd9-9f71-4f6a-a640-889494994c6f Date: Sat, 18 Aug 2018 21:00:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 21:00:35,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-21d8bcd9-9f71-4f6a-a640-889494994c6f 2018-08-18 21:00:35,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259744167328s 2018-08-18 21:00:35,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-21d8bcd9-9f71-4f6a-a640-889494994c6f 2018-08-18 21:00:35,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 21:00:38,751 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-18 21:00:41,525 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 6d26cd61-8885-4408-9212-9ec208cb250f | 2018-08-18T21:00:41.205503 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 6d26cd61-8885-4408-9212-9ec208cb250f ~/.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-18 21:00:45,319 - 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-18 21:00:45,319 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-18 21:00:47,922 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-18 21:00:51,295 - 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=df173353-686b-402e-baee-38eac04f5eec) as the default verifier for the future CLI operations. 2018-08-18 21:00:54,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-18 21:00:54,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:00:54,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-886a9576-39ca-4241-b614-0dbf48e8d308 Date: Sat, 18 Aug 2018 21:00:54 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": "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": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"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": "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": "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"}, {"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": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-18 21:00:54,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-886a9576-39ca-4241-b614-0dbf48e8d308 2018-08-18 21:00:54,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.36952996254s 2018-08-18 21:00:54,954 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-886a9576-39ca-4241-b614-0dbf48e8d308 2018-08-18 21:00:54,959 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-18 21:00:54,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 21:00:54,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"network": {"name": "neutron-tempest-plugin-api-net_8b021f96-97df-4a02-8d8a-a48866a63ad9", "admin_state_up": true}}' 2018-08-18 21:00:55,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-defcd6fd-d616-44ac-960c-2d8ca69d389d Date: Sat, 18 Aug 2018 21:00:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bcb962ad-fffa-43ce-b6dd-25125a92394e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:00:55Z","is_default":false,"provider:segmentation_id":62,"name":"neutron-tempest-plugin-api-net_8b021f96-97df-4a02-8d8a-a48866a63ad9","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:00:54Z","mtu":1450}} 2018-08-18 21:00:55,473 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-defcd6fd-d616-44ac-960c-2d8ca69d389d 2018-08-18 21:00:55,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.513275146484s 2018-08-18 21:00:55,473 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-defcd6fd-d616-44ac-960c-2d8ca69d389d 2018-08-18 21:00:55,474 - 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-18T21:00:55Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'bcb962ad-fffa-43ce-b6dd-25125a92394e', u'provider:segmentation_id': 62, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_8b021f96-97df-4a02-8d8a-a48866a63ad9', u'admin_state_up': True, u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T21:00:54Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 21:00:55,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:00:55,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:00:55,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1364 X-Openstack-Request-Id: req-1147c3f8-b43c-4a61-8efa-7e27297e3eb5 Date: Sat, 18 Aug 2018 21:00:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T20:46:29Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"bcb962ad-fffa-43ce-b6dd-25125a92394e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:00:55Z","provider:segmentation_id":62,"name":"neutron-tempest-plugin-api-net_8b021f96-97df-4a02-8d8a-a48866a63ad9","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:00:54Z","provider:network_type":"vxlan"}]} 2018-08-18 21:00:55,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1147c3f8-b43c-4a61-8efa-7e27297e3eb5 2018-08-18 21:00:55,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118309020996s 2018-08-18 21:00:55,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1147c3f8-b43c-4a61-8efa-7e27297e3eb5 2018-08-18 21:00:55,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 21:00:55,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_8b021f96-97df-4a02-8d8a-a48866a63ad9", "enable_dhcp": true, "network_id": "bcb962ad-fffa-43ce-b6dd-25125a92394e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 21:00:56,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-abd16da2-3f4f-47d2-b146-292cf7c74739 Date: Sat, 18 Aug 2018 21:00:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bcb962ad-fffa-43ce-b6dd-25125a92394e","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:00:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:00: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":"916340bf06fe4cb5a723b53dc60090de","id":"21fc748b-6521-465c-93cb-ab02e499f4bf","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_8b021f96-97df-4a02-8d8a-a48866a63ad9"}} 2018-08-18 21:00:56,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-abd16da2-3f4f-47d2-b146-292cf7c74739 2018-08-18 21:00:56,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.471115112305s 2018-08-18 21:00:56,067 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-abd16da2-3f4f-47d2-b146-292cf7c74739 2018-08-18 21:00:56,067 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T21:00: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'21fc748b-6521-465c-93cb-ab02e499f4bf', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_8b021f96-97df-4a02-8d8a-a48866a63ad9', u'enable_dhcp': True, u'network_id': u'bcb962ad-fffa-43ce-b6dd-25125a92394e', u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T21:00: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'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 21:00:56,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 21:00:56,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "neutron-tempest-plugin-api-router_8b021f96-97df-4a02-8d8a-a48866a63ad9", "admin_state_up": true}}' 2018-08-18 21:00:57,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-4db3f6ee-1728-4500-b21d-7fdce69456eb Date: Sat, 18 Aug 2018 21:00:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T21:00:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:00:57Z", "revision_number": 2, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "5ec7cd9f-6db1-4b0e-bade-750035eab5cf", "name": "neutron-tempest-plugin-api-router_8b021f96-97df-4a02-8d8a-a48866a63ad9"}} 2018-08-18 21:00:57,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-4db3f6ee-1728-4500-b21d-7fdce69456eb 2018-08-18 21:00:57,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.19221687317s 2018-08-18 21:00:57,260 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-4db3f6ee-1728-4500-b21d-7fdce69456eb 2018-08-18 21:00:57,261 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T21:00:56Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-18T21:00:57Z', u'revision_number': 2, u'routes': [], u'project_id': u'916340bf06fe4cb5a723b53dc60090de', u'id': u'5ec7cd9f-6db1-4b0e-bade-750035eab5cf', u'name': u'neutron-tempest-plugin-api-router_8b021f96-97df-4a02-8d8a-a48866a63ad9'}) 2018-08-18 21:00:57,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 21:00:57,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5ec7cd9f-6db1-4b0e-bade-750035eab5cf/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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"subnet_id": "21fc748b-6521-465c-93cb-ab02e499f4bf"}' 2018-08-18 21:00:58,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2140287b-5e0c-456e-92db-e9b0cf07b3cf Date: Sat, 18 Aug 2018 21:00:58 GMT RESP BODY: {"network_id": "bcb962ad-fffa-43ce-b6dd-25125a92394e", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "21fc748b-6521-465c-93cb-ab02e499f4bf", "subnet_ids": ["21fc748b-6521-465c-93cb-ab02e499f4bf"], "port_id": "86a61919-9c7e-4ec8-a57d-a209958b76e6", "id": "5ec7cd9f-6db1-4b0e-bade-750035eab5cf"} 2018-08-18 21:00:58,962 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5ec7cd9f-6db1-4b0e-bade-750035eab5cf/add_router_interface.json used request id req-2140287b-5e0c-456e-92db-e9b0cf07b3cf 2018-08-18 21:00:58,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.70033097267s 2018-08-18 21:00:58,962 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5ec7cd9f-6db1-4b0e-bade-750035eab5cf/add_router_interface.json used request id req-2140287b-5e0c-456e-92db-e9b0cf07b3cf returning object 5ec7cd9f-6db1-4b0e-bade-750035eab5cf 2018-08-18 21:00:58,962 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 21:00:59,094 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 21:00:59,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:00:59,101 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 21:00:59 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 21:00:59,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:00:59,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:00:59,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8264e5c0-e943-41af-b31f-0f9ab05d329b Date: Sat, 18 Aug 2018 21:00:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:00:59,367 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8264e5c0-e943-41af-b31f-0f9ab05d329b 2018-08-18 21:00:59,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.261065006256s 2018-08-18 21:00:59,367 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8264e5c0-e943-41af-b31f-0f9ab05d329b 2018-08-18 21:00:59,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 21:00:59,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9"}' 2018-08-18 21:00:59,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2b62a586-6a07-4268-9990-020ce28b4e00 Date: Sat, 18 Aug 2018 21:00:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:00:59Z", "file": "/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "0c6da814-d909-4394-bc22-457383e8e8ed", "size": null, "self": "/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "checksum": null, "created_at": "2018-08-18T21:00:59Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 21:00:59,425 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2b62a586-6a07-4268-9990-020ce28b4e00 2018-08-18 21:00:59,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0493748188019s 2018-08-18 21:00:59,425 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2b62a586-6a07-4268-9990-020ce28b4e00 returning object 0c6da814-d909-4394-bc22-457383e8e8ed 2018-08-18 21:00:59,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 21:00:59,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed/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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '' 2018-08-18 21:01:00,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5b872062-e1e9-48d7-aae4-0174f7c65dcc Date: Sat, 18 Aug 2018 21:01:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 21:01:00,113 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed/file used request id req-5b872062-e1e9-48d7-aae4-0174f7c65dcc 2018-08-18 21:01:00,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.687114953995s 2018-08-18 21:01:00,113 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed/file used request id req-5b872062-e1e9-48d7-aae4-0174f7c65dcc 2018-08-18 21:01:00,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:01:00,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:01:00,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-7da2a42e-25d3-4955-8f46-8d4b1a2286a0 Date: Sat, 18 Aug 2018 21:01:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:01:00Z", "file": "/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "0c6da814-d909-4394-bc22-457383e8e8ed", "size": 12716032, "self": "/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0c6da814-d909-4394-bc22-457383e8e8ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0c6da814-d909-4394-bc22-457383e8e8ed/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:00:59Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:01:00,143 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7da2a42e-25d3-4955-8f46-8d4b1a2286a0 2018-08-18 21:01:00,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0264701843262s 2018-08-18 21:01:00,144 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7da2a42e-25d3-4955-8f46-8d4b1a2286a0 2018-08-18 21:01:00,145 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0c6da814-d909-4394-bc22-457383e8e8ed/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'0c6da814-d909-4394-bc22-457383e8e8ed', 'size': 12716032, u'self': u'/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0c6da814-d909-4394-bc22-457383e8e8ed/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T21:01:00Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T21:01:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9', 'created': u'2018-08-18T21:00:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T21:00:59Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 21:01:00,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 21:01:00,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_8b021f96-97df-4a02-8d8a-a48866a63ad9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 21:01:00,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:01: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-1de4661e-0a20-47d9-ba1e-efb0f736b03f x-compute-request-id: req-1de4661e-0a20-47d9-ba1e-efb0f736b03f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_8b021f96-97df-4a02-8d8a-a48866a63ad9", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27", "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": "5fa012e3-d93a-411a-af61-7d6cead92c27"}} 2018-08-18 21:01:00,455 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1de4661e-0a20-47d9-ba1e-efb0f736b03f 2018-08-18 21:01:00,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.30908203125s 2018-08-18 21:01:00,455 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1de4661e-0a20-47d9-ba1e-efb0f736b03f 2018-08-18 21:01:00,456 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_8b021f96-97df-4a02-8d8a-a48866a63ad9', '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'916340bf06fe4cb5a723b53dc60090de', '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'5fa012e3-d93a-411a-af61-7d6cead92c27', 'swap': 0}) 2018-08-18 21:01:00,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 21:01:00,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27/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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"extra_specs": {}}' 2018-08-18 21:01:00,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:01: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-e3a969d6-dd23-4a24-8289-e97eb660e8ce x-compute-request-id: req-e3a969d6-dd23-4a24-8289-e97eb660e8ce Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 21:01:00,477 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27/os-extra_specs used request id req-e3a969d6-dd23-4a24-8289-e97eb660e8ce 2018-08-18 21:01:00,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201690196991s 2018-08-18 21:01:00,477 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27/os-extra_specs used request id req-e3a969d6-dd23-4a24-8289-e97eb660e8ce 2018-08-18 21:01:00,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:01:00,486 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 21:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c51aaa2-14bf-4f7a-8c48-7e4896a2694d 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 21:01:00,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-3c51aaa2-14bf-4f7a-8c48-7e4896a2694d 2018-08-18 21:01:00,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:01:00,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:01:00,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2261e28-6f24-48de-b930-a2ec26b5f733 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:01:00,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d2261e28-6f24-48de-b930-a2ec26b5f733 2018-08-18 21:01:00,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.212298870087s 2018-08-18 21:01:00,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d2261e28-6f24-48de-b930-a2ec26b5f733 2018-08-18 21:01:00,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:01:00,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:01:00,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b5d015-a6ff-4e29-9c94-8f7084ac268f Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:01:00,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e4b5d015-a6ff-4e29-9c94-8f7084ac268f 2018-08-18 21:01:00,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199758052826s 2018-08-18 21:01:00,906 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e4b5d015-a6ff-4e29-9c94-8f7084ac268f 2018-08-18 21:01:00,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-18 21:01:00,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:01:00,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:01: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-b6300ff2-356c-4ced-a977-1b0b0b31314e x-compute-request-id: req-b6300ff2-356c-4ced-a977-1b0b0b31314e Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 9}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-18 21:01:00,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-b6300ff2-356c-4ced-a977-1b0b0b31314e 2018-08-18 21:01:00,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0310950279236s 2018-08-18 21:01:00,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-b6300ff2-356c-4ced-a977-1b0b0b31314e 2018-08-18 21:01:00,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:01:00,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:01:00,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-b6005f1e-04d7-4b34-a53b-2a64bec0edca Date: Sat, 18 Aug 2018 21:01:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:01:00Z", "file": "/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "0c6da814-d909-4394-bc22-457383e8e8ed", "size": 12716032, "self": "/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0c6da814-d909-4394-bc22-457383e8e8ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0c6da814-d909-4394-bc22-457383e8e8ed/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:00:59Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:01:00,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b6005f1e-04d7-4b34-a53b-2a64bec0edca 2018-08-18 21:01:00,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0238890647888s 2018-08-18 21:01:00,977 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b6005f1e-04d7-4b34-a53b-2a64bec0edca 2018-08-18 21:01:00,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 21:01:00,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9"}' 2018-08-18 21:01:01,029 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-59f7a1ae-d23a-4fbc-9437-80d7838a5e2c Date: Sat, 18 Aug 2018 21:01:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:01:00Z", "file": "/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "cf68f028-bceb-4edf-a2ea-575d3e7f4ad8", "size": null, "self": "/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9", "checksum": null, "created_at": "2018-08-18T21:01:00Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 21:01:01,030 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-59f7a1ae-d23a-4fbc-9437-80d7838a5e2c 2018-08-18 21:01:01,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0438709259033s 2018-08-18 21:01:01,030 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-59f7a1ae-d23a-4fbc-9437-80d7838a5e2c returning object cf68f028-bceb-4edf-a2ea-575d3e7f4ad8 2018-08-18 21:01:01,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 21:01:01,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8/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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '' 2018-08-18 21:01:02,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e0134d52-1653-4d51-8336-0bc5a5ed7e09 Date: Sat, 18 Aug 2018 21:01: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-18 21:01:02,175 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8/file used request id req-e0134d52-1653-4d51-8336-0bc5a5ed7e09 2018-08-18 21:01:02,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14401197433s 2018-08-18 21:01:02,175 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8/file used request id req-e0134d52-1653-4d51-8336-0bc5a5ed7e09 2018-08-18 21:01:02,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:01:02,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:01:02,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-7415fe1d-9fa9-4a4d-b223-8a327740b3b7 Date: Sat, 18 Aug 2018 21:01:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:01:02Z", "file": "/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "cf68f028-bceb-4edf-a2ea-575d3e7f4ad8", "size": 12716032, "self": "/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:01:00Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:01:00Z", "file": "/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "0c6da814-d909-4394-bc22-457383e8e8ed", "size": 12716032, "self": "/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0c6da814-d909-4394-bc22-457383e8e8ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0c6da814-d909-4394-bc22-457383e8e8ed/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:00:59Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:01:02,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7415fe1d-9fa9-4a4d-b223-8a327740b3b7 2018-08-18 21:01:02,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0264449119568s 2018-08-18 21:01:02,206 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7415fe1d-9fa9-4a4d-b223-8a327740b3b7 2018-08-18 21:01:02,209 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'cf68f028-bceb-4edf-a2ea-575d3e7f4ad8', 'size': 12716032, u'self': u'/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T21:01:02Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T21:01:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9', 'created': u'2018-08-18T21:01:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T21:01:00Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 21:01:02,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 21:01:02,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 21:01:02,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:01: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-2e7ec265-53c3-4f9f-84d9-3be48d3aeed5 x-compute-request-id: req-2e7ec265-53c3-4f9f-84d9-3be48d3aeed5 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/48778ec1-5528-4ec9-88bd-88edb68a519b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/48778ec1-5528-4ec9-88bd-88edb68a519b", "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": "48778ec1-5528-4ec9-88bd-88edb68a519b"}} 2018-08-18 21:01:02,247 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2e7ec265-53c3-4f9f-84d9-3be48d3aeed5 2018-08-18 21:01:02,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0378189086914s 2018-08-18 21:01:02,248 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2e7ec265-53c3-4f9f-84d9-3be48d3aeed5 2018-08-18 21:01:02,248 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9', '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'916340bf06fe4cb5a723b53dc60090de', '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'48778ec1-5528-4ec9-88bd-88edb68a519b', 'swap': 0}) 2018-08-18 21:01:02,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 21:01:02,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/48778ec1-5528-4ec9-88bd-88edb68a519b/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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"extra_specs": {}}' 2018-08-18 21:01:02,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:01: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-9f1965af-fa93-4563-8cbc-07f7cacc9938 x-compute-request-id: req-9f1965af-fa93-4563-8cbc-07f7cacc9938 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 21:01:02,274 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/48778ec1-5528-4ec9-88bd-88edb68a519b/os-extra_specs used request id req-9f1965af-fa93-4563-8cbc-07f7cacc9938 2018-08-18 21:01:02,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0245950222015s 2018-08-18 21:01:02,274 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/48778ec1-5528-4ec9-88bd-88edb68a519b/os-extra_specs used request id req-9f1965af-fa93-4563-8cbc-07f7cacc9938 2018-08-18 21:01:02,274 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9', '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'916340bf06fe4cb5a723b53dc60090de', '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'48778ec1-5528-4ec9-88bd-88edb68a519b', 'swap': 0}) 2018-08-18 21:01:05,781 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-18 21:01:05,781 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-18 21:01:05,782 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-18 21:01:05,785 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-18 21:01:05,788 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-18 21:01:09,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-df173353-686b-402e-baee-38eac04f5eec/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-18 21:01:09,283 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-18 21:01:09,301 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-18 21:01:09,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt', u'--concurrency=4']'. 2018-08-18 21:12:40,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 60e6e611-f1b1-4e17-9309-760115b24dc9 2018-08-18 21:12:40,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '60e6e611-f1b1-4e17-9309-760115b24dc9']'. 2018-08-18 21:12:41,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-18 21:12:41,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-18 21:12:41,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-18 21:12:41,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 60e6e611-f1b1-4e17-9309-760115b24dc9 | 2018-08-18 21:12:41,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-18 21:12:41,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-18 21:01:11 | 2018-08-18 21:12:41,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-18 21:12:39 | 2018-08-18 21:12:41,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:28 | 2018-08-18 21:12:41,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-18 21:12:41,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-18 21:12:41,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-18 21:12:41,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: df173353-686b-402e-baee-38eac04f5eec) | 2018-08-18 21:12:41,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-18 21:12:41,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6d26cd61-8885-4408-9212-9ec208cb250f) | 2018-08-18 21:12:41,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-08-18 21:12:41,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 676.923 | 2018-08-18 21:12:41,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 371 | 2018-08-18 21:12:41,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 173 | 2018-08-18 21:12:41,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-18 21:12:41,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-18 21:12:41,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-18 21:12:41,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-18 21:12:41,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-18 21:12:41,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-18 21:12:41,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.1978609626% 2018-08-18 21:12:41,756 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 21:12:41,757 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 11:47 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-18 21:12:41,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 21:12:41,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:42,365 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-10a256df-e3d0-4f04-b5d9-87360353ec7b Date: Sat, 18 Aug 2018 21:12: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-18 21:12:42,365 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8 used request id req-10a256df-e3d0-4f04-b5d9-87360353ec7b 2018-08-18 21:12:42,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.603792905807s 2018-08-18 21:12:42,366 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/cf68f028-bceb-4edf-a2ea-575d3e7f4ad8 used request id req-10a256df-e3d0-4f04-b5d9-87360353ec7b 2018-08-18 21:12:42,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 21:12:42,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:42,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21: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-dfa04c24-d38e-48ae-aed3-5b0bb99c9665 x-compute-request-id: req-dfa04c24-d38e-48ae-aed3-5b0bb99c9665 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_alt_8b021f96-97df-4a02-8d8a-a48866a63ad9", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/48778ec1-5528-4ec9-88bd-88edb68a519b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/48778ec1-5528-4ec9-88bd-88edb68a519b", "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": "48778ec1-5528-4ec9-88bd-88edb68a519b"}, {"name": "neutron-tempest-plugin-api-flavor_8b021f96-97df-4a02-8d8a-a48866a63ad9", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27", "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": "5fa012e3-d93a-411a-af61-7d6cead92c27"}]} 2018-08-18 21:12:42,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-dfa04c24-d38e-48ae-aed3-5b0bb99c9665 2018-08-18 21:12:42,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.437340021133s 2018-08-18 21:12:42,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-dfa04c24-d38e-48ae-aed3-5b0bb99c9665 2018-08-18 21:12:42,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 21:12:42,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/48778ec1-5528-4ec9-88bd-88edb68a519b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:42,842 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21: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 x-openstack-request-id: req-b1981b10-560a-45f7-8a87-ec31abcd44d6 x-compute-request-id: req-b1981b10-560a-45f7-8a87-ec31abcd44d6 Content-Length: 0 Content-Type: application/json 2018-08-18 21:12:42,842 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/48778ec1-5528-4ec9-88bd-88edb68a519b used request id req-b1981b10-560a-45f7-8a87-ec31abcd44d6 2018-08-18 21:12:42,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0365629196167s 2018-08-18 21:12:42,842 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/48778ec1-5528-4ec9-88bd-88edb68a519b used request id req-b1981b10-560a-45f7-8a87-ec31abcd44d6 2018-08-18 21:12:42,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 21:12:42,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5ec7cd9f-6db1-4b0e-bade-750035eab5cf/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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" -d '{"subnet_id": "21fc748b-6521-465c-93cb-ab02e499f4bf"}' 2018-08-18 21:12:44,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c0e8d14b-c195-46e3-9ebb-42588e145cef Date: Sat, 18 Aug 2018 21:12:44 GMT RESP BODY: {"network_id": "bcb962ad-fffa-43ce-b6dd-25125a92394e", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "21fc748b-6521-465c-93cb-ab02e499f4bf", "subnet_ids": ["21fc748b-6521-465c-93cb-ab02e499f4bf"], "port_id": "86a61919-9c7e-4ec8-a57d-a209958b76e6", "id": "5ec7cd9f-6db1-4b0e-bade-750035eab5cf"} 2018-08-18 21:12:44,629 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5ec7cd9f-6db1-4b0e-bade-750035eab5cf/remove_router_interface.json used request id req-c0e8d14b-c195-46e3-9ebb-42588e145cef 2018-08-18 21:12:44,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.7870528698s 2018-08-18 21:12:44,630 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5ec7cd9f-6db1-4b0e-bade-750035eab5cf/remove_router_interface.json used request id req-c0e8d14b-c195-46e3-9ebb-42588e145cef returning object 5ec7cd9f-6db1-4b0e-bade-750035eab5cf 2018-08-18 21:12:44,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 21:12:44,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:44,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-e764fedf-1674-464e-9ddc-465e153706e4 Date: Sat, 18 Aug 2018 21:12:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T21:00:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:12:43Z", "revision_number": 4, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "5ec7cd9f-6db1-4b0e-bade-750035eab5cf", "name": "neutron-tempest-plugin-api-router_8b021f96-97df-4a02-8d8a-a48866a63ad9"}]} 2018-08-18 21:12:44,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-e764fedf-1674-464e-9ddc-465e153706e4 2018-08-18 21:12:44,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.115606069565s 2018-08-18 21:12:44,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-e764fedf-1674-464e-9ddc-465e153706e4 2018-08-18 21:12:44,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 21:12:44,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/5ec7cd9f-6db1-4b0e-bade-750035eab5cf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:46,213 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5cae64e7-ce9c-482b-bec2-26293042f559 Content-Length: 0 Date: Sat, 18 Aug 2018 21:12:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:12:46,213 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5ec7cd9f-6db1-4b0e-bade-750035eab5cf.json used request id req-5cae64e7-ce9c-482b-bec2-26293042f559 2018-08-18 21:12:46,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.46526694298s 2018-08-18 21:12:46,213 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5ec7cd9f-6db1-4b0e-bade-750035eab5cf.json used request id req-5cae64e7-ce9c-482b-bec2-26293042f559 2018-08-18 21:12:46,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 21:12:46,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:46,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-3581f53f-8426-4345-97e8-7018c4ccd5e8 Date: Sat, 18 Aug 2018 21:12:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bcb962ad-fffa-43ce-b6dd-25125a92394e","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:00:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:00:55Z","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":"916340bf06fe4cb5a723b53dc60090de","id":"21fc748b-6521-465c-93cb-ab02e499f4bf","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_8b021f96-97df-4a02-8d8a-a48866a63ad9"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-18 21:12:46,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3581f53f-8426-4345-97e8-7018c4ccd5e8 2018-08-18 21:12:46,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0401768684387s 2018-08-18 21:12:46,255 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3581f53f-8426-4345-97e8-7018c4ccd5e8 2018-08-18 21:12:46,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 21:12:46,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/21fc748b-6521-465c-93cb-ab02e499f4bf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:47,317 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5a14322-db7e-4fd2-a23c-f9101fdf9b72 Date: Sat, 18 Aug 2018 21:12:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:12:47,317 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/21fc748b-6521-465c-93cb-ab02e499f4bf.json used request id req-a5a14322-db7e-4fd2-a23c-f9101fdf9b72 2018-08-18 21:12:47,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.06136488914s 2018-08-18 21:12:47,318 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/21fc748b-6521-465c-93cb-ab02e499f4bf.json used request id req-a5a14322-db7e-4fd2-a23c-f9101fdf9b72 2018-08-18 21:12:47,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:12:47,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:47,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1369 X-Openstack-Request-Id: req-58d1c04e-2835-4e5a-b457-e01adf0dc823 Date: Sat, 18 Aug 2018 21:12:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcb962ad-fffa-43ce-b6dd-25125a92394e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:12:47Z","provider:segmentation_id":62,"name":"neutron-tempest-plugin-api-net_8b021f96-97df-4a02-8d8a-a48866a63ad9","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:00:54Z","provider:network_type":"vxlan"}]} 2018-08-18 21:12:47,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-58d1c04e-2835-4e5a-b457-e01adf0dc823 2018-08-18 21:12:47,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0851118564606s 2018-08-18 21:12:47,404 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-58d1c04e-2835-4e5a-b457-e01adf0dc823 2018-08-18 21:12:47,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 21:12:47,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/bcb962ad-fffa-43ce-b6dd-25125a92394e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:49,172 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-96d74fa0-fdf3-493c-adcb-80bad8710a93 Date: Sat, 18 Aug 2018 21:12:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:12:49,172 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/bcb962ad-fffa-43ce-b6dd-25125a92394e.json used request id req-96d74fa0-fdf3-493c-adcb-80bad8710a93 2018-08-18 21:12:49,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.7671880722s 2018-08-18 21:12:49,173 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/bcb962ad-fffa-43ce-b6dd-25125a92394e.json used request id req-96d74fa0-fdf3-493c-adcb-80bad8710a93 2018-08-18 21:12:49,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:12:49,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:49,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-fe42b321-be8c-4612-83c5-5fec23e40e18 Date: Sat, 18 Aug 2018 21:12:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:01:00Z", "file": "/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "0c6da814-d909-4394-bc22-457383e8e8ed", "size": 12716032, "self": "/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0c6da814-d909-4394-bc22-457383e8e8ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0c6da814-d909-4394-bc22-457383e8e8ed/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_8b021f96-97df-4a02-8d8a-a48866a63ad9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:00:59Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:12:49,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fe42b321-be8c-4612-83c5-5fec23e40e18 2018-08-18 21:12:49,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0261399745941s 2018-08-18 21:12:49,203 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fe42b321-be8c-4612-83c5-5fec23e40e18 2018-08-18 21:12:49,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 21:12:49,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:50,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d1efd138-aeea-435b-a67c-20d1c6777d01 Date: Sat, 18 Aug 2018 21:12: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-18 21:12:50,378 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed used request id req-d1efd138-aeea-435b-a67c-20d1c6777d01 2018-08-18 21:12:50,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.17359280586s 2018-08-18 21:12:50,379 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/0c6da814-d909-4394-bc22-457383e8e8ed used request id req-d1efd138-aeea-435b-a67c-20d1c6777d01 2018-08-18 21:12:50,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 21:12:50,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:50,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12: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-c290a7a2-cedf-4201-ac34-5812eb61ef7c x-compute-request-id: req-c290a7a2-cedf-4201-ac34-5812eb61ef7c Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_8b021f96-97df-4a02-8d8a-a48866a63ad9", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27", "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": "5fa012e3-d93a-411a-af61-7d6cead92c27"}]} 2018-08-18 21:12:50,404 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c290a7a2-cedf-4201-ac34-5812eb61ef7c 2018-08-18 21:12:50,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.024787902832s 2018-08-18 21:12:50,405 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c290a7a2-cedf-4201-ac34-5812eb61ef7c 2018-08-18 21:12:50,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 21:12:50,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63e972a54132ab0b3974f5c7d8b7d935ebd8e18f" 2018-08-18 21:12:50,448 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21:12: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-ea19028a-69b2-4f0e-aaab-4b21f529c9c7 x-compute-request-id: req-ea19028a-69b2-4f0e-aaab-4b21f529c9c7 Content-Length: 0 Content-Type: application/json 2018-08-18 21:12:50,448 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27 used request id req-ea19028a-69b2-4f0e-aaab-4b21f529c9c7 2018-08-18 21:12:50,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.041846036911s 2018-08-18 21:12:50,449 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5fa012e3-d93a-411a-af61-7d6cead92c27 used request id req-ea19028a-69b2-4f0e-aaab-4b21f529c9c7 2018-08-18 21:12:50,449 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-18 21:12:50,510 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-18 21:12:50,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 21:12:50,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 21:12:50,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 21:12:50,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 21:12:50,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 21:12:50,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 21:12:50,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 21:12:50,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 21:12:50,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 21:12:50,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 21:12:50,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 21:12:50,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 21:12:50,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:12:50,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f16d49a8-2218-49c1-acde-385d92338207 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 21:12:50,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f16d49a8-2218-49c1-acde-385d92338207 2018-08-18 21:12:50,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 21:12:50,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T22:12:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["GZlu8LbnRraD58iK5v8Cbg"], "issued_at": "2018-08-18T21:12:50.000000Z"}} 2018-08-18 21:12:50,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:12:50,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:51,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-0d017d1f-d0ab-447e-9f84-38f4fffa8433 Date: Sat, 18 Aug 2018 21:12:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 21:12:51,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0d017d1f-d0ab-447e-9f84-38f4fffa8433 2018-08-18 21:12:51,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.518873929977s 2018-08-18 21:12:51,491 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0d017d1f-d0ab-447e-9f84-38f4fffa8433 2018-08-18 21:12:51,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:12:51,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 21:12:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cce40a7-e6bd-44eb-b63e-e33d7ece4402 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 21:12:51,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-4cce40a7-e6bd-44eb-b63e-e33d7ece4402 2018-08-18 21:12:51,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 21:12:51,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:51,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f11f5fc2-8ec0-4b9a-861c-85d4ec3a5ca7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 21:12:51,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-f11f5fc2-8ec0-4b9a-861c-85d4ec3a5ca7 2018-08-18 21:12:51,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189769983292s 2018-08-18 21:12:51,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-f11f5fc2-8ec0-4b9a-861c-85d4ec3a5ca7 2018-08-18 21:12:51,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 21:12:51,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_92c168e9-8035-4885-9640-8d3ebb403d11"}}' 2018-08-18 21:12:51,907 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 21:12:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-776f8a5b-d0fa-4cf9-8ddd-e295361aaa6e Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e"}, "tags": [], "enabled": true, "id": "2dff084ead3645dd87fcf17de9ccd02e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_92c168e9-8035-4885-9640-8d3ebb403d11"}} 2018-08-18 21:12:51,907 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-776f8a5b-d0fa-4cf9-8ddd-e295361aaa6e 2018-08-18 21:12:51,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.208128929138s 2018-08-18 21:12:51,907 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-776f8a5b-d0fa-4cf9-8ddd-e295361aaa6e 2018-08-18 21:12:51,908 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: rally_sanity', u'tags': [], 'enabled': True, 'id': u'2dff084ead3645dd87fcf17de9ccd02e', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'rally_sanity-project_92c168e9-8035-4885-9640-8d3ebb403d11'}) 2018-08-18 21:12:51,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 21:12:51,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "bbb716bc-6fd5-4467-a126-4bf8a122195a", "email": null, "name": "rally_sanity-user_92c168e9-8035-4885-9640-8d3ebb403d11"}}' 2018-08-18 21:12:52,354 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 21:12:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bd06a6f-7574-4755-91f7-33fd24a253d9 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_92c168e9-8035-4885-9640-8d3ebb403d11", "links": {"self": "http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6ded03fef7f490c8d9c4edcf185ff68", "domain_id": "default", "password_expires_at": null}} 2018-08-18 21:12:52,354 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-4bd06a6f-7574-4755-91f7-33fd24a253d9 2018-08-18 21:12:52,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.43984079361s 2018-08-18 21:12:52,355 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-4bd06a6f-7574-4755-91f7-33fd24a253d9 2018-08-18 21:12:52,355 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e6ded03fef7f490c8d9c4edcf185ff68', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_92c168e9-8035-4885-9640-8d3ebb403d11'}) 2018-08-18 21:12:52,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:12:52,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:52,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75fcba6d-70f2-4fd5-b665-9e4c70835505 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:12:52,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-75fcba6d-70f2-4fd5-b665-9e4c70835505 2018-08-18 21:12:52,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173560857773s 2018-08-18 21:12:52,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-75fcba6d-70f2-4fd5-b665-9e4c70835505 2018-08-18 21:12:52,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:12:52,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:52,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70e7277e-dc48-4359-98e6-d6b582af5d29 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:12:52,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70e7277e-dc48-4359-98e6-d6b582af5d29 2018-08-18 21:12:52,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.136004924774s 2018-08-18 21:12:52,674 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70e7277e-dc48-4359-98e6-d6b582af5d29 2018-08-18 21:12:52,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:12:52,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:52,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-427bc998-072d-48e1-82c4-dc938fa236a2 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:12:52,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-427bc998-072d-48e1-82c4-dc938fa236a2 2018-08-18 21:12:52,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179042100906s 2018-08-18 21:12:52,858 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-427bc998-072d-48e1-82c4-dc938fa236a2 2018-08-18 21:12:52,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 21:12:52,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:53,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3d7c5d1-1705-4830-b7ca-7953d63f29e0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 21:12:53,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-b3d7c5d1-1705-4830-b7ca-7953d63f29e0 2018-08-18 21:12:53,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184193849564s 2018-08-18 21:12:53,047 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-b3d7c5d1-1705-4830-b7ca-7953d63f29e0 2018-08-18 21:12:53,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 21:12:53,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:53,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-053d63b7-4599-4220-a4a7-0686b462c4e5 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_92c168e9-8035-4885-9640-8d3ebb403d11", "links": {"self": "http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6ded03fef7f490c8d9c4edcf185ff68", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 21:12:53,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-053d63b7-4599-4220-a4a7-0686b462c4e5 2018-08-18 21:12:53,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122323989868s 2018-08-18 21:12:53,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-053d63b7-4599-4220-a4a7-0686b462c4e5 2018-08-18 21:12:53,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 21:12:53,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:53,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce105a98-2d87-430b-a499-1695a8dd28ba Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e"}, "tags": [], "enabled": true, "id": "2dff084ead3645dd87fcf17de9ccd02e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_92c168e9-8035-4885-9640-8d3ebb403d11"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 21:12:53,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ce105a98-2d87-430b-a499-1695a8dd28ba 2018-08-18 21:12:53,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191792964935s 2018-08-18 21:12:53,374 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ce105a98-2d87-430b-a499-1695a8dd28ba 2018-08-18 21:12:53,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 21:12:53,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=e6ded03fef7f490c8d9c4edcf185ff68&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=2dff084ead3645dd87fcf17de9ccd02e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:53,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8769945c-5d24-43eb-8c48-0b7cb2ca9bfc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e6ded03fef7f490c8d9c4edcf185ff68&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=2dff084ead3645dd87fcf17de9ccd02e", "previous": null, "next": null}} 2018-08-18 21:12:53,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e6ded03fef7f490c8d9c4edcf185ff68&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=2dff084ead3645dd87fcf17de9ccd02e used request id req-8769945c-5d24-43eb-8c48-0b7cb2ca9bfc 2018-08-18 21:12:53,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.148931026459s 2018-08-18 21:12:53,531 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e6ded03fef7f490c8d9c4edcf185ff68&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=2dff084ead3645dd87fcf17de9ccd02e used request id req-8769945c-5d24-43eb-8c48-0b7cb2ca9bfc 2018-08-18 21:12:53,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 21:12:53,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e/users/e6ded03fef7f490c8d9c4edcf185ff68/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:53,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 21:12:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfebc83c-bc41-47de-a13e-0cfa7892e698 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 21:12:53,683 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e/users/e6ded03fef7f490c8d9c4edcf185ff68/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-cfebc83c-bc41-47de-a13e-0cfa7892e698 2018-08-18 21:12:53,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.149326086044s 2018-08-18 21:12:53,684 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e/users/e6ded03fef7f490c8d9c4edcf185ff68/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-cfebc83c-bc41-47de-a13e-0cfa7892e698 2018-08-18 21:12:53,684 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_92c168e9-8035-4885-9640-8d3ebb403d11', 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'2dff084ead3645dd87fcf17de9ccd02e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'bbb716bc-6fd5-4467-a126-4bf8a122195a', 'username': u'rally_sanity-user_92c168e9-8035-4885-9640-8d3ebb403d11', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 21:12:53,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 21:12:53,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 21:12:53,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 21:12:53,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 21:12:53,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 21:12:53,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 21:12:53,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 21:12:53,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 21:12:53,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 21:12:53,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 21:12:53,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 21:12:53,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 21:12:53,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 21:12:53,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 21:12:53,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 21:12:53,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 21:12:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 21:12:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 21:12:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 21:12:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 21:12:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 21:12:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 21:12:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 21:12:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 21:12:53,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 21:12:53,690 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_92c168e9-8035-4885-9640-8d3ebb403d11', 'password': 'bbb716bc-6fd5-4467-a126-4bf8a122195a', 'project_name': 'rally_sanity-project_92c168e9-8035-4885-9640-8d3ebb403d11', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '2dff084ead3645dd87fcf17de9ccd02e', 'project_domain_name': 'Default'} 2018-08-18 21:12:53,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:12:53,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:53,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e08ce29c-7367-4865-b7b3-5e84666c3ad9 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:12:53,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e08ce29c-7367-4865-b7b3-5e84666c3ad9 2018-08-18 21:12:53,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106882095337s 2018-08-18 21:12:53,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e08ce29c-7367-4865-b7b3-5e84666c3ad9 2018-08-18 21:12:53,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:12:53,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:53,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8772e923-2cde-4e08-95b3-435d96f7de01 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:12:53,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8772e923-2cde-4e08-95b3-435d96f7de01 2018-08-18 21:12:53,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176774978638s 2018-08-18 21:12:53,983 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8772e923-2cde-4e08-95b3-435d96f7de01 2018-08-18 21:12:53,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 21:12:53,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:54,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18550cf7-5336-4853-80f3-e03af294f22a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 21:12:54,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-18550cf7-5336-4853-80f3-e03af294f22a 2018-08-18 21:12:54,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187747955322s 2018-08-18 21:12:54,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-18550cf7-5336-4853-80f3-e03af294f22a 2018-08-18 21:12:54,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 21:12:54,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:54,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f75d8d3b-a1b0-4c7a-bd46-358d6d70f3ff Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_92c168e9-8035-4885-9640-8d3ebb403d11", "links": {"self": "http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6ded03fef7f490c8d9c4edcf185ff68", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 21:12:54,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f75d8d3b-a1b0-4c7a-bd46-358d6d70f3ff 2018-08-18 21:12:54,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121350049973s 2018-08-18 21:12:54,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f75d8d3b-a1b0-4c7a-bd46-358d6d70f3ff 2018-08-18 21:12:54,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 21:12:54,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:54,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59dff2a4-4f52-404e-a5f3-cc62d0bcab4d Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e"}, "tags": [], "enabled": true, "id": "2dff084ead3645dd87fcf17de9ccd02e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_92c168e9-8035-4885-9640-8d3ebb403d11"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 21:12:54,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-59dff2a4-4f52-404e-a5f3-cc62d0bcab4d 2018-08-18 21:12:54,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101371049881s 2018-08-18 21:12:54,410 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-59dff2a4-4f52-404e-a5f3-cc62d0bcab4d 2018-08-18 21:12:54,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 21:12:54,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=e6ded03fef7f490c8d9c4edcf185ff68&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=2dff084ead3645dd87fcf17de9ccd02e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:54,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a54a34c8-5b71-4094-8733-f6214afd45eb Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e6ded03fef7f490c8d9c4edcf185ff68&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=2dff084ead3645dd87fcf17de9ccd02e", "previous": null, "next": null}} 2018-08-18 21:12:54,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e6ded03fef7f490c8d9c4edcf185ff68&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=2dff084ead3645dd87fcf17de9ccd02e used request id req-a54a34c8-5b71-4094-8733-f6214afd45eb 2018-08-18 21:12:54,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107386112213s 2018-08-18 21:12:54,524 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e6ded03fef7f490c8d9c4edcf185ff68&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=2dff084ead3645dd87fcf17de9ccd02e used request id req-a54a34c8-5b71-4094-8733-f6214afd45eb 2018-08-18 21:12:54,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 21:12:54,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e/users/e6ded03fef7f490c8d9c4edcf185ff68/roles/4484c94d295641f18810b74c5f72cfec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:12:54,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 21:12:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9a2df43-d3ef-4b22-9116-b467c26b135d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 21:12:54,660 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e/users/e6ded03fef7f490c8d9c4edcf185ff68/roles/4484c94d295641f18810b74c5f72cfec used request id req-a9a2df43-d3ef-4b22-9116-b467c26b135d 2018-08-18 21:12:54,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.133365154266s 2018-08-18 21:12:54,661 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e/users/e6ded03fef7f490c8d9c4edcf185ff68/roles/4484c94d295641f18810b74c5f72cfec used request id req-a9a2df43-d3ef-4b22-9116-b467c26b135d 2018-08-18 21:12:54,661 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-18 21:12:56,453 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-08-18 21:12:56,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:12:56,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc95de06-3454-4c7b-a22e-ead900be8561 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 21:12:56,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bc95de06-3454-4c7b-a22e-ead900be8561 2018-08-18 21:12:56,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 21:12:56,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T22:12:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2dff084ead3645dd87fcf17de9ccd02e", "name": "rally_sanity-project_92c168e9-8035-4885-9640-8d3ebb403d11"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/2dff084ead3645dd87fcf17de9ccd02e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/2dff084ead3645dd87fcf17de9ccd02e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/2dff084ead3645dd87fcf17de9ccd02e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/2dff084ead3645dd87fcf17de9ccd02e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/2dff084ead3645dd87fcf17de9ccd02e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/2dff084ead3645dd87fcf17de9ccd02e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2dff084ead3645dd87fcf17de9ccd02e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/2dff084ead3645dd87fcf17de9ccd02e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/2dff084ead3645dd87fcf17de9ccd02e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_2dff084ead3645dd87fcf17de9ccd02e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2dff084ead3645dd87fcf17de9ccd02e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/2dff084ead3645dd87fcf17de9ccd02e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/2dff084ead3645dd87fcf17de9ccd02e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/2dff084ead3645dd87fcf17de9ccd02e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_92c168e9-8035-4885-9640-8d3ebb403d11", "id": "e6ded03fef7f490c8d9c4edcf185ff68"}, "audit_ids": ["cMvuv7yXTiSEYch1-bz9jg"], "issued_at": "2018-08-18T21:12:56.000000Z"}} 2018-08-18 21:12:56,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 21:12:56,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" -d '{"network": {"shared": true, "name": "rally_sanity-net_92c168e9-8035-4885-9640-8d3ebb403d11", "admin_state_up": true}}' 2018-08-18 21:12:57,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c0a8fe0d-3a13-4704-a6fe-21d8be646a75 Date: Sat, 18 Aug 2018 21:12:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fd7547a4-95ff-4d59-9bcf-cb32015c121b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"2dff084ead3645dd87fcf17de9ccd02e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:12:57Z","is_default":false,"provider:segmentation_id":25,"name":"rally_sanity-net_92c168e9-8035-4885-9640-8d3ebb403d11","admin_state_up":true,"tenant_id":"2dff084ead3645dd87fcf17de9ccd02e","created_at":"2018-08-18T21:12:57Z","mtu":1450}} 2018-08-18 21:12:57,575 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c0a8fe0d-3a13-4704-a6fe-21d8be646a75 2018-08-18 21:12:57,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.719643115997s 2018-08-18 21:12:57,575 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c0a8fe0d-3a13-4704-a6fe-21d8be646a75 2018-08-18 21:12:57,576 - 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-18T21:12:57Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'fd7547a4-95ff-4d59-9bcf-cb32015c121b', u'provider:segmentation_id': 25, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_92c168e9-8035-4885-9640-8d3ebb403d11', u'admin_state_up': True, u'tenant_id': u'2dff084ead3645dd87fcf17de9ccd02e', u'created_at': u'2018-08-18T21:12:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'2dff084ead3645dd87fcf17de9ccd02e'}) 2018-08-18 21:12:57,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:12:57,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:12:57,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-c78e9c17-077a-4779-ab7b-7c3fb676cffc Date: Sat, 18 Aug 2018 21:12:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"fd7547a4-95ff-4d59-9bcf-cb32015c121b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"2dff084ead3645dd87fcf17de9ccd02e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:12:57Z","provider:segmentation_id":25,"name":"rally_sanity-net_92c168e9-8035-4885-9640-8d3ebb403d11","admin_state_up":true,"tenant_id":"2dff084ead3645dd87fcf17de9ccd02e","created_at":"2018-08-18T21:12:57Z","provider:network_type":"vxlan"}]} 2018-08-18 21:12:57,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c78e9c17-077a-4779-ab7b-7c3fb676cffc 2018-08-18 21:12:57,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.145179033279s 2018-08-18 21:12:57,722 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c78e9c17-077a-4779-ab7b-7c3fb676cffc 2018-08-18 21:12:57,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 21:12:57,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" -d '{"subnet": {"name": "rally_sanity-subnet_92c168e9-8035-4885-9640-8d3ebb403d11", "enable_dhcp": true, "network_id": "fd7547a4-95ff-4d59-9bcf-cb32015c121b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 21:12:58,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-723ae895-7ee1-4463-8a5b-5910006e0fbf Date: Sat, 18 Aug 2018 21:12:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd7547a4-95ff-4d59-9bcf-cb32015c121b","tenant_id":"2dff084ead3645dd87fcf17de9ccd02e","created_at":"2018-08-18T21:12:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:12:58Z","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":"2dff084ead3645dd87fcf17de9ccd02e","id":"7710c8c8-9c74-4cf9-acd4-4c71a71d91d4","subnetpool_id":null,"name":"rally_sanity-subnet_92c168e9-8035-4885-9640-8d3ebb403d11"}} 2018-08-18 21:12:58,480 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-723ae895-7ee1-4463-8a5b-5910006e0fbf 2018-08-18 21:12:58,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.756521940231s 2018-08-18 21:12:58,480 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-723ae895-7ee1-4463-8a5b-5910006e0fbf 2018-08-18 21:12:58,481 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T21:12:58Z', 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'7710c8c8-9c74-4cf9-acd4-4c71a71d91d4', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_92c168e9-8035-4885-9640-8d3ebb403d11', u'enable_dhcp': True, u'network_id': u'fd7547a4-95ff-4d59-9bcf-cb32015c121b', u'tenant_id': u'2dff084ead3645dd87fcf17de9ccd02e', u'created_at': u'2018-08-18T21:12:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2dff084ead3645dd87fcf17de9ccd02e'}) 2018-08-18 21:12:58,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 21:12:58,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "rally_sanity-router_92c168e9-8035-4885-9640-8d3ebb403d11", "admin_state_up": true}}' 2018-08-18 21:12:59,707 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-25bbdd0f-d5dd-4bb7-9b63-2314c9f684da Date: Sat, 18 Aug 2018 21:12:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "2dff084ead3645dd87fcf17de9ccd02e", "created_at": "2018-08-18T21:12:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:12:59Z", "revision_number": 2, "routes": [], "project_id": "2dff084ead3645dd87fcf17de9ccd02e", "id": "78de030a-3443-4d81-944f-3666f280dfa2", "name": "rally_sanity-router_92c168e9-8035-4885-9640-8d3ebb403d11"}} 2018-08-18 21:12:59,708 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-25bbdd0f-d5dd-4bb7-9b63-2314c9f684da 2018-08-18 21:12:59,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.2262570858s 2018-08-18 21:12:59,708 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-25bbdd0f-d5dd-4bb7-9b63-2314c9f684da 2018-08-18 21:12:59,708 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2dff084ead3645dd87fcf17de9ccd02e', u'created_at': u'2018-08-18T21:12:58Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-18T21:12:59Z', u'revision_number': 2, u'routes': [], u'project_id': u'2dff084ead3645dd87fcf17de9ccd02e', u'id': u'78de030a-3443-4d81-944f-3666f280dfa2', u'name': u'rally_sanity-router_92c168e9-8035-4885-9640-8d3ebb403d11'}) 2018-08-18 21:12:59,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 21:12:59,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/78de030a-3443-4d81-944f-3666f280dfa2/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}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" -d '{"subnet_id": "7710c8c8-9c74-4cf9-acd4-4c71a71d91d4"}' 2018-08-18 21:13:01,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f407c760-9121-48aa-bddc-95ec5747cecf Date: Sat, 18 Aug 2018 21:13:01 GMT RESP BODY: {"network_id": "fd7547a4-95ff-4d59-9bcf-cb32015c121b", "tenant_id": "2dff084ead3645dd87fcf17de9ccd02e", "subnet_id": "7710c8c8-9c74-4cf9-acd4-4c71a71d91d4", "subnet_ids": ["7710c8c8-9c74-4cf9-acd4-4c71a71d91d4"], "port_id": "e97b6fc1-ce34-4575-93f7-cb3005dc0cd3", "id": "78de030a-3443-4d81-944f-3666f280dfa2"} 2018-08-18 21:13:01,366 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/78de030a-3443-4d81-944f-3666f280dfa2/add_router_interface.json used request id req-f407c760-9121-48aa-bddc-95ec5747cecf 2018-08-18 21:13:01,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.65665006638s 2018-08-18 21:13:01,366 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/78de030a-3443-4d81-944f-3666f280dfa2/add_router_interface.json used request id req-f407c760-9121-48aa-bddc-95ec5747cecf returning object 78de030a-3443-4d81-944f-3666f280dfa2 2018-08-18 21:13:01,366 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 21:13:01,499 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 21:13:01,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:13:01,504 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 21:13:01 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 21:13:01,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:13:01,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:13:01,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-494e9e53-d155-4a0a-bb5d-f9022c0ec79c Date: Sat, 18 Aug 2018 21:13:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:13:01,790 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-494e9e53-d155-4a0a-bb5d-f9022c0ec79c 2018-08-18 21:13:01,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.282924890518s 2018-08-18 21:13:01,790 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-494e9e53-d155-4a0a-bb5d-f9022c0ec79c 2018-08-18 21:13:01,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 21:13:01,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11"}' 2018-08-18 21:13:01,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f38ad92e-a7d5-4170-8775-2d629c33e608 Date: Sat, 18 Aug 2018 21:13:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:13:01Z", "file": "/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/file", "owner": "2dff084ead3645dd87fcf17de9ccd02e", "id": "6f319504-8dfc-4bd9-9c23-8f77962c0ce5", "size": null, "self": "/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11", "checksum": null, "created_at": "2018-08-18T21:13:01Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 21:13:01,844 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f38ad92e-a7d5-4170-8775-2d629c33e608 2018-08-18 21:13:01,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0462048053741s 2018-08-18 21:13:01,845 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f38ad92e-a7d5-4170-8775-2d629c33e608 returning object 6f319504-8dfc-4bd9-9c23-8f77962c0ce5 2018-08-18 21:13:01,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 21:13:01,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/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}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" -d '' 2018-08-18 21:13:02,319 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9bc2df48-136d-4449-9454-817a3d56c475 Date: Sat, 18 Aug 2018 21:13: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-18 21:13:02,319 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/file used request id req-9bc2df48-136d-4449-9454-817a3d56c475 2018-08-18 21:13:02,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.473446130753s 2018-08-18 21:13:02,319 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/file used request id req-9bc2df48-136d-4449-9454-817a3d56c475 2018-08-18 21:13:02,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:13:02,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:13:02,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-6e59cf71-74d1-4d8a-9a27-2671522560f0 Date: Sat, 18 Aug 2018 21:13:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:13:02Z", "file": "/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/file", "owner": "2dff084ead3645dd87fcf17de9ccd02e", "id": "6f319504-8dfc-4bd9-9c23-8f77962c0ce5", "size": 12716032, "self": "/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:13:01Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:13:02,349 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6e59cf71-74d1-4d8a-9a27-2671522560f0 2018-08-18 21:13:02,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0257480144501s 2018-08-18 21:13:02,349 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6e59cf71-74d1-4d8a-9a27-2671522560f0 2018-08-18 21:13:02,351 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/file', 'owner': u'2dff084ead3645dd87fcf17de9ccd02e', 'id': u'6f319504-8dfc-4bd9-9c23-8f77962c0ce5', 'size': 12716032, u'self': u'/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2dff084ead3645dd87fcf17de9ccd02e', 'name': 'rally_sanity-project_92c168e9-8035-4885-9640-8d3ebb403d11', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T21:13:02Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T21:13:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'created': u'2018-08-18T21:13:01Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T21:13:01Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 21:13:02,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 21:13:02,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 21:13:02,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:13: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-39a8e22c-f906-42e2-adde-c435c9f2438e x-compute-request-id: req-39a8e22c-f906-42e2-adde-c435c9f2438e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5", "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": "8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5"}} 2018-08-18 21:13:02,687 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-39a8e22c-f906-42e2-adde-c435c9f2438e 2018-08-18 21:13:02,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.335047006607s 2018-08-18 21:13:02,688 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-39a8e22c-f906-42e2-adde-c435c9f2438e 2018-08-18 21:13:02,688 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11', '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'916340bf06fe4cb5a723b53dc60090de', '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'8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5', 'swap': 0}) 2018-08-18 21:13:02,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 21:13:02,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5/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}522e0527ccab8d2f402032dd1754a3340848daed" -d '{"extra_specs": {}}' 2018-08-18 21:13:02,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:13: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-006e420f-b18d-4d12-b041-79f13d37873f x-compute-request-id: req-006e420f-b18d-4d12-b041-79f13d37873f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 21:13:02,709 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5/os-extra_specs used request id req-006e420f-b18d-4d12-b041-79f13d37873f 2018-08-18 21:13:02,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203218460083s 2018-08-18 21:13:02,710 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5/os-extra_specs used request id req-006e420f-b18d-4d12-b041-79f13d37873f 2018-08-18 21:13:02,710 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 21:13:05,535 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-18 21:13:08,310 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 6fd9632d-9657-4ca6-b54c-b2fb83f5c428 | 2018-08-18T21:13:07.954288 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 6fd9632d-9657-4ca6-b54c-b2fb83f5c428 ~/.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-18 21:13:12,200 - 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-18 21:13:12,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-18 21:13:12,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-18 21:13:12,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:13:12,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:13:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45195605-9b14-49c6-8a4a-deb727ace04d x-compute-request-id: req-45195605-9b14-49c6-8a4a-deb727ace04d Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 9}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-18 21:13:12,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-45195605-9b14-49c6-8a4a-deb727ace04d 2018-08-18 21:13:12,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.307021856308s 2018-08-18 21:13:12,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-45195605-9b14-49c6-8a4a-deb727ace04d 2018-08-18 21:13:12,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 21:13:12,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_92c168e9-8035-4885-9640-8d3ebb403d11", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 21:13:12,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:13:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-307aca54-bde2-4c53-bab4-bdb46a989511 x-compute-request-id: req-307aca54-bde2-4c53-bab4-bdb46a989511 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_92c168e9-8035-4885-9640-8d3ebb403d11", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/27446cbd-a9c5-4821-8199-d896d80c1407", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/27446cbd-a9c5-4821-8199-d896d80c1407", "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": "27446cbd-a9c5-4821-8199-d896d80c1407"}} 2018-08-18 21:13:12,550 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-307aca54-bde2-4c53-bab4-bdb46a989511 2018-08-18 21:13:12,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0400240421295s 2018-08-18 21:13:12,550 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-307aca54-bde2-4c53-bab4-bdb46a989511 2018-08-18 21:13:12,551 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_92c168e9-8035-4885-9640-8d3ebb403d11', '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'916340bf06fe4cb5a723b53dc60090de', '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'27446cbd-a9c5-4821-8199-d896d80c1407', 'swap': 0}) 2018-08-18 21:13:12,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 21:13:12,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/27446cbd-a9c5-4821-8199-d896d80c1407/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}522e0527ccab8d2f402032dd1754a3340848daed" -d '{"extra_specs": {}}' 2018-08-18 21:13:12,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:13:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-18e5d676-4cbd-4ea2-86a6-3468bdb57f1f x-compute-request-id: req-18e5d676-4cbd-4ea2-86a6-3468bdb57f1f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 21:13:12,574 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/27446cbd-a9c5-4821-8199-d896d80c1407/os-extra_specs used request id req-18e5d676-4cbd-4ea2-86a6-3468bdb57f1f 2018-08-18 21:13:12,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224001407623s 2018-08-18 21:13:12,575 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/27446cbd-a9c5-4821-8199-d896d80c1407/os-extra_specs used request id req-18e5d676-4cbd-4ea2-86a6-3468bdb57f1f 2018-08-18 21:13:12,575 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_92c168e9-8035-4885-9640-8d3ebb403d11', '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'916340bf06fe4cb5a723b53dc60090de', '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'27446cbd-a9c5-4821-8199-d896d80c1407', 'swap': 0}) 2018-08-18 21:13:12,575 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-18 21:13:12,575 - 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-18 21:13:12,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-18 21:13:12,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-18 21:13:12,589 - 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': 'fd7547a4-95ff-4d59-9bcf-cb32015c121b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'flavor_name': 'rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11', '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_92c168e9-8035-4885-9640-8d3ebb403d11', '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-18 21:14:29,218 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7cb69727-95a1-416d-b389-7ecc18ecadd5 2018-08-18 21:14:29,218 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-18 21:14:29,219 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7cb69727-95a1-416d-b389-7ecc18ecadd5'] 2018-08-18 21:14:30,144 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7cb69727-95a1-416d-b389-7ecc18ecadd5 -------------------------------------------------------------------------------- Task 7cb69727-95a1-416d-b389-7ecc18ecadd5: 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 7cb69727-95a1-416d-b389-7ecc18ecadd5 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.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | total | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | -> duration | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.558208 Full duration: 9.630195 -------------------------------------------------------------------------------- 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 7cb69727-95a1-416d-b389-7ecc18ecadd5 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.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 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.014035 Full duration: 9.154525 -------------------------------------------------------------------------------- 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 7cb69727-95a1-416d-b389-7ecc18ecadd5 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.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | total | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> duration | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.772718 Full duration: 9.217415 -------------------------------------------------------------------------------- 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 7cb69727-95a1-416d-b389-7ecc18ecadd5 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.602 | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 100.0% | 1 | | total | 2.041 | 2.041 | 2.041 | 2.041 | 2.041 | 2.041 | 100.0% | 1 | | -> duration | 2.041 | 2.041 | 2.041 | 2.041 | 2.041 | 2.041 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.040877 Full duration: 10.885548 -------------------------------------------------------------------------------- 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 7cb69727-95a1-416d-b389-7ecc18ecadd5 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.429 | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 100.0% | 1 | | total | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> duration | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.862477 Full duration: 9.616638 -------------------------------------------------------------------------------- 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 7cb69727-95a1-416d-b389-7ecc18ecadd5 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.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766977 Full duration: 9.71819 HINTS: * To plot HTML graphics with this data, run: rally task report 7cb69727-95a1-416d-b389-7ecc18ecadd5 --out output.html * To generate a JUnit report, run: rally task export 7cb69727-95a1-416d-b389-7ecc18ecadd5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7cb69727-95a1-416d-b389-7ecc18ecadd5 --json --out output.json 2018-08-18 21:14:30,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7cb69727-95a1-416d-b389-7ecc18ecadd5', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-18 21:14:32,697 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7cb69727-95a1-416d-b389-7ecc18ecadd5 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-18 21:14:32.600 766 INFO rally.api [-] Building 'json' report for the following task(s): '7cb69727-95a1-416d-b389-7ecc18ecadd5'. 2018-08-18 21:14:32.605 766 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:14:32,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7cb69727-95a1-416d-b389-7ecc18ecadd5', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-18 21:14:35,157 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7cb69727-95a1-416d-b389-7ecc18ecadd5 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-18 21:14:35.037 769 INFO rally.api [-] Building 'html' report for the following task(s): '7cb69727-95a1-416d-b389-7ecc18ecadd5'. 2018-08-18 21:14:35.059 769 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:14:35,164 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-18 21:14:35,164 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-18 21:14:35,164 - 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-18 21:14:35,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-18 21:14:35,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-18 21:14:35,178 - 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': 'fd7547a4-95ff-4d59-9bcf-cb32015c121b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'flavor_name': 'rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11', '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_92c168e9-8035-4885-9640-8d3ebb403d11', '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-18 21:16:14,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 137dd77e-b762-4e73-8948-57ef7e73d8f6 2018-08-18 21:16:14,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '137dd77e-b762-4e73-8948-57ef7e73d8f6'] 2018-08-18 21:16:15,059 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 137dd77e-b762-4e73-8948-57ef7e73d8f6 -------------------------------------------------------------------------------- Task 137dd77e-b762-4e73-8948-57ef7e73d8f6: 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 137dd77e-b762-4e73-8948-57ef7e73d8f6 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.916 | 2.916 | 2.916 | 2.916 | 2.916 | 2.916 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> glance_v2.upload_data | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | glance_v2.delete_image | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 100.0% | 1 | | total | 4.008 | 4.008 | 4.008 | 4.008 | 4.008 | 4.008 | 100.0% | 1 | | -> duration | 4.008 | 4.008 | 4.008 | 4.008 | 4.008 | 4.008 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.008025 Full duration: 14.315301 -------------------------------------------------------------------------------- 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 137dd77e-b762-4e73-8948-57ef7e73d8f6 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.818 | 2.818 | 2.818 | 2.818 | 2.818 | 2.818 | 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.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | glance_v2.list_images | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 100.0% | 1 | | total | 2.854 | 2.854 | 2.854 | 2.854 | 2.854 | 2.854 | 100.0% | 1 | | -> duration | 2.854 | 2.854 | 2.854 | 2.854 | 2.854 | 2.854 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.853998 Full duration: 15.443147 -------------------------------------------------------------------------------- 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 137dd77e-b762-4e73-8948-57ef7e73d8f6 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.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | total | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | -> duration | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.281245 Full duration: 9.830008 -------------------------------------------------------------------------------- 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": "fd7547a4-95ff-4d59-9bcf-cb32015c121b" } ], "flavor": { "name": "rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 137dd77e-b762-4e73-8948-57ef7e73d8f6 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.843 | 2.843 | 2.843 | 2.843 | 2.843 | 2.843 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> glance_v2.upload_data | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 100.0% | 1 | | nova.boot_servers | 14.605 | 14.605 | 14.605 | 14.605 | 14.605 | 14.605 | 100.0% | 1 | | total | 17.449 | 17.449 | 17.449 | 17.449 | 17.449 | 17.449 | 100.0% | 1 | | -> duration | 16.449 | 16.449 | 16.449 | 16.449 | 16.449 | 16.449 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.449384 Full duration: 38.625089 HINTS: * To plot HTML graphics with this data, run: rally task report 137dd77e-b762-4e73-8948-57ef7e73d8f6 --out output.html * To generate a JUnit report, run: rally task export 137dd77e-b762-4e73-8948-57ef7e73d8f6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 137dd77e-b762-4e73-8948-57ef7e73d8f6 --json --out output.json 2018-08-18 21:16:15,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '137dd77e-b762-4e73-8948-57ef7e73d8f6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-18 21:16:17,571 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 137dd77e-b762-4e73-8948-57ef7e73d8f6 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-18 21:16:17.459 1322 INFO rally.api [-] Building 'json' report for the following task(s): '137dd77e-b762-4e73-8948-57ef7e73d8f6'. 2018-08-18 21:16:17.464 1322 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:16:17,572 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '137dd77e-b762-4e73-8948-57ef7e73d8f6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-18 21:16:20,153 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 137dd77e-b762-4e73-8948-57ef7e73d8f6 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-18 21:16:20.035 1325 INFO rally.api [-] Building 'html' report for the following task(s): '137dd77e-b762-4e73-8948-57ef7e73d8f6'. 2018-08-18 21:16:20.056 1325 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:16:20,159 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-18 21:16:20,159 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-18 21:16:20,160 - 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-18 21:16:20,160 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-18 21:16:20,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-18 21:16:20,171 - 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': 'fd7547a4-95ff-4d59-9bcf-cb32015c121b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'flavor_name': 'rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11', '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_92c168e9-8035-4885-9640-8d3ebb403d11', '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-18 21:19:47,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d 2018-08-18 21:19:47,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2901a9ec-ea7b-4763-b4e1-91beb4a24c1d'] 2018-08-18 21:19:48,908 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d -------------------------------------------------------------------------------- Task 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d: 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 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d 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.34 | 3.34 | 3.34 | 3.34 | 3.34 | 3.34 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 100.0% | 1 | | total | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 100.0% | 1 | | -> duration | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 5.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.889014 Full duration: 23.84571 -------------------------------------------------------------------------------- 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 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d 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.585 | 3.585 | 3.585 | 3.585 | 3.585 | 3.585 | 100.0% | 1 | | cinder_v2.delete_volume | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 100.0% | 1 | | total | 4.12 | 4.12 | 4.12 | 4.12 | 4.12 | 4.12 | 100.0% | 1 | | -> duration | 4.12 | 4.12 | 4.12 | 4.12 | 4.12 | 4.12 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.120382 Full duration: 15.885981 -------------------------------------------------------------------------------- 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_92c168e9-8035-4885-9640-8d3ebb403d11" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d 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 | 6.034 | 6.034 | 6.034 | 6.034 | 6.034 | 6.034 | 100.0% | 1 | | cinder_v2.delete_volume | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | total | 6.612 | 6.612 | 6.612 | 6.612 | 6.612 | 6.612 | 100.0% | 1 | | -> duration | 6.612 | 6.612 | 6.612 | 6.612 | 6.612 | 6.612 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.611844 Full duration: 19.795423 -------------------------------------------------------------------------------- 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 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d 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.514 | 3.514 | 3.514 | 3.514 | 3.514 | 3.514 | 100.0% | 1 | | cinder_v2.delete_volume | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | total | 4.117 | 4.117 | 4.117 | 4.117 | 4.117 | 4.117 | 100.0% | 1 | | -> duration | 4.117 | 4.117 | 4.117 | 4.117 | 4.117 | 4.117 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.117079 Full duration: 16.682634 -------------------------------------------------------------------------------- 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 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d 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.442 | 3.442 | 3.442 | 3.442 | 3.442 | 3.442 | 100.0% | 1 | | cinder_v2.extend_volume | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | cinder_v2.delete_volume | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | total | 4.675 | 4.675 | 4.675 | 4.675 | 4.675 | 4.675 | 100.0% | 1 | | -> duration | 4.675 | 4.675 | 4.675 | 4.675 | 4.675 | 4.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.674556 Full duration: 16.950098 -------------------------------------------------------------------------------- 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 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d 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.65 | 3.65 | 3.65 | 3.65 | 3.65 | 3.65 | 100.0% | 1 | | cinder_v2.delete_volume | 2.686 | 2.686 | 2.686 | 2.686 | 2.686 | 2.686 | 100.0% | 1 | | total | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 100.0% | 1 | | -> duration | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.336664 Full duration: 24.887996 -------------------------------------------------------------------------------- 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 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d 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.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | cinder_v2.list_qos | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | total | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | -> duration | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.020117 Full duration: 15.69923 -------------------------------------------------------------------------------- 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 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | cinder_v2.set_qos | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | 100.0% | 1 | | total | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 100.0% | 1 | | -> duration | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.104921 Full duration: 15.192287 -------------------------------------------------------------------------------- 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 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d 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.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | cinder_v2.list_types | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | total | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | | -> duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.000102 Full duration: 14.810036 -------------------------------------------------------------------------------- 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 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 100.0% | 1 | | total | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | -> duration | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.168152 Full duration: 15.668078 HINTS: * To plot HTML graphics with this data, run: rally task report 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d --out output.html * To generate a JUnit report, run: rally task export 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d --json --out output.json 2018-08-18 21:19:48,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2901a9ec-ea7b-4763-b4e1-91beb4a24c1d', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-18 21:19:51,445 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-18 21:19:51.343 3114 INFO rally.api [-] Building 'json' report for the following task(s): '2901a9ec-ea7b-4763-b4e1-91beb4a24c1d'. 2018-08-18 21:19:51.352 3114 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:19:51,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2901a9ec-ea7b-4763-b4e1-91beb4a24c1d', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-18 21:19:54,052 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2901a9ec-ea7b-4763-b4e1-91beb4a24c1d --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-18 21:19:53.932 3117 INFO rally.api [-] Building 'html' report for the following task(s): '2901a9ec-ea7b-4763-b4e1-91beb4a24c1d'. 2018-08-18 21:19:53.959 3117 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:19:54,065 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-18 21:19:54,066 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-18 21:19:54,066 - 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-18 21:19:54,066 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-18 21:19:54,078 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-18 21:19:54,079 - 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': 'fd7547a4-95ff-4d59-9bcf-cb32015c121b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'flavor_name': 'rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11', '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_92c168e9-8035-4885-9640-8d3ebb403d11', '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-18 21:22:12,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b40a2f1d-a023-452d-a4d7-dba2f6ec4891 2018-08-18 21:22:12,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b40a2f1d-a023-452d-a4d7-dba2f6ec4891'] 2018-08-18 21:22:13,418 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b40a2f1d-a023-452d-a4d7-dba2f6ec4891 -------------------------------------------------------------------------------- Task b40a2f1d-a023-452d-a4d7-dba2f6ec4891: 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | total | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> duration | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.680137 Full duration: 9.444649 -------------------------------------------------------------------------------- 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | total | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | -> duration | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.697614 Full duration: 9.052912 -------------------------------------------------------------------------------- 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | total | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> duration | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.699378 Full duration: 9.362223 -------------------------------------------------------------------------------- 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | -> duration | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.99425 Full duration: 9.871196 -------------------------------------------------------------------------------- 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | total | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> duration | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684465 Full duration: 9.746632 -------------------------------------------------------------------------------- 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 100.0% | 1 | | total | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> duration | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.96935 Full duration: 10.326811 -------------------------------------------------------------------------------- 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | total | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> duration | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.615124 Full duration: 9.14407 -------------------------------------------------------------------------------- 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.17 | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 1.512 | 1.512 | 1.512 | 1.512 | 1.512 | 1.512 | 100.0% | 1 | | -> duration | 1.512 | 1.512 | 1.512 | 1.512 | 1.512 | 1.512 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.512197 Full duration: 10.75262 -------------------------------------------------------------------------------- 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | total | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> duration | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.66194 Full duration: 9.188244 -------------------------------------------------------------------------------- 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | gnocchi.delete_metric | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 100.0% | 1 | | -> duration | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.203542 Full duration: 10.338173 -------------------------------------------------------------------------------- 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 b40a2f1d-a023-452d-a4d7-dba2f6ec4891 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | gnocchi.delete_resource | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | -> duration | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.970839 Full duration: 10.35955 HINTS: * To plot HTML graphics with this data, run: rally task report b40a2f1d-a023-452d-a4d7-dba2f6ec4891 --out output.html * To generate a JUnit report, run: rally task export b40a2f1d-a023-452d-a4d7-dba2f6ec4891 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b40a2f1d-a023-452d-a4d7-dba2f6ec4891 --json --out output.json 2018-08-18 21:22:13,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b40a2f1d-a023-452d-a4d7-dba2f6ec4891', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-18 21:22:15,992 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b40a2f1d-a023-452d-a4d7-dba2f6ec4891 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-18 21:22:15.891 4252 INFO rally.api [-] Building 'json' report for the following task(s): 'b40a2f1d-a023-452d-a4d7-dba2f6ec4891'. 2018-08-18 21:22:15.900 4252 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:22:15,993 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b40a2f1d-a023-452d-a4d7-dba2f6ec4891', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-18 21:22:18,507 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b40a2f1d-a023-452d-a4d7-dba2f6ec4891 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-18 21:22:18.384 4255 INFO rally.api [-] Building 'html' report for the following task(s): 'b40a2f1d-a023-452d-a4d7-dba2f6ec4891'. 2018-08-18 21:22:18.411 4255 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:22:18,519 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-18 21:22:18,519 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-18 21:22:18,520 - 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-18 21:22:18,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-18 21:22:18,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-18 21:22:18,532 - 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': 'fd7547a4-95ff-4d59-9bcf-cb32015c121b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'flavor_name': 'rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11', '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_92c168e9-8035-4885-9640-8d3ebb403d11', '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-18 21:24:04,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d0227de4-eb2f-4a56-ae94-9e31e4267ba2 2018-08-18 21:24:04,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd0227de4-eb2f-4a56-ae94-9e31e4267ba2'] 2018-08-18 21:24:05,113 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d0227de4-eb2f-4a56-ae94-9e31e4267ba2 -------------------------------------------------------------------------------- Task d0227de4-eb2f-4a56-ae94-9e31e4267ba2: 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 d0227de4-eb2f-4a56-ae94-9e31e4267ba2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 7.102 | 7.102 | 7.102 | 7.102 | 7.102 | 7.102 | 100.0% | 1 | | heat.update_stack | 3.198 | 3.198 | 3.198 | 3.198 | 3.198 | 3.198 | 100.0% | 1 | | heat.delete_stack | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 3.048 | 100.0% | 1 | | total | 13.348 | 13.348 | 13.348 | 13.348 | 13.348 | 13.348 | 100.0% | 1 | | -> duration | 9.348 | 9.348 | 9.348 | 9.348 | 9.348 | 9.348 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.347887 Full duration: 23.893051 -------------------------------------------------------------------------------- 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 d0227de4-eb2f-4a56-ae94-9e31e4267ba2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.985 | 5.985 | 5.985 | 5.985 | 5.985 | 5.985 | 100.0% | 1 | | heat.check_stack | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 100.0% | 1 | | heat.delete_stack | 1.722 | 1.722 | 1.722 | 1.722 | 1.722 | 1.722 | 100.0% | 1 | | total | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 100.0% | 1 | | -> duration | 6.725 | 6.725 | 6.725 | 6.725 | 6.725 | 6.725 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.724511 Full duration: 21.258431 -------------------------------------------------------------------------------- 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 d0227de4-eb2f-4a56-ae94-9e31e4267ba2 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.247 | 5.247 | 5.247 | 5.247 | 5.247 | 5.247 | 100.0% | 1 | | heat.suspend_stack | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 100.0% | 1 | | heat.resume_stack | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 100.0% | 1 | | heat.delete_stack | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 100.0% | 1 | | total | 9.398 | 9.398 | 9.398 | 9.398 | 9.398 | 9.398 | 100.0% | 1 | | -> duration | 7.398 | 7.398 | 7.398 | 7.398 | 7.398 | 7.398 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.397537 Full duration: 22.503577 -------------------------------------------------------------------------------- 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 d0227de4-eb2f-4a56-ae94-9e31e4267ba2 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.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | total | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | -> duration | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.708258 Full duration: 10.720085 HINTS: * To plot HTML graphics with this data, run: rally task report d0227de4-eb2f-4a56-ae94-9e31e4267ba2 --out output.html * To generate a JUnit report, run: rally task export d0227de4-eb2f-4a56-ae94-9e31e4267ba2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d0227de4-eb2f-4a56-ae94-9e31e4267ba2 --json --out output.json 2018-08-18 21:24:05,113 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd0227de4-eb2f-4a56-ae94-9e31e4267ba2', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-18 21:24:07,690 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d0227de4-eb2f-4a56-ae94-9e31e4267ba2 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-18 21:24:07.594 5168 INFO rally.api [-] Building 'json' report for the following task(s): 'd0227de4-eb2f-4a56-ae94-9e31e4267ba2'. 2018-08-18 21:24:07.598 5168 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:24:07,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd0227de4-eb2f-4a56-ae94-9e31e4267ba2', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-18 21:24:10,282 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d0227de4-eb2f-4a56-ae94-9e31e4267ba2 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-18 21:24:10.170 5171 INFO rally.api [-] Building 'html' report for the following task(s): 'd0227de4-eb2f-4a56-ae94-9e31e4267ba2'. 2018-08-18 21:24:10.190 5171 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:24:10,289 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-18 21:24:10,289 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-18 21:24:10,289 - 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-18 21:24:10,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-18 21:24:10,303 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-18 21:24:10,304 - 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': 'fd7547a4-95ff-4d59-9bcf-cb32015c121b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'flavor_name': 'rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11', '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_92c168e9-8035-4885-9640-8d3ebb403d11', '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-18 21:28:12,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 240339a0-536a-40a3-8d7d-7b46dc34e0e0 2018-08-18 21:28:12,207 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '240339a0-536a-40a3-8d7d-7b46dc34e0e0'] 2018-08-18 21:28:13,166 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 240339a0-536a-40a3-8d7d-7b46dc34e0e0 -------------------------------------------------------------------------------- Task 240339a0-536a-40a3-8d7d-7b46dc34e0e0: 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 240339a0-536a-40a3-8d7d-7b46dc34e0e0 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.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | keystone_v3.add_role | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | keystone_v3.revoke_role | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | -> duration | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.109322 Full duration: 18.634469 -------------------------------------------------------------------------------- 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 240339a0-536a-40a3-8d7d-7b46dc34e0e0 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | keystone_v3.add_role | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | keystone_v3.list_roles | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 100.0% | 1 | | -> duration | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.117356 Full duration: 18.394274 -------------------------------------------------------------------------------- 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 240339a0-536a-40a3-8d7d-7b46dc34e0e0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 100.0% | 1 | | keystone_v3.list_projects | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | total | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 100.0% | 1 | | -> duration | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.206357 Full duration: 18.473677 -------------------------------------------------------------------------------- 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 240339a0-536a-40a3-8d7d-7b46dc34e0e0 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.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | keystone_v3.delete_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757804 Full duration: 15.907642 -------------------------------------------------------------------------------- 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 240339a0-536a-40a3-8d7d-7b46dc34e0e0 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | keystone_v3.delete_service | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> duration | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.875106 Full duration: 15.519539 -------------------------------------------------------------------------------- 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 240339a0-536a-40a3-8d7d-7b46dc34e0e0 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.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | keystone_v3.create_user | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | -> keystone_v3.add_role | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | keystone_v3.create_role | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | keystone_v3.get_project | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | keystone_v3.get_user | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.get_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.list_services | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | keystone_v3.get_services | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 2.723 | 2.723 | 2.723 | 2.723 | 2.723 | 2.723 | 100.0% | 1 | | -> duration | 2.723 | 2.723 | 2.723 | 2.723 | 2.723 | 2.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.723461 Full duration: 24.340628 -------------------------------------------------------------------------------- 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 240339a0-536a-40a3-8d7d-7b46dc34e0e0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | keystone_v3.update_project | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | keystone_v3.delete_project | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | -> duration | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.289508 Full duration: 16.279892 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 240339a0-536a-40a3-8d7d-7b46dc34e0e0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | total | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 100.0% | 1 | | -> duration | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.210925 Full duration: 18.742495 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 240339a0-536a-40a3-8d7d-7b46dc34e0e0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | total | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | -> duration | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.063409 Full duration: 18.027505 -------------------------------------------------------------------------------- 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 240339a0-536a-40a3-8d7d-7b46dc34e0e0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | keystone_v3.list_users | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | -> duration | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.353901 Full duration: 18.563321 -------------------------------------------------------------------------------- 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 240339a0-536a-40a3-8d7d-7b46dc34e0e0 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.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | keystone_v3.create_users | 7.212 | 7.212 | 7.212 | 7.212 | 7.212 | 7.212 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 7.212 | 7.212 | 7.212 | 7.212 | 7.212 | 7.212 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 100.0% | 1 | | total | 9.508 | 9.508 | 9.508 | 9.508 | 9.508 | 9.508 | 100.0% | 1 | | -> duration | 9.508 | 9.508 | 9.508 | 9.508 | 9.508 | 9.508 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.507894 Full duration: 31.482001 HINTS: * To plot HTML graphics with this data, run: rally task report 240339a0-536a-40a3-8d7d-7b46dc34e0e0 --out output.html * To generate a JUnit report, run: rally task export 240339a0-536a-40a3-8d7d-7b46dc34e0e0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 240339a0-536a-40a3-8d7d-7b46dc34e0e0 --json --out output.json 2018-08-18 21:28:13,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '240339a0-536a-40a3-8d7d-7b46dc34e0e0', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-18 21:28:15,616 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 240339a0-536a-40a3-8d7d-7b46dc34e0e0 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-18 21:28:15.503 7086 INFO rally.api [-] Building 'json' report for the following task(s): '240339a0-536a-40a3-8d7d-7b46dc34e0e0'. 2018-08-18 21:28:15.514 7086 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:28:15,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '240339a0-536a-40a3-8d7d-7b46dc34e0e0', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-18 21:28:18,083 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 240339a0-536a-40a3-8d7d-7b46dc34e0e0 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-18 21:28:17.953 7089 INFO rally.api [-] Building 'html' report for the following task(s): '240339a0-536a-40a3-8d7d-7b46dc34e0e0'. 2018-08-18 21:28:17.983 7089 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:28:18,096 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-18 21:28:18,097 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-18 21:28:18,097 - 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-18 21:28:18,097 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-18 21:28:18,108 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-18 21:28:18,109 - 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': 'fd7547a4-95ff-4d59-9bcf-cb32015c121b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'flavor_name': 'rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11', '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_92c168e9-8035-4885-9640-8d3ebb403d11', '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-18 21:33:57,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 219a6174-ae8b-4038-9488-2b909f846495 2018-08-18 21:33:57,156 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '219a6174-ae8b-4038-9488-2b909f846495'] 2018-08-18 21:33:58,102 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 219a6174-ae8b-4038-9488-2b909f846495 -------------------------------------------------------------------------------- Task 219a6174-ae8b-4038-9488-2b909f846495: 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 219a6174-ae8b-4038-9488-2b909f846495 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.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | neutron.delete_network | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 100.0% | 1 | | total | 2.265 | 2.265 | 2.265 | 2.265 | 2.265 | 2.265 | 100.0% | 1 | | -> duration | 2.265 | 2.265 | 2.265 | 2.265 | 2.265 | 2.265 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.264565 Full duration: 17.959465 -------------------------------------------------------------------------------- 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 219a6174-ae8b-4038-9488-2b909f846495 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.397 | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 100.0% | 1 | | neutron.delete_port | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | total | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 100.0% | 1 | | -> duration | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.265876 Full duration: 29.870425 -------------------------------------------------------------------------------- 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 219a6174-ae8b-4038-9488-2b909f846495 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.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | neutron.create_subnet | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | neutron.create_router | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | neutron.add_interface_router | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 100.0% | 1 | | neutron.remove_interface_router | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 100.0% | 1 | | neutron.delete_router | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 100.0% | 1 | | total | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 100.0% | 1 | | -> duration | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.716619 Full duration: 38.303996 -------------------------------------------------------------------------------- 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 219a6174-ae8b-4038-9488-2b909f846495 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.237 | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 100.0% | 1 | | neutron.delete_subnet | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | total | 1.935 | 1.935 | 1.935 | 1.935 | 1.935 | 1.935 | 100.0% | 1 | | -> duration | 1.935 | 1.935 | 1.935 | 1.935 | 1.935 | 1.935 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.935243 Full duration: 30.155621 -------------------------------------------------------------------------------- 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 219a6174-ae8b-4038-9488-2b909f846495 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.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | neutron.list_networks | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 100.0% | 1 | | -> duration | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.169976 Full duration: 19.736995 -------------------------------------------------------------------------------- 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 219a6174-ae8b-4038-9488-2b909f846495 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.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | neutron.list_ports | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | -> duration | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.480028 Full duration: 31.115847 -------------------------------------------------------------------------------- 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 219a6174-ae8b-4038-9488-2b909f846495 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.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | neutron.create_subnet | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | neutron.create_router | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | neutron.add_interface_router | 1.948 | 1.948 | 1.948 | 1.948 | 1.948 | 1.948 | 100.0% | 1 | | neutron.list_routers | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 100.0% | 1 | | -> duration | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.580992 Full duration: 43.23698 -------------------------------------------------------------------------------- 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 219a6174-ae8b-4038-9488-2b909f846495 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.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | neutron.create_subnet | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | neutron.list_subnets | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | total | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 100.0% | 1 | | -> duration | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.774241 Full duration: 35.050979 -------------------------------------------------------------------------------- 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 219a6174-ae8b-4038-9488-2b909f846495 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | neutron.delete_security_group | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | -> duration | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.216866 Full duration: 16.746094 -------------------------------------------------------------------------------- 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 219a6174-ae8b-4038-9488-2b909f846495 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.169 | 1.169 | 1.169 | 1.169 | 1.169 | 1.169 | 100.0% | 1 | | neutron.create_security_group_rule | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | neutron.delete_security_group | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 100.0% | 1 | | -> duration | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.532633 Full duration: 17.201864 -------------------------------------------------------------------------------- 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 219a6174-ae8b-4038-9488-2b909f846495 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.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | neutron.create_router | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | neutron.add_gateway_router | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 100.0% | 1 | | neutron.remove_gateway_router | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | total | 3.525 | 3.525 | 3.525 | 3.525 | 3.525 | 3.525 | 100.0% | 1 | | -> duration | 3.525 | 3.525 | 3.525 | 3.525 | 3.525 | 3.525 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.524708 Full duration: 29.559714 HINTS: * To plot HTML graphics with this data, run: rally task report 219a6174-ae8b-4038-9488-2b909f846495 --out output.html * To generate a JUnit report, run: rally task export 219a6174-ae8b-4038-9488-2b909f846495 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 219a6174-ae8b-4038-9488-2b909f846495 --json --out output.json 2018-08-18 21:33:58,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '219a6174-ae8b-4038-9488-2b909f846495', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-18 21:34:00,618 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 219a6174-ae8b-4038-9488-2b909f846495 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-18 21:34:00.512 10384 INFO rally.api [-] Building 'json' report for the following task(s): '219a6174-ae8b-4038-9488-2b909f846495'. 2018-08-18 21:34:00.523 10384 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:34:00,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '219a6174-ae8b-4038-9488-2b909f846495', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-18 21:34:03,210 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 219a6174-ae8b-4038-9488-2b909f846495 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-18 21:34:03.085 10387 INFO rally.api [-] Building 'html' report for the following task(s): '219a6174-ae8b-4038-9488-2b909f846495'. 2018-08-18 21:34:03.116 10387 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:34:03,227 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-18 21:34:03,227 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-18 21:34:03,228 - 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-18 21:34:03,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-18 21:34:03,239 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-18 21:34:03,240 - 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': 'fd7547a4-95ff-4d59-9bcf-cb32015c121b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'flavor_name': 'rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11', '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_92c168e9-8035-4885-9640-8d3ebb403d11', '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-18 21:35:16,092 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0 2018-08-18 21:35:16,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0'] 2018-08-18 21:35:17,062 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0 -------------------------------------------------------------------------------- Task a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0: 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_92c168e9-8035-4885-9640-8d3ebb403d11" }, "image": { "name": "rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11" }, "nics": [ { "net-id": "fd7547a4-95ff-4d59-9bcf-cb32015c121b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0 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.612 | 9.612 | 9.612 | 9.612 | 9.612 | 9.612 | 100.0% | 1 | | nova.live_migrate | 10.287 | 10.287 | 10.287 | 10.287 | 10.287 | 10.287 | 0.0% | 1 | | total | 19.899 | 19.899 | 19.899 | 19.899 | 19.899 | 19.899 | 0.0% | 1 | | -> duration | 18.899 | 18.899 | 18.899 | 18.899 | 18.899 | 18.899 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.898862 Full duration: 36.344959 HINTS: * To plot HTML graphics with this data, run: rally task report a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0 --out output.html * To generate a JUnit report, run: rally task export a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-18 21:35:17,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-18 21:35:19,466 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-18 21:35:19.363 10622 INFO rally.api [-] Building 'json' report for the following task(s): 'a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0'. 2018-08-18 21:35:19.365 10622 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:35:19,467 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-18 21:35:21,947 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-18 21:35:21.834 10625 INFO rally.api [-] Building 'html' report for the following task(s): 'a7d8f46e-3541-4a2b-96f5-ae4d05fa54e0'. 2018-08-18 21:35:21.852 10625 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:35:21,950 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-18 21:35:21,950 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-18 21:35:21,951 - 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-18 21:35:21,951 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-18 21:35:21,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-18 21:35:21,965 - 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': 'fd7547a4-95ff-4d59-9bcf-cb32015c121b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11', 'flavor_name': 'rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11', '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_92c168e9-8035-4885-9640-8d3ebb403d11', '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-18 21:36:25,867 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 94586102-0d1c-4bde-ba30-ad7df19fe2a2 2018-08-18 21:36:25,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '94586102-0d1c-4bde-ba30-ad7df19fe2a2'] 2018-08-18 21:36:26,846 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 94586102-0d1c-4bde-ba30-ad7df19fe2a2 -------------------------------------------------------------------------------- Task 94586102-0d1c-4bde-ba30-ad7df19fe2a2: 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 94586102-0d1c-4bde-ba30-ad7df19fe2a2 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.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | quotas.delete_quotas | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | -> duration | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.084048 Full duration: 10.584279 -------------------------------------------------------------------------------- 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 94586102-0d1c-4bde-ba30-ad7df19fe2a2 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.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | total | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> duration | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.893369 Full duration: 10.947691 -------------------------------------------------------------------------------- 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 94586102-0d1c-4bde-ba30-ad7df19fe2a2 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.416 | 0.416 | 0.416 | 0.416 | 0.416 | 0.416 | 100.0% | 1 | | total | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> duration | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.839034 Full duration: 10.398947 -------------------------------------------------------------------------------- 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 94586102-0d1c-4bde-ba30-ad7df19fe2a2 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.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | total | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | -> duration | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.11511 Full duration: 10.950485 HINTS: * To plot HTML graphics with this data, run: rally task report 94586102-0d1c-4bde-ba30-ad7df19fe2a2 --out output.html * To generate a JUnit report, run: rally task export 94586102-0d1c-4bde-ba30-ad7df19fe2a2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 94586102-0d1c-4bde-ba30-ad7df19fe2a2 --json --out output.json 2018-08-18 21:36:26,847 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '94586102-0d1c-4bde-ba30-ad7df19fe2a2', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-18 21:36:29,436 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 94586102-0d1c-4bde-ba30-ad7df19fe2a2 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-18 21:36:29.338 11138 INFO rally.api [-] Building 'json' report for the following task(s): '94586102-0d1c-4bde-ba30-ad7df19fe2a2'. 2018-08-18 21:36:29.342 11138 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:36:29,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '94586102-0d1c-4bde-ba30-ad7df19fe2a2', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-18 21:36:32,012 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 94586102-0d1c-4bde-ba30-ad7df19fe2a2 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-18 21:36:31.898 11141 INFO rally.api [-] Building 'html' report for the following task(s): '94586102-0d1c-4bde-ba30-ad7df19fe2a2'. 2018-08-18 21:36:31.918 11141 INFO rally.api [-] The report has been successfully built. 2018-08-18 21:36:32,016 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-18 21:36:32,019 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:58 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:59 | 10 | 100.00% | | gnocchi | 01:47 | 11 | 100.00% | | heat | 01:18 | 4 | 100.00% | | keystone | 03:34 | 11 | 100.00% | | neutron | 05:08 | 11 | 100.00% | | nova | 00:36 | 1 | 0.00% | | quotas | 00:42 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:24 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-18 21:36:32,020 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-18 21:36:32,137 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 21:36:32,138 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:36 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-18 21:36:32,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 21:36:32,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:36:32,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:36:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-772b6a1f-91cf-40b6-a19c-97a4db45fc64 x-compute-request-id: req-772b6a1f-91cf-40b6-a19c-97a4db45fc64 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_92c168e9-8035-4885-9640-8d3ebb403d11", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/27446cbd-a9c5-4821-8199-d896d80c1407", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/27446cbd-a9c5-4821-8199-d896d80c1407", "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": "27446cbd-a9c5-4821-8199-d896d80c1407"}, {"name": "rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5", "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": "8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5"}]} 2018-08-18 21:36:32,404 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-772b6a1f-91cf-40b6-a19c-97a4db45fc64 2018-08-18 21:36:32,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.261121988297s 2018-08-18 21:36:32,405 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-772b6a1f-91cf-40b6-a19c-97a4db45fc64 2018-08-18 21:36:32,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 21:36:32,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/27446cbd-a9c5-4821-8199-d896d80c1407 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:36:32,443 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21:36:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de795242-8105-4a54-80af-d93a28e6fd2a x-compute-request-id: req-de795242-8105-4a54-80af-d93a28e6fd2a Content-Length: 0 Content-Type: application/json 2018-08-18 21:36:32,443 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/27446cbd-a9c5-4821-8199-d896d80c1407 used request id req-de795242-8105-4a54-80af-d93a28e6fd2a 2018-08-18 21:36:32,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0356769561768s 2018-08-18 21:36:32,443 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/27446cbd-a9c5-4821-8199-d896d80c1407 used request id req-de795242-8105-4a54-80af-d93a28e6fd2a 2018-08-18 21:36:32,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 21:36:32,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/78de030a-3443-4d81-944f-3666f280dfa2/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}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" -d '{"subnet_id": "7710c8c8-9c74-4cf9-acd4-4c71a71d91d4"}' 2018-08-18 21:36:34,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-db06f76f-afe6-4e61-8f1d-efaf412f295b Date: Sat, 18 Aug 2018 21:36:34 GMT RESP BODY: {"network_id": "fd7547a4-95ff-4d59-9bcf-cb32015c121b", "tenant_id": "2dff084ead3645dd87fcf17de9ccd02e", "subnet_id": "7710c8c8-9c74-4cf9-acd4-4c71a71d91d4", "subnet_ids": ["7710c8c8-9c74-4cf9-acd4-4c71a71d91d4"], "port_id": "e97b6fc1-ce34-4575-93f7-cb3005dc0cd3", "id": "78de030a-3443-4d81-944f-3666f280dfa2"} 2018-08-18 21:36:34,227 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/78de030a-3443-4d81-944f-3666f280dfa2/remove_router_interface.json used request id req-db06f76f-afe6-4e61-8f1d-efaf412f295b 2018-08-18 21:36:34,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.78391885757s 2018-08-18 21:36:34,228 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/78de030a-3443-4d81-944f-3666f280dfa2/remove_router_interface.json used request id req-db06f76f-afe6-4e61-8f1d-efaf412f295b returning object 78de030a-3443-4d81-944f-3666f280dfa2 2018-08-18 21:36:34,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 21:36:34,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:36:34,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-c9e91866-d599-4963-9c2b-3e0d504b1ec5 Date: Sat, 18 Aug 2018 21:36:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "2dff084ead3645dd87fcf17de9ccd02e", "created_at": "2018-08-18T21:12:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:36:33Z", "revision_number": 4, "routes": [], "project_id": "2dff084ead3645dd87fcf17de9ccd02e", "id": "78de030a-3443-4d81-944f-3666f280dfa2", "name": "rally_sanity-router_92c168e9-8035-4885-9640-8d3ebb403d11"}]} 2018-08-18 21:36:34,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c9e91866-d599-4963-9c2b-3e0d504b1ec5 2018-08-18 21:36:34,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.333307981491s 2018-08-18 21:36:34,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c9e91866-d599-4963-9c2b-3e0d504b1ec5 2018-08-18 21:36:34,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 21:36:34,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/78de030a-3443-4d81-944f-3666f280dfa2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:36:36,112 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe5e9e94-cee7-4787-9c3c-42b9184c2a43 Content-Length: 0 Date: Sat, 18 Aug 2018 21:36:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:36:36,113 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/78de030a-3443-4d81-944f-3666f280dfa2.json used request id req-fe5e9e94-cee7-4787-9c3c-42b9184c2a43 2018-08-18 21:36:36,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.54892802238s 2018-08-18 21:36:36,113 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/78de030a-3443-4d81-944f-3666f280dfa2.json used request id req-fe5e9e94-cee7-4787-9c3c-42b9184c2a43 2018-08-18 21:36:36,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 21:36:36,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:36:36,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-dd53e5f4-5353-4552-95bb-66b1a2c545e0 Date: Sat, 18 Aug 2018 21:36:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd7547a4-95ff-4d59-9bcf-cb32015c121b","tenant_id":"2dff084ead3645dd87fcf17de9ccd02e","created_at":"2018-08-18T21:12:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:12:58Z","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":"2dff084ead3645dd87fcf17de9ccd02e","id":"7710c8c8-9c74-4cf9-acd4-4c71a71d91d4","subnetpool_id":null,"name":"rally_sanity-subnet_92c168e9-8035-4885-9640-8d3ebb403d11"}]} 2018-08-18 21:36:36,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-dd53e5f4-5353-4552-95bb-66b1a2c545e0 2018-08-18 21:36:36,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.043851852417s 2018-08-18 21:36:36,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-dd53e5f4-5353-4552-95bb-66b1a2c545e0 2018-08-18 21:36:36,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 21:36:36,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/7710c8c8-9c74-4cf9-acd4-4c71a71d91d4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:36:37,016 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-25969c97-6401-4918-a785-b16a26829b32 Date: Sat, 18 Aug 2018 21:36:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:36:37,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/7710c8c8-9c74-4cf9-acd4-4c71a71d91d4.json used request id req-25969c97-6401-4918-a785-b16a26829b32 2018-08-18 21:36:37,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.857074975967s 2018-08-18 21:36:37,017 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/7710c8c8-9c74-4cf9-acd4-4c71a71d91d4.json used request id req-25969c97-6401-4918-a785-b16a26829b32 2018-08-18 21:36:37,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:36:37,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:36:37,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-6023e5b8-27c7-4c60-b75b-7b6384cdbe92 Date: Sat, 18 Aug 2018 21:36:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fd7547a4-95ff-4d59-9bcf-cb32015c121b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"2dff084ead3645dd87fcf17de9ccd02e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:36:36Z","provider:segmentation_id":25,"name":"rally_sanity-net_92c168e9-8035-4885-9640-8d3ebb403d11","admin_state_up":true,"tenant_id":"2dff084ead3645dd87fcf17de9ccd02e","created_at":"2018-08-18T21:12:57Z","provider:network_type":"vxlan"}]} 2018-08-18 21:36:37,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6023e5b8-27c7-4c60-b75b-7b6384cdbe92 2018-08-18 21:36:37,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.103436946869s 2018-08-18 21:36:37,121 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6023e5b8-27c7-4c60-b75b-7b6384cdbe92 2018-08-18 21:36:37,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 21:36:37,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/fd7547a4-95ff-4d59-9bcf-cb32015c121b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:36:38,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-09d34756-9286-4aac-a0eb-66a09e9fc374 Date: Sat, 18 Aug 2018 21:36:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:36:38,959 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/fd7547a4-95ff-4d59-9bcf-cb32015c121b.json used request id req-09d34756-9286-4aac-a0eb-66a09e9fc374 2018-08-18 21:36:38,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.83567285538s 2018-08-18 21:36:38,959 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/fd7547a4-95ff-4d59-9bcf-cb32015c121b.json used request id req-09d34756-9286-4aac-a0eb-66a09e9fc374 2018-08-18 21:36:38,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:36:38,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:36:39,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-55eb6b86-264e-4393-b699-256aedd94e6c Date: Sat, 18 Aug 2018 21:36:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:13:02Z", "file": "/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/file", "owner": "2dff084ead3645dd87fcf17de9ccd02e", "id": "6f319504-8dfc-4bd9-9c23-8f77962c0ce5", "size": 12716032, "self": "/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_92c168e9-8035-4885-9640-8d3ebb403d11", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:13:01Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:36:39,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-55eb6b86-264e-4393-b699-256aedd94e6c 2018-08-18 21:36:39,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.270881891251s 2018-08-18 21:36:39,234 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-55eb6b86-264e-4393-b699-256aedd94e6c 2018-08-18 21:36:39,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 21:36:39,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea238a3a69d08b3d0a4625abb47330c6f756d3e3" 2018-08-18 21:36:39,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-60bd9d78-d26d-45b3-a996-424336f5570b Date: Sat, 18 Aug 2018 21:36:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 21:36:39,556 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5 used request id req-60bd9d78-d26d-45b3-a996-424336f5570b 2018-08-18 21:36:39,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.319085836411s 2018-08-18 21:36:39,556 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6f319504-8dfc-4bd9-9c23-8f77962c0ce5 used request id req-60bd9d78-d26d-45b3-a996-424336f5570b 2018-08-18 21:36:39,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 21:36:39,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:36:39,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:36:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5886e5e9-2cb3-42f6-8ef2-d9718d2ee222 x-compute-request-id: req-5886e5e9-2cb3-42f6-8ef2-d9718d2ee222 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_92c168e9-8035-4885-9640-8d3ebb403d11", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5", "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": "8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5"}]} 2018-08-18 21:36:39,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5886e5e9-2cb3-42f6-8ef2-d9718d2ee222 2018-08-18 21:36:39,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0212490558624s 2018-08-18 21:36:39,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5886e5e9-2cb3-42f6-8ef2-d9718d2ee222 2018-08-18 21:36:39,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 21:36:39,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:36:39,614 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21:36:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-770194f5-e1c7-4ce0-a71d-3b4aa685abbd x-compute-request-id: req-770194f5-e1c7-4ce0-a71d-3b4aa685abbd Content-Length: 0 Content-Type: application/json 2018-08-18 21:36:39,614 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5 used request id req-770194f5-e1c7-4ce0-a71d-3b4aa685abbd 2018-08-18 21:36:39,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0343351364136s 2018-08-18 21:36:39,615 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8d0f1f3e-f4b2-45d2-80f8-27d589bdb6e5 used request id req-770194f5-e1c7-4ce0-a71d-3b4aa685abbd 2018-08-18 21:36:39,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 21:36:39,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:36:39,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c670939-c76c-4643-aa24-7f74499c044a Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_92c168e9-8035-4885-9640-8d3ebb403d11", "links": {"self": "http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6ded03fef7f490c8d9c4edcf185ff68", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 21:36:39,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4c670939-c76c-4643-aa24-7f74499c044a 2018-08-18 21:36:39,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195690155029s 2018-08-18 21:36:39,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4c670939-c76c-4643-aa24-7f74499c044a 2018-08-18 21:36:39,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 21:36:39,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:36:40,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-894c44ca-39b5-4aa3-9857-4dd488f5c793 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_92c168e9-8035-4885-9640-8d3ebb403d11", "links": {"self": "http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e6ded03fef7f490c8d9c4edcf185ff68", "description": null}} 2018-08-18 21:36:40,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68 used request id req-894c44ca-39b5-4aa3-9857-4dd488f5c793 2018-08-18 21:36:40,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201687097549s 2018-08-18 21:36:40,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68 used request id req-894c44ca-39b5-4aa3-9857-4dd488f5c793 2018-08-18 21:36:40,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 21:36:40,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:36:40,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 21:36:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed864d43-1cad-4a34-93eb-580b50ea637a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 21:36:40,268 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68 used request id req-ed864d43-1cad-4a34-93eb-580b50ea637a 2018-08-18 21:36:40,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.248389005661s 2018-08-18 21:36:40,268 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e6ded03fef7f490c8d9c4edcf185ff68 used request id req-ed864d43-1cad-4a34-93eb-580b50ea637a 2018-08-18 21:36:40,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 21:36:40,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:36:40,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f20ebc7-aaed-4aec-b583-361d6baf5c3e Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e"}, "tags": [], "enabled": true, "id": "2dff084ead3645dd87fcf17de9ccd02e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_92c168e9-8035-4885-9640-8d3ebb403d11"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 21:36:40,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-7f20ebc7-aaed-4aec-b583-361d6baf5c3e 2018-08-18 21:36:40,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178035020828s 2018-08-18 21:36:40,453 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-7f20ebc7-aaed-4aec-b583-361d6baf5c3e 2018-08-18 21:36:40,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 21:36:40,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}522e0527ccab8d2f402032dd1754a3340848daed" 2018-08-18 21:36:40,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 21:36:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a0f1ea2-5a4b-4d54-8466-c975ef315dca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 21:36:40,620 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e used request id req-5a0f1ea2-5a4b-4d54-8466-c975ef315dca 2018-08-18 21:36:40,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.160736083984s 2018-08-18 21:36:40,620 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2dff084ead3645dd87fcf17de9ccd02e used request id req-5a0f1ea2-5a4b-4d54-8466-c975ef315dca 2018-08-18 21:36:40,620 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-18 21:36:40,675 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-18 21:36:40,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 21:36:40,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 21:36:40,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 21:36:40,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:36:40,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-028bdfe9-a4fb-4fd3-b060-578469cd8eba Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 21:36:40,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-028bdfe9-a4fb-4fd3-b060-578469cd8eba 2018-08-18 21:36:40,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 21:36:41,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T22:36:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["gdE9gzg-R1KYLSTHXEjYrw"], "issued_at": "2018-08-18T21:36:41.000000Z"}} 2018-08-18 21:36:41,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:36:41,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:36:41,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-d51187f5-2a6c-43a7-950a-0ec825f46143 Date: Sat, 18 Aug 2018 21:36:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 21:36:41,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d51187f5-2a6c-43a7-950a-0ec825f46143 2018-08-18 21:36:41,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351208925247s 2018-08-18 21:36:41,468 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d51187f5-2a6c-43a7-950a-0ec825f46143 2018-08-18 21:36:41,469 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 21:36:44,308 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-18 21:36:47,126 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | f56b745b-11bd-46fc-b7ce-f8950a8daa44 | 2018-08-18T21:36:46.783385 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: f56b745b-11bd-46fc-b7ce-f8950a8daa44 ~/.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-18 21:36:50,981 - 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-18 21:36:50,981 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-18 21:36:53,651 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-18 21:36:57,007 - 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=66afdd78-3084-46fe-8b50-4809263d83c8) as the default verifier for the future CLI operations. 2018-08-18 21:37:00,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-18 21:37:00,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:37:00,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-3973571c-3a8e-40f5-96c1-f17acc2795ba Date: Sat, 18 Aug 2018 21:37:00 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "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": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"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": "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": "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"}, {"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": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-18 21:37:00,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-3973571c-3a8e-40f5-96c1-f17acc2795ba 2018-08-18 21:37:00,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.273033857346s 2018-08-18 21:37:00,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-3973571c-3a8e-40f5-96c1-f17acc2795ba 2018-08-18 21:37:00,594 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-18 21:37:00,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 21:37:00,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"network": {"name": "refstack_defcore-net_2dc11e22-a8f1-417a-bd20-0cab85205aad", "admin_state_up": true}}' 2018-08-18 21:37:00,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 690 X-Openstack-Request-Id: req-fbe0a502-a6c9-44b4-89bc-be8d9b622453 Date: Sat, 18 Aug 2018 21:37:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f3ba35df-57b2-4590-8cc1-2533c0c869e2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:37:00Z","is_default":false,"provider:segmentation_id":100,"name":"refstack_defcore-net_2dc11e22-a8f1-417a-bd20-0cab85205aad","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:37:00Z","mtu":1450}} 2018-08-18 21:37:00,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-fbe0a502-a6c9-44b4-89bc-be8d9b622453 2018-08-18 21:37:00,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.277215003967s 2018-08-18 21:37:00,872 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-fbe0a502-a6c9-44b4-89bc-be8d9b622453 2018-08-18 21:37:00,873 - 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-18T21:37:00Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f3ba35df-57b2-4590-8cc1-2533c0c869e2', u'provider:segmentation_id': 100, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_2dc11e22-a8f1-417a-bd20-0cab85205aad', u'admin_state_up': True, u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T21:37:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 21:37:00,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:37:00,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:37:00,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-3bb2da01-b50c-45cb-8898-0d912ef28906 Date: Sat, 18 Aug 2018 21:37:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f3ba35df-57b2-4590-8cc1-2533c0c869e2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:37:00Z","provider:segmentation_id":100,"name":"refstack_defcore-net_2dc11e22-a8f1-417a-bd20-0cab85205aad","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:37:00Z","provider:network_type":"vxlan"}]} 2018-08-18 21:37:00,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3bb2da01-b50c-45cb-8898-0d912ef28906 2018-08-18 21:37:00,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111722946167s 2018-08-18 21:37:00,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3bb2da01-b50c-45cb-8898-0d912ef28906 2018-08-18 21:37:00,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 21:37:00,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"subnet": {"name": "refstack_defcore-subnet_2dc11e22-a8f1-417a-bd20-0cab85205aad", "enable_dhcp": true, "network_id": "f3ba35df-57b2-4590-8cc1-2533c0c869e2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 21:37:01,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0a96cac8-1d64-4147-b2d6-7ec08caafa05 Date: Sat, 18 Aug 2018 21:37:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f3ba35df-57b2-4590-8cc1-2533c0c869e2","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:37:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:37:01Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"916340bf06fe4cb5a723b53dc60090de","id":"4565417b-bf40-46c4-a61e-451865209e5f","subnetpool_id":null,"name":"refstack_defcore-subnet_2dc11e22-a8f1-417a-bd20-0cab85205aad"}} 2018-08-18 21:37:01,505 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0a96cac8-1d64-4147-b2d6-7ec08caafa05 2018-08-18 21:37:01,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.516844034195s 2018-08-18 21:37:01,505 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0a96cac8-1d64-4147-b2d6-7ec08caafa05 2018-08-18 21:37:01,506 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T21:37:01Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'4565417b-bf40-46c4-a61e-451865209e5f', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_2dc11e22-a8f1-417a-bd20-0cab85205aad', u'enable_dhcp': True, u'network_id': u'f3ba35df-57b2-4590-8cc1-2533c0c869e2', u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T21:37:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 21:37:01,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 21:37:01,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "refstack_defcore-router_2dc11e22-a8f1-417a-bd20-0cab85205aad", "admin_state_up": true}}' 2018-08-18 21:37:02,917 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-4aed8a86-20d7-4cc3-b028-7d75290e13b3 Date: Sat, 18 Aug 2018 21:37:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T21:37:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:37:02Z", "revision_number": 2, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "76516763-09ae-48d0-95d3-3035e680cfea", "name": "refstack_defcore-router_2dc11e22-a8f1-417a-bd20-0cab85205aad"}} 2018-08-18 21:37:02,918 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-4aed8a86-20d7-4cc3-b028-7d75290e13b3 2018-08-18 21:37:02,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.41102480888s 2018-08-18 21:37:02,918 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-4aed8a86-20d7-4cc3-b028-7d75290e13b3 2018-08-18 21:37:02,919 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T21:37:01Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-18T21:37:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'916340bf06fe4cb5a723b53dc60090de', u'id': u'76516763-09ae-48d0-95d3-3035e680cfea', u'name': u'refstack_defcore-router_2dc11e22-a8f1-417a-bd20-0cab85205aad'}) 2018-08-18 21:37:02,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 21:37:02,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/76516763-09ae-48d0-95d3-3035e680cfea/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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"subnet_id": "4565417b-bf40-46c4-a61e-451865209e5f"}' 2018-08-18 21:37:04,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1a1ce465-361d-4d77-ade4-fc89c9179b31 Date: Sat, 18 Aug 2018 21:37:04 GMT RESP BODY: {"network_id": "f3ba35df-57b2-4590-8cc1-2533c0c869e2", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "4565417b-bf40-46c4-a61e-451865209e5f", "subnet_ids": ["4565417b-bf40-46c4-a61e-451865209e5f"], "port_id": "1ff0c2b1-7f56-4c09-b7e6-1c8e87c1bed2", "id": "76516763-09ae-48d0-95d3-3035e680cfea"} 2018-08-18 21:37:04,627 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/76516763-09ae-48d0-95d3-3035e680cfea/add_router_interface.json used request id req-1a1ce465-361d-4d77-ade4-fc89c9179b31 2018-08-18 21:37:04,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.70722484589s 2018-08-18 21:37:04,627 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/76516763-09ae-48d0-95d3-3035e680cfea/add_router_interface.json used request id req-1a1ce465-361d-4d77-ade4-fc89c9179b31 returning object 76516763-09ae-48d0-95d3-3035e680cfea 2018-08-18 21:37:04,627 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 21:37:04,753 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 21:37:04,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:37:04,758 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 21:37:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 21:37:04,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:37:04,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:37:05,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4d86cc86-69bb-4e2e-ab5e-bf9894eccd0e Date: Sat, 18 Aug 2018 21:37:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:37:05,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4d86cc86-69bb-4e2e-ab5e-bf9894eccd0e 2018-08-18 21:37:05,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274548053741s 2018-08-18 21:37:05,035 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4d86cc86-69bb-4e2e-ab5e-bf9894eccd0e 2018-08-18 21:37:05,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 21:37:05,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad"}' 2018-08-18 21:37:05,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 948 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0b4efd6f-7951-43dd-8b0d-45463a25c798 Date: Sat, 18 Aug 2018 21:37:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:37:05Z", "file": "/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "62c53ece-2f1a-4275-bd95-7f1155d73299", "size": null, "self": "/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "checksum": null, "created_at": "2018-08-18T21:37:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 21:37:05,084 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-0b4efd6f-7951-43dd-8b0d-45463a25c798 2018-08-18 21:37:05,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0405631065369s 2018-08-18 21:37:05,084 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-0b4efd6f-7951-43dd-8b0d-45463a25c798 returning object 62c53ece-2f1a-4275-bd95-7f1155d73299 2018-08-18 21:37:05,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 21:37:05,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299/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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '' 2018-08-18 21:37:05,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d9718c4f-a6b1-472a-878f-7de05a03b9d8 Date: Sat, 18 Aug 2018 21:37: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-18 21:37:05,488 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299/file used request id req-d9718c4f-a6b1-472a-878f-7de05a03b9d8 2018-08-18 21:37:05,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.403248786926s 2018-08-18 21:37:05,489 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299/file used request id req-d9718c4f-a6b1-472a-878f-7de05a03b9d8 2018-08-18 21:37:05,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:37:05,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:37:05,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-232d6cf6-b2e8-48ca-9b9c-8d135518b07b Date: Sat, 18 Aug 2018 21:37:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:37:05Z", "file": "/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "62c53ece-2f1a-4275-bd95-7f1155d73299", "size": 12716032, "self": "/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/62c53ece-2f1a-4275-bd95-7f1155d73299/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/62c53ece-2f1a-4275-bd95-7f1155d73299/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:37:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:37:05,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-232d6cf6-b2e8-48ca-9b9c-8d135518b07b 2018-08-18 21:37:05,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0317690372467s 2018-08-18 21:37:05,527 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-232d6cf6-b2e8-48ca-9b9c-8d135518b07b 2018-08-18 21:37:05,529 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/62c53ece-2f1a-4275-bd95-7f1155d73299/snap', u'metadata': Munch({})})], 'file': u'/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'62c53ece-2f1a-4275-bd95-7f1155d73299', 'size': 12716032, u'self': u'/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/62c53ece-2f1a-4275-bd95-7f1155d73299/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T21:37:05Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T21:37:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad', 'created': u'2018-08-18T21:37:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T21:37:05Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 21:37:05,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 21:37:05,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_2dc11e22-a8f1-417a-bd20-0cab85205aad", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 21:37:05,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:37:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63280f55-1d97-4e38-a79c-8f5b01844ba0 x-compute-request-id: req-63280f55-1d97-4e38-a79c-8f5b01844ba0 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_2dc11e22-a8f1-417a-bd20-0cab85205aad", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/731078e4-7c80-4e89-96fb-e5851103fde7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/731078e4-7c80-4e89-96fb-e5851103fde7", "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": "731078e4-7c80-4e89-96fb-e5851103fde7"}} 2018-08-18 21:37:05,846 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-63280f55-1d97-4e38-a79c-8f5b01844ba0 2018-08-18 21:37:05,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.31565785408s 2018-08-18 21:37:05,846 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-63280f55-1d97-4e38-a79c-8f5b01844ba0 2018-08-18 21:37:05,847 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_2dc11e22-a8f1-417a-bd20-0cab85205aad', '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'916340bf06fe4cb5a723b53dc60090de', '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'731078e4-7c80-4e89-96fb-e5851103fde7', 'swap': 0}) 2018-08-18 21:37:05,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 21:37:05,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/731078e4-7c80-4e89-96fb-e5851103fde7/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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"extra_specs": {}}' 2018-08-18 21:37:05,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:37:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e51898ec-6f9f-4ed3-906a-ee0d00f34bad x-compute-request-id: req-e51898ec-6f9f-4ed3-906a-ee0d00f34bad Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 21:37:05,871 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/731078e4-7c80-4e89-96fb-e5851103fde7/os-extra_specs used request id req-e51898ec-6f9f-4ed3-906a-ee0d00f34bad 2018-08-18 21:37:05,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0229098796844s 2018-08-18 21:37:05,871 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/731078e4-7c80-4e89-96fb-e5851103fde7/os-extra_specs used request id req-e51898ec-6f9f-4ed3-906a-ee0d00f34bad 2018-08-18 21:37:05,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:37:05,881 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 21:37:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36462007-0f93-423d-a441-e49f4a9987ba 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 21:37:05,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-36462007-0f93-423d-a441-e49f4a9987ba 2018-08-18 21:37:05,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:37:05,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:37:06,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ade582a-a85c-43bf-a2ff-41c50f22e1ec Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:37:06,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7ade582a-a85c-43bf-a2ff-41c50f22e1ec 2018-08-18 21:37:06,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183161973953s 2018-08-18 21:37:06,068 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7ade582a-a85c-43bf-a2ff-41c50f22e1ec 2018-08-18 21:37:06,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:37:06,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:37:06,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-060483bf-0da7-445d-8004-e9eba590f094 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:37:06,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-060483bf-0da7-445d-8004-e9eba590f094 2018-08-18 21:37:06,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202834844589s 2018-08-18 21:37:06,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-060483bf-0da7-445d-8004-e9eba590f094 2018-08-18 21:37:06,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-18 21:37:06,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:37:06,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21: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-0bdf044b-1d50-41f7-8c68-fea74160bd20 x-compute-request-id: req-0bdf044b-1d50-41f7-8c68-fea74160bd20 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 9}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-18 21:37:06,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-0bdf044b-1d50-41f7-8c68-fea74160bd20 2018-08-18 21:37:06,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0423820018768s 2018-08-18 21:37:06,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-0bdf044b-1d50-41f7-8c68-fea74160bd20 2018-08-18 21:37:06,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:37:06,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:37:06,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-d2187121-8489-4ee6-95ee-e31584aa49aa Date: Sat, 18 Aug 2018 21:37:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:37:05Z", "file": "/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "62c53ece-2f1a-4275-bd95-7f1155d73299", "size": 12716032, "self": "/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/62c53ece-2f1a-4275-bd95-7f1155d73299/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/62c53ece-2f1a-4275-bd95-7f1155d73299/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:37:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:37:06,358 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d2187121-8489-4ee6-95ee-e31584aa49aa 2018-08-18 21:37:06,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0284881591797s 2018-08-18 21:37:06,359 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d2187121-8489-4ee6-95ee-e31584aa49aa 2018-08-18 21:37:06,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 21:37:06,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad"}' 2018-08-18 21:37:06,448 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 956 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-81bf53b4-3fc0-4df4-aa5d-b3fbb67083c2 Date: Sat, 18 Aug 2018 21:37:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:37:06Z", "file": "/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "b1632ea7-2ed4-4045-82af-6bcd713bc68b", "size": null, "self": "/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad", "checksum": null, "created_at": "2018-08-18T21:37:06Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 21:37:06,448 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-81bf53b4-3fc0-4df4-aa5d-b3fbb67083c2 2018-08-18 21:37:06,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0806748867035s 2018-08-18 21:37:06,449 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-81bf53b4-3fc0-4df4-aa5d-b3fbb67083c2 returning object b1632ea7-2ed4-4045-82af-6bcd713bc68b 2018-08-18 21:37:06,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 21:37:06,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b/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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '' 2018-08-18 21:37:07,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-34ab43b5-f530-4f88-8342-383a8c684146 Date: Sat, 18 Aug 2018 21:37:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 21:37:07,593 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b/file used request id req-34ab43b5-f530-4f88-8342-383a8c684146 2018-08-18 21:37:07,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14313817024s 2018-08-18 21:37:07,593 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b/file used request id req-34ab43b5-f530-4f88-8342-383a8c684146 2018-08-18 21:37:07,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:37:07,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:37:07,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2757 Content-Type: application/json X-Openstack-Request-Id: req-a38d1a2c-3aae-4590-b8b6-30b3c4dcc5c6 Date: Sat, 18 Aug 2018 21:37:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:37:07Z", "file": "/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "b1632ea7-2ed4-4045-82af-6bcd713bc68b", "size": 12716032, "self": "/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:37:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:37:05Z", "file": "/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "62c53ece-2f1a-4275-bd95-7f1155d73299", "size": 12716032, "self": "/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/62c53ece-2f1a-4275-bd95-7f1155d73299/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/62c53ece-2f1a-4275-bd95-7f1155d73299/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:37:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:37:07,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a38d1a2c-3aae-4590-b8b6-30b3c4dcc5c6 2018-08-18 21:37:07,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0275011062622s 2018-08-18 21:37:07,625 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a38d1a2c-3aae-4590-b8b6-30b3c4dcc5c6 2018-08-18 21:37:07,628 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'b1632ea7-2ed4-4045-82af-6bcd713bc68b', 'size': 12716032, u'self': u'/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T21:37:07Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T21:37:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad', 'created': u'2018-08-18T21:37:06Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T21:37:06Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 21:37:07,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 21:37:07,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 21:37:07,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:37: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-aee098f8-8736-4d03-b9c0-199d0306e20c x-compute-request-id: req-aee098f8-8736-4d03-b9c0-199d0306e20c Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/453b3532-261c-4241-a13a-06c65619ff4d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/453b3532-261c-4241-a13a-06c65619ff4d", "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": "453b3532-261c-4241-a13a-06c65619ff4d"}} 2018-08-18 21:37:07,682 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-aee098f8-8736-4d03-b9c0-199d0306e20c 2018-08-18 21:37:07,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0533421039581s 2018-08-18 21:37:07,682 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-aee098f8-8736-4d03-b9c0-199d0306e20c 2018-08-18 21:37:07,683 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad', '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'916340bf06fe4cb5a723b53dc60090de', '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'453b3532-261c-4241-a13a-06c65619ff4d', 'swap': 0}) 2018-08-18 21:37:07,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 21:37:07,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/453b3532-261c-4241-a13a-06c65619ff4d/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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"extra_specs": {}}' 2018-08-18 21:37:07,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:37: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-66ad4a3b-9632-4d2c-8492-18f485fc363b x-compute-request-id: req-66ad4a3b-9632-4d2c-8492-18f485fc363b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 21:37:07,704 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/453b3532-261c-4241-a13a-06c65619ff4d/os-extra_specs used request id req-66ad4a3b-9632-4d2c-8492-18f485fc363b 2018-08-18 21:37:07,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201711654663s 2018-08-18 21:37:07,705 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/453b3532-261c-4241-a13a-06c65619ff4d/os-extra_specs used request id req-66ad4a3b-9632-4d2c-8492-18f485fc363b 2018-08-18 21:37:07,705 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad', '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'916340bf06fe4cb5a723b53dc60090de', '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'453b3532-261c-4241-a13a-06c65619ff4d', 'swap': 0}) 2018-08-18 21:37:11,188 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-18 21:37:11,188 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-18 21:37:11,188 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-18 21:37:11,189 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-18 21:37:15,513 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata: not found. skipping it 2018-08-18 21:37:15,513 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params: not found. skipping it 2018-08-18 21:37:15,513 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id: not found. skipping it 2018-08-18 21:37:15,513 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-18 21:37:15,513 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw: not found. skipping it 2018-08-18 21:37:15,513 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id: not found. skipping it 2018-08-18 21:37:15,513 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status: not found. skipping it 2018-08-18 21:37:15,513 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools: not found. skipping it 2018-08-18 21:37:15,514 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata: not found. skipping it 2018-08-18 21:37:15,515 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata: ids differ. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id: not found. skipping it 2018-08-18 21:37:15,516 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-18 21:37:15,517 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_versions.VersionsTest.test_list_versions: ids differ. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params: not found. skipping it 2018-08-18 21:37:15,518 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete: not found. skipping it 2018-08-18 21:37:15,519 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot: not found. skipping it 2018-08-18 21:37:15,520 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative: not found. skipping it 2018-08-18 21:37:15,520 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list: not found. skipping it 2018-08-18 21:37:15,520 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled: not found. skipping it 2018-08-18 21:37:15,520 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools: not found. skipping it 2018-08-18 21:37:15,520 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details: not found. skipping it 2018-08-18 21:37:15,520 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata: not found. skipping it 2018-08-18 21:37:15,520 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema: not found. skipping it 2018-08-18 21:37:15,520 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit: not found. skipping it 2018-08-18 21:37:15,520 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size: not found. skipping it 2018-08-18 21:37:15,520 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status: not found. skipping it 2018-08-18 21:37:15,521 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-18 21:37:15,536 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-18 21:37:15,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt']'. 2018-08-18 21:37:30,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:30.741 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.857s] 2018-08-18 21:37:30,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:30.838 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.726s] 2018-08-18 21:37:30,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:30.905 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-08-18 21:37:30,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:30.912 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.074s] 2018-08-18 21:37:31,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:31.269 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.965s] 2018-08-18 21:37:35,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:35.203 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.693s] 2018-08-18 21:37:35,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:35.611 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.868s] 2018-08-18 21:37:38,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:38.714 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.102s] 2018-08-18 21:37:40,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:40.056 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [5.678s] 2018-08-18 21:37:40,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:40.714 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.999s] 2018-08-18 21:37:43,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:43.421 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.706s] 2018-08-18 21:37:43,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:43.784 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.726s] 2018-08-18 21:37:44,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:44.473 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.794s] 2018-08-18 21:37:44,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:44.498 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.024s] 2018-08-18 21:37:46,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:46.191 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.693s] 2018-08-18 21:37:46,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:46.661 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.239s] 2018-08-18 21:37:47,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:47.035 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.844s] 2018-08-18 21:37:47,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:47.536 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2018-08-18 21:37:47,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:47.545 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-08-18 21:37:47,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:47.622 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.077s] 2018-08-18 21:37:47,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:47.679 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.057s] 2018-08-18 21:37:47,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:47.796 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.761s] 2018-08-18 21:37:48,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:48.171 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.509s] 2018-08-18 21:37:48,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:48.436 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.266s] 2018-08-18 21:37:48,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:48.510 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.073s] 2018-08-18 21:37:48,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:48.543 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.033s] 2018-08-18 21:37:48,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:48.576 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.033s] 2018-08-18 21:37:48,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:48.673 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.993s] 2018-08-18 21:37:48,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:48.768 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.094s] 2018-08-18 21:37:48,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:48.838 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.136s] 2018-08-18 21:37:49,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:49.443 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.674s] 2018-08-18 21:37:49,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:49.527 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.083s] 2018-08-18 21:37:49,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:49.594 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.067s] 2018-08-18 21:37:49,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:49.667 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.073s] 2018-08-18 21:37:51,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:51.916 11183 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [22.353s] 2018-08-18 21:37:53,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:53.381 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.541s] 2018-08-18 21:37:53,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:53.518 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [18.311s] 2018-08-18 21:37:54,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:54.328 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.157s] 2018-08-18 21:37:54,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:54.768 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.440s] 2018-08-18 21:37:54,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:54.995 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.631s] 2018-08-18 21:37:55,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:55.229 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.460s] 2018-08-18 21:37:55,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:55.675 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.113s] 2018-08-18 21:37:55,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:55.692 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.017s] 2018-08-18 21:37:55,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:55.971 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.278s] 2018-08-18 21:37:55,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:55.988 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.017s] 2018-08-18 21:37:56,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:56.004 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.016s] 2018-08-18 21:37:56,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:56.052 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.048s] 2018-08-18 21:37:56,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:56.092 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.863s] 2018-08-18 21:37:56,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:56.177 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.125s] 2018-08-18 21:37:56,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:56.315 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.137s] 2018-08-18 21:37:56,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:56.646 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.331s] 2018-08-18 21:37:56,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:56.669 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.022s] 2018-08-18 21:37:56,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:56.842 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.173s] 2018-08-18 21:37:57,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:57.011 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.918s] 2018-08-18 21:37:57,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:57.382 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.387s] 2018-08-18 21:37:57,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:57.929 11183 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [11.467s] 2018-08-18 21:37:57,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:57.996 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.985s] 2018-08-18 21:37:59,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:37:59.985 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.601s] 2018-08-18 21:38:02,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:02.928 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [3.302s] 2018-08-18 21:38:03,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:03.135 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [3.149s] 2018-08-18 21:38:03,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:03.571 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.879s] 2018-08-18 21:38:04,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:04.296 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [1.367s] 2018-08-18 21:38:05,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:05.816 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.247s] 2018-08-18 21:38:05,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:05.986 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.850s] 2018-08-18 21:38:07,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:07.530 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [4.777s] 2018-08-18 21:38:07,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:07.758 11183 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [9.827s] 2018-08-18 21:38:08,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:08.241 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.254s] 2018-08-18 21:38:08,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:08.732 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.492s] 2018-08-18 21:38:09,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:09.110 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.377s] 2018-08-18 21:38:09,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:09.619 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.508s] 2018-08-18 21:38:10,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:10.558 11183 INFO opnfv-tempest [-] {15} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [5.307s] 2018-08-18 21:38:10,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:10.813 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [3.278s] 2018-08-18 21:38:11,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:11.816 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [2.195s] 2018-08-18 21:38:12,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:12.863 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.047s] 2018-08-18 21:38:13,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:13.350 11183 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.535s] 2018-08-18 21:38:13,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:13.874 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.011s] 2018-08-18 21:38:14,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:14.049 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.413s] 2018-08-18 21:38:14,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:14.051 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.546s] 2018-08-18 21:38:14,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:14.129 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.316s] 2018-08-18 21:38:14,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:14.133 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.081s] 2018-08-18 21:38:14,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:14.337 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.463s] 2018-08-18 21:38:14,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:14.510 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.460s] 2018-08-18 21:38:14,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:14.879 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.369s] 2018-08-18 21:38:14,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:14.938 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.804s] 2018-08-18 21:38:15,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:15.370 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.490s] 2018-08-18 21:38:15,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:15.936 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.997s] 2018-08-18 21:38:16,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.158 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.788s] 2018-08-18 21:38:16,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.313 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.974s] 2018-08-18 21:38:16,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.457 11183 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [1.150s] 2018-08-18 21:38:16,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.576 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.418s] 2018-08-18 21:38:16,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.581 11183 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.124s] 2018-08-18 21:38:16,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.723 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.787s] 2018-08-18 21:38:16,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.732 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.009s] 2018-08-18 21:38:16,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.742 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2018-08-18 21:38:16,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.780 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.468s] 2018-08-18 21:38:16,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.828 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.252s] 2018-08-18 21:38:16,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:16.945 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.116s] 2018-08-18 21:38:17,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:17.061 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.116s] 2018-08-18 21:38:17,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:17.191 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.410s] 2018-08-18 21:38:17,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:17.337 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.274s] 2018-08-18 21:38:17,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:17.679 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.935s] 2018-08-18 21:38:17,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:17.726 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.534s] 2018-08-18 21:38:17,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:17.747 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.411s] 2018-08-18 21:38:18,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:18.008 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.282s] 2018-08-18 21:38:18,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:18.323 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.644s] 2018-08-18 21:38:18,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:18.460 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [24.938s] 2018-08-18 21:38:19,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:19.439 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [1.115s] 2018-08-18 21:38:19,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:19.454 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.016s] 2018-08-18 21:38:19,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:19.536 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.081s] 2018-08-18 21:38:20,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:20.433 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.896s] 2018-08-18 21:38:20,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:20.498 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.065s] 2018-08-18 21:38:20,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:20.584 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.085s] 2018-08-18 21:38:20,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:20.596 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2018-08-18 21:38:20,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:20.671 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.074s] 2018-08-18 21:38:20,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:20.724 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.052s] 2018-08-18 21:38:20,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:20.858 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.134s] 2018-08-18 21:38:20,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:20.916 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.058s] 2018-08-18 21:38:25,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:25.642 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.021s] 2018-08-18 21:38:26,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:26.825 11183 INFO opnfv-tempest [-] {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.620s] 2018-08-18 21:38:27,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:27.982 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.522s] 2018-08-18 21:38:28,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:28.522 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [4.906s] 2018-08-18 21:38:29,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:29.675 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.843s] 2018-08-18 21:38:29,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:29.748 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.074s] 2018-08-18 21:38:30,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:30.373 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.624s] 2018-08-18 21:38:30,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:30.777 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [12.674s] 2018-08-18 21:38:31,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:31.265 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.891s] 2018-08-18 21:38:31,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:31.480 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.214s] 2018-08-18 21:38:31,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:31.632 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.109s] 2018-08-18 21:38:31,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:31.866 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.386s] 2018-08-18 21:38:31,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:31.910 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.045s] 2018-08-18 21:38:31,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:31.986 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.075s] 2018-08-18 21:38:32,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:32.108 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.121s] 2018-08-18 21:38:32,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:32.216 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.708s] 2018-08-18 21:38:32,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:32.229 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.120s] 2018-08-18 21:38:32,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:32.283 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.054s] 2018-08-18 21:38:32,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:32.417 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.133s] 2018-08-18 21:38:32,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:32.547 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.130s] 2018-08-18 21:38:32,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:32.635 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.088s] 2018-08-18 21:38:32,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:32.742 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.107s] 2018-08-18 21:38:33,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:33.627 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.409s] 2018-08-18 21:38:34,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:34.292 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.649s] 2018-08-18 21:38:35,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:35.033 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.397s] 2018-08-18 21:38:36,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:36.929 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.898s] 2018-08-18 21:38:39,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:39.058 11183 INFO opnfv-tempest [-] {5} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.900s] 2018-08-18 21:38:39,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:39.081 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.789s] 2018-08-18 21:38:40,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:40.635 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.703s] 2018-08-18 21:38:41,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:41.872 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.237s] 2018-08-18 21:38:43,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:43.435 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.560s] 2018-08-18 21:38:43,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:43.475 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2018-08-18 21:38:43,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:43.826 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.745s] 2018-08-18 21:38:46,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:46.615 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.787s] 2018-08-18 21:38:53,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:53.209 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.594s] 2018-08-18 21:38:57,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:57.069 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.860s] 2018-08-18 21:38:57,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:38:57.576 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [23.944s] 2018-08-18 21:39:01,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:01.961 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.891s] 2018-08-18 21:39:02,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:02.072 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.531s] 2018-08-18 21:39:06,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:06.992 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.031s] 2018-08-18 21:39:07,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:07.493 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.500s] 2018-08-18 21:39:07,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:07.637 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.144s] 2018-08-18 21:39:07,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:07.732 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.095s] 2018-08-18 21:39:07,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:07.789 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.056s] 2018-08-18 21:39:07,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:07.838 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.049s] 2018-08-18 21:39:07,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:07.941 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.102s] 2018-08-18 21:39:08,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:08.038 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.097s] 2018-08-18 21:39:08,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:08.086 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.047s] 2018-08-18 21:39:08,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:08.131 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.045s] 2018-08-18 21:39:09,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:09.559 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.487s] 2018-08-18 21:39:09,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:09.920 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.057s] 2018-08-18 21:39:13,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:12.999 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.866s] 2018-08-18 21:39:15,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:15.244 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.684s] 2018-08-18 21:39:17,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:17.844 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.923s] 2018-08-18 21:39:20,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:20.081 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.837s] 2018-08-18 21:39:25,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:25.121 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [63.609s] 2018-08-18 21:39:25,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:25.199 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.078s] 2018-08-18 21:39:25,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:25.567 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.367s] 2018-08-18 21:39:25,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:25.700 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.132s] 2018-08-18 21:39:25,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:25.701 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-18 21:39:25,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:25.833 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [57.841s] 2018-08-18 21:39:27,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:27.881 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.035s] 2018-08-18 21:39:30,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:30.482 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.635s] 2018-08-18 21:39:32,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:32.089 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-18 21:39:37,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:37.007 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.365s] 2018-08-18 21:39:37,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:37.430 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.422s] 2018-08-18 21:39:38,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:38.421 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.939s] 2018-08-18 21:39:42,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:42.268 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.847s] 2018-08-18 21:39:42,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:42.328 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.060s] 2018-08-18 21:39:42,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:42.375 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.047s] 2018-08-18 21:39:44,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:44.023 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.710s] 2018-08-18 21:39:44,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:44.637 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.613s] 2018-08-18 21:39:49,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:49.612 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.175s] 2018-08-18 21:39:49,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:49.762 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.149s] 2018-08-18 21:39:49,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:49.930 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.168s] 2018-08-18 21:39:52,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:52.108 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [32.023s] 2018-08-18 21:39:53,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:53.346 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.969s] 2018-08-18 21:39:53,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:53.574 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.228s] 2018-08-18 21:39:53,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:53.613 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.039s] 2018-08-18 21:39:53,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:39:53.712 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.607s] 2018-08-18 21:40:00,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:40:00.852 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [62.671s] 2018-08-18 21:40:00,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:40:00.920 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-08-18 21:40:01,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:40:01.114 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.194s] 2018-08-18 21:40:01,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:40:01.214 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-08-18 21:40:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:40:01.214 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-18 21:40:15,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:40:15.725 11183 INFO opnfv-tempest [-] {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.313s] 2018-08-18 21:40:41,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:40:41.777 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [131.002s] 2018-08-18 21:41:02,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:41:02.304 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.521s] 2018-08-18 21:42:07,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:42:07.844 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [248.405s] 2018-08-18 21:42:07,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:42:07.972 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [65.652s] 2018-08-18 21:42:31,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:42:31.537 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.687s] 2018-08-18 21:42:31,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:42:31.593 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.057s] 2018-08-18 21:42:32,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:42:32.236 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.641s] 2018-08-18 21:42:34,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:42:34.714 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.477s] 2018-08-18 21:42:37,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:42:37.080 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.226s] 2018-08-18 21:42:38,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:42:38.950 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.236s] 2018-08-18 21:42:38,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:42:38.993 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.043s] 2018-08-18 21:42:39,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-18 21:42:39.035 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.042s] 2018-08-18 21:42:55,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 9611e8f2-0c2a-47db-84bb-cf0866d03480 2018-08-18 21:42:55,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9611e8f2-0c2a-47db-84bb-cf0866d03480']'. 2018-08-18 21:42:56,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-18 21:42:56,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-18 21:42:56,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-18 21:42:56,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9611e8f2-0c2a-47db-84bb-cf0866d03480 | 2018-08-18 21:42:56,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-18 21:42:56,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-18 21:37:18 | 2018-08-18 21:42:56,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-18 21:42:55 | 2018-08-18 21:42:56,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:37 | 2018-08-18 21:42:56,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-18 21:42:56,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-18 21:42:56,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 66afdd78-3084-46fe-8b50-4809263d83c8) | 2018-08-18 21:42:56,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-18 21:42:56,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f56b745b-11bd-46fc-b7ce-f8950a8daa44) | 2018-08-18 21:42:56,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 215 | 2018-08-18 21:42:56,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 314.088 | 2018-08-18 21:42:56,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 215 | 2018-08-18 21:42:56,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-18 21:42:56,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-18 21:42:56,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-18 21:42:56,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-18 21:42:56,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-18 21:42:56,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-18 21:42:56,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-18 21:42:56,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-08-18 21:42:56,706 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 21:42:56,707 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:56 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-18 21:42:56,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 21:42:56,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:42:57,211 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ae7fde2-9d03-4475-a386-904ae77b99e1 Date: Sat, 18 Aug 2018 21:42: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-18 21:42:57,211 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b used request id req-9ae7fde2-9d03-4475-a386-904ae77b99e1 2018-08-18 21:42:57,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.501812934875s 2018-08-18 21:42:57,211 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b1632ea7-2ed4-4045-82af-6bcd713bc68b used request id req-9ae7fde2-9d03-4475-a386-904ae77b99e1 2018-08-18 21:42:57,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 21:42:57,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:42:57,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:42: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-5e7233f8-bffb-416c-bd96-23e3ac64340c x-compute-request-id: req-5e7233f8-bffb-416c-bd96-23e3ac64340c Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_alt_2dc11e22-a8f1-417a-bd20-0cab85205aad", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/453b3532-261c-4241-a13a-06c65619ff4d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/453b3532-261c-4241-a13a-06c65619ff4d", "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": "453b3532-261c-4241-a13a-06c65619ff4d"}, {"name": "refstack_defcore-flavor_2dc11e22-a8f1-417a-bd20-0cab85205aad", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/731078e4-7c80-4e89-96fb-e5851103fde7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/731078e4-7c80-4e89-96fb-e5851103fde7", "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": "731078e4-7c80-4e89-96fb-e5851103fde7"}]} 2018-08-18 21:42:57,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5e7233f8-bffb-416c-bd96-23e3ac64340c 2018-08-18 21:42:57,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.285207033157s 2018-08-18 21:42:57,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5e7233f8-bffb-416c-bd96-23e3ac64340c 2018-08-18 21:42:57,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 21:42:57,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/453b3532-261c-4241-a13a-06c65619ff4d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:42:57,532 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21:42: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-3593b4cd-c59c-4627-a64e-92f839122352 x-compute-request-id: req-3593b4cd-c59c-4627-a64e-92f839122352 Content-Length: 0 Content-Type: application/json 2018-08-18 21:42:57,532 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/453b3532-261c-4241-a13a-06c65619ff4d used request id req-3593b4cd-c59c-4627-a64e-92f839122352 2018-08-18 21:42:57,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0325658321381s 2018-08-18 21:42:57,532 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/453b3532-261c-4241-a13a-06c65619ff4d used request id req-3593b4cd-c59c-4627-a64e-92f839122352 2018-08-18 21:42:57,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 21:42:57,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/76516763-09ae-48d0-95d3-3035e680cfea/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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" -d '{"subnet_id": "4565417b-bf40-46c4-a61e-451865209e5f"}' 2018-08-18 21:42:59,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9148940e-056d-4981-8d27-023abd49cd32 Date: Sat, 18 Aug 2018 21:42:59 GMT RESP BODY: {"network_id": "f3ba35df-57b2-4590-8cc1-2533c0c869e2", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "4565417b-bf40-46c4-a61e-451865209e5f", "subnet_ids": ["4565417b-bf40-46c4-a61e-451865209e5f"], "port_id": "1ff0c2b1-7f56-4c09-b7e6-1c8e87c1bed2", "id": "76516763-09ae-48d0-95d3-3035e680cfea"} 2018-08-18 21:42:59,424 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/76516763-09ae-48d0-95d3-3035e680cfea/remove_router_interface.json used request id req-9148940e-056d-4981-8d27-023abd49cd32 2018-08-18 21:42:59,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.89177703857s 2018-08-18 21:42:59,425 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/76516763-09ae-48d0-95d3-3035e680cfea/remove_router_interface.json used request id req-9148940e-056d-4981-8d27-023abd49cd32 returning object 76516763-09ae-48d0-95d3-3035e680cfea 2018-08-18 21:42:59,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 21:42:59,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:42:59,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 652 X-Openstack-Request-Id: req-b27f35b0-cda2-4f7b-bc51-0074211fe58e Date: Sat, 18 Aug 2018 21:42:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T21:37:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:42:58Z", "revision_number": 4, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "76516763-09ae-48d0-95d3-3035e680cfea", "name": "refstack_defcore-router_2dc11e22-a8f1-417a-bd20-0cab85205aad"}]} 2018-08-18 21:42:59,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b27f35b0-cda2-4f7b-bc51-0074211fe58e 2018-08-18 21:42:59,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.127846002579s 2018-08-18 21:42:59,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b27f35b0-cda2-4f7b-bc51-0074211fe58e 2018-08-18 21:42:59,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 21:42:59,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/76516763-09ae-48d0-95d3-3035e680cfea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:43:00,928 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f41dcc7d-d289-444f-81b3-426ad2b0a0d4 Content-Length: 0 Date: Sat, 18 Aug 2018 21:43:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:43:00,928 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/76516763-09ae-48d0-95d3-3035e680cfea.json used request id req-f41dcc7d-d289-444f-81b3-426ad2b0a0d4 2018-08-18 21:43:00,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.37270903587s 2018-08-18 21:43:00,928 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/76516763-09ae-48d0-95d3-3035e680cfea.json used request id req-f41dcc7d-d289-444f-81b3-426ad2b0a0d4 2018-08-18 21:43:00,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 21:43:00,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:43:00,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-5556f92b-8b58-4164-9915-9a6e73202aa5 Date: Sat, 18 Aug 2018 21:43:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f3ba35df-57b2-4590-8cc1-2533c0c869e2","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:37:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:37:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"916340bf06fe4cb5a723b53dc60090de","id":"4565417b-bf40-46c4-a61e-451865209e5f","subnetpool_id":null,"name":"refstack_defcore-subnet_2dc11e22-a8f1-417a-bd20-0cab85205aad"}]} 2018-08-18 21:43:00,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5556f92b-8b58-4164-9915-9a6e73202aa5 2018-08-18 21:43:00,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0428500175476s 2018-08-18 21:43:00,972 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5556f92b-8b58-4164-9915-9a6e73202aa5 2018-08-18 21:43:00,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 21:43:00,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/4565417b-bf40-46c4-a61e-451865209e5f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:43:02,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c3b446b-077d-4794-903c-024ad86bb60f Date: Sat, 18 Aug 2018 21:43:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:43:02,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4565417b-bf40-46c4-a61e-451865209e5f.json used request id req-8c3b446b-077d-4794-903c-024ad86bb60f 2018-08-18 21:43:02,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.05942106247s 2018-08-18 21:43:02,033 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4565417b-bf40-46c4-a61e-451865209e5f.json used request id req-8c3b446b-077d-4794-903c-024ad86bb60f 2018-08-18 21:43:02,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:43:02,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:43:02,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1360 X-Openstack-Request-Id: req-5005ef7e-57ab-4a66-b4a3-8dd8157891b9 Date: Sat, 18 Aug 2018 21:43:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f3ba35df-57b2-4590-8cc1-2533c0c869e2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:43:01Z","provider:segmentation_id":100,"name":"refstack_defcore-net_2dc11e22-a8f1-417a-bd20-0cab85205aad","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:37:00Z","provider:network_type":"vxlan"}]} 2018-08-18 21:43:02,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5005ef7e-57ab-4a66-b4a3-8dd8157891b9 2018-08-18 21:43:02,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0932459831238s 2018-08-18 21:43:02,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5005ef7e-57ab-4a66-b4a3-8dd8157891b9 2018-08-18 21:43:02,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 21:43:02,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/f3ba35df-57b2-4590-8cc1-2533c0c869e2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:43:03,218 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da42ea78-fddd-458d-b5bb-83c7044b3840 Date: Sat, 18 Aug 2018 21:43:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:43:03,218 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/f3ba35df-57b2-4590-8cc1-2533c0c869e2.json used request id req-da42ea78-fddd-458d-b5bb-83c7044b3840 2018-08-18 21:43:03,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.08979415894s 2018-08-18 21:43:03,219 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/f3ba35df-57b2-4590-8cc1-2533c0c869e2.json used request id req-da42ea78-fddd-458d-b5bb-83c7044b3840 2018-08-18 21:43:03,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:43:03,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:43:03,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-44738b1c-fef8-47cb-a594-ad3c229adc26 Date: Sat, 18 Aug 2018 21:43:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:37:05Z", "file": "/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "62c53ece-2f1a-4275-bd95-7f1155d73299", "size": 12716032, "self": "/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/62c53ece-2f1a-4275-bd95-7f1155d73299/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/62c53ece-2f1a-4275-bd95-7f1155d73299/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_2dc11e22-a8f1-417a-bd20-0cab85205aad", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:37:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:43:03,246 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-44738b1c-fef8-47cb-a594-ad3c229adc26 2018-08-18 21:43:03,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0237519741058s 2018-08-18 21:43:03,247 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-44738b1c-fef8-47cb-a594-ad3c229adc26 2018-08-18 21:43:03,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 21:43:03,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:43:03,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73812d80-9760-41d6-b4b6-5497020fdb31 Date: Sat, 18 Aug 2018 21:43:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 21:43:03,566 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299 used request id req-73812d80-9760-41d6-b4b6-5497020fdb31 2018-08-18 21:43:03,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.318065166473s 2018-08-18 21:43:03,566 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/62c53ece-2f1a-4275-bd95-7f1155d73299 used request id req-73812d80-9760-41d6-b4b6-5497020fdb31 2018-08-18 21:43:03,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 21:43:03,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:43:03,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:43:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4b4fff6-cd13-44c9-ac52-414ab6faf4f1 x-compute-request-id: req-b4b4fff6-cd13-44c9-ac52-414ab6faf4f1 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_2dc11e22-a8f1-417a-bd20-0cab85205aad", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/731078e4-7c80-4e89-96fb-e5851103fde7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/731078e4-7c80-4e89-96fb-e5851103fde7", "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": "731078e4-7c80-4e89-96fb-e5851103fde7"}]} 2018-08-18 21:43:03,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b4b4fff6-cd13-44c9-ac52-414ab6faf4f1 2018-08-18 21:43:03,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0228679180145s 2018-08-18 21:43:03,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b4b4fff6-cd13-44c9-ac52-414ab6faf4f1 2018-08-18 21:43:03,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 21:43:03,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/731078e4-7c80-4e89-96fb-e5851103fde7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd379e0fc20198b95fcd636271b87a3a0ef0ca91" 2018-08-18 21:43:03,624 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21:43:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-18d28c38-e176-4a22-bed4-bd173fac7559 x-compute-request-id: req-18d28c38-e176-4a22-bed4-bd173fac7559 Content-Length: 0 Content-Type: application/json 2018-08-18 21:43:03,624 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/731078e4-7c80-4e89-96fb-e5851103fde7 used request id req-18d28c38-e176-4a22-bed4-bd173fac7559 2018-08-18 21:43:03,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0322351455688s 2018-08-18 21:43:03,625 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/731078e4-7c80-4e89-96fb-e5851103fde7 used request id req-18d28c38-e176-4a22-bed4-bd173fac7559 2018-08-18 21:43:03,682 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-18 21:43:03,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 21:43:03,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 21:43:03,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 21:43:03,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 21:43:03,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 21:43:03,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 21:43:03,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 21:43:03,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 21:43:03,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 21:43:03,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 21:43:03,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 21:43:03,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:43:03,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4c1ad8-e474-4335-87d2-bc60149b06d3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 21:43:03,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0d4c1ad8-e474-4335-87d2-bc60149b06d3 2018-08-18 21:43:03,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 21:43:04,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T22:43:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["Bnf5IndKThyBicDKQhFtVg"], "issued_at": "2018-08-18T21:43:04.000000Z"}} 2018-08-18 21:43:04,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:43:04,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:43:04,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-5d96bc17-2e0b-4717-b11f-4e1ae52bdc98 Date: Sat, 18 Aug 2018 21:43:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 21:43:04,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5d96bc17-2e0b-4717-b11f-4e1ae52bdc98 2018-08-18 21:43:04,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.332810878754s 2018-08-18 21:43:04,457 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5d96bc17-2e0b-4717-b11f-4e1ae52bdc98 2018-08-18 21:43:04,457 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 21:43:07,293 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-18 21:43:09,958 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 11afa916-d995-467c-b3db-62e4128208e9 | 2018-08-18T21:43:09.629911 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 11afa916-d995-467c-b3db-62e4128208e9 ~/.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-18 21:43:13,815 - 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-18 21:43:13,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-18 21:43:16,555 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-18 21:43:19,982 - 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=1f9c7147-cd30-4cf0-a1b8-c09a2c0dcf38) as the default verifier for the future CLI operations. 2018-08-18 21:43:23,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-18 21:43:23,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:43:23,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-9169dd89-d3f3-41ad-84f3-fdf748479412 Date: Sat, 18 Aug 2018 21:43:23 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": "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": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"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": "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": "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"}, {"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": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-18 21:43:23,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-9169dd89-d3f3-41ad-84f3-fdf748479412 2018-08-18 21:43:23,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.287662982941s 2018-08-18 21:43:23,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-9169dd89-d3f3-41ad-84f3-fdf748479412 2018-08-18 21:43:23,593 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-18 21:43:23,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 21:43:23,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"network": {"name": "patrole-net_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "admin_state_up": true}}' 2018-08-18 21:43:23,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f39d8db7-e9d3-45f0-9575-a6e32160ef6c Date: Sat, 18 Aug 2018 21:43:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"23457dea-caea-4f06-bef9-e86e72e7d66e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:43:23Z","is_default":false,"provider:segmentation_id":25,"name":"patrole-net_e9290a46-32f3-41ab-91fe-d560b16bd8c4","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:43:23Z","mtu":1450}} 2018-08-18 21:43:23,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f39d8db7-e9d3-45f0-9575-a6e32160ef6c 2018-08-18 21:43:23,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.207592010498s 2018-08-18 21:43:23,802 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f39d8db7-e9d3-45f0-9575-a6e32160ef6c 2018-08-18 21:43:23,803 - 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-18T21:43:23Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'23457dea-caea-4f06-bef9-e86e72e7d66e', u'provider:segmentation_id': 25, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_e9290a46-32f3-41ab-91fe-d560b16bd8c4', u'admin_state_up': True, u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T21:43:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 21:43:23,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:43:23,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:43:23,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-ba365a6f-4d78-4f7c-8ee8-4ba07b4f2356 Date: Sat, 18 Aug 2018 21:43:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"23457dea-caea-4f06-bef9-e86e72e7d66e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:43:23Z","provider:segmentation_id":25,"name":"patrole-net_e9290a46-32f3-41ab-91fe-d560b16bd8c4","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:43:23Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 21:43:23,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ba365a6f-4d78-4f7c-8ee8-4ba07b4f2356 2018-08-18 21:43:23,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.123028993607s 2018-08-18 21:43:23,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ba365a6f-4d78-4f7c-8ee8-4ba07b4f2356 2018-08-18 21:43:23,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 21:43:23,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"subnet": {"name": "patrole-subnet_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "enable_dhcp": true, "network_id": "23457dea-caea-4f06-bef9-e86e72e7d66e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 21:43:24,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-522119b4-8e9b-458b-9f43-a47f62829a8f Date: Sat, 18 Aug 2018 21:43:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23457dea-caea-4f06-bef9-e86e72e7d66e","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:43:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:43: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":"916340bf06fe4cb5a723b53dc60090de","id":"cfd6a89a-bcce-4c58-b5e8-2965b88379a8","subnetpool_id":null,"name":"patrole-subnet_e9290a46-32f3-41ab-91fe-d560b16bd8c4"}} 2018-08-18 21:43:24,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-522119b4-8e9b-458b-9f43-a47f62829a8f 2018-08-18 21:43:24,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.679276943207s 2018-08-18 21:43:24,608 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-522119b4-8e9b-458b-9f43-a47f62829a8f 2018-08-18 21:43:24,609 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T21:43: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'cfd6a89a-bcce-4c58-b5e8-2965b88379a8', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_e9290a46-32f3-41ab-91fe-d560b16bd8c4', u'enable_dhcp': True, u'network_id': u'23457dea-caea-4f06-bef9-e86e72e7d66e', u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T21:43: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'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 21:43:24,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 21:43:24,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "patrole-router_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "admin_state_up": true}}' 2018-08-18 21:43:25,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-b5d9ff44-5d4f-49e0-96d0-ae0e39aa874d Date: Sat, 18 Aug 2018 21:43:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T21:43:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:43:25Z", "revision_number": 2, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "a3e38046-bf58-4656-b99f-bcef6ef270a3", "name": "patrole-router_e9290a46-32f3-41ab-91fe-d560b16bd8c4"}} 2018-08-18 21:43:25,663 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b5d9ff44-5d4f-49e0-96d0-ae0e39aa874d 2018-08-18 21:43:25,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.05362796783s 2018-08-18 21:43:25,663 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b5d9ff44-5d4f-49e0-96d0-ae0e39aa874d 2018-08-18 21:43:25,664 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T21:43:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-18T21:43:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'916340bf06fe4cb5a723b53dc60090de', u'id': u'a3e38046-bf58-4656-b99f-bcef6ef270a3', u'name': u'patrole-router_e9290a46-32f3-41ab-91fe-d560b16bd8c4'}) 2018-08-18 21:43:25,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 21:43:25,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a3e38046-bf58-4656-b99f-bcef6ef270a3/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}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"subnet_id": "cfd6a89a-bcce-4c58-b5e8-2965b88379a8"}' 2018-08-18 21:43:27,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d236ea23-1082-4b6f-8646-485b6ed6a1b2 Date: Sat, 18 Aug 2018 21:43:27 GMT RESP BODY: {"network_id": "23457dea-caea-4f06-bef9-e86e72e7d66e", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "cfd6a89a-bcce-4c58-b5e8-2965b88379a8", "subnet_ids": ["cfd6a89a-bcce-4c58-b5e8-2965b88379a8"], "port_id": "fd1a8dbe-a5b8-46ba-9903-67778c38c07d", "id": "a3e38046-bf58-4656-b99f-bcef6ef270a3"} 2018-08-18 21:43:27,610 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a3e38046-bf58-4656-b99f-bcef6ef270a3/add_router_interface.json used request id req-d236ea23-1082-4b6f-8646-485b6ed6a1b2 2018-08-18 21:43:27,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.94627809525s 2018-08-18 21:43:27,611 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a3e38046-bf58-4656-b99f-bcef6ef270a3/add_router_interface.json used request id req-d236ea23-1082-4b6f-8646-485b6ed6a1b2 returning object a3e38046-bf58-4656-b99f-bcef6ef270a3 2018-08-18 21:43:27,612 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 21:43:27,744 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 21:43:27,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:43:27,750 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 21:43:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 21:43:27,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:43:27,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:43:28,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-162a58eb-b435-4256-b985-aed6879049ae Date: Sat, 18 Aug 2018 21:43:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:43:28,031 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-162a58eb-b435-4256-b985-aed6879049ae 2018-08-18 21:43:28,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278963804245s 2018-08-18 21:43:28,032 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-162a58eb-b435-4256-b985-aed6879049ae 2018-08-18 21:43:28,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 21:43:28,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4"}' 2018-08-18 21:43:28,110 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a47300e9-b453-44b6-919d-543e4ae3765b Date: Sat, 18 Aug 2018 21:43:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:43:28Z", "file": "/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "c4998803-9641-499b-a716-dc2b7bd17fe1", "size": null, "self": "/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "checksum": null, "created_at": "2018-08-18T21:43:28Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 21:43:28,111 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a47300e9-b453-44b6-919d-543e4ae3765b 2018-08-18 21:43:28,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0708708763123s 2018-08-18 21:43:28,111 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a47300e9-b453-44b6-919d-543e4ae3765b returning object c4998803-9641-499b-a716-dc2b7bd17fe1 2018-08-18 21:43:28,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 21:43:28,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1/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}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '' 2018-08-18 21:43:29,194 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e30d2052-3d03-40b8-851f-28c268e24974 Date: Sat, 18 Aug 2018 21:43:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 21:43:29,194 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1/file used request id req-e30d2052-3d03-40b8-851f-28c268e24974 2018-08-18 21:43:29,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.08223700523s 2018-08-18 21:43:29,194 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1/file used request id req-e30d2052-3d03-40b8-851f-28c268e24974 2018-08-18 21:43:29,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:43:29,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:43:29,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-cb8af70d-2de4-4d57-bf9c-af2e57e42acd Date: Sat, 18 Aug 2018 21:43:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:43:29Z", "file": "/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "c4998803-9641-499b-a716-dc2b7bd17fe1", "size": 12716032, "self": "/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c4998803-9641-499b-a716-dc2b7bd17fe1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c4998803-9641-499b-a716-dc2b7bd17fe1/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:43:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:43:29,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cb8af70d-2de4-4d57-bf9c-af2e57e42acd 2018-08-18 21:43:29,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0394990444183s 2018-08-18 21:43:29,238 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cb8af70d-2de4-4d57-bf9c-af2e57e42acd 2018-08-18 21:43:29,240 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c4998803-9641-499b-a716-dc2b7bd17fe1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'c4998803-9641-499b-a716-dc2b7bd17fe1', 'size': 12716032, u'self': u'/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c4998803-9641-499b-a716-dc2b7bd17fe1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T21:43:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T21:43:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4', 'created': u'2018-08-18T21:43:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T21:43:28Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 21:43:29,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 21:43:29,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 21:43:29,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:43: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-96dfe296-f76e-4d9f-95ad-79f014ff311a x-compute-request-id: req-96dfe296-f76e-4d9f-95ad-79f014ff311a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/28dc860d-7d35-40ff-b927-3b80129ee564", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/28dc860d-7d35-40ff-b927-3b80129ee564", "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": "28dc860d-7d35-40ff-b927-3b80129ee564"}} 2018-08-18 21:43:29,567 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-96dfe296-f76e-4d9f-95ad-79f014ff311a 2018-08-18 21:43:29,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.326002120972s 2018-08-18 21:43:29,568 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-96dfe296-f76e-4d9f-95ad-79f014ff311a 2018-08-18 21:43:29,569 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_e9290a46-32f3-41ab-91fe-d560b16bd8c4', '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'916340bf06fe4cb5a723b53dc60090de', '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'28dc860d-7d35-40ff-b927-3b80129ee564', 'swap': 0}) 2018-08-18 21:43:29,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 21:43:29,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/28dc860d-7d35-40ff-b927-3b80129ee564/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}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"extra_specs": {}}' 2018-08-18 21:43:29,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:43:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b1d0e1b3-364c-4635-bf85-53ceb6add4ae x-compute-request-id: req-b1d0e1b3-364c-4635-bf85-53ceb6add4ae Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 21:43:29,596 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/28dc860d-7d35-40ff-b927-3b80129ee564/os-extra_specs used request id req-b1d0e1b3-364c-4635-bf85-53ceb6add4ae 2018-08-18 21:43:29,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0265369415283s 2018-08-18 21:43:29,596 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/28dc860d-7d35-40ff-b927-3b80129ee564/os-extra_specs used request id req-b1d0e1b3-364c-4635-bf85-53ceb6add4ae 2018-08-18 21:43:29,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:43:29,606 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 21:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bce0b85-6652-4135-ae9c-0e99b88002c2 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 21:43:29,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-1bce0b85-6652-4135-ae9c-0e99b88002c2 2018-08-18 21:43:29,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:43:29,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:43:29,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63988cc6-040e-4089-827f-fcebee873b63 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:43:29,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-63988cc6-040e-4089-827f-fcebee873b63 2018-08-18 21:43:29,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185570001602s 2018-08-18 21:43:29,796 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-63988cc6-040e-4089-827f-fcebee873b63 2018-08-18 21:43:29,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:43:29,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:43:29,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f83194-3c98-4124-8458-14ccb3294a88 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:43:29,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d7f83194-3c98-4124-8458-14ccb3294a88 2018-08-18 21:43:29,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185950994492s 2018-08-18 21:43:29,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d7f83194-3c98-4124-8458-14ccb3294a88 2018-08-18 21:43:30,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-18 21:43:30,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:43:30,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:43:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb18dbd9-a247-4a81-a0be-bcdea0009e8e x-compute-request-id: req-eb18dbd9-a247-4a81-a0be-bcdea0009e8e Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 9}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-18 21:43:30,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-eb18dbd9-a247-4a81-a0be-bcdea0009e8e 2018-08-18 21:43:30,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0407600402832s 2018-08-18 21:43:30,260 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-eb18dbd9-a247-4a81-a0be-bcdea0009e8e 2018-08-18 21:43:30,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:43:30,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:43:30,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-e6d8f848-79a5-4121-bf41-9b522567c0b6 Date: Sat, 18 Aug 2018 21:43:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:43:29Z", "file": "/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "c4998803-9641-499b-a716-dc2b7bd17fe1", "size": 12716032, "self": "/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c4998803-9641-499b-a716-dc2b7bd17fe1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c4998803-9641-499b-a716-dc2b7bd17fe1/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:43:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:43:30,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e6d8f848-79a5-4121-bf41-9b522567c0b6 2018-08-18 21:43:30,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0239081382751s 2018-08-18 21:43:30,288 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e6d8f848-79a5-4121-bf41-9b522567c0b6 2018-08-18 21:43:30,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 21:43:30,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4"}' 2018-08-18 21:43:30,338 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8d57c0e8-b834-4409-91ae-85d32b3334b5 Date: Sat, 18 Aug 2018 21:43:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:43:30Z", "file": "/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "a5d051c3-c32c-4e54-b947-b5fde7c033eb", "size": null, "self": "/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "checksum": null, "created_at": "2018-08-18T21:43:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 21:43:30,338 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8d57c0e8-b834-4409-91ae-85d32b3334b5 2018-08-18 21:43:30,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0431468486786s 2018-08-18 21:43:30,339 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8d57c0e8-b834-4409-91ae-85d32b3334b5 returning object a5d051c3-c32c-4e54-b947-b5fde7c033eb 2018-08-18 21:43:30,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 21:43:30,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb/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}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '' 2018-08-18 21:43:31,296 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-111e6af9-b9eb-4586-9361-109ead75f1a5 Date: Sat, 18 Aug 2018 21:43:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 21:43:31,297 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb/file used request id req-111e6af9-b9eb-4586-9361-109ead75f1a5 2018-08-18 21:43:31,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.957589864731s 2018-08-18 21:43:31,297 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb/file used request id req-111e6af9-b9eb-4586-9361-109ead75f1a5 2018-08-18 21:43:31,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:43:31,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:43:31,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-5efedc09-bbd0-47f7-a5c8-24e267499234 Date: Sat, 18 Aug 2018 21:43:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:43:31Z", "file": "/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "a5d051c3-c32c-4e54-b947-b5fde7c033eb", "size": 12716032, "self": "/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:43:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:43:29Z", "file": "/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "c4998803-9641-499b-a716-dc2b7bd17fe1", "size": 12716032, "self": "/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c4998803-9641-499b-a716-dc2b7bd17fe1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c4998803-9641-499b-a716-dc2b7bd17fe1/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:43:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:43:31,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5efedc09-bbd0-47f7-a5c8-24e267499234 2018-08-18 21:43:31,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0254209041595s 2018-08-18 21:43:31,327 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5efedc09-bbd0-47f7-a5c8-24e267499234 2018-08-18 21:43:31,329 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'a5d051c3-c32c-4e54-b947-b5fde7c033eb', 'size': 12716032, u'self': u'/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T21:43:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T21:43:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4', 'created': u'2018-08-18T21:43:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T21:43:30Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 21:43:31,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 21:43:31,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 21:43:31,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:43:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cf2bf67-cf09-4e0e-be7b-f6e86ec23e88 x-compute-request-id: req-1cf2bf67-cf09-4e0e-be7b-f6e86ec23e88 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/11af5b0a-09a6-4ecd-bb30-3b95e9fa2677", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/11af5b0a-09a6-4ecd-bb30-3b95e9fa2677", "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": "11af5b0a-09a6-4ecd-bb30-3b95e9fa2677"}} 2018-08-18 21:43:31,367 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1cf2bf67-cf09-4e0e-be7b-f6e86ec23e88 2018-08-18 21:43:31,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0367879867554s 2018-08-18 21:43:31,367 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1cf2bf67-cf09-4e0e-be7b-f6e86ec23e88 2018-08-18 21:43:31,368 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4', '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'916340bf06fe4cb5a723b53dc60090de', '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'11af5b0a-09a6-4ecd-bb30-3b95e9fa2677', 'swap': 0}) 2018-08-18 21:43:31,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 21:43:31,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/11af5b0a-09a6-4ecd-bb30-3b95e9fa2677/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}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"extra_specs": {}}' 2018-08-18 21:43:31,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:43:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1fbfc5dd-1fea-49c0-af04-52676256e707 x-compute-request-id: req-1fbfc5dd-1fea-49c0-af04-52676256e707 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 21:43:31,392 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/11af5b0a-09a6-4ecd-bb30-3b95e9fa2677/os-extra_specs used request id req-1fbfc5dd-1fea-49c0-af04-52676256e707 2018-08-18 21:43:31,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0227909088135s 2018-08-18 21:43:31,392 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/11af5b0a-09a6-4ecd-bb30-3b95e9fa2677/os-extra_specs used request id req-1fbfc5dd-1fea-49c0-af04-52676256e707 2018-08-18 21:43:31,392 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4', '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'916340bf06fe4cb5a723b53dc60090de', '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'11af5b0a-09a6-4ecd-bb30-3b95e9fa2677', 'swap': 0}) 2018-08-18 21:43:34,794 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-18 21:43:34,794 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-18 21:43:34,795 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-18 21:43:34,797 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-18 21:43:34,806 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-18 21:43:38,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-1f9c7147-cd30-4cf0-a1b8-c09a2c0dcf38/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-18 21:43:38,284 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-18 21:43:38,285 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-18 21:43:38,286 - 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-18 21:45:33,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4ca8bf32-a640-4154-96e6-b0f8baccfc93 2018-08-18 21:45:33,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4ca8bf32-a640-4154-96e6-b0f8baccfc93']'. 2018-08-18 21:45:34,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-18 21:45:34,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4ca8bf32-a640-4154-96e6-b0f8baccfc93 | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-18 21:43:40 | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-18 21:45:33 | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1f9c7147-cd30-4cf0-a1b8-c09a2c0dcf38) | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 11afa916-d995-467c-b3db-62e4128208e9) | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 90.335 | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-18 21:45:34,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-18 21:45:34,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-18 21:45:34,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-18 21:45:34,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-18 21:45:34,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-18 21:45:34,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-18 21:45:34,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-18 21:45:34,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-18 21:45:34,634 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 21:45:34,634 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 21:45:34,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 21:45:34,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:35,297 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5e4353a7-9403-4e89-a729-277c532ccdce Date: Sat, 18 Aug 2018 21:45: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-18 21:45:35,298 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb used request id req-5e4353a7-9403-4e89-a729-277c532ccdce 2018-08-18 21:45:35,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.66096997261s 2018-08-18 21:45:35,298 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a5d051c3-c32c-4e54-b947-b5fde7c033eb used request id req-5e4353a7-9403-4e89-a729-277c532ccdce 2018-08-18 21:45:35,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 21:45:35,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:35,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45: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-9929b7cd-bf3d-41ec-9c1d-759927d06c8c x-compute-request-id: req-9929b7cd-bf3d-41ec-9c1d-759927d06c8c Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/11af5b0a-09a6-4ecd-bb30-3b95e9fa2677", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/11af5b0a-09a6-4ecd-bb30-3b95e9fa2677", "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": "11af5b0a-09a6-4ecd-bb30-3b95e9fa2677"}, {"name": "patrole-flavor_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/28dc860d-7d35-40ff-b927-3b80129ee564", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/28dc860d-7d35-40ff-b927-3b80129ee564", "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": "28dc860d-7d35-40ff-b927-3b80129ee564"}]} 2018-08-18 21:45:35,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-9929b7cd-bf3d-41ec-9c1d-759927d06c8c 2018-08-18 21:45:35,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.024270772934s 2018-08-18 21:45:35,323 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-9929b7cd-bf3d-41ec-9c1d-759927d06c8c 2018-08-18 21:45:35,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 21:45:35,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/11af5b0a-09a6-4ecd-bb30-3b95e9fa2677 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:35,368 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21:45: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-b8574020-1b4c-4cb0-aacd-88a3e5fcf1cb x-compute-request-id: req-b8574020-1b4c-4cb0-aacd-88a3e5fcf1cb Content-Length: 0 Content-Type: application/json 2018-08-18 21:45:35,368 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/11af5b0a-09a6-4ecd-bb30-3b95e9fa2677 used request id req-b8574020-1b4c-4cb0-aacd-88a3e5fcf1cb 2018-08-18 21:45:35,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0423140525818s 2018-08-18 21:45:35,368 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/11af5b0a-09a6-4ecd-bb30-3b95e9fa2677 used request id req-b8574020-1b4c-4cb0-aacd-88a3e5fcf1cb 2018-08-18 21:45:35,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 21:45:35,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a3e38046-bf58-4656-b99f-bcef6ef270a3/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}54a8a327680721597e269a7be31ea0bc710d4ecb" -d '{"subnet_id": "cfd6a89a-bcce-4c58-b5e8-2965b88379a8"}' 2018-08-18 21:45:36,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-747566a5-1854-4a7a-ad53-fff51276b27e Date: Sat, 18 Aug 2018 21:45:36 GMT RESP BODY: {"network_id": "23457dea-caea-4f06-bef9-e86e72e7d66e", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "cfd6a89a-bcce-4c58-b5e8-2965b88379a8", "subnet_ids": ["cfd6a89a-bcce-4c58-b5e8-2965b88379a8"], "port_id": "fd1a8dbe-a5b8-46ba-9903-67778c38c07d", "id": "a3e38046-bf58-4656-b99f-bcef6ef270a3"} 2018-08-18 21:45:36,868 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a3e38046-bf58-4656-b99f-bcef6ef270a3/remove_router_interface.json used request id req-747566a5-1854-4a7a-ad53-fff51276b27e 2018-08-18 21:45:36,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.49928498268s 2018-08-18 21:45:36,868 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a3e38046-bf58-4656-b99f-bcef6ef270a3/remove_router_interface.json used request id req-747566a5-1854-4a7a-ad53-fff51276b27e returning object a3e38046-bf58-4656-b99f-bcef6ef270a3 2018-08-18 21:45:36,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 21:45:36,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:36,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-05909c82-359a-484b-bed0-952eee79a15c Date: Sat, 18 Aug 2018 21:45:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T21:43:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:45:36Z", "revision_number": 4, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "a3e38046-bf58-4656-b99f-bcef6ef270a3", "name": "patrole-router_e9290a46-32f3-41ab-91fe-d560b16bd8c4"}]} 2018-08-18 21:45:36,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-05909c82-359a-484b-bed0-952eee79a15c 2018-08-18 21:45:36,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.121839046478s 2018-08-18 21:45:36,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-05909c82-359a-484b-bed0-952eee79a15c 2018-08-18 21:45:36,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 21:45:36,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/a3e38046-bf58-4656-b99f-bcef6ef270a3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:38,545 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92496b2f-6c3d-4552-a66f-926c88f0657c Content-Length: 0 Date: Sat, 18 Aug 2018 21:45:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:45:38,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a3e38046-bf58-4656-b99f-bcef6ef270a3.json used request id req-92496b2f-6c3d-4552-a66f-926c88f0657c 2018-08-18 21:45:38,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.55282306671s 2018-08-18 21:45:38,546 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a3e38046-bf58-4656-b99f-bcef6ef270a3.json used request id req-92496b2f-6c3d-4552-a66f-926c88f0657c 2018-08-18 21:45:38,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 21:45:38,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:38,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-142ada05-c147-4001-85b2-cc01382a974b Date: Sat, 18 Aug 2018 21:45:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23457dea-caea-4f06-bef9-e86e72e7d66e","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:43:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:43: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":"916340bf06fe4cb5a723b53dc60090de","id":"cfd6a89a-bcce-4c58-b5e8-2965b88379a8","subnetpool_id":null,"name":"patrole-subnet_e9290a46-32f3-41ab-91fe-d560b16bd8c4"}]} 2018-08-18 21:45:38,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-142ada05-c147-4001-85b2-cc01382a974b 2018-08-18 21:45:38,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0774731636047s 2018-08-18 21:45:38,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-142ada05-c147-4001-85b2-cc01382a974b 2018-08-18 21:45:38,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 21:45:38,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/cfd6a89a-bcce-4c58-b5e8-2965b88379a8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:39,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c9bf71a3-5424-4c7d-a9b7-200861600bd9 Date: Sat, 18 Aug 2018 21:45:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:45:39,510 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cfd6a89a-bcce-4c58-b5e8-2965b88379a8.json used request id req-c9bf71a3-5424-4c7d-a9b7-200861600bd9 2018-08-18 21:45:39,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.884512901306s 2018-08-18 21:45:39,510 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cfd6a89a-bcce-4c58-b5e8-2965b88379a8.json used request id req-c9bf71a3-5424-4c7d-a9b7-200861600bd9 2018-08-18 21:45:39,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:45:39,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:39,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-e9487c90-f3c1-4dae-b8bb-fe9378472f0e Date: Sat, 18 Aug 2018 21:45:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23457dea-caea-4f06-bef9-e86e72e7d66e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T21:45:39Z","provider:segmentation_id":25,"name":"patrole-net_e9290a46-32f3-41ab-91fe-d560b16bd8c4","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T21:43:23Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 21:45:39,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e9487c90-f3c1-4dae-b8bb-fe9378472f0e 2018-08-18 21:45:39,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0909299850464s 2018-08-18 21:45:39,602 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e9487c90-f3c1-4dae-b8bb-fe9378472f0e 2018-08-18 21:45:39,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 21:45:39,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/23457dea-caea-4f06-bef9-e86e72e7d66e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:40,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e69c5b60-d877-40b8-a227-4d8a9a86880d Date: Sat, 18 Aug 2018 21:45:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 21:45:40,836 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/23457dea-caea-4f06-bef9-e86e72e7d66e.json used request id req-e69c5b60-d877-40b8-a227-4d8a9a86880d 2018-08-18 21:45:40,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.23211193085s 2018-08-18 21:45:40,836 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/23457dea-caea-4f06-bef9-e86e72e7d66e.json used request id req-e69c5b60-d877-40b8-a227-4d8a9a86880d 2018-08-18 21:45:40,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:45:40,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:40,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-c38c7780-f223-4d03-a274-db6ffc1d3a43 Date: Sat, 18 Aug 2018 21:45:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:43:29Z", "file": "/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "c4998803-9641-499b-a716-dc2b7bd17fe1", "size": 12716032, "self": "/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c4998803-9641-499b-a716-dc2b7bd17fe1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/c4998803-9641-499b-a716-dc2b7bd17fe1/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T21:43:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:45:40,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c38c7780-f223-4d03-a274-db6ffc1d3a43 2018-08-18 21:45:40,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.025808095932s 2018-08-18 21:45:40,866 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c38c7780-f223-4d03-a274-db6ffc1d3a43 2018-08-18 21:45:40,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 21:45:40,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:41,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2317395e-7ed8-43d0-bb3b-3cb39e036fe0 Date: Sat, 18 Aug 2018 21:45:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 21:45:41,339 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1 used request id req-2317395e-7ed8-43d0-bb3b-3cb39e036fe0 2018-08-18 21:45:41,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.47217798233s 2018-08-18 21:45:41,340 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/c4998803-9641-499b-a716-dc2b7bd17fe1 used request id req-2317395e-7ed8-43d0-bb3b-3cb39e036fe0 2018-08-18 21:45:41,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 21:45:41,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:41,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a9865eb-626c-463f-8c13-1c1c84ae04de x-compute-request-id: req-0a9865eb-626c-463f-8c13-1c1c84ae04de Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_e9290a46-32f3-41ab-91fe-d560b16bd8c4", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/28dc860d-7d35-40ff-b927-3b80129ee564", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/28dc860d-7d35-40ff-b927-3b80129ee564", "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": "28dc860d-7d35-40ff-b927-3b80129ee564"}]} 2018-08-18 21:45:41,364 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0a9865eb-626c-463f-8c13-1c1c84ae04de 2018-08-18 21:45:41,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0238840579987s 2018-08-18 21:45:41,364 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0a9865eb-626c-463f-8c13-1c1c84ae04de 2018-08-18 21:45:41,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 21:45:41,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/28dc860d-7d35-40ff-b927-3b80129ee564 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a8a327680721597e269a7be31ea0bc710d4ecb" 2018-08-18 21:45:41,393 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21:45:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-90edc863-d584-4488-8d2f-a4c83c6f94de x-compute-request-id: req-90edc863-d584-4488-8d2f-a4c83c6f94de Content-Length: 0 Content-Type: application/json 2018-08-18 21:45:41,394 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/28dc860d-7d35-40ff-b927-3b80129ee564 used request id req-90edc863-d584-4488-8d2f-a4c83c6f94de 2018-08-18 21:45:41,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0277018547058s 2018-08-18 21:45:41,394 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/28dc860d-7d35-40ff-b927-3b80129ee564 used request id req-90edc863-d584-4488-8d2f-a4c83c6f94de 2018-08-18 21:45:41,444 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 21:45:41,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 21:45:41,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 21:45:41,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:45:41,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5099fab-8ba7-45c9-a1d0-cf601fc53e55 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 21:45:41,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d5099fab-8ba7-45c9-a1d0-cf601fc53e55 2018-08-18 21:45:41,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 21:45:41,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T22:45:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["3tXXkilGSdyiZI7hDosXTg"], "issued_at": "2018-08-18T21:45:41.000000Z"}} 2018-08-18 21:45:42,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 21:45:42,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:42,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-2062965e-2545-446d-a622-148fd7439018 Date: Sat, 18 Aug 2018 21:45:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 21:45:42,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2062965e-2545-446d-a622-148fd7439018 2018-08-18 21:45:42,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.606484174728s 2018-08-18 21:45:42,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2062965e-2545-446d-a622-148fd7439018 2018-08-18 21:45:42,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:45:42,617 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 21:45:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34e0c1f8-3bc6-46d9-94da-530210769c60 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 21:45:42,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-34e0c1f8-3bc6-46d9-94da-530210769c60 2018-08-18 21:45:42,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 21:45:42,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:42,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e7c9db-8bd6-49f9-a430-f74db8e67c3d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 21:45:42,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-43e7c9db-8bd6-49f9-a430-f74db8e67c3d 2018-08-18 21:45:42,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109814882278s 2018-08-18 21:45:42,729 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-43e7c9db-8bd6-49f9-a430-f74db8e67c3d 2018-08-18 21:45:42,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 21:45:42,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}}' 2018-08-18 21:45:43,001 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 21:45:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8ad6648-ebe4-4c12-9760-a9883ec90c1c 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.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642"}, "tags": [], "enabled": true, "id": "9fbdea2e9f0d4939bee1962b641e7642", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}} 2018-08-18 21:45:43,001 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b8ad6648-ebe4-4c12-9760-a9883ec90c1c 2018-08-18 21:45:43,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.265291929245s 2018-08-18 21:45:43,001 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b8ad6648-ebe4-4c12-9760-a9883ec90c1c 2018-08-18 21:45:43,002 - 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'9fbdea2e9f0d4939bee1962b641e7642', '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_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82'}) 2018-08-18 21:45:43,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 21:45:43,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "01166798-26a5-4c19-bd9c-6f499c9e3843", "email": null, "name": "vmtp-user_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}}' 2018-08-18 21:45:43,435 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 21:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a68be10f-f023-489f-bb47-78f538393c1e Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "links": {"self": "http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2457adc548fe4852859b5d2bb21d7c5a", "domain_id": "default", "password_expires_at": null}} 2018-08-18 21:45:43,435 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-a68be10f-f023-489f-bb47-78f538393c1e 2018-08-18 21:45:43,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.426625013351s 2018-08-18 21:45:43,435 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-a68be10f-f023-489f-bb47-78f538393c1e 2018-08-18 21:45:43,436 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2457adc548fe4852859b5d2bb21d7c5a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82'}) 2018-08-18 21:45:43,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:45:43,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:43,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e660b63f-7813-47ed-8132-b08ac9b36c4f Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:45:43,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e660b63f-7813-47ed-8132-b08ac9b36c4f 2018-08-18 21:45:43,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198158025742s 2018-08-18 21:45:43,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e660b63f-7813-47ed-8132-b08ac9b36c4f 2018-08-18 21:45:43,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:45:43,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:43,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49a59076-2d7f-4e60-8bb5-3f4879115b61 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:45:43,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-49a59076-2d7f-4e60-8bb5-3f4879115b61 2018-08-18 21:45:43,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195106983185s 2018-08-18 21:45:43,838 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-49a59076-2d7f-4e60-8bb5-3f4879115b61 2018-08-18 21:45:43,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:45:43,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:43,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31870920-f3d2-4828-8ae5-a3c49ca90d9d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:45:43,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-31870920-f3d2-4828-8ae5-a3c49ca90d9d 2018-08-18 21:45:43,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107365131378s 2018-08-18 21:45:43,951 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-31870920-f3d2-4828-8ae5-a3c49ca90d9d 2018-08-18 21:45:43,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 21:45:43,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:44,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80ef493-85be-4d29-baca-9d4def9be4f9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 21:45:44,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a80ef493-85be-4d29-baca-9d4def9be4f9 2018-08-18 21:45:44,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196572065353s 2018-08-18 21:45:44,153 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a80ef493-85be-4d29-baca-9d4def9be4f9 2018-08-18 21:45:44,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 21:45:44,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:44,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d4cfb3f-784a-4002-b2a2-fa4b67e0da22 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmtp-user_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "links": {"self": "http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2457adc548fe4852859b5d2bb21d7c5a", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 21:45:44,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4d4cfb3f-784a-4002-b2a2-fa4b67e0da22 2018-08-18 21:45:44,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20138502121s 2018-08-18 21:45:44,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4d4cfb3f-784a-4002-b2a2-fa4b67e0da22 2018-08-18 21:45:44,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 21:45:44,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:44,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0df7b5d5-8f66-4c29-99d7-b5e2876295d7 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642"}, "tags": [], "enabled": true, "id": "9fbdea2e9f0d4939bee1962b641e7642", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}]} 2018-08-18 21:45:44,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-0df7b5d5-8f66-4c29-99d7-b5e2876295d7 2018-08-18 21:45:44,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105064868927s 2018-08-18 21:45:44,473 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-0df7b5d5-8f66-4c29-99d7-b5e2876295d7 2018-08-18 21:45:44,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 21:45:44,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=2457adc548fe4852859b5d2bb21d7c5a&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=9fbdea2e9f0d4939bee1962b641e7642" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:44,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-115d0607-0020-4610-8b07-e7a269f0752c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=2457adc548fe4852859b5d2bb21d7c5a&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=9fbdea2e9f0d4939bee1962b641e7642", "previous": null, "next": null}} 2018-08-18 21:45:44,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=2457adc548fe4852859b5d2bb21d7c5a&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=9fbdea2e9f0d4939bee1962b641e7642 used request id req-115d0607-0020-4610-8b07-e7a269f0752c 2018-08-18 21:45:44,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.139713048935s 2018-08-18 21:45:44,620 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=2457adc548fe4852859b5d2bb21d7c5a&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=9fbdea2e9f0d4939bee1962b641e7642 used request id req-115d0607-0020-4610-8b07-e7a269f0752c 2018-08-18 21:45:44,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 21:45:44,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642/users/2457adc548fe4852859b5d2bb21d7c5a/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:44,761 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 21:45:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8782605a-82f3-4cee-be1b-15bf01fa2181 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 21:45:44,761 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642/users/2457adc548fe4852859b5d2bb21d7c5a/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-8782605a-82f3-4cee-be1b-15bf01fa2181 2018-08-18 21:45:44,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.137805938721s 2018-08-18 21:45:44,762 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642/users/2457adc548fe4852859b5d2bb21d7c5a/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-8782605a-82f3-4cee-be1b-15bf01fa2181 2018-08-18 21:45:44,763 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', 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'9fbdea2e9f0d4939bee1962b641e7642', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '01166798-26a5-4c19-bd9c-6f499c9e3843', 'username': u'vmtp-user_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 21:45:44,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 21:45:44,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 21:45:44,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 21:45:44,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 21:45:44,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 21:45:44,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 21:45:44,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 21:45:44,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 21:45:44,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 21:45:44,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 21:45:44,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 21:45:44,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 21:45:44,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 21:45:44,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 21:45:44,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 21:45:44,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 21:45:44,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 21:45:44,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 21:45:44,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 21:45:44,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 21:45:44,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 21:45:44,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 21:45:44,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 21:45:44,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 21:45:44,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 21:45:44,768 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', 'password': '01166798-26a5-4c19-bd9c-6f499c9e3843', 'project_name': 'vmtp-project_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '9fbdea2e9f0d4939bee1962b641e7642', 'project_domain_name': 'Default'} 2018-08-18 21:45:44,773 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-18 21:45:44,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:45:44,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e759615-5100-4645-842f-684031047d00 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 21:45:44,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2e759615-5100-4645-842f-684031047d00 2018-08-18 21:45:44,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 21:45:45,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T22:45:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9fbdea2e9f0d4939bee1962b641e7642", "name": "vmtp-project_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/9fbdea2e9f0d4939bee1962b641e7642", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/9fbdea2e9f0d4939bee1962b641e7642", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/9fbdea2e9f0d4939bee1962b641e7642", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/9fbdea2e9f0d4939bee1962b641e7642", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/9fbdea2e9f0d4939bee1962b641e7642", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/9fbdea2e9f0d4939bee1962b641e7642", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9fbdea2e9f0d4939bee1962b641e7642", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/9fbdea2e9f0d4939bee1962b641e7642", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/9fbdea2e9f0d4939bee1962b641e7642", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_9fbdea2e9f0d4939bee1962b641e7642", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9fbdea2e9f0d4939bee1962b641e7642", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/9fbdea2e9f0d4939bee1962b641e7642", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/9fbdea2e9f0d4939bee1962b641e7642", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/9fbdea2e9f0d4939bee1962b641e7642", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "id": "2457adc548fe4852859b5d2bb21d7c5a"}, "audit_ids": ["VhVKRhFWTlWQ7YcTiXMXHA"], "issued_at": "2018-08-18T21:45:45.000000Z"}} 2018-08-18 21:45:45,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 21:45:45,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2325168c219d0d1407bc1de7ebf66c15b138e964" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "vmtp-router_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "admin_state_up": true}}' 2018-08-18 21:45:46,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-d97b891b-6224-4777-b881-4fa9a16e4558 Date: Sat, 18 Aug 2018 21:45:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "created_at": "2018-08-18T21:45:45Z", "admin_state_up": true, "updated_at": "2018-08-18T21:45:46Z", "revision_number": 2, "routes": [], "project_id": "9fbdea2e9f0d4939bee1962b641e7642", "id": "d464b3fd-15ac-4fd7-8b7a-b8900bf34434", "name": "vmtp-router_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}} 2018-08-18 21:45:46,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d97b891b-6224-4777-b881-4fa9a16e4558 2018-08-18 21:45:46,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.31353497505s 2018-08-18 21:45:46,491 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d97b891b-6224-4777-b881-4fa9a16e4558 2018-08-18 21:45:46,492 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9fbdea2e9f0d4939bee1962b641e7642', u'created_at': u'2018-08-18T21:45:45Z', u'admin_state_up': True, u'updated_at': u'2018-08-18T21:45:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'9fbdea2e9f0d4939bee1962b641e7642', u'id': u'd464b3fd-15ac-4fd7-8b7a-b8900bf34434', u'name': u'vmtp-router_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82'}) 2018-08-18 21:45:46,492 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-18 21:45:48,497 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:d7ba271c24da7bd727354314039ce602 sha256:8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555 2018-08-18 21:45:48,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 21:45:48,503 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 21:45:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 21:45:48,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:45:48,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2325168c219d0d1407bc1de7ebf66c15b138e964" 2018-08-18 21:45:48,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9f43a388-5650-46ad-a6a5-e702cba712da Date: Sat, 18 Aug 2018 21:45:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:45:48,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9f43a388-5650-46ad-a6a5-e702cba712da 2018-08-18 21:45:48,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307029008865s 2018-08-18 21:45:48,812 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9f43a388-5650-46ad-a6a5-e702cba712da 2018-08-18 21:45:48,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 21:45:48,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2325168c219d0d1407bc1de7ebf66c15b138e964" -d '{"owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "owner_specified.shade.object": "images/vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}' 2018-08-18 21:45:48,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ac78bfdb-b12f-44c2-b9e9-381dbdcb57a9 Date: Sat, 18 Aug 2018 21:45:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:45:48Z", "file": "/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036/file", "owner": "9fbdea2e9f0d4939bee1962b641e7642", "id": "ba6abaa9-8245-43b7-b314-18d3f3688036", "size": null, "self": "/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "checksum": null, "created_at": "2018-08-18T21:45:48Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 21:45:48,867 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ac78bfdb-b12f-44c2-b9e9-381dbdcb57a9 2018-08-18 21:45:48,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0502288341522s 2018-08-18 21:45:48,867 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ac78bfdb-b12f-44c2-b9e9-381dbdcb57a9 returning object ba6abaa9-8245-43b7-b314-18d3f3688036 2018-08-18 21:45:48,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 21:45:48,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036/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}2325168c219d0d1407bc1de7ebf66c15b138e964" -d '' 2018-08-18 21:45:53,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12f2e568-2809-4056-b787-55837d78a892 Date: Sat, 18 Aug 2018 21:45:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 21:45:53,343 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036/file used request id req-12f2e568-2809-4056-b787-55837d78a892 2018-08-18 21:45:53,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.4756360054s 2018-08-18 21:45:53,343 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036/file used request id req-12f2e568-2809-4056-b787-55837d78a892 2018-08-18 21:45:53,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 21:45:53,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2325168c219d0d1407bc1de7ebf66c15b138e964" 2018-08-18 21:45:53,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-3561ad77-f64b-4a9e-9d49-82285c93da98 Date: Sat, 18 Aug 2018 21:45:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:45:53Z", "file": "/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036/file", "owner": "9fbdea2e9f0d4939bee1962b641e7642", "id": "ba6abaa9-8245-43b7-b314-18d3f3688036", "size": 263324160, "self": "/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/ba6abaa9-8245-43b7-b314-18d3f3688036/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/ba6abaa9-8245-43b7-b314-18d3f3688036/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T21:45:48Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 21:45:53,381 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3561ad77-f64b-4a9e-9d49-82285c93da98 2018-08-18 21:45:53,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0350489616394s 2018-08-18 21:45:53,381 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3561ad77-f64b-4a9e-9d49-82285c93da98 2018-08-18 21:45:53,382 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/ba6abaa9-8245-43b7-b314-18d3f3688036/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036/file', 'owner': u'9fbdea2e9f0d4939bee1962b641e7642', 'id': u'ba6abaa9-8245-43b7-b314-18d3f3688036', 'size': 263324160, u'self': u'/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9fbdea2e9f0d4939bee1962b641e7642', 'name': 'vmtp-project_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/ba6abaa9-8245-43b7-b314-18d3f3688036/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T21:45:53Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T21:45:53Z', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', 'properties': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', 'created': u'2018-08-18T21:45:48Z', 'checksum': u'd7ba271c24da7bd727354314039ce602', 'created_at': u'2018-08-18T21:45:48Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', 'metadata': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}}) 2018-08-18 21:45:53,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 21:45:53,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-18 21:45:53,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21: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-99b3728c-44ab-42ec-a449-38f9c00179bc x-compute-request-id: req-99b3728c-44ab-42ec-a449-38f9c00179bc Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/41ed2382-b432-4793-84ed-ff0685ff1689", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/41ed2382-b432-4793-84ed-ff0685ff1689", "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": "41ed2382-b432-4793-84ed-ff0685ff1689"}} 2018-08-18 21:45:53,686 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-99b3728c-44ab-42ec-a449-38f9c00179bc 2018-08-18 21:45:53,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.303915023804s 2018-08-18 21:45:53,686 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-99b3728c-44ab-42ec-a449-38f9c00179bc 2018-08-18 21:45:53,687 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', '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'916340bf06fe4cb5a723b53dc60090de', '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'41ed2382-b432-4793-84ed-ff0685ff1689', 'swap': 0}) 2018-08-18 21:45:53,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 21:45:53,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/41ed2382-b432-4793-84ed-ff0685ff1689/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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" -d '{"extra_specs": {}}' 2018-08-18 21:45:53,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21: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 x-openstack-request-id: req-45e7fea2-6394-47a2-97a5-dad621ed746b x-compute-request-id: req-45e7fea2-6394-47a2-97a5-dad621ed746b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 21:45:53,708 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/41ed2382-b432-4793-84ed-ff0685ff1689/os-extra_specs used request id req-45e7fea2-6394-47a2-97a5-dad621ed746b 2018-08-18 21:45:53,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202670097351s 2018-08-18 21:45:53,708 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/41ed2382-b432-4793-84ed-ff0685ff1689/os-extra_specs used request id req-45e7fea2-6394-47a2-97a5-dad621ed746b 2018-08-18 21:45:53,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:45:53,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:53,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-603c5448-0f09-47d0-b4b9-fa05199dc1d7 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:45:53,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-603c5448-0f09-47d0-b4b9-fa05199dc1d7 2018-08-18 21:45:53,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182195186615s 2018-08-18 21:45:53,892 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-603c5448-0f09-47d0-b4b9-fa05199dc1d7 2018-08-18 21:45:53,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 21:45:53,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:54,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fa42cd1-e90b-4d30-bc35-34e8f1da8d25 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 21:45:54,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8fa42cd1-e90b-4d30-bc35-34e8f1da8d25 2018-08-18 21:45:54,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106342792511s 2018-08-18 21:45:54,003 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8fa42cd1-e90b-4d30-bc35-34e8f1da8d25 2018-08-18 21:45:54,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 21:45:54,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:54,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8b3fd1e-fe8d-4da0-acf7-9d249c7fddc7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 21:45:54,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c8b3fd1e-fe8d-4da0-acf7-9d249c7fddc7 2018-08-18 21:45:54,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.151407003403s 2018-08-18 21:45:54,160 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c8b3fd1e-fe8d-4da0-acf7-9d249c7fddc7 2018-08-18 21:45:54,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 21:45:54,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:54,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7707f6f0-5170-45f7-a55e-a747d54ef462 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmtp-user_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "links": {"self": "http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2457adc548fe4852859b5d2bb21d7c5a", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 21:45:54,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7707f6f0-5170-45f7-a55e-a747d54ef462 2018-08-18 21:45:54,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.14427781105s 2018-08-18 21:45:54,305 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7707f6f0-5170-45f7-a55e-a747d54ef462 2018-08-18 21:45:54,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 21:45:54,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:54,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22b185b-2f06-4b82-8e05-f8eb3452e8f0 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642"}, "tags": [], "enabled": true, "id": "9fbdea2e9f0d4939bee1962b641e7642", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}]} 2018-08-18 21:45:54,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b22b185b-2f06-4b82-8e05-f8eb3452e8f0 2018-08-18 21:45:54,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178236961365s 2018-08-18 21:45:54,495 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b22b185b-2f06-4b82-8e05-f8eb3452e8f0 2018-08-18 21:45:54,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 21:45:54,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=2457adc548fe4852859b5d2bb21d7c5a&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=9fbdea2e9f0d4939bee1962b641e7642" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:54,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07558e70-23bd-4294-ac6c-f2f7d0b372fc Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=2457adc548fe4852859b5d2bb21d7c5a&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=9fbdea2e9f0d4939bee1962b641e7642", "previous": null, "next": null}} 2018-08-18 21:45:54,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=2457adc548fe4852859b5d2bb21d7c5a&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=9fbdea2e9f0d4939bee1962b641e7642 used request id req-07558e70-23bd-4294-ac6c-f2f7d0b372fc 2018-08-18 21:45:54,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.181189060211s 2018-08-18 21:45:54,684 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=2457adc548fe4852859b5d2bb21d7c5a&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=9fbdea2e9f0d4939bee1962b641e7642 used request id req-07558e70-23bd-4294-ac6c-f2f7d0b372fc 2018-08-18 21:45:54,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 21:45:54,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642/users/2457adc548fe4852859b5d2bb21d7c5a/roles/4484c94d295641f18810b74c5f72cfec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 21:45:54,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 21:45:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e41ca0a-f9e2-4e30-9ba7-6f0a2307b6cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 21:45:54,830 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642/users/2457adc548fe4852859b5d2bb21d7c5a/roles/4484c94d295641f18810b74c5f72cfec used request id req-9e41ca0a-f9e2-4e30-9ba7-6f0a2307b6cd 2018-08-18 21:45:54,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.143000841141s 2018-08-18 21:45:54,830 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642/users/2457adc548fe4852859b5d2bb21d7c5a/roles/4484c94d295641f18810b74c5f72cfec used request id req-9e41ca0a-f9e2-4e30-9ba7-6f0a2307b6cd 2018-08-18 21:45:54,830 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82' 2018-08-18 21:45:54,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 21:45:54,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2325168c219d0d1407bc1de7ebf66c15b138e964" -d '{"keypair": {"name": "vmtp_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}}' 2018-08-18 21:45:55,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 21:45: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-3abbcb95-2713-48c7-aea6-c84b73daf932 x-compute-request-id: req-3abbcb95-2713-48c7-aea6-c84b73daf932 Content-Encoding: gzip Content-Length: 1792 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC47Tc6QQpYGcEqC3A0I1zT30UbpZaOjShN7QMHUtVYDKuVqu4MbgDLJy+ZhdsDH9wFGOclc8s3bJiEVieBjaGwQHKO13ZaYTXbvfSNhwsvdy5UGc0N7qNkK6mAaj+nKRknBdPtuLieW4d8R9Rl1nxRtJP3q1fjA7dzpWknSVVgmy3qPwdlDg7BqiDI3PQ+/N2Ljr+yU/5O9Mi+Zen4AMSx9N5SnWJZu2Ht3XfxfDdI50T0Q02RpsmbvO3lMwtV6X6eTCkyjr+tP8S1Nohw0seaegOvUkyxUynQD2ToqCyAPSOg8SE+M3ksGEI9taGPrPYjXH5w7Z0eXaPkukF2bmiV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuO03OkEKWBnBKgtwNCNc099FG6WWjo0oTe0DB1LVWAyrlaru\nDG4AyycvmYXbAx/cBRjnJXPLN2yYhFYngY2hsEByjtd2WmE12730jYcLL3cuVBnN\nDe6jZCupgGo/pykZJwXT7bi4nluHfEfUZdZ8UbST96tX4wO3c6VpJ0lVYJst6j8H\nZQ4OwaogyNz0Pvzdi46/slP+TvTIvmXp+ADEsfTeUp1iWbth7d138Xw3SOdE9ENN\nkabJm7zt5TMLVel+nkwpMo6/rT/EtTaIcNLHmnoDr1JMsVMp0A9k6KgsgD0joPEh\nPjN5LBhCPbWhj6z2I1x+cO2dHl2j5LpBdm5olQIDAQABAoIBAE5O5Vwdvquf/FQ5\nk8IAV4bAvRr/+8lRrQeSnf2z7fPjKaWvRC6vRlbAuT9hl2SzURA3g2owppVJvywK\n75/EwftIzzn9s3iCQbRTtANadDodVdj3NAX6T+ZTNuvSEjJPDP+hUCUSW9tzFuRh\n5mdZdDuFJEN0ozrWkBDAss6YFzdYxo12TvCwv6g4kRqwhrSmbYksgtus7KAB9UGC\nBdD1pR+hOHpZGGFwwP6jfaAoC59WSZu7UZJ34cnMhN5B6NdkJfS7S4K7vdAAdC6R\nbRDjjLFetEu8RxIPTtIa9c5ORgO2IoD4TG3FXZcNGoVFaprj+OAgEDR5h3jDhW91\nBqriY+ECgYEA5PBxNoU2ZJR9eOhy3NACFo1ojdz9Y/y0NIOqE8lpXxfuX+q9YymP\nrPcVGc79z/J6W6svwpCMpx4yNfuuVYCnu+56UWZrZ4cj+1TlNKaKtQYQ4G9Y9lpr\nZNlI6akA7QB4luEUoB09b0yon+sSGwKlyXO2bvj8ZDQNuvgWy03SopsCgYEAzsj6\nyomA4HtSphNRpuuALmKkIMjeYrUBSXEN+nZdCqK/pe2BgxzmPe+VQt7FI77nVLbp\n8lb83z8NRtSSTBIXy3Xgv2OTSd8h34YyhUlHlAwTxtWN3RtwukAc0vsh7oaqlwPz\nHDFmsd3ciw4VGXoTUPTJjbFEIhdM5pv0zXXv/I8CgYEAkknFvdXPVOPBbUHzK3/K\n5chEF+ovC/YM3EWJpw0bRMVQ739atwN2qEpV9GDctES3xN2VLhkZlyvnX7FLy5zj\nEWYoSN1OIiArcMzljQgiN9wBargbu4c5en6RZaU1Tzvu0lJO0KT+faEZWt5lelbt\nwtUqrKxy8kCEyYT/Y7d9saMCgYAJIMwZVrqOrkL2u9GV6b1tzsLqA5P1jYHyCQCR\n9tmil46YN4TJEeSEBWh0XDsdmdbCYZSwMvDUtgbTAp02qHHOdHSoXi/pSeVH5bej\nNJnpSiMxWsn5YbW3Mw9SrO1RhzZOlkkMDI44+c87gDKkPkROBZBEJfgY/ShS4b2L\nuFIQtwKBgC9jF2bjP5oyQ8viv2D3oNP6AYpTxfnCAxA+pkQZYovFyZgSVXy3uMMk\nt5Yxe8oI7FNlwufjWAmLlDHFlItmz5P8HNCdooIWNfuRUG5XmC0Qd6On0k6oVrVo\nSBEvDLtJ4J5YBlTOysRmOVQpYoKsjdTaaKL/PWBpiju1J5Fgy29E\n-----END RSA PRIVATE KEY-----\n", "user_id": "2457adc548fe4852859b5d2bb21d7c5a", "name": "vmtp_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "fingerprint": "57:60:f3:50:f7:c0:15:76:63:53:a5:b2:18:1a:1b:d8"}} 2018-08-18 21:45:55,157 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3abbcb95-2713-48c7-aea6-c84b73daf932 2018-08-18 21:45:55,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.325800895691s 2018-08-18 21:45:55,157 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3abbcb95-2713-48c7-aea6-c84b73daf932 2018-08-18 21:45:55,158 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC47Tc6QQpYGcEqC3A0I1zT30UbpZaOjShN7QMHUtVYDKuVqu4MbgDLJy+ZhdsDH9wFGOclc8s3bJiEVieBjaGwQHKO13ZaYTXbvfSNhwsvdy5UGc0N7qNkK6mAaj+nKRknBdPtuLieW4d8R9Rl1nxRtJP3q1fjA7dzpWknSVVgmy3qPwdlDg7BqiDI3PQ+/N2Ljr+yU/5O9Mi+Zen4AMSx9N5SnWJZu2Ht3XfxfDdI50T0Q02RpsmbvO3lMwtV6X6eTCkyjr+tP8S1Nohw0seaegOvUkyxUynQD2ToqCyAPSOg8SE+M3ksGEI9taGPrPYjXH5w7Z0eXaPkukF2bmiV Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuO03OkEKWBnBKgtwNCNc099FG6WWjo0oTe0DB1LVWAyrlaru\nDG4AyycvmYXbAx/cBRjnJXPLN2yYhFYngY2hsEByjtd2WmE12730jYcLL3cuVBnN\nDe6jZCupgGo/pykZJwXT7bi4nluHfEfUZdZ8UbST96tX4wO3c6VpJ0lVYJst6j8H\nZQ4OwaogyNz0Pvzdi46/slP+TvTIvmXp+ADEsfTeUp1iWbth7d138Xw3SOdE9ENN\nkabJm7zt5TMLVel+nkwpMo6/rT/EtTaIcNLHmnoDr1JMsVMp0A9k6KgsgD0joPEh\nPjN5LBhCPbWhj6z2I1x+cO2dHl2j5LpBdm5olQIDAQABAoIBAE5O5Vwdvquf/FQ5\nk8IAV4bAvRr/+8lRrQeSnf2z7fPjKaWvRC6vRlbAuT9hl2SzURA3g2owppVJvywK\n75/EwftIzzn9s3iCQbRTtANadDodVdj3NAX6T+ZTNuvSEjJPDP+hUCUSW9tzFuRh\n5mdZdDuFJEN0ozrWkBDAss6YFzdYxo12TvCwv6g4kRqwhrSmbYksgtus7KAB9UGC\nBdD1pR+hOHpZGGFwwP6jfaAoC59WSZu7UZJ34cnMhN5B6NdkJfS7S4K7vdAAdC6R\nbRDjjLFetEu8RxIPTtIa9c5ORgO2IoD4TG3FXZcNGoVFaprj+OAgEDR5h3jDhW91\nBqriY+ECgYEA5PBxNoU2ZJR9eOhy3NACFo1ojdz9Y/y0NIOqE8lpXxfuX+q9YymP\nrPcVGc79z/J6W6svwpCMpx4yNfuuVYCnu+56UWZrZ4cj+1TlNKaKtQYQ4G9Y9lpr\nZNlI6akA7QB4luEUoB09b0yon+sSGwKlyXO2bvj8ZDQNuvgWy03SopsCgYEAzsj6\nyomA4HtSphNRpuuALmKkIMjeYrUBSXEN+nZdCqK/pe2BgxzmPe+VQt7FI77nVLbp\n8lb83z8NRtSSTBIXy3Xgv2OTSd8h34YyhUlHlAwTxtWN3RtwukAc0vsh7oaqlwPz\nHDFmsd3ciw4VGXoTUPTJjbFEIhdM5pv0zXXv/I8CgYEAkknFvdXPVOPBbUHzK3/K\n5chEF+ovC/YM3EWJpw0bRMVQ739atwN2qEpV9GDctES3xN2VLhkZlyvnX7FLy5zj\nEWYoSN1OIiArcMzljQgiN9wBargbu4c5en6RZaU1Tzvu0lJO0KT+faEZWt5lelbt\nwtUqrKxy8kCEyYT/Y7d9saMCgYAJIMwZVrqOrkL2u9GV6b1tzsLqA5P1jYHyCQCR\n9tmil46YN4TJEeSEBWh0XDsdmdbCYZSwMvDUtgbTAp02qHHOdHSoXi/pSeVH5bej\nNJnpSiMxWsn5YbW3Mw9SrO1RhzZOlkkMDI44+c87gDKkPkROBZBEJfgY/ShS4b2L\nuFIQtwKBgC9jF2bjP5oyQ8viv2D3oNP6AYpTxfnCAxA+pkQZYovFyZgSVXy3uMMk\nt5Yxe8oI7FNlwufjWAmLlDHFlItmz5P8HNCdooIWNfuRUG5XmC0Qd6On0k6oVrVo\nSBEvDLtJ4J5YBlTOysRmOVQpYoKsjdTaaKL/PWBpiju1J5Fgy29E\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2457adc548fe4852859b5d2bb21d7c5a', 'name': u'vmtp_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', 'created_at': '2018-08-18T21:45:55.158444', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9fbdea2e9f0d4939bee1962b641e7642', 'name': 'vmtp-project_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'57:60:f3:50:f7:c0:15:76:63:53:a5:b2:18:1a:1b:d8', 'type': 'ssh', 'id': u'vmtp_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82'}) 2018-08-18 21:45:55,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-18 21:45:55,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vmtp_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2325168c219d0d1407bc1de7ebf66c15b138e964" 2018-08-18 21:45:55,185 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 21: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 x-openstack-request-id: req-61a224f4-0dc7-4158-89bd-3c6e0c0a96b2 x-compute-request-id: req-61a224f4-0dc7-4158-89bd-3c6e0c0a96b2 Content-Length: 0 Content-Type: application/json 2018-08-18 21:45:55,185 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vmtp_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82 used request id req-61a224f4-0dc7-4158-89bd-3c6e0c0a96b2 2018-08-18 21:45:55,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0261309146881s 2018-08-18 21:45:55,185 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vmtp_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82 used request id req-61a224f4-0dc7-4158-89bd-3c6e0c0a96b2 2018-08-18 21:45:56,194 - 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-18 22:27:47,696 - 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-18 21:45:56,986 INFO Using http://172.30.9.28:5000/v3 2018-08-18 21:45:56,986 INFO VM public key: /tmp/tmppFpTKo 2018-08-18 21:45:56,986 INFO VM private key: /tmp/tmpSTsyGj 2018-08-18 21:45:58,855 INFO Found image vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82 to launch VM, will continue 2018-08-18 21:45:59,444 INFO Using external router: vmtp-router_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82 2018-08-18 21:45:59,444 INFO Using external network: external. 2018-08-18 21:46:00,366 INFO Created internal network: pns-internal-net_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82. 2018-08-18 21:46:01,102 INFO Created internal network: pns-internal-net2_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82. 2018-08-18 21:46:03,179 DEBUG Ext router associated to pns-internal-net_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82 2018-08-18 21:46:05,131 DEBUG Ext router associated to pns-internal-net2_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82 2018-08-18 21:46:05,159 INFO OpenStack agent: Unknown agent 2018-08-18 21:46:05,160 INFO OpenStack network type: vxlan 2018-08-18 21:46:06,186 INFO [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Creating server VM... 2018-08-18 21:46:06,186 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-18 21:46:08,286 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 1 of 90... 2018-08-18 21:46:11,063 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 2 of 90... 2018-08-18 21:46:13,220 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 3 of 90... 2018-08-18 21:46:15,723 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 4 of 90... 2018-08-18 21:46:18,188 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 5 of 90... 2018-08-18 21:46:21,178 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 6 of 90... 2018-08-18 21:46:24,038 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 7 of 90... 2018-08-18 21:46:26,622 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 8 of 90... 2018-08-18 21:46:28,964 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 9 of 90... 2018-08-18 21:46:31,363 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 10 of 90... 2018-08-18 21:46:33,514 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 11 of 90... 2018-08-18 21:46:35,682 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 12 of 90... 2018-08-18 21:46:38,527 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 13 of 90... 2018-08-18 21:46:40,704 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 14 of 90... 2018-08-18 21:46:43,504 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 15 of 90... 2018-08-18 21:46:45,660 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 16 of 90... 2018-08-18 21:46:48,242 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 17 of 90... 2018-08-18 21:46:50,693 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 18 of 90... 2018-08-18 21:46:53,828 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 19 of 90... 2018-08-18 21:46:56,225 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 20 of 90... 2018-08-18 21:46:58,412 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 21 of 90... 2018-08-18 21:47:00,739 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 22 of 90... 2018-08-18 21:47:02,898 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 23 of 90... 2018-08-18 21:47:05,619 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 24 of 90... 2018-08-18 21:47:08,233 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 25 of 90... 2018-08-18 21:47:10,558 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 26 of 90... 2018-08-18 21:47:12,713 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 27 of 90... 2018-08-18 21:47:15,202 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 28 of 90... 2018-08-18 21:47:17,612 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 29 of 90... 2018-08-18 21:47:19,761 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 30 of 90... 2018-08-18 21:47:21,910 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 31 of 90... 2018-08-18 21:47:24,335 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 32 of 90... 2018-08-18 21:47:26,774 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 33 of 90... 2018-08-18 21:47:29,582 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 34 of 90... 2018-08-18 21:47:31,974 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 35 of 90... 2018-08-18 21:47:34,290 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 36 of 90... 2018-08-18 21:47:37,122 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 37 of 90... 2018-08-18 21:47:39,454 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 38 of 90... 2018-08-18 21:47:42,470 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 39 of 90... 2018-08-18 21:47:44,636 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 40 of 90... 2018-08-18 21:47:47,098 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 41 of 90... 2018-08-18 21:47:51,290 INFO [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Internal network IP: 192.168.1.4 2018-08-18 21:47:51,290 INFO [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] SSH IP: 172.30.9.203 2018-08-18 21:47:51,290 INFO [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Setup SSH for ubuntu@172.30.9.203 2018-08-18 21:49:28,814 INFO [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Installing nuttcp-8.1.4... 2018-08-18 21:49:28,855 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Copying nuttcp-8.1.4 to target... 2018-08-18 21:49:29,071 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Starting nuttcp-8.1.4 server... 2018-08-18 21:49:29,112 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] 2018-08-18 21:49:29,157 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Creating client VM... 2018-08-18 21:49:29,157 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-18 21:49:32,796 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 1 of 90... 2018-08-18 21:49:35,672 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 2 of 90... 2018-08-18 21:49:38,027 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 3 of 90... 2018-08-18 21:49:40,996 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 4 of 90... 2018-08-18 21:49:43,816 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] VM status=BUILD, retrying 5 of 90... 2018-08-18 21:49:48,264 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Internal network IP: 192.168.1.6 2018-08-18 21:49:48,265 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] SSH IP: 172.30.9.204 2018-08-18 21:49:48,265 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Setup SSH for ubuntu@172.30.9.204 2018-08-18 21:51:25,718 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Installing nuttcp-8.1.4... 2018-08-18 21:51:25,762 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Copying nuttcp-8.1.4 to target... 2018-08-18 21:51:25,926 INFO ============================================================ 2018-08-18 21:51:25,927 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-18 21:51:34,973 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.905 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.230 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.111 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.106 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.092 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.168 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.207 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.101 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.209 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.202 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.092/0.233/0.905/0.229 ms 2018-08-18 21:51:44,017 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.113 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.236 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.153 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.115 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.130 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.128 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.126 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.115 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.118 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.196 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.113/0.143/0.236/0.039 ms 2018-08-18 21:51:53,057 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.359 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.155 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.176 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.264 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.131 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.115 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.125 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.154 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.135 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.145 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.115/0.175/0.359/0.075 ms 2018-08-18 21:51:53,058 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Measuring TCP Throughput (packet size=65536)... 2018-08-18 21:51:53,058 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:03,182 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=19905.8750 real_seconds=10.00 rate_Mbps=16694.5604 tx_cpu=37 rx_cpu=55 retrans=0 cwnd=3137 rtt_ms=0.17 2018-08-18 21:52:03,184 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:13,282 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=24511.8843 real_seconds=10.00 rate_Mbps=20557.5691 tx_cpu=46 rx_cpu=62 retrans=0 cwnd=3137 rtt_ms=0.23 2018-08-18 21:52:13,282 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:23,378 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=19197.8125 real_seconds=10.00 rate_Mbps=16100.7969 tx_cpu=36 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.30 2018-08-18 21:52:23,379 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Measuring UDP Throughput (packet size=128)... 2018-08-18 21:52:23,379 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:26,708 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=25.8516 real_seconds=1.00 rate_Mbps=216.7221 tx_cpu=19 rx_cpu=35 drop=105 pkt=211881 data_loss=0.04949 2018-08-18 21:52:26,710 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=128 throughput=1<221923/5000000<10000000 Kbps loss-rate=0 2018-08-18 21:52:26,710 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R665769K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:30,035 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=27.1298 real_seconds=1.00 rate_Mbps=227.3168 tx_cpu=17 rx_cpu=35 drop=0 pkt=222247 data_loss=0.00000 2018-08-18 21:52:30,035 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=128 throughput=1<232772/665769<665769 Kbps loss-rate=0 2018-08-18 21:52:30,036 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R449270K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:33,363 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=28.8615 real_seconds=1.00 rate_Mbps=241.7296 tx_cpu=19 rx_cpu=36 drop=387 pkt=236821 data_loss=0.16362 2018-08-18 21:52:33,364 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=128 throughput=1<247531/449270<449270 Kbps loss-rate=0 2018-08-18 21:52:33,364 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R348400K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:36,692 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=27.4424 real_seconds=1.00 rate_Mbps=229.8522 tx_cpu=21 rx_cpu=37 drop=0 pkt=224808 data_loss=0.00000 2018-08-18 21:52:36,692 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=128 throughput=1<235368/348400<348400 Kbps loss-rate=0 2018-08-18 21:52:36,693 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R291884K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:40,020 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=29.3362 real_seconds=1.00 rate_Mbps=245.7300 tx_cpu=20 rx_cpu=36 drop=0 pkt=240322 data_loss=0.00000 2018-08-18 21:52:40,020 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=128 throughput=1<251627/291884<291884 Kbps loss-rate=0 2018-08-18 21:52:40,021 DEBUG undershot, min=251627 kbps=271755 max=291884 2018-08-18 21:52:40,021 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R271755K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:43,347 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=29.0359 real_seconds=1.00 rate_Mbps=243.3065 tx_cpu=19 rx_cpu=33 drop=0 pkt=237862 data_loss=0.00000 2018-08-18 21:52:43,347 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=128 throughput=251627<249145/271755<291884 Kbps loss-rate=0 2018-08-18 21:52:43,347 DEBUG undershot, min=271755 kbps=281819 max=291884 2018-08-18 21:52:43,348 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R281819K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:46,700 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=28.5182 real_seconds=1.00 rate_Mbps=238.8529 tx_cpu=18 rx_cpu=36 drop=0 pkt=233621 data_loss=0.00000 2018-08-18 21:52:46,701 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=128 throughput=271755<244585/281819<291884 Kbps loss-rate=0 2018-08-18 21:52:46,701 DEBUG undershot, min=281819 kbps=286851 max=291884 2018-08-18 21:52:46,701 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Measuring UDP Throughput (packet size=1024)... 2018-08-18 21:52:46,702 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:50,054 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=202.0049 real_seconds=1.00 rate_Mbps=1693.1734 tx_cpu=31 rx_cpu=35 drop=0 pkt=206853 data_loss=0.00000 2018-08-18 21:52:50,054 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=1024 throughput=1<1733809/5000000<10000000 Kbps loss-rate=0 2018-08-18 21:52:50,055 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3366904K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:53,379 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=211.1455 real_seconds=1.00 rate_Mbps=1770.2043 tx_cpu=27 rx_cpu=34 drop=12 pkt=216225 data_loss=0.00554 2018-08-18 21:52:53,380 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=1024 throughput=1<1812689/3366904<3366904 Kbps loss-rate=0 2018-08-18 21:52:53,380 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2589796K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:52:56,706 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=220.8516 real_seconds=1.00 rate_Mbps=1850.9750 tx_cpu=34 rx_cpu=38 drop=404 pkt=226556 data_loss=0.17831 2018-08-18 21:52:56,707 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=1024 throughput=1<1895398/2589796<2589796 Kbps loss-rate=0 2018-08-18 21:52:56,707 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2242597K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:53:00,058 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=224.7842 real_seconds=1.00 rate_Mbps=1883.7295 tx_cpu=29 rx_cpu=38 drop=12 pkt=230191 data_loss=0.00520 2018-08-18 21:53:00,059 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=1024 throughput=1<1928939/2242597<2242597 Kbps loss-rate=0 2018-08-18 21:53:00,059 DEBUG undershot, min=1928939 kbps=2085768 max=2242597 2018-08-18 21:53:00,059 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2085768K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:53:03,388 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=193.4365 real_seconds=1.00 rate_Mbps=1621.1895 tx_cpu=35 rx_cpu=34 drop=0 pkt=198079 data_loss=0.00000 2018-08-18 21:53:03,388 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=1024 throughput=1928939<1660098/2085768<2242597 Kbps loss-rate=0 2018-08-18 21:53:03,389 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Measuring UDP Throughput (packet size=8192)... 2018-08-18 21:53:03,389 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:53:06,716 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=596.0391 real_seconds=1.00 rate_Mbps=5000.7732 tx_cpu=99 rx_cpu=21 drop=1 pkt=76294 data_loss=0.00131 2018-08-18 21:53:06,717 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=8192 throughput=1<5120791/5000000<10000000 Kbps loss-rate=0 2018-08-18 21:53:06,717 DEBUG undershot, min=5120791 kbps=7560395 max=10000000 2018-08-18 21:53:06,717 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7560395K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:53:10,069 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=899.4219 real_seconds=1.00 rate_Mbps=7545.7502 tx_cpu=99 rx_cpu=29 drop=237 pkt=115363 data_loss=0.20543 2018-08-18 21:53:10,069 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=8192 throughput=5120791<7726848/7560395<10000000 Kbps loss-rate=0 2018-08-18 21:53:10,069 DEBUG undershot, min=7726848 kbps=8863424 max=10000000 2018-08-18 21:53:10,070 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8863424K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:53:13,395 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=1053.6641 real_seconds=1.00 rate_Mbps=8839.8356 tx_cpu=97 rx_cpu=36 drop=376 pkt=135245 data_loss=0.27801 2018-08-18 21:53:13,396 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=8192 throughput=7726848<9051991/8863424<10000000 Kbps loss-rate=0 2018-08-18 21:53:13,396 DEBUG undershot, min=9051991 kbps=9525995 max=10000000 2018-08-18 21:53:13,396 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9525995K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:53:16,724 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] megabytes=1134.4375 real_seconds=1.00 rate_Mbps=9517.6364 tx_cpu=96 rx_cpu=37 drop=147 pkt=145355 data_loss=0.10113 2018-08-18 21:53:16,724 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] pkt-size=8192 throughput=9051991<9746059/9525995<10000000 Kbps loss-rate=0 2018-08-18 21:53:16,724 DEBUG undershot, min=9746059 kbps=9873029 max=10000000 2018-08-18 21:53:16,735 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.6', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.17, 'throughput_kbps': 17095229, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.23, 'throughput_kbps': 21050950, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.3, 'throughput_kbps': 16487216, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 244585, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1660098, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.1, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9746059, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.233', 'rtt_max_ms': '0.905', 'rtt_min_ms': '0.092', 'rtt_stddev': '0.229', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.143', 'rtt_max_ms': '0.236', 'rtt_min_ms': '0.113', 'rtt_stddev': '0.039', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.175', 'rtt_max_ms': '0.359', 'rtt_min_ms': '0.115', 'rtt_stddev': '0.075', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-18 21:53:16,736 INFO Deleting floating ip 1cf41055-f1a7-4a55-b328-5a665adc9288 2018-08-18 21:53:18,095 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Floating IP 172.30.9.204 deleted 2018-08-18 21:53:18,561 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Instance deleted 2018-08-18 21:53:18,676 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Creating client VM... 2018-08-18 21:53:18,676 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-18 21:53:23,285 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] VM status=BUILD, retrying 1 of 90... 2018-08-18 21:53:25,907 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] VM status=BUILD, retrying 2 of 90... 2018-08-18 21:53:28,234 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] VM status=BUILD, retrying 3 of 90... 2018-08-18 21:53:30,662 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] VM status=BUILD, retrying 4 of 90... 2018-08-18 21:53:33,234 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] VM status=BUILD, retrying 5 of 90... 2018-08-18 21:53:37,557 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Internal network IP: 192.168.2.5 2018-08-18 21:53:37,558 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] SSH IP: 172.30.9.204 2018-08-18 21:53:37,558 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Setup SSH for ubuntu@172.30.9.204 2018-08-18 21:55:17,067 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Installing nuttcp-8.1.4... 2018-08-18 21:55:17,109 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Copying nuttcp-8.1.4 to target... 2018-08-18 21:55:17,273 INFO ============================================================ 2018-08-18 21:55:17,273 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-08-18 21:55:26,344 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=1.36 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.712 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.209 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.146 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.138 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.191 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.388 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.249 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.314 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.234 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.138/0.394/1.365/0.361 ms 2018-08-18 21:55:35,389 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.237 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.178 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.178 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.333 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.371 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.365 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.318 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.259 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.192 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.316 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.178/0.274/0.371/0.074 ms 2018-08-18 21:55:44,457 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.491 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.201 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.218 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.173 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.264 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.234 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.269 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.276 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.164 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.178 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.164/0.246/0.491/0.092 ms 2018-08-18 21:55:44,458 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Measuring TCP Throughput (packet size=65536)... 2018-08-18 21:55:44,458 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:55:54,560 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=19996.0092 real_seconds=10.00 rate_Mbps=16771.7466 tx_cpu=38 rx_cpu=54 retrans=0 cwnd=3137 rtt_ms=0.44 2018-08-18 21:55:54,560 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:04,657 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=18159.2593 real_seconds=10.00 rate_Mbps=15229.5850 tx_cpu=35 rx_cpu=55 retrans=0 cwnd=3135 rtt_ms=0.20 2018-08-18 21:56:04,657 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:14,756 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=19685.0294 real_seconds=10.00 rate_Mbps=16511.1519 tx_cpu=36 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.27 2018-08-18 21:56:14,756 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Measuring UDP Throughput (packet size=128)... 2018-08-18 21:56:14,757 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:18,085 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=28.6406 real_seconds=1.00 rate_Mbps=240.3882 tx_cpu=21 rx_cpu=34 drop=11 pkt=234635 data_loss=0.00489 2018-08-18 21:56:18,086 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<246157/5000000<10000000 Kbps loss-rate=0 2018-08-18 21:56:18,086 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R738471K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:21,414 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=28.7302 real_seconds=1.00 rate_Mbps=240.5716 tx_cpu=21 rx_cpu=39 drop=531 pkt=235889 data_loss=0.22504 2018-08-18 21:56:21,415 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<246345/738471<738471 Kbps loss-rate=0 2018-08-18 21:56:21,415 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R492408K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:24,740 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=29.4500 real_seconds=1.00 rate_Mbps=246.7152 tx_cpu=18 rx_cpu=37 drop=0 pkt=241254 data_loss=0.00000 2018-08-18 21:56:24,741 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<252636/492408<492408 Kbps loss-rate=0 2018-08-18 21:56:24,741 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R372522K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:28,068 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=27.7961 real_seconds=1.00 rate_Mbps=232.9078 tx_cpu=19 rx_cpu=38 drop=0 pkt=227706 data_loss=0.00000 2018-08-18 21:56:28,069 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<238497/372522<372522 Kbps loss-rate=0 2018-08-18 21:56:28,069 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R305509K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:31,397 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=27.0798 real_seconds=1.00 rate_Mbps=226.7974 tx_cpu=17 rx_cpu=36 drop=569 pkt=222407 data_loss=0.25599 2018-08-18 21:56:31,397 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<232240/305509<305509 Kbps loss-rate=0 2018-08-18 21:56:31,398 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R268874K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:34,726 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=25.0438 real_seconds=1.00 rate_Mbps=209.7562 tx_cpu=22 rx_cpu=36 drop=0 pkt=205159 data_loss=0.00000 2018-08-18 21:56:34,727 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<214790/268874<268874 Kbps loss-rate=0 2018-08-18 21:56:34,727 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R241832K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:38,053 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=23.8014 real_seconds=1.00 rate_Mbps=199.2580 tx_cpu=22 rx_cpu=31 drop=33 pkt=195014 data_loss=0.01680 2018-08-18 21:56:38,054 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<204040/241832<241832 Kbps loss-rate=0 2018-08-18 21:56:38,054 DEBUG undershot, min=204040 kbps=222936 max=241832 2018-08-18 21:56:38,054 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R222936K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:41,382 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=26.4738 real_seconds=1.00 rate_Mbps=222.1173 tx_cpu=82 rx_cpu=34 drop=837 pkt=217711 data_loss=0.38456 2018-08-18 21:56:41,383 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=204040<227448/222936<241832 Kbps loss-rate=0 2018-08-18 21:56:41,383 DEBUG undershot, min=227448 kbps=234640 max=241832 2018-08-18 21:56:41,383 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R234640K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:44,733 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=27.9712 real_seconds=1.00 rate_Mbps=234.6548 tx_cpu=36 rx_cpu=39 drop=0 pkt=229140 data_loss=0.00000 2018-08-18 21:56:44,734 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=227448<240286/234640<241832 Kbps loss-rate=0 2018-08-18 21:56:44,734 DEBUG undershot, min=240286 kbps=241059 max=241832 2018-08-18 21:56:44,734 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Measuring UDP Throughput (packet size=1024)... 2018-08-18 21:56:44,735 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:48,085 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=209.1562 real_seconds=1.00 rate_Mbps=1753.4356 tx_cpu=29 rx_cpu=36 drop=0 pkt=214176 data_loss=0.00000 2018-08-18 21:56:48,086 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1<1795518/5000000<10000000 Kbps loss-rate=0 2018-08-18 21:56:48,086 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3397759K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:51,437 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=207.5977 real_seconds=1.00 rate_Mbps=1740.8252 tx_cpu=31 rx_cpu=35 drop=62 pkt=212642 data_loss=0.02913 2018-08-18 21:56:51,438 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1<1782605/3397759<3397759 Kbps loss-rate=0 2018-08-18 21:56:51,438 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2590182K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:54,766 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=219.3408 real_seconds=1.00 rate_Mbps=1839.0961 tx_cpu=28 rx_cpu=36 drop=0 pkt=224605 data_loss=0.00000 2018-08-18 21:56:54,766 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1<1883234/2590182<2590182 Kbps loss-rate=0 2018-08-18 21:56:54,766 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2236708K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:56:58,092 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=221.4297 real_seconds=1.00 rate_Mbps=1855.7406 tx_cpu=29 rx_cpu=35 drop=0 pkt=226744 data_loss=0.00000 2018-08-18 21:56:58,093 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1<1900278/2236708<2236708 Kbps loss-rate=0 2018-08-18 21:56:58,093 DEBUG undershot, min=1900278 kbps=2068493 max=2236708 2018-08-18 21:56:58,093 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2068493K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:57:01,421 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=221.6592 real_seconds=1.00 rate_Mbps=1858.5682 tx_cpu=29 rx_cpu=38 drop=944 pkt=227923 data_loss=0.41419 2018-08-18 21:57:01,422 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1900278<1903173/2068493<2236708 Kbps loss-rate=0 2018-08-18 21:57:01,422 DEBUG undershot, min=1903173 kbps=2069940 max=2236708 2018-08-18 21:57:01,422 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2069940K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:57:04,774 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=218.4482 real_seconds=1.00 rate_Mbps=1831.6634 tx_cpu=29 rx_cpu=35 drop=866 pkt=224557 data_loss=0.38565 2018-08-18 21:57:04,775 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1903173<1875623/2069940<2236708 Kbps loss-rate=0 2018-08-18 21:57:04,775 DEBUG undershot, min=2069940 kbps=2153324 max=2236708 2018-08-18 21:57:04,775 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2153324K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:57:08,103 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=206.3438 real_seconds=1.00 rate_Mbps=1729.8851 tx_cpu=27 rx_cpu=34 drop=593 pkt=211889 data_loss=0.27986 2018-08-18 21:57:08,103 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=2069940<1771402/2153324<2236708 Kbps loss-rate=0 2018-08-18 21:57:08,103 DEBUG undershot, min=2153324 kbps=2195016 max=2236708 2018-08-18 21:57:08,104 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Measuring UDP Throughput (packet size=8192)... 2018-08-18 21:57:08,104 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:57:11,456 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=594.3750 real_seconds=1.00 rate_Mbps=4985.8193 tx_cpu=99 rx_cpu=21 drop=214 pkt=76294 data_loss=0.28050 2018-08-18 21:57:11,456 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=8192 throughput=1<5105478/5000000<10000000 Kbps loss-rate=0 2018-08-18 21:57:11,457 DEBUG undershot, min=5105478 kbps=7552739 max=10000000 2018-08-18 21:57:11,457 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7552739K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:57:14,780 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=899.3359 real_seconds=1.00 rate_Mbps=7544.3502 tx_cpu=99 rx_cpu=29 drop=131 pkt=115246 data_loss=0.11368 2018-08-18 21:57:14,781 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=8192 throughput=5105478<7725414/7552739<10000000 Kbps loss-rate=0 2018-08-18 21:57:14,781 DEBUG undershot, min=7725414 kbps=8862707 max=10000000 2018-08-18 21:57:14,782 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8862707K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:57:18,133 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=1056.0859 real_seconds=1.00 rate_Mbps=8859.0555 tx_cpu=98 rx_cpu=33 drop=60 pkt=135239 data_loss=0.04437 2018-08-18 21:57:18,133 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=8192 throughput=7725414<9071672/8862707<10000000 Kbps loss-rate=0 2018-08-18 21:57:18,133 DEBUG undershot, min=9071672 kbps=9535836 max=10000000 2018-08-18 21:57:18,134 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9535836K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 21:57:21,461 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=1133.4531 real_seconds=1.00 rate_Mbps=9507.7232 tx_cpu=91 rx_cpu=35 drop=423 pkt=145505 data_loss=0.29071 2018-08-18 21:57:21,462 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=8192 throughput=9071672<9735908/9535836<10000000 Kbps loss-rate=0 2018-08-18 21:57:21,462 DEBUG undershot, min=9735908 kbps=9867954 max=10000000 2018-08-18 21:57:21,473 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.44, 'throughput_kbps': 17174268, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.2, 'throughput_kbps': 15595095, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.27, 'throughput_kbps': 16907419, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 240286, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.28, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1771402, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.29, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9735908, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.394', 'rtt_max_ms': '1.365', 'rtt_min_ms': '0.138', 'rtt_stddev': '0.361', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.274', 'rtt_max_ms': '0.371', 'rtt_min_ms': '0.178', 'rtt_stddev': '0.074', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.246', 'rtt_max_ms': '0.491', 'rtt_min_ms': '0.164', 'rtt_stddev': '0.092', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-18 21:57:21,475 INFO ============================================================ 2018-08-18 21:57:21,475 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-08-18 21:57:30,542 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] PING 172.30.9.203 (172.30.9.203) 64(92) bytes of data. 72 bytes from 172.30.9.203: icmp_seq=1 ttl=64 time=0.418 ms 72 bytes from 172.30.9.203: icmp_seq=2 ttl=64 time=0.165 ms 72 bytes from 172.30.9.203: icmp_seq=3 ttl=64 time=0.131 ms 72 bytes from 172.30.9.203: icmp_seq=4 ttl=64 time=0.102 ms 72 bytes from 172.30.9.203: icmp_seq=5 ttl=64 time=0.193 ms 72 bytes from 172.30.9.203: icmp_seq=6 ttl=64 time=0.259 ms 72 bytes from 172.30.9.203: icmp_seq=7 ttl=64 time=0.303 ms 72 bytes from 172.30.9.203: icmp_seq=8 ttl=64 time=0.352 ms 72 bytes from 172.30.9.203: icmp_seq=9 ttl=64 time=0.167 ms 72 bytes from 172.30.9.203: icmp_seq=10 ttl=64 time=0.118 ms --- 172.30.9.203 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.102/0.220/0.418/0.103 ms 2018-08-18 21:57:39,586 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] PING 172.30.9.203 (172.30.9.203) 391(419) bytes of data. 399 bytes from 172.30.9.203: icmp_seq=1 ttl=64 time=0.123 ms 399 bytes from 172.30.9.203: icmp_seq=2 ttl=64 time=0.177 ms 399 bytes from 172.30.9.203: icmp_seq=3 ttl=64 time=0.142 ms 399 bytes from 172.30.9.203: icmp_seq=4 ttl=64 time=0.111 ms 399 bytes from 172.30.9.203: icmp_seq=5 ttl=64 time=0.162 ms 399 bytes from 172.30.9.203: icmp_seq=6 ttl=64 time=0.284 ms 399 bytes from 172.30.9.203: icmp_seq=7 ttl=64 time=0.105 ms 399 bytes from 172.30.9.203: icmp_seq=8 ttl=64 time=0.101 ms 399 bytes from 172.30.9.203: icmp_seq=9 ttl=64 time=0.126 ms 399 bytes from 172.30.9.203: icmp_seq=10 ttl=64 time=0.115 ms --- 172.30.9.203 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.101/0.144/0.284/0.053 ms 2018-08-18 21:57:48,630 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] PING 172.30.9.203 (172.30.9.203) 1500(1528) bytes of data. 1508 bytes from 172.30.9.203: icmp_seq=1 ttl=64 time=0.345 ms 1508 bytes from 172.30.9.203: icmp_seq=2 ttl=64 time=0.137 ms 1508 bytes from 172.30.9.203: icmp_seq=3 ttl=64 time=0.133 ms 1508 bytes from 172.30.9.203: icmp_seq=4 ttl=64 time=0.121 ms 1508 bytes from 172.30.9.203: icmp_seq=5 ttl=64 time=0.121 ms 1508 bytes from 172.30.9.203: icmp_seq=6 ttl=64 time=0.134 ms 1508 bytes from 172.30.9.203: icmp_seq=7 ttl=64 time=0.134 ms 1508 bytes from 172.30.9.203: icmp_seq=8 ttl=64 time=0.126 ms 1508 bytes from 172.30.9.203: icmp_seq=9 ttl=64 time=0.125 ms 1508 bytes from 172.30.9.203: icmp_seq=10 ttl=64 time=0.133 ms --- 172.30.9.203 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.121/0.150/0.345/0.066 ms 2018-08-18 21:57:48,631 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Measuring TCP Throughput (packet size=65536)... 2018-08-18 21:57:48,631 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:57:58,730 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=18800.7500 real_seconds=10.00 rate_Mbps=15768.2761 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.52 2018-08-18 21:57:58,731 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:08,831 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=22810.2500 real_seconds=10.00 rate_Mbps=19130.4618 tx_cpu=42 rx_cpu=60 retrans=0 cwnd=3137 rtt_ms=0.27 2018-08-18 21:58:08,831 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:18,929 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=19725.8125 real_seconds=10.00 rate_Mbps=16545.3512 tx_cpu=35 rx_cpu=48 retrans=0 cwnd=3137 rtt_ms=0.15 2018-08-18 21:58:18,930 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Measuring UDP Throughput (packet size=128)... 2018-08-18 21:58:18,930 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:22,259 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=33.3567 real_seconds=1.00 rate_Mbps=280.0136 tx_cpu=21 rx_cpu=34 drop=77 pkt=273335 data_loss=0.02817 2018-08-18 21:58:22,259 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<286733/5000000<10000000 Kbps loss-rate=0 2018-08-18 21:58:22,260 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R860199K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:25,585 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=28.3058 real_seconds=1.00 rate_Mbps=237.0202 tx_cpu=19 rx_cpu=35 drop=140 pkt=232021 data_loss=0.06038 2018-08-18 21:58:25,585 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<242708/860199<860199 Kbps loss-rate=0 2018-08-18 21:58:25,586 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R551453K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:28,910 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=31.6964 real_seconds=1.00 rate_Mbps=265.4794 tx_cpu=21 rx_cpu=36 drop=698 pkt=260355 data_loss=0.26808 2018-08-18 21:58:28,910 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<271850/551453<551453 Kbps loss-rate=0 2018-08-18 21:58:28,911 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R411651K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:32,263 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=31.7004 real_seconds=1.00 rate_Mbps=265.5770 tx_cpu=21 rx_cpu=39 drop=0 pkt=259690 data_loss=0.00000 2018-08-18 21:58:32,264 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<271950/411651<411651 Kbps loss-rate=0 2018-08-18 21:58:32,264 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R341800K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:35,591 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=33.7135 real_seconds=1.00 rate_Mbps=282.4605 tx_cpu=22 rx_cpu=37 drop=4 pkt=276185 data_loss=0.00148 2018-08-18 21:58:35,591 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=1<289239/341800<341800 Kbps loss-rate=0 2018-08-18 21:58:35,592 DEBUG undershot, min=289239 kbps=315519 max=341800 2018-08-18 21:58:35,592 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R315519K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:38,945 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=26.8927 real_seconds=1.00 rate_Mbps=225.3087 tx_cpu=19 rx_cpu=34 drop=244 pkt=220549 data_loss=0.11069 2018-08-18 21:58:38,945 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=128 throughput=289239<230716/315519<341800 Kbps loss-rate=0 2018-08-18 21:58:38,945 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Measuring UDP Throughput (packet size=1024)... 2018-08-18 21:58:38,946 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:42,298 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=223.2236 real_seconds=1.00 rate_Mbps=1871.3828 tx_cpu=31 rx_cpu=36 drop=0 pkt=228581 data_loss=0.00000 2018-08-18 21:58:42,298 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1<1916295/5000000<10000000 Kbps loss-rate=0 2018-08-18 21:58:42,299 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3458147K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:45,626 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=216.7383 real_seconds=1.00 rate_Mbps=1816.7971 tx_cpu=34 rx_cpu=34 drop=0 pkt=221940 data_loss=0.00000 2018-08-18 21:58:45,626 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1<1860400/3458147<3458147 Kbps loss-rate=0 2018-08-18 21:58:45,627 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2659273K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:48,954 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=238.2275 real_seconds=1.00 rate_Mbps=1996.8898 tx_cpu=31 rx_cpu=36 drop=0 pkt=243945 data_loss=0.00000 2018-08-18 21:58:48,954 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1<2044815/2659273<2659273 Kbps loss-rate=0 2018-08-18 21:58:48,955 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2352044K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:52,278 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=222.6309 real_seconds=1.00 rate_Mbps=1866.5215 tx_cpu=35 rx_cpu=36 drop=0 pkt=227974 data_loss=0.00000 2018-08-18 21:58:52,279 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1<1911318/2352044<2352044 Kbps loss-rate=0 2018-08-18 21:58:52,279 DEBUG undershot, min=1911318 kbps=2131681 max=2352044 2018-08-18 21:58:52,279 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2131681K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:55,630 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=220.5137 real_seconds=1.00 rate_Mbps=1847.7222 tx_cpu=29 rx_cpu=38 drop=0 pkt=225806 data_loss=0.00000 2018-08-18 21:58:55,631 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=1911318<1892067/2131681<2352044 Kbps loss-rate=0 2018-08-18 21:58:55,631 DEBUG undershot, min=2131681 kbps=2241862 max=2352044 2018-08-18 21:58:55,631 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2241862K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:58:58,958 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=220.3633 real_seconds=1.00 rate_Mbps=1847.5620 tx_cpu=36 rx_cpu=34 drop=208 pkt=225860 data_loss=0.09208 2018-08-18 21:58:58,958 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=1024 throughput=2131681<1891903/2241862<2352044 Kbps loss-rate=0 2018-08-18 21:58:58,958 DEBUG undershot, min=2241862 kbps=2296953 max=2352044 2018-08-18 21:58:58,959 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Measuring UDP Throughput (packet size=8192)... 2018-08-18 21:58:58,959 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:59:02,288 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=595.9688 real_seconds=1.00 rate_Mbps=4999.5382 tx_cpu=99 rx_cpu=22 drop=10 pkt=76294 data_loss=0.01310 2018-08-18 21:59:02,288 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=8192 throughput=1<5119527/5000000<10000000 Kbps loss-rate=0 2018-08-18 21:59:02,288 DEBUG undershot, min=5119527 kbps=7559763 max=10000000 2018-08-18 21:59:02,289 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7559763K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:59:05,616 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=901.1953 real_seconds=1.00 rate_Mbps=7559.8725 tx_cpu=99 rx_cpu=28 drop=0 pkt=115353 data_loss=0.00000 2018-08-18 21:59:05,616 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=8192 throughput=5119527<7741309/7559763<10000000 Kbps loss-rate=0 2018-08-18 21:59:05,617 DEBUG undershot, min=7741309 kbps=8870654 max=10000000 2018-08-18 21:59:05,617 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8870654K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:59:08,969 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=1054.5000 real_seconds=1.00 rate_Mbps=8846.1144 tx_cpu=95 rx_cpu=35 drop=380 pkt=135356 data_loss=0.28075 2018-08-18 21:59:08,970 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=8192 throughput=7741309<9058421/8870654<10000000 Kbps loss-rate=0 2018-08-18 21:59:08,970 DEBUG undershot, min=9058421 kbps=9529210 max=10000000 2018-08-18 21:59:08,970 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9529210K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 21:59:12,324 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] megabytes=1131.1797 real_seconds=1.00 rate_Mbps=9480.9357 tx_cpu=67 rx_cpu=34 drop=271 pkt=145062 data_loss=0.18682 2018-08-18 21:59:12,324 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] pkt-size=8192 throughput=9058421<9708478/9529210<10000000 Kbps loss-rate=0 2018-08-18 21:59:12,325 DEBUG undershot, min=9708478 kbps=9854239 max=10000000 2018-08-18 21:59:12,335 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'172.30.9.203', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.52, 'throughput_kbps': 16146714, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.27, 'throughput_kbps': 19589592, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.15, 'throughput_kbps': 16942439, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.11, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 230716, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.09, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1891903, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.19, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9708478, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.220', 'rtt_max_ms': '0.418', 'rtt_min_ms': '0.102', 'rtt_stddev': '0.103', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.144', 'rtt_max_ms': '0.284', 'rtt_min_ms': '0.101', 'rtt_stddev': '0.053', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.150', 'rtt_max_ms': '0.345', 'rtt_min_ms': '0.121', 'rtt_stddev': '0.066', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-18 21:59:12,336 INFO Deleting floating ip 80c3b0e5-257e-4a6d-82a6-b4d64de3a85e 2018-08-18 21:59:13,820 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Floating IP 172.30.9.204 deleted 2018-08-18 21:59:14,285 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a822] Instance deleted 2018-08-18 21:59:14,349 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Creating client VM... 2018-08-18 21:59:14,349 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-18 21:59:17,082 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 1 of 90... 2018-08-18 21:59:19,387 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 2 of 90... 2018-08-18 21:59:22,104 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 3 of 90... 2018-08-18 21:59:24,759 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 4 of 90... 2018-08-18 21:59:27,361 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 5 of 90... 2018-08-18 21:59:29,898 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 6 of 90... 2018-08-18 21:59:32,307 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 7 of 90... 2018-08-18 21:59:34,676 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 8 of 90... 2018-08-18 21:59:37,105 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 9 of 90... 2018-08-18 21:59:39,268 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 10 of 90... 2018-08-18 21:59:41,672 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 11 of 90... 2018-08-18 21:59:43,825 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 12 of 90... 2018-08-18 21:59:46,175 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 13 of 90... 2018-08-18 21:59:48,768 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 14 of 90... 2018-08-18 21:59:51,793 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 15 of 90... 2018-08-18 21:59:53,946 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 16 of 90... 2018-08-18 21:59:56,640 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 17 of 90... 2018-08-18 21:59:58,984 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 18 of 90... 2018-08-18 22:00:01,130 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 19 of 90... 2018-08-18 22:00:03,539 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 20 of 90... 2018-08-18 22:00:05,865 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 21 of 90... 2018-08-18 22:00:08,278 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 22 of 90... 2018-08-18 22:00:10,426 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 23 of 90... 2018-08-18 22:00:12,821 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 24 of 90... 2018-08-18 22:00:15,509 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 25 of 90... 2018-08-18 22:00:17,909 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 26 of 90... 2018-08-18 22:00:20,559 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 27 of 90... 2018-08-18 22:00:23,152 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 28 of 90... 2018-08-18 22:00:25,484 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 29 of 90... 2018-08-18 22:00:27,630 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 30 of 90... 2018-08-18 22:00:29,784 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 31 of 90... 2018-08-18 22:00:32,496 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 32 of 90... 2018-08-18 22:00:34,643 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 33 of 90... 2018-08-18 22:00:36,794 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 34 of 90... 2018-08-18 22:00:39,385 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 35 of 90... 2018-08-18 22:00:41,531 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 36 of 90... 2018-08-18 22:00:43,971 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 37 of 90... 2018-08-18 22:00:46,117 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 38 of 90... 2018-08-18 22:00:48,262 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 39 of 90... 2018-08-18 22:00:50,682 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 40 of 90... 2018-08-18 22:00:53,054 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 41 of 90... 2018-08-18 22:00:55,208 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 42 of 90... 2018-08-18 22:00:57,360 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] VM status=BUILD, retrying 43 of 90... 2018-08-18 22:01:01,867 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Internal network IP: 192.168.1.7 2018-08-18 22:01:01,867 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] SSH IP: 172.30.9.201 2018-08-18 22:01:01,867 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Setup SSH for ubuntu@172.30.9.201 2018-08-18 22:02:39,347 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Installing nuttcp-8.1.4... 2018-08-18 22:02:39,392 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Copying nuttcp-8.1.4 to target... 2018-08-18 22:02:39,560 INFO ============================================================ 2018-08-18 22:02:39,560 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-08-18 22:02:48,607 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=1.61 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.378 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.268 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.160 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.206 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.155 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.166 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.191 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.311 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.315 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.155/0.376/1.610/0.417 ms 2018-08-18 22:02:57,647 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.177 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.217 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.169 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.142 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.151 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.206 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.189 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.215 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.179 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.159 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.142/0.180/0.217/0.027 ms 2018-08-18 22:03:06,691 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.533 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.215 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.222 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.353 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.317 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.282 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.218 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.368 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.285 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.234 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.215/0.302/0.533/0.095 ms 2018-08-18 22:03:06,692 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Measuring TCP Throughput (packet size=65536)... 2018-08-18 22:03:06,692 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:03:16,817 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=7043.1503 real_seconds=10.00 rate_Mbps=5906.9397 tx_cpu=10 rx_cpu=19 retrans=20 cwnd=548 rtt_ms=0.52 2018-08-18 22:03:16,818 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:03:26,916 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=6802.6628 real_seconds=10.00 rate_Mbps=5705.1413 tx_cpu=10 rx_cpu=17 retrans=7 cwnd=536 rtt_ms=0.44 2018-08-18 22:03:26,917 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:03:37,017 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=6935.0065 real_seconds=10.00 rate_Mbps=5816.2848 tx_cpu=10 rx_cpu=18 retrans=20 cwnd=488 rtt_ms=0.44 2018-08-18 22:03:37,017 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Measuring UDP Throughput (packet size=128)... 2018-08-18 22:03:37,018 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:03:40,344 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=29.9098 real_seconds=0.99 rate_Mbps=252.4003 tx_cpu=20 rx_cpu=34 drop=6527 pkt=251548 data_loss=2.59456 2018-08-18 22:03:40,345 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=128 throughput=1<258457/5000000<10000000 Kbps loss-rate=2 2018-08-18 22:03:40,345 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R775371K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:03:43,697 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=30.0209 real_seconds=1.00 rate_Mbps=251.4803 tx_cpu=20 rx_cpu=32 drop=4882 pkt=250813 data_loss=1.94632 2018-08-18 22:03:43,697 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=128 throughput=1<257515/775371<775371 Kbps loss-rate=1 2018-08-18 22:03:43,698 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R516443K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:03:47,025 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=30.3961 real_seconds=1.00 rate_Mbps=254.7172 tx_cpu=20 rx_cpu=34 drop=0 pkt=249005 data_loss=0.00000 2018-08-18 22:03:47,026 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=128 throughput=1<260830/516443<516443 Kbps loss-rate=0 2018-08-18 22:03:47,026 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R388636K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:03:50,353 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=30.0801 real_seconds=1.00 rate_Mbps=251.4133 tx_cpu=22 rx_cpu=32 drop=15279 pkt=261695 data_loss=5.83844 2018-08-18 22:03:50,354 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=128 throughput=1<257447/388636<388636 Kbps loss-rate=5 2018-08-18 22:03:50,354 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R323041K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:03:53,705 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=30.6337 real_seconds=1.00 rate_Mbps=256.0028 tx_cpu=20 rx_cpu=33 drop=3931 pkt=254882 data_loss=1.54210 2018-08-18 22:03:53,706 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=128 throughput=1<262146/323041<323041 Kbps loss-rate=1 2018-08-18 22:03:53,706 DEBUG undershot, min=262146 kbps=292593 max=323041 2018-08-18 22:03:53,707 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R292593K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:03:57,032 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=29.2961 real_seconds=1.00 rate_Mbps=245.4858 tx_cpu=20 rx_cpu=34 drop=135 pkt=240129 data_loss=0.05629 2018-08-18 22:03:57,033 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=128 throughput=262146<251377/292593<323041 Kbps loss-rate=0 2018-08-18 22:03:57,033 DEBUG undershot, min=292593 kbps=307817 max=323041 2018-08-18 22:03:57,034 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R307817K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:00,386 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=28.3142 real_seconds=1.00 rate_Mbps=237.2115 tx_cpu=19 rx_cpu=34 drop=0 pkt=231950 data_loss=0.00000 2018-08-18 22:04:00,386 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=128 throughput=292593<242904/307817<323041 Kbps loss-rate=0 2018-08-18 22:04:00,387 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Measuring UDP Throughput (packet size=1024)... 2018-08-18 22:04:00,387 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:03,714 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=216.3301 real_seconds=1.00 rate_Mbps=1812.7541 tx_cpu=38 rx_cpu=33 drop=148 pkt=221670 data_loss=0.06675 2018-08-18 22:04:03,714 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=1024 throughput=1<1856260/5000000<10000000 Kbps loss-rate=0 2018-08-18 22:04:03,715 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3428130K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:07,041 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=220.5967 real_seconds=1.00 rate_Mbps=1849.5096 tx_cpu=32 rx_cpu=33 drop=40 pkt=225931 data_loss=0.01768 2018-08-18 22:04:07,041 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=1024 throughput=1<1893897/3428130<3428130 Kbps loss-rate=0 2018-08-18 22:04:07,042 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2661013K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:10,394 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=231.8809 real_seconds=1.00 rate_Mbps=1944.0592 tx_cpu=45 rx_cpu=32 drop=13336 pkt=250782 data_loss=5.31775 2018-08-18 22:04:10,395 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=1024 throughput=1<1990716/2661013<2661013 Kbps loss-rate=5 2018-08-18 22:04:10,395 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2325864K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:13,747 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=236.4922 real_seconds=1.00 rate_Mbps=1982.3674 tx_cpu=45 rx_cpu=34 drop=272 pkt=242440 data_loss=0.11218 2018-08-18 22:04:13,747 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=1024 throughput=1<2029944/2325864<2325864 Kbps loss-rate=0 2018-08-18 22:04:13,748 DEBUG undershot, min=2029944 kbps=2177904 max=2325864 2018-08-18 22:04:13,748 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2177904K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:17,100 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=242.5771 real_seconds=1.00 rate_Mbps=2034.1177 tx_cpu=43 rx_cpu=35 drop=4360 pkt=252759 data_loss=1.72500 2018-08-18 22:04:17,100 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=1024 throughput=2029944<2082936/2177904<2325864 Kbps loss-rate=1 2018-08-18 22:04:17,100 DEBUG undershot, min=2082936 kbps=2204400 max=2325864 2018-08-18 22:04:17,101 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2204400K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:20,451 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=236.1250 real_seconds=1.00 rate_Mbps=1980.2769 tx_cpu=37 rx_cpu=34 drop=266 pkt=242058 data_loss=0.10991 2018-08-18 22:04:20,452 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=1024 throughput=2082936<2027803/2204400<2325864 Kbps loss-rate=0 2018-08-18 22:04:20,452 DEBUG undershot, min=2204400 kbps=2265132 max=2325864 2018-08-18 22:04:20,452 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2265132K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:23,779 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=241.1875 real_seconds=1.00 rate_Mbps=2021.4485 tx_cpu=44 rx_cpu=34 drop=269 pkt=247245 data_loss=0.10880 2018-08-18 22:04:23,779 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=1024 throughput=2204400<2069963/2265132<2325864 Kbps loss-rate=0 2018-08-18 22:04:23,779 DEBUG undershot, min=2265132 kbps=2295498 max=2325864 2018-08-18 22:04:23,779 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Measuring UDP Throughput (packet size=8192)... 2018-08-18 22:04:23,780 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:27,132 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=342.1719 real_seconds=1.00 rate_Mbps=2870.1620 tx_cpu=98 rx_cpu=15 drop=32496 pkt=76294 data_loss=42.59312 2018-08-18 22:04:27,133 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=8192 throughput=1<2939045/5000000<10000000 Kbps loss-rate=42 2018-08-18 22:04:27,133 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3969522K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:30,485 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=335.3750 real_seconds=1.00 rate_Mbps=2808.8241 tx_cpu=99 rx_cpu=13 drop=17642 pkt=60570 data_loss=29.12663 2018-08-18 22:04:30,486 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=8192 throughput=1<2876235/3969522<3969522 Kbps loss-rate=29 2018-08-18 22:04:30,486 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3422878K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:33,814 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=346.2500 real_seconds=1.00 rate_Mbps=2900.1241 tx_cpu=99 rx_cpu=13 drop=7909 pkt=52229 data_loss=15.14294 2018-08-18 22:04:33,814 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=8192 throughput=1<2969727/3422878<3422878 Kbps loss-rate=15 2018-08-18 22:04:33,814 DEBUG overshot, min=1 kbps=2969727 max=3422878 2018-08-18 22:04:33,815 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2969727K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:37,142 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=353.3750 real_seconds=1.00 rate_Mbps=2964.3095 tx_cpu=99 rx_cpu=15 drop=83 pkt=45315 data_loss=0.18315 2018-08-18 22:04:37,143 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=8192 throughput=1<3035452/2969727<3422878 Kbps loss-rate=0 2018-08-18 22:04:37,143 DEBUG undershot, min=3035452 kbps=3229165 max=3422878 2018-08-18 22:04:37,143 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3229165K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:04:40,495 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] megabytes=375.7734 real_seconds=1.00 rate_Mbps=3152.0175 tx_cpu=99 rx_cpu=13 drop=1174 pkt=49273 data_loss=2.38265 2018-08-18 22:04:40,495 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] pkt-size=8192 throughput=3035452<3227665/3229165<3422878 Kbps loss-rate=2 2018-08-18 22:04:40,507 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.7', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 20, 'rtt_ms': 0.52, 'throughput_kbps': 6048706, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 7, 'rtt_ms': 0.44, 'throughput_kbps': 5842064, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 20, 'rtt_ms': 0.44, 'throughput_kbps': 5955875, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 242904, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.11, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2069963, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.38, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3227665, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.376', 'rtt_max_ms': '1.610', 'rtt_min_ms': '0.155', 'rtt_stddev': '0.417', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.180', 'rtt_max_ms': '0.217', 'rtt_min_ms': '0.142', 'rtt_stddev': '0.027', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.302', 'rtt_max_ms': '0.533', 'rtt_min_ms': '0.215', 'rtt_stddev': '0.095', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-18 22:04:40,510 INFO Deleting floating ip be5e48f3-e180-41ab-9bf8-5301dd6273c5 2018-08-18 22:04:41,917 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Floating IP 172.30.9.201 deleted 2018-08-18 22:04:42,388 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a823] Instance deleted 2018-08-18 22:04:42,420 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Creating client VM... 2018-08-18 22:04:42,421 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-18 22:04:46,039 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] VM status=BUILD, retrying 1 of 90... 2018-08-18 22:04:48,450 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] VM status=BUILD, retrying 2 of 90... 2018-08-18 22:04:51,029 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] VM status=BUILD, retrying 3 of 90... 2018-08-18 22:04:53,879 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] VM status=BUILD, retrying 4 of 90... 2018-08-18 22:04:56,643 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] VM status=BUILD, retrying 5 of 90... 2018-08-18 22:05:00,709 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Internal network IP: 192.168.2.4 2018-08-18 22:05:00,709 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] SSH IP: 172.30.9.205 2018-08-18 22:05:00,709 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Setup SSH for ubuntu@172.30.9.205 2018-08-18 22:06:40,196 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Installing nuttcp-8.1.4... 2018-08-18 22:06:40,239 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Copying nuttcp-8.1.4 to target... 2018-08-18 22:06:40,408 INFO ============================================================ 2018-08-18 22:06:40,408 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-08-18 22:06:49,454 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=1.34 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.645 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.309 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.367 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.341 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.378 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.343 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.270 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.306 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.309 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.270/0.461/1.348/0.312 ms 2018-08-18 22:06:58,495 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.406 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.274 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.171 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.187 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.171 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.271 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.203 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.202 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.168 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.412 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.168/0.246/0.412/0.090 ms 2018-08-18 22:07:07,538 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.738 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.528 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.412 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.534 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.712 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.535 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.311 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.523 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.648 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.432 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.311/0.537/0.738/0.128 ms 2018-08-18 22:07:07,539 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Measuring TCP Throughput (packet size=65536)... 2018-08-18 22:07:07,540 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:07:17,641 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=6817.1162 real_seconds=10.00 rate_Mbps=5717.4309 tx_cpu=10 rx_cpu=17 retrans=8 cwnd=543 rtt_ms=0.43 2018-08-18 22:07:17,641 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:07:27,739 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=6999.9375 real_seconds=10.00 rate_Mbps=5870.5895 tx_cpu=10 rx_cpu=18 retrans=34 cwnd=621 rtt_ms=0.23 2018-08-18 22:07:27,740 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:07:37,840 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=7192.8958 real_seconds=10.00 rate_Mbps=6032.5630 tx_cpu=11 rx_cpu=19 retrans=11 cwnd=532 rtt_ms=0.26 2018-08-18 22:07:37,841 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Measuring UDP Throughput (packet size=128)... 2018-08-18 22:07:37,841 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:07:41,193 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=32.8435 real_seconds=1.00 rate_Mbps=276.5325 tx_cpu=23 rx_cpu=33 drop=2220 pkt=271274 data_loss=0.81837 2018-08-18 22:07:41,194 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=128 throughput=1<283169/5000000<10000000 Kbps loss-rate=0 2018-08-18 22:07:41,194 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R849507K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:07:44,520 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=31.2858 real_seconds=1.00 rate_Mbps=262.4094 tx_cpu=24 rx_cpu=33 drop=762 pkt=257055 data_loss=0.29638 2018-08-18 22:07:44,520 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=128 throughput=1<268707/849507<849507 Kbps loss-rate=0 2018-08-18 22:07:44,521 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R559107K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:07:47,847 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=33.3865 real_seconds=1.00 rate_Mbps=280.4548 tx_cpu=22 rx_cpu=32 drop=1741 pkt=275243 data_loss=0.63246 2018-08-18 22:07:47,848 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=128 throughput=1<287185/559107<559107 Kbps loss-rate=0 2018-08-18 22:07:47,848 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R423146K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:07:51,177 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=32.1111 real_seconds=1.00 rate_Mbps=268.9069 tx_cpu=20 rx_cpu=32 drop=2758 pkt=265812 data_loss=1.03767 2018-08-18 22:07:51,177 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=128 throughput=1<275360/423146<423146 Kbps loss-rate=1 2018-08-18 22:07:51,178 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R349253K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:07:54,506 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=33.4138 real_seconds=1.00 rate_Mbps=280.0059 tx_cpu=23 rx_cpu=31 drop=0 pkt=273726 data_loss=0.00000 2018-08-18 22:07:54,506 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=128 throughput=1<286726/349253<349253 Kbps loss-rate=0 2018-08-18 22:07:54,507 DEBUG undershot, min=286726 kbps=317989 max=349253 2018-08-18 22:07:54,507 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R317989K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:07:57,833 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=31.4550 real_seconds=1.00 rate_Mbps=263.4744 tx_cpu=22 rx_cpu=32 drop=7043 pkt=264722 data_loss=2.66040 2018-08-18 22:07:57,833 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=128 throughput=286726<269797/317989<349253 Kbps loss-rate=2 2018-08-18 22:07:57,834 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Measuring UDP Throughput (packet size=1024)... 2018-08-18 22:07:57,834 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:01,185 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=245.4258 real_seconds=1.00 rate_Mbps=2057.1514 tx_cpu=43 rx_cpu=34 drop=201 pkt=251517 data_loss=0.07992 2018-08-18 22:08:01,186 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=1024 throughput=1<2106523/5000000<10000000 Kbps loss-rate=0 2018-08-18 22:08:01,186 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3553261K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:04,512 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=261.5127 real_seconds=1.00 rate_Mbps=2194.5131 tx_cpu=35 rx_cpu=36 drop=605 pkt=268394 data_loss=0.22541 2018-08-18 22:08:04,513 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=1024 throughput=1<2247181/3553261<3553261 Kbps loss-rate=0 2018-08-18 22:08:04,513 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2900221K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:07,865 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=271.6396 real_seconds=1.00 rate_Mbps=2278.0133 tx_cpu=35 rx_cpu=35 drop=797 pkt=278956 data_loss=0.28574 2018-08-18 22:08:07,865 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=1024 throughput=1<2332685/2900221<2900221 Kbps loss-rate=0 2018-08-18 22:08:07,866 DEBUG undershot, min=2332685 kbps=2616453 max=2900221 2018-08-18 22:08:07,866 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2616453K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:11,221 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=254.5508 real_seconds=1.00 rate_Mbps=2129.7340 tx_cpu=44 rx_cpu=34 drop=164 pkt=260824 data_loss=0.06286 2018-08-18 22:08:11,221 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=1024 throughput=2332685<2180847/2616453<2900221 Kbps loss-rate=0 2018-08-18 22:08:11,221 DEBUG undershot, min=2616453 kbps=2758337 max=2900221 2018-08-18 22:08:11,222 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2758337K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:14,573 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=257.4121 real_seconds=1.00 rate_Mbps=2157.5536 tx_cpu=43 rx_cpu=34 drop=1681 pkt=265271 data_loss=0.63369 2018-08-18 22:08:14,573 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=1024 throughput=2616453<2209334/2758337<2900221 Kbps loss-rate=0 2018-08-18 22:08:14,574 DEBUG undershot, min=2758337 kbps=2829279 max=2900221 2018-08-18 22:08:14,574 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Measuring UDP Throughput (packet size=8192)... 2018-08-18 22:08:14,574 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:17,900 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=362.9688 real_seconds=1.00 rate_Mbps=3039.9781 tx_cpu=99 rx_cpu=13 drop=29834 pkt=76294 data_loss=39.10399 2018-08-18 22:08:17,900 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=8192 throughput=1<3112937/5000000<10000000 Kbps loss-rate=39 2018-08-18 22:08:17,901 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4056468K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:21,224 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=362.9922 real_seconds=1.00 rate_Mbps=3040.4021 tx_cpu=99 rx_cpu=14 drop=15434 pkt=61897 data_loss=24.93497 2018-08-18 22:08:21,224 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=8192 throughput=1<3113371/4056468<4056468 Kbps loss-rate=24 2018-08-18 22:08:21,225 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3584919K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:24,553 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=368.2500 real_seconds=1.00 rate_Mbps=3088.3915 tx_cpu=99 rx_cpu=13 drop=7566 pkt=54702 data_loss=13.83131 2018-08-18 22:08:24,553 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=8192 throughput=1<3162512/3584919<3584919 Kbps loss-rate=13 2018-08-18 22:08:24,554 DEBUG overshot, min=1 kbps=3162512 max=3584919 2018-08-18 22:08:24,554 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3162512K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:27,880 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=376.6328 real_seconds=1.00 rate_Mbps=3159.4787 tx_cpu=99 rx_cpu=14 drop=47 pkt=48256 data_loss=0.09740 2018-08-18 22:08:27,880 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=8192 throughput=1<3235306/3162512<3584919 Kbps loss-rate=0 2018-08-18 22:08:27,881 DEBUG undershot, min=3235306 kbps=3410112 max=3584919 2018-08-18 22:08:27,881 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3410112K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:31,232 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=375.3047 real_seconds=1.00 rate_Mbps=3143.3143 tx_cpu=99 rx_cpu=14 drop=3995 pkt=52034 data_loss=7.67766 2018-08-18 22:08:31,233 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=8192 throughput=3235306<3218753/3410112<3584919 Kbps loss-rate=7 2018-08-18 22:08:31,233 DEBUG overshot, min=3235306 kbps=3218753 max=3410112 2018-08-18 22:08:31,233 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3218753K -p5001 -P5002 -fparse 192.168.1.4 2018-08-18 22:08:34,560 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] megabytes=380.6328 real_seconds=1.00 rate_Mbps=3193.1231 tx_cpu=99 rx_cpu=13 drop=393 pkt=49114 data_loss=0.80018 2018-08-18 22:08:34,561 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] pkt-size=8192 throughput=3235306<3269758/3218753<3410112 Kbps loss-rate=0 2018-08-18 22:08:34,561 DEBUG undershot, min=3269758 kbps=3339935 max=3410112 2018-08-18 22:08:34,572 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.4', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 8, 'rtt_ms': 0.43, 'throughput_kbps': 5854649, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 34, 'rtt_ms': 0.23, 'throughput_kbps': 6011483, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 11, 'rtt_ms': 0.26, 'throughput_kbps': 6177344, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.66, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 269797, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.63, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2209334, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.8, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3269758, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.461', 'rtt_max_ms': '1.348', 'rtt_min_ms': '0.270', 'rtt_stddev': '0.312', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.246', 'rtt_max_ms': '0.412', 'rtt_min_ms': '0.168', 'rtt_stddev': '0.090', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.537', 'rtt_max_ms': '0.738', 'rtt_min_ms': '0.311', 'rtt_stddev': '0.128', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-18 22:08:34,574 INFO ============================================================ 2018-08-18 22:08:34,574 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-08-18 22:08:53,716 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] ERROR cmd=ping -c 10 -s 64 172.30.9.203 2018-08-18 22:08:53,716 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] PING 172.30.9.203 (172.30.9.203) 64(92) bytes of data. --- 172.30.9.203 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-08-18 22:09:12,832 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] ERROR cmd=ping -c 10 -s 391 172.30.9.203 2018-08-18 22:09:12,832 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] PING 172.30.9.203 (172.30.9.203) 391(419) bytes of data. --- 172.30.9.203 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9070ms 2018-08-18 22:09:31,902 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] ERROR cmd=ping -c 10 -s 1500 172.30.9.203 2018-08-18 22:09:31,902 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] PING 172.30.9.203 (172.30.9.203) 1500(1528) bytes of data. --- 172.30.9.203 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 8999ms 2018-08-18 22:09:31,902 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Measuring TCP Throughput (packet size=65536)... 2018-08-18 22:09:31,903 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 22:10:01,978 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205 2018-08-18 22:10:01,979 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 22:10:32,017 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205 2018-08-18 22:10:32,018 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 22:11:02,055 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205 2018-08-18 22:11:02,055 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Measuring UDP Throughput (packet size=128)... 2018-08-18 22:11:02,056 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 22:11:23,085 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205 2018-08-18 22:11:23,086 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Measuring UDP Throughput (packet size=1024)... 2018-08-18 22:11:23,086 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 22:11:44,112 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205 2018-08-18 22:11:44,112 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Measuring UDP Throughput (packet size=8192)... 2018-08-18 22:11:44,113 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-08-18 22:12:05,143 INFO [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205 2018-08-18 22:12:05,151 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.4', 'ip_to': u'172.30.9.203', 'results': [ { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203" on host 172.30.9.205', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'error': 'ping failed', 'packet_size': 64}, { 'error': 'ping failed', 'packet_size': 391}, { 'error': 'ping failed', 'packet_size': 1500}], 'tool': 'ping'}]} 2018-08-18 22:12:05,152 INFO Deleting floating ip c816cfe9-027b-42ad-8d96-0d740d343272 2018-08-18 22:12:06,542 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Floating IP 172.30.9.205 deleted 2018-08-18 22:12:07,013 DEBUG [TestClient_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a824] Instance deleted 2018-08-18 22:12:07,077 INFO Cleaning up... 2018-08-18 22:12:07,078 DEBUG [TestServer_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a821] Terminating nuttcp-8.1.4 2018-08-18 22:27:47,577 ERROR [Errno 110] Operation timed out Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1255, in main run_vmtp(opts) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1217, in run_vmtp vmtp_instance.run() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 489, in run self.teardown() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 446, in teardown self.server.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 106, in dispose self.tp_tool.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_tool.py", line 77, in dispose self.instance.ssh.kill_proc(self.pid) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 384, in kill_proc self.execute(cmd) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 241, in run timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 247, in _run session = transport.open_session() File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 767, in open_session timeout=timeout) File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 891, in open_channel raise e error: [Errno 110] Operation timed out 2018-08-18 22:27:47,998 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp_genchart', '-c', '/home/opnfv/functest/results/vmtp/vmtp.html', '/home/opnfv/functest/results/vmtp/vmtp.json'] Error: No such file %s: /home/opnfv/functest/results/vmtp/vmtp.json 2018-08-18 22:27:48,118 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 22:27:48,119 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 42:03 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-18 22:27:48,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 22:27:48,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2325168c219d0d1407bc1de7ebf66c15b138e964" 2018-08-18 22:27:48,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-340eae65-cecb-4efc-9059-46a0c0e3b26f Date: Sat, 18 Aug 2018 22:27:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "created_at": "2018-08-18T21:45:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:46:04Z", "revision_number": 4, "routes": [], "project_id": "9fbdea2e9f0d4939bee1962b641e7642", "id": "d464b3fd-15ac-4fd7-8b7a-b8900bf34434", "name": "vmtp-router_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}]} 2018-08-18 22:27:48,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-340eae65-cecb-4efc-9059-46a0c0e3b26f 2018-08-18 22:27:48,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.617347002029s 2018-08-18 22:27:48,739 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-340eae65-cecb-4efc-9059-46a0c0e3b26f 2018-08-18 22:27:48,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 22:27:48,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/d464b3fd-15ac-4fd7-8b7a-b8900bf34434.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2325168c219d0d1407bc1de7ebf66c15b138e964" 2018-08-18 22:27:49,077 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 129 X-Openstack-Request-Id: req-bc844e16-fa6d-4802-b39c-a2e73ecf83de Date: Sat, 18 Aug 2018 22:27:49 GMT RESP BODY: {"NeutronError": {"message": "Router d464b3fd-15ac-4fd7-8b7a-b8900bf34434 still has ports", "type": "RouterInUse", "detail": ""}} 2018-08-18 22:27:49,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/d464b3fd-15ac-4fd7-8b7a-b8900bf34434.json used request id req-bc844e16-fa6d-4802-b39c-a2e73ecf83de 2018-08-18 22:27:49,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 0.336084127426s 2018-08-18 22:27:49,078 - functest.core.tenantnetwork - ERROR - cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 250, in clean self.cloud.delete_router(self.router.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4410, in delete_router error_message="Error deleting router {0}".format(name_or_id)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error deleting router d464b3fd-15ac-4fd7-8b7a-b8900bf34434. (409) Client Error for url: http://172.30.9.28:9696/v2.0/routers/d464b3fd-15ac-4fd7-8b7a-b8900bf34434.json Router d464b3fd-15ac-4fd7-8b7a-b8900bf34434 still has ports 2018-08-18 22:27:49,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 22:27:49,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2325168c219d0d1407bc1de7ebf66c15b138e964" 2018-08-18 22:27:49,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-b4bbd278-e3f0-413e-a7b0-99cd48c20772 Date: Sat, 18 Aug 2018 22:27:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T21:45:53Z", "file": "/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036/file", "owner": "9fbdea2e9f0d4939bee1962b641e7642", "id": "ba6abaa9-8245-43b7-b314-18d3f3688036", "size": 263324160, "self": "/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/ba6abaa9-8245-43b7-b314-18d3f3688036/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/ba6abaa9-8245-43b7-b314-18d3f3688036/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "vmtp-img_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T21:45:48Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 22:27:49,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b4bbd278-e3f0-413e-a7b0-99cd48c20772 2018-08-18 22:27:49,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.785264015198s 2018-08-18 22:27:49,899 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b4bbd278-e3f0-413e-a7b0-99cd48c20772 2018-08-18 22:27:49,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 22:27:49,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2325168c219d0d1407bc1de7ebf66c15b138e964" 2018-08-18 22:27:50,582 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0863edee-b0d4-4e6d-92d2-c5ee2348116d Date: Sat, 18 Aug 2018 22:27: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-18 22:27:50,583 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036 used request id req-0863edee-b0d4-4e6d-92d2-c5ee2348116d 2018-08-18 22:27:50,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.681793928146s 2018-08-18 22:27:50,583 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ba6abaa9-8245-43b7-b314-18d3f3688036 used request id req-0863edee-b0d4-4e6d-92d2-c5ee2348116d 2018-08-18 22:27:50,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 22:27:50,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 22:27:50,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27: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-da40cd42-d425-44b6-a4c8-3f550613fa69 x-compute-request-id: req-da40cd42-d425-44b6-a4c8-3f550613fa69 Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/41ed2382-b432-4793-84ed-ff0685ff1689", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/41ed2382-b432-4793-84ed-ff0685ff1689", "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": "41ed2382-b432-4793-84ed-ff0685ff1689"}]} 2018-08-18 22:27:50,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-da40cd42-d425-44b6-a4c8-3f550613fa69 2018-08-18 22:27:50,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.311326026917s 2018-08-18 22:27:50,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-da40cd42-d425-44b6-a4c8-3f550613fa69 2018-08-18 22:27:50,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 22:27:50,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/41ed2382-b432-4793-84ed-ff0685ff1689 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 22:27:50,965 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 22:27: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-d7453ec6-d6a6-454c-a3c1-3015fa6d91d1 x-compute-request-id: req-d7453ec6-d6a6-454c-a3c1-3015fa6d91d1 Content-Length: 0 Content-Type: application/json 2018-08-18 22:27:50,965 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/41ed2382-b432-4793-84ed-ff0685ff1689 used request id req-d7453ec6-d6a6-454c-a3c1-3015fa6d91d1 2018-08-18 22:27:50,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0678849220276s 2018-08-18 22:27:50,966 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/41ed2382-b432-4793-84ed-ff0685ff1689 used request id req-d7453ec6-d6a6-454c-a3c1-3015fa6d91d1 2018-08-18 22:27:50,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 22:27:50,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 22:27:51,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f11ea649-0fbb-43b5-99da-0dd0cbe47a6c Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmtp-user_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "links": {"self": "http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2457adc548fe4852859b5d2bb21d7c5a", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 22:27:51,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f11ea649-0fbb-43b5-99da-0dd0cbe47a6c 2018-08-18 22:27:51,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210374116898s 2018-08-18 22:27:51,177 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f11ea649-0fbb-43b5-99da-0dd0cbe47a6c 2018-08-18 22:27:51,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 22:27:51,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 22:27:51,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a618e1-81ff-48f7-8e3e-fefb1629e50f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82", "links": {"self": "http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2457adc548fe4852859b5d2bb21d7c5a", "description": null}} 2018-08-18 22:27:51,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a used request id req-d2a618e1-81ff-48f7-8e3e-fefb1629e50f 2018-08-18 22:27:51,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214230060577s 2018-08-18 22:27:51,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a used request id req-d2a618e1-81ff-48f7-8e3e-fefb1629e50f 2018-08-18 22:27:51,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 22:27:51,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 22:27:51,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 22:27:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ff1224d-1762-40e6-ab26-e503385cc4fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 22:27:51,702 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a used request id req-5ff1224d-1762-40e6-ab26-e503385cc4fc 2018-08-18 22:27:51,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.303985118866s 2018-08-18 22:27:51,703 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/2457adc548fe4852859b5d2bb21d7c5a used request id req-5ff1224d-1762-40e6-ab26-e503385cc4fc 2018-08-18 22:27:51,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 22:27:51,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 22:27:51,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2c6734-853f-4a78-b035-5ae2e14c5345 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642"}, "tags": [], "enabled": true, "id": "9fbdea2e9f0d4939bee1962b641e7642", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 22:27:51,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-bb2c6734-853f-4a78-b035-5ae2e14c5345 2018-08-18 22:27:51,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190286874771s 2018-08-18 22:27:51,899 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-bb2c6734-853f-4a78-b035-5ae2e14c5345 2018-08-18 22:27:51,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 22:27:51,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8cf4d8c3d90ca4a2af46d7058875289f2c5e0ede" 2018-08-18 22:27:52,136 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 22:27:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-620c7d2d-3744-47db-bb16-c3aa3f0bf9b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 22:27:52,136 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642 used request id req-620c7d2d-3744-47db-bb16-c3aa3f0bf9b1 2018-08-18 22:27:52,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.232578992844s 2018-08-18 22:27:52,137 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9fbdea2e9f0d4939bee1962b641e7642 used request id req-620c7d2d-3744-47db-bb16-c3aa3f0bf9b1 2018-08-18 22:27:52,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 22:27:52,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2325168c219d0d1407bc1de7ebf66c15b138e964" 2018-08-18 22:27:52,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2093 X-Openstack-Request-Id: req-a891b9c2-a396-4254-aecc-108a2b138839 Date: Sat, 18 Aug 2018 22:27:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4c96f8b4-8ea7-415a-87a9-8087a6f0f94b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9fbdea2e9f0d4939bee1962b641e7642","status":"ACTIVE","subnets":["deee57ff-1b09-4644-943d-a6efed907d3c"],"description":"","tags":[],"updated_at":"2018-08-18T21:46:00Z","provider:segmentation_id":57,"name":"pns-internal-net2_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82","admin_state_up":true,"tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:46:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f46e1fdc-f771-4b18-831b-fc00d663f175","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9fbdea2e9f0d4939bee1962b641e7642","status":"ACTIVE","subnets":["cba4509c-6895-4cba-b007-d505030e765f"],"description":"","tags":[],"updated_at":"2018-08-18T21:45:59Z","provider:segmentation_id":27,"name":"pns-internal-net_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82","admin_state_up":true,"tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:45:59Z","provider:network_type":"vxlan"}]} 2018-08-18 22:27:52,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a891b9c2-a396-4254-aecc-108a2b138839 2018-08-18 22:27:52,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0855178833008s 2018-08-18 22:27:52,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a891b9c2-a396-4254-aecc-108a2b138839 2018-08-18 22:27:52,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 22:27:52,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/f46e1fdc-f771-4b18-831b-fc00d663f175.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2325168c219d0d1407bc1de7ebf66c15b138e964" 2018-08-18 22:27:52,341 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 205 X-Openstack-Request-Id: req-374faf39-091d-4959-9c87-254c3091e756 Date: Sat, 18 Aug 2018 22:27:52 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on network f46e1fdc-f771-4b18-831b-fc00d663f175. There are one or more ports still in use on the network.", "type": "NetworkInUse", "detail": ""}} 2018-08-18 22:27:52,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/f46e1fdc-f771-4b18-831b-fc00d663f175.json used request id req-374faf39-091d-4959-9c87-254c3091e756 2018-08-18 22:27:52,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.116117954254s 2018-08-18 22:27:52,342 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-18 22:27:52,402 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-18 22:27:52,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 22:27:52,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 22:27:52,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 22:27:52,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 22:27:52,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 22:27:52,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 22:27:52,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 22:27:52,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 22:27:52,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 22:27:52,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 22:27:52,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 22:27:52,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 22:27:52,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 22:27:52,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 22:27:52,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 22:27:52,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a5f34ef-9f17-4a54-a11c-ed6f758d8544 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 22:27:52,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8a5f34ef-9f17-4a54-a11c-ed6f758d8544 2018-08-18 22:27:52,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 22:27:52,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T23:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["2eszW5j6Tq-ILUlo_1Kjhg"], "issued_at": "2018-08-18T22:27:52.000000Z"}} 2018-08-18 22:27:52,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 22:27:52,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:27:53,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-eaeb33ce-2e51-45eb-a6a2-cec61e507083 Date: Sat, 18 Aug 2018 22:27:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 22:27:53,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eaeb33ce-2e51-45eb-a6a2-cec61e507083 2018-08-18 22:27:53,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.333641052246s 2018-08-18 22:27:53,204 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eaeb33ce-2e51-45eb-a6a2-cec61e507083 2018-08-18 22:27:53,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 22:27:53,213 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 22:27:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62c729b4-4949-41cb-a333-7bcb8aadd80f 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 22:27:53,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-62c729b4-4949-41cb-a333-7bcb8aadd80f 2018-08-18 22:27:53,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 22:27:53,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:27:53,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6563536-93e4-45c8-aa27-4f35b97b1394 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 22:27:53,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-a6563536-93e4-45c8-aa27-4f35b97b1394 2018-08-18 22:27:53,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.170663833618s 2018-08-18 22:27:53,385 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-a6563536-93e4-45c8-aa27-4f35b97b1394 2018-08-18 22:27:53,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 22:27:53,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_2738d0a0-aba7-4003-98a3-770d78473079"}}' 2018-08-18 22:27:53,536 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 22:27:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9b23966-e952-4327-b4d4-151ac78b026f 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.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd"}, "tags": [], "enabled": true, "id": "33ca56ab084d482b9b40704865ec73bd", "parent_id": "default", "domain_id": "default", "name": "shaker-project_2738d0a0-aba7-4003-98a3-770d78473079"}} 2018-08-18 22:27:53,537 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e9b23966-e952-4327-b4d4-151ac78b026f 2018-08-18 22:27:53,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.144575834274s 2018-08-18 22:27:53,537 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e9b23966-e952-4327-b4d4-151ac78b026f 2018-08-18 22:27:53,538 - 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'33ca56ab084d482b9b40704865ec73bd', '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_2738d0a0-aba7-4003-98a3-770d78473079'}) 2018-08-18 22:27:53,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 22:27:53,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a959f1d9-97a6-4945-bd46-aa49ae0777c8", "email": null, "name": "shaker-user_2738d0a0-aba7-4003-98a3-770d78473079"}}' 2018-08-18 22:27:53,918 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 22:27:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d6ceab4-dbb6-4ab5-9f36-3b261f308c15 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_2738d0a0-aba7-4003-98a3-770d78473079", "links": {"self": "http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b89dedf8420743578669221204362a53", "domain_id": "default", "password_expires_at": null}} 2018-08-18 22:27:53,918 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-4d6ceab4-dbb6-4ab5-9f36-3b261f308c15 2018-08-18 22:27:53,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.374521970749s 2018-08-18 22:27:53,919 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-4d6ceab4-dbb6-4ab5-9f36-3b261f308c15 2018-08-18 22:27:53,919 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b89dedf8420743578669221204362a53', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_2738d0a0-aba7-4003-98a3-770d78473079'}) 2018-08-18 22:27:53,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 22:27:53,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:27:54,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e1923b1-9c30-43a1-8c66-d5a8f329f018 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 22:27:54,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9e1923b1-9c30-43a1-8c66-d5a8f329f018 2018-08-18 22:27:54,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106803178787s 2018-08-18 22:27:54,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9e1923b1-9c30-43a1-8c66-d5a8f329f018 2018-08-18 22:27:54,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 22:27:54,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:27:54,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-171ac701-ba93-4576-9eb3-4a5defa13d51 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 22:27:54,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-171ac701-ba93-4576-9eb3-4a5defa13d51 2018-08-18 22:27:54,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186091899872s 2018-08-18 22:27:54,221 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-171ac701-ba93-4576-9eb3-4a5defa13d51 2018-08-18 22:27:54,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 22:27:54,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:27:54,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4abefde-b2a1-48eb-9272-230e15347db6 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 22:27:54,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f4abefde-b2a1-48eb-9272-230e15347db6 2018-08-18 22:27:54,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106852054596s 2018-08-18 22:27:54,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f4abefde-b2a1-48eb-9272-230e15347db6 2018-08-18 22:27:54,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 22:27:54,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:27:54,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df47c6c9-1284-4624-b061-5ea052796d55 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 22:27:54,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-df47c6c9-1284-4624-b061-5ea052796d55 2018-08-18 22:27:54,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.237477064133s 2018-08-18 22:27:54,576 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-df47c6c9-1284-4624-b061-5ea052796d55 2018-08-18 22:27:54,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 22:27:54,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:27:54,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a5f1eec-4f65-4cb6-8212-d7188f20dcf5 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_2738d0a0-aba7-4003-98a3-770d78473079", "links": {"self": "http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b89dedf8420743578669221204362a53", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 22:27:54,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7a5f1eec-4f65-4cb6-8212-d7188f20dcf5 2018-08-18 22:27:54,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197691917419s 2018-08-18 22:27:54,775 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7a5f1eec-4f65-4cb6-8212-d7188f20dcf5 2018-08-18 22:27:54,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 22:27:54,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:27:54,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38a948ae-19b7-44bd-9817-3fa5dd32cfaa Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd"}, "tags": [], "enabled": true, "id": "33ca56ab084d482b9b40704865ec73bd", "parent_id": "default", "domain_id": "default", "name": "shaker-project_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:27:54,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-38a948ae-19b7-44bd-9817-3fa5dd32cfaa 2018-08-18 22:27:54,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191874027252s 2018-08-18 22:27:54,978 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-38a948ae-19b7-44bd-9817-3fa5dd32cfaa 2018-08-18 22:27:54,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 22:27:54,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=33ca56ab084d482b9b40704865ec73bd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:27:55,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5476712-3c8f-47ad-a94e-b67a8c45bb58 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=33ca56ab084d482b9b40704865ec73bd", "previous": null, "next": null}} 2018-08-18 22:27:55,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=33ca56ab084d482b9b40704865ec73bd used request id req-a5476712-3c8f-47ad-a94e-b67a8c45bb58 2018-08-18 22:27:55,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104537010193s 2018-08-18 22:27:55,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=33ca56ab084d482b9b40704865ec73bd used request id req-a5476712-3c8f-47ad-a94e-b67a8c45bb58 2018-08-18 22:27:55,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 22:27:55,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd/users/b89dedf8420743578669221204362a53/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:27:55,228 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 22:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f16edc49-c112-456a-9042-ba37b6643913 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 22:27:55,228 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd/users/b89dedf8420743578669221204362a53/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-f16edc49-c112-456a-9042-ba37b6643913 2018-08-18 22:27:55,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.133872032166s 2018-08-18 22:27:55,228 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd/users/b89dedf8420743578669221204362a53/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-f16edc49-c112-456a-9042-ba37b6643913 2018-08-18 22:27:55,229 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_2738d0a0-aba7-4003-98a3-770d78473079', 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'33ca56ab084d482b9b40704865ec73bd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'a959f1d9-97a6-4945-bd46-aa49ae0777c8', 'username': u'shaker-user_2738d0a0-aba7-4003-98a3-770d78473079', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 22:27:55,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 22:27:55,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 22:27:55,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 22:27:55,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 22:27:55,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 22:27:55,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 22:27:55,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 22:27:55,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 22:27:55,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 22:27:55,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 22:27:55,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 22:27:55,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 22:27:55,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 22:27:55,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 22:27:55,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 22:27:55,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 22:27:55,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 22:27:55,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 22:27:55,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 22:27:55,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 22:27:55,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 22:27:55,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 22:27:55,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 22:27:55,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 22:27:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 22:27:55,235 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_2738d0a0-aba7-4003-98a3-770d78473079', 'password': 'a959f1d9-97a6-4945-bd46-aa49ae0777c8', 'project_name': 'shaker-project_2738d0a0-aba7-4003-98a3-770d78473079', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '33ca56ab084d482b9b40704865ec73bd', 'project_domain_name': 'Default'} 2018-08-18 22:27:55,235 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-18 22:27:55,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 22:27:55,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:27:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4431adf5-5753-40e1-bc03-bfe77d94f367 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 22:27:55,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4431adf5-5753-40e1-bc03-bfe77d94f367 2018-08-18 22:27:55,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 22:27:55,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-18T23:27:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33ca56ab084d482b9b40704865ec73bd", "name": "shaker-project_2738d0a0-aba7-4003-98a3-770d78473079"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/33ca56ab084d482b9b40704865ec73bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/33ca56ab084d482b9b40704865ec73bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/33ca56ab084d482b9b40704865ec73bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/33ca56ab084d482b9b40704865ec73bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/33ca56ab084d482b9b40704865ec73bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/33ca56ab084d482b9b40704865ec73bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_33ca56ab084d482b9b40704865ec73bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_33ca56ab084d482b9b40704865ec73bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_2738d0a0-aba7-4003-98a3-770d78473079", "id": "b89dedf8420743578669221204362a53"}, "audit_ids": ["aMuFvQV3Tr2zNVbAzpmGJA"], "issued_at": "2018-08-18T22:27:55.000000Z"}} 2018-08-18 22:27:55,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 22:27:55,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"network": {"name": "shaker-net_2738d0a0-aba7-4003-98a3-770d78473079", "admin_state_up": true}}' 2018-08-18 22:27:56,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-a9d2fd7f-3eb1-447a-89b3-43e61ff53a2f Date: Sat, 18 Aug 2018 22:27:56 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:27:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-18T22:27:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"33ca56ab084d482b9b40704865ec73bd","id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","name":"shaker-net_2738d0a0-aba7-4003-98a3-770d78473079"}} 2018-08-18 22:27:56,404 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a9d2fd7f-3eb1-447a-89b3-43e61ff53a2f 2018-08-18 22:27:56,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.750082969666s 2018-08-18 22:27:56,404 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a9d2fd7f-3eb1-447a-89b3-43e61ff53a2f 2018-08-18 22:27:56,405 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T22:27:56Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'7e994525-1fdf-4b22-bc20-98a3e92225c2', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_2738d0a0-aba7-4003-98a3-770d78473079', u'admin_state_up': True, u'tenant_id': u'33ca56ab084d482b9b40704865ec73bd', u'created_at': u'2018-08-18T22:27:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'33ca56ab084d482b9b40704865ec73bd'}) 2018-08-18 22:27:56,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 22:27:56,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:27:56,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-cb05221d-4032-4f86-ba05-80b866b05835 Date: Sat, 18 Aug 2018 22:27:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T22:27:56Z","tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:27:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"33ca56ab084d482b9b40704865ec73bd","id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","name":"shaker-net_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:27:56,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-cb05221d-4032-4f86-ba05-80b866b05835 2018-08-18 22:27:56,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.136230945587s 2018-08-18 22:27:56,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-cb05221d-4032-4f86-ba05-80b866b05835 2018-08-18 22:27:56,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 22:27:56,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"subnet": {"name": "shaker-subnet_2738d0a0-aba7-4003-98a3-770d78473079", "enable_dhcp": true, "network_id": "7e994525-1fdf-4b22-bc20-98a3e92225c2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 22:27:57,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-af377467-53c7-4cd4-b686-189f2d5c4ffb Date: Sat, 18 Aug 2018 22:27:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:27:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T22:27:56Z","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":"33ca56ab084d482b9b40704865ec73bd","id":"6704693b-b032-4a26-8b5a-1d170c3f2b51","subnetpool_id":null,"name":"shaker-subnet_2738d0a0-aba7-4003-98a3-770d78473079"}} 2018-08-18 22:27:57,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-af377467-53c7-4cd4-b686-189f2d5c4ffb 2018-08-18 22:27:57,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.600904941559s 2018-08-18 22:27:57,145 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-af377467-53c7-4cd4-b686-189f2d5c4ffb 2018-08-18 22:27:57,145 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T22:27: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'6704693b-b032-4a26-8b5a-1d170c3f2b51', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_2738d0a0-aba7-4003-98a3-770d78473079', u'enable_dhcp': True, u'network_id': u'7e994525-1fdf-4b22-bc20-98a3e92225c2', u'tenant_id': u'33ca56ab084d482b9b40704865ec73bd', u'created_at': u'2018-08-18T22:27: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'33ca56ab084d482b9b40704865ec73bd'}) 2018-08-18 22:27:57,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 22:27:57,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "shaker-router_2738d0a0-aba7-4003-98a3-770d78473079", "admin_state_up": true}}' 2018-08-18 22:27:58,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-23a85f51-2ab7-4e9c-bf5d-9d8adf11ddf3 Date: Sat, 18 Aug 2018 22:27:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:27:57Z", "admin_state_up": true, "updated_at": "2018-08-18T22:27:58Z", "revision_number": 2, "routes": [], "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "47488b1d-dd63-4017-8a87-102691868940", "name": "shaker-router_2738d0a0-aba7-4003-98a3-770d78473079"}} 2018-08-18 22:27:58,442 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-23a85f51-2ab7-4e9c-bf5d-9d8adf11ddf3 2018-08-18 22:27:58,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.29634094238s 2018-08-18 22:27:58,443 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-23a85f51-2ab7-4e9c-bf5d-9d8adf11ddf3 2018-08-18 22:27:58,443 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'33ca56ab084d482b9b40704865ec73bd', u'created_at': u'2018-08-18T22:27:57Z', u'admin_state_up': True, u'updated_at': u'2018-08-18T22:27:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'33ca56ab084d482b9b40704865ec73bd', u'id': u'47488b1d-dd63-4017-8a87-102691868940', u'name': u'shaker-router_2738d0a0-aba7-4003-98a3-770d78473079'}) 2018-08-18 22:27:58,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 22:27:58,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/47488b1d-dd63-4017-8a87-102691868940/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"subnet_id": "6704693b-b032-4a26-8b5a-1d170c3f2b51"}' 2018-08-18 22:28:00,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e94da8ba-3fa4-489e-95a5-0434d7629f40 Date: Sat, 18 Aug 2018 22:28:00 GMT RESP BODY: {"network_id": "7e994525-1fdf-4b22-bc20-98a3e92225c2", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "subnet_id": "6704693b-b032-4a26-8b5a-1d170c3f2b51", "subnet_ids": ["6704693b-b032-4a26-8b5a-1d170c3f2b51"], "port_id": "64300533-b034-4919-99ea-fcc2dae635af", "id": "47488b1d-dd63-4017-8a87-102691868940"} 2018-08-18 22:28:00,415 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/47488b1d-dd63-4017-8a87-102691868940/add_router_interface.json used request id req-e94da8ba-3fa4-489e-95a5-0434d7629f40 2018-08-18 22:28:00,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.97114300728s 2018-08-18 22:28:00,415 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/47488b1d-dd63-4017-8a87-102691868940/add_router_interface.json used request id req-e94da8ba-3fa4-489e-95a5-0434d7629f40 returning object 47488b1d-dd63-4017-8a87-102691868940 2018-08-18 22:28:00,416 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-18 22:28:04,045 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-18 22:28:04,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 22:28:04,054 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 22:28:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 22:28:04,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 22:28:04,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:04,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4fa55575-1701-4d14-97e9-d40cb30f5e78 Date: Sat, 18 Aug 2018 22:28:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 22:28:04,346 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4fa55575-1701-4d14-97e9-d40cb30f5e78 2018-08-18 22:28:04,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.289962053299s 2018-08-18 22:28:04,346 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4fa55575-1701-4d14-97e9-d40cb30f5e78 2018-08-18 22:28:04,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 22:28:04,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_2738d0a0-aba7-4003-98a3-770d78473079", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_2738d0a0-aba7-4003-98a3-770d78473079"}' 2018-08-18 22:28:04,405 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2181a695-1145-4e1e-8356-56232900a34a Date: Sat, 18 Aug 2018 22:28:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T22:28:04Z", "file": "/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/file", "owner": "33ca56ab084d482b9b40704865ec73bd", "id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "size": null, "self": "/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_2738d0a0-aba7-4003-98a3-770d78473079", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_2738d0a0-aba7-4003-98a3-770d78473079", "checksum": null, "created_at": "2018-08-18T22:28:04Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 22:28:04,405 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2181a695-1145-4e1e-8356-56232900a34a 2018-08-18 22:28:04,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.050794839859s 2018-08-18 22:28:04,405 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2181a695-1145-4e1e-8356-56232900a34a returning object 0811858f-35f9-4278-b423-bb3d4cbd7d91 2018-08-18 22:28:04,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 22:28:04,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '' 2018-08-18 22:28:14,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ebe0c9ec-391b-4101-a143-20f4b8fc9046 Date: Sat, 18 Aug 2018 22:28:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 22:28:14,691 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/file used request id req-ebe0c9ec-391b-4101-a143-20f4b8fc9046 2018-08-18 22:28:14,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 10.2852520943s 2018-08-18 22:28:14,691 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/file used request id req-ebe0c9ec-391b-4101-a143-20f4b8fc9046 2018-08-18 22:28:14,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 22:28:14,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:14,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-5a639e03-2c74-49be-82bf-7a7ab51dd22c Date: Sat, 18 Aug 2018 22:28:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T22:28:14Z", "file": "/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/file", "owner": "33ca56ab084d482b9b40704865ec73bd", "id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "size": 666173440, "self": "/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_2738d0a0-aba7-4003-98a3-770d78473079", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_2738d0a0-aba7-4003-98a3-770d78473079", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-18T22:28:04Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 22:28:14,733 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5a639e03-2c74-49be-82bf-7a7ab51dd22c 2018-08-18 22:28:14,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0373909473419s 2018-08-18 22:28:14,733 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5a639e03-2c74-49be-82bf-7a7ab51dd22c 2018-08-18 22:28:14,735 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/file', 'owner': u'33ca56ab084d482b9b40704865ec73bd', 'id': u'0811858f-35f9-4278-b423-bb3d4cbd7d91', 'size': 666173440, u'self': u'/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'33ca56ab084d482b9b40704865ec73bd', 'name': 'shaker-project_2738d0a0-aba7-4003-98a3-770d78473079', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T22:28:14Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T22:28:14Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_2738d0a0-aba7-4003-98a3-770d78473079', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', 'properties': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_2738d0a0-aba7-4003-98a3-770d78473079', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_2738d0a0-aba7-4003-98a3-770d78473079', 'created': u'2018-08-18T22:28:04Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-18T22:28:04Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', 'metadata': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_2738d0a0-aba7-4003-98a3-770d78473079', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-18 22:28:14,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 22:28:14,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_2738d0a0-aba7-4003-98a3-770d78473079", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-18 22:28:15,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39b21c6b-7691-4b27-b3d4-8d55946790e1 x-compute-request-id: req-39b21c6b-7691-4b27-b3d4-8d55946790e1 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_2738d0a0-aba7-4003-98a3-770d78473079", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "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": "74f9192d-8d4a-4af4-97f5-46abd9758967"}} 2018-08-18 22:28:15,074 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-39b21c6b-7691-4b27-b3d4-8d55946790e1 2018-08-18 22:28:15,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.33757185936s 2018-08-18 22:28:15,074 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-39b21c6b-7691-4b27-b3d4-8d55946790e1 2018-08-18 22:28:15,075 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_2738d0a0-aba7-4003-98a3-770d78473079', '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'916340bf06fe4cb5a723b53dc60090de', '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'74f9192d-8d4a-4af4-97f5-46abd9758967', 'swap': 0}) 2018-08-18 22:28:15,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 22:28:15,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967/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}ad74c6226a9194348254a4be2fd204c87e7edda9" -d '{"extra_specs": {}}' 2018-08-18 22:28:15,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-5ddedb14-79d2-4271-b752-14d2df5da113 x-compute-request-id: req-5ddedb14-79d2-4271-b752-14d2df5da113 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 22:28:15,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967/os-extra_specs used request id req-5ddedb14-79d2-4271-b752-14d2df5da113 2018-08-18 22:28:15,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0265629291534s 2018-08-18 22:28:15,102 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967/os-extra_specs used request id req-5ddedb14-79d2-4271-b752-14d2df5da113 2018-08-18 22:28:15,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 22:28:15,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"keypair": {"name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079"}}' 2018-08-18 22:28:15,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-ea81fe43-583a-40ea-956d-a2c7983a32d3 x-compute-request-id: req-ea81fe43-583a-40ea-956d-a2c7983a32d3 Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDK7yuM9czSlEQUw+4vOlA6OAv7TC99RtTPvFF+EK6o+pACd8VJar1C7g8/joLGz7av4+S+PRLAlz4kuscWCoK27Cu3deAPIb5xfHh7OieBR4s3sy+qUmUlpt8ZZTsvzr03TO4doWKDh8KdAmeeRZ/sQJj3MNgD1CBClXtf/p9kX3mN9jDLEP0L7nombPySEuShv0MjGdNzoLUrUIgwPsjLkYSFpErIRldAjmmW0SOPANf+e4El5oVLDU5L5jDdZlEkqMUoZaCvA84s9hA9RyxBlQrW3SpLtuBKW6P3utLYFFvfcB4eFI87KpDi4aAoRoTRjr2FD8fgP5iFiqe5H5Jb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyu8rjPXM0pREFMPuLzpQOjgL+0wvfUbUz7xRfhCuqPqQAnfF\nSWq9Qu4PP46Cxs+2r+Pkvj0SwJc+JLrHFgqCtuwrt3XgDyG+cXx4ezongUeLN7Mv\nqlJlJabfGWU7L869N0zuHaFig4fCnQJnnkWf7ECY9zDYA9QgQpV7X/6fZF95jfYw\nyxD9C+56Jmz8khLkob9DIxnTc6C1K1CIMD7Iy5GEhaRKyEZXQI5pltEjjwDX/nuB\nJeaFSw1OS+Yw3WZRJKjFKGWgrwPOLPYQPUcsQZUK1t0qS7bgSluj97rS2BRb33Ae\nHhSPOyqQ4uGgKEaE0Y69hQ/H4D+YhYqnuR+SWwIDAQABAoIBADDqR5AZq35SuLpc\no+wEXVQ7MEAplATZbvCHzwjZEpCunMnLfuV8chRQ96H1QvaTGND62Kc2Z2++xP7r\nepOIgwt+j+cP5asgEhyeyRfC48TYrukFKwceBz11JK+lZAfZCGjtBTRlMy7LKZDZ\nBIr082BqDbT/tAHwPrpt96gi4t65ajhfOmHRsbhAnmLvaiQH0aJWGlRaK9/1Rsj3\nlUV0Qkb7gxSqhFuEmse6exoQg5IrKZTpMq1HREoJZC3UT2jCJicGfjCYZ++cCZ/1\ntcqN73cn0jCLTQhqkdJuaPaXPWWf2zsG4JShSRDiBoNQSGkq+gOKXfkbsNX/uaUc\nCN6VjKkCgYEA/fGWmiBImSNBSkWuOtt8Nex1ZdsLBPUKVqLPaOg5pnLexUNUY27u\nitoHY5bnJjuGS50zjzG9mHqOTpj/rCz0+iQjnMKjtA3kdZaghYpMCw09it6vyK9G\nChUP2LwRGBmGr/5RsTeir5vnPrj/ofwo0pRJGvtOL+qwuXDTiV5uYW0CgYEAzJPX\ni+O+h02EvmGM8H3aedfLZrbAD1S99rdVJwsP6k222JoKI1++qrQhweDvZFWGYeuN\nBSZRL9HYqTS3NdTldFj54iDoDCpNqGqGY7hqDoi8aBe4vXw6/3OSCe67UBClnAQW\nu+08tTWVsAmGA6iiNOFtvEf3htni0n3pPiwLrecCgYEA2PlesHn9DbttwcQfxfJb\nAsfy1wB9PdMQ7k1V4lDpUSq85NdOd1cFQmZgAduhzKz3Zgv/Tc42LN4qUUWwzq/q\n8P+H3h0AOovUNBRrOy6bIqZBezIiB9qagWrVi13FTU4iIqWtrznWKy2OO61d3k3R\no3tHq2IlwBNKxGd+ltS0g1ECgYA+9WzLb25uY2vrz0e5p3G6N7AwTyOyVCkWKXu6\nRUxDlmEkLdva4Rdjn4YYDap+3Vc7AWvn3s/zgIhGIqQTnA51jQByGCBxxf8aSpZL\nUDDLgkdBXbOMFRRvE1kpV2AsFsNwzU1Vzn/1YKVNhNDKhXZOAeZsoFVMGfgVQYyr\nhpCdlwKBgAx+TRBkrBp+QzDo4bjEL+O9R8GkajjlnuRui5WQcTzzJJRBUzFTFu7H\n9pKsVohuBuvf8JO1pyYg1KbOd2+ee5SPKyqtYhz3nckpUpMc3Z6MJ+AjPBt8IyDc\nZYtPst3QesFnRLTPUJuDkKH9sJbJDwPlagLilcuDuMAIX1wuFDuE\n-----END RSA PRIVATE KEY-----\n", "user_id": "b89dedf8420743578669221204362a53", "name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "fingerprint": "6a:ca:f4:ae:3e:a4:a9:28:25:39:88:bd:d5:57:03:c3"}} 2018-08-18 22:28:15,636 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-ea81fe43-583a-40ea-956d-a2c7983a32d3 2018-08-18 22:28:15,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.53342795372s 2018-08-18 22:28:15,637 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-ea81fe43-583a-40ea-956d-a2c7983a32d3 2018-08-18 22:28:15,638 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDK7yuM9czSlEQUw+4vOlA6OAv7TC99RtTPvFF+EK6o+pACd8VJar1C7g8/joLGz7av4+S+PRLAlz4kuscWCoK27Cu3deAPIb5xfHh7OieBR4s3sy+qUmUlpt8ZZTsvzr03TO4doWKDh8KdAmeeRZ/sQJj3MNgD1CBClXtf/p9kX3mN9jDLEP0L7nombPySEuShv0MjGdNzoLUrUIgwPsjLkYSFpErIRldAjmmW0SOPANf+e4El5oVLDU5L5jDdZlEkqMUoZaCvA84s9hA9RyxBlQrW3SpLtuBKW6P3utLYFFvfcB4eFI87KpDi4aAoRoTRjr2FD8fgP5iFiqe5H5Jb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyu8rjPXM0pREFMPuLzpQOjgL+0wvfUbUz7xRfhCuqPqQAnfF\nSWq9Qu4PP46Cxs+2r+Pkvj0SwJc+JLrHFgqCtuwrt3XgDyG+cXx4ezongUeLN7Mv\nqlJlJabfGWU7L869N0zuHaFig4fCnQJnnkWf7ECY9zDYA9QgQpV7X/6fZF95jfYw\nyxD9C+56Jmz8khLkob9DIxnTc6C1K1CIMD7Iy5GEhaRKyEZXQI5pltEjjwDX/nuB\nJeaFSw1OS+Yw3WZRJKjFKGWgrwPOLPYQPUcsQZUK1t0qS7bgSluj97rS2BRb33Ae\nHhSPOyqQ4uGgKEaE0Y69hQ/H4D+YhYqnuR+SWwIDAQABAoIBADDqR5AZq35SuLpc\no+wEXVQ7MEAplATZbvCHzwjZEpCunMnLfuV8chRQ96H1QvaTGND62Kc2Z2++xP7r\nepOIgwt+j+cP5asgEhyeyRfC48TYrukFKwceBz11JK+lZAfZCGjtBTRlMy7LKZDZ\nBIr082BqDbT/tAHwPrpt96gi4t65ajhfOmHRsbhAnmLvaiQH0aJWGlRaK9/1Rsj3\nlUV0Qkb7gxSqhFuEmse6exoQg5IrKZTpMq1HREoJZC3UT2jCJicGfjCYZ++cCZ/1\ntcqN73cn0jCLTQhqkdJuaPaXPWWf2zsG4JShSRDiBoNQSGkq+gOKXfkbsNX/uaUc\nCN6VjKkCgYEA/fGWmiBImSNBSkWuOtt8Nex1ZdsLBPUKVqLPaOg5pnLexUNUY27u\nitoHY5bnJjuGS50zjzG9mHqOTpj/rCz0+iQjnMKjtA3kdZaghYpMCw09it6vyK9G\nChUP2LwRGBmGr/5RsTeir5vnPrj/ofwo0pRJGvtOL+qwuXDTiV5uYW0CgYEAzJPX\ni+O+h02EvmGM8H3aedfLZrbAD1S99rdVJwsP6k222JoKI1++qrQhweDvZFWGYeuN\nBSZRL9HYqTS3NdTldFj54iDoDCpNqGqGY7hqDoi8aBe4vXw6/3OSCe67UBClnAQW\nu+08tTWVsAmGA6iiNOFtvEf3htni0n3pPiwLrecCgYEA2PlesHn9DbttwcQfxfJb\nAsfy1wB9PdMQ7k1V4lDpUSq85NdOd1cFQmZgAduhzKz3Zgv/Tc42LN4qUUWwzq/q\n8P+H3h0AOovUNBRrOy6bIqZBezIiB9qagWrVi13FTU4iIqWtrznWKy2OO61d3k3R\no3tHq2IlwBNKxGd+ltS0g1ECgYA+9WzLb25uY2vrz0e5p3G6N7AwTyOyVCkWKXu6\nRUxDlmEkLdva4Rdjn4YYDap+3Vc7AWvn3s/zgIhGIqQTnA51jQByGCBxxf8aSpZL\nUDDLgkdBXbOMFRRvE1kpV2AsFsNwzU1Vzn/1YKVNhNDKhXZOAeZsoFVMGfgVQYyr\nhpCdlwKBgAx+TRBkrBp+QzDo4bjEL+O9R8GkajjlnuRui5WQcTzzJJRBUzFTFu7H\n9pKsVohuBuvf8JO1pyYg1KbOd2+ee5SPKyqtYhz3nckpUpMc3Z6MJ+AjPBt8IyDc\nZYtPst3QesFnRLTPUJuDkKH9sJbJDwPlagLilcuDuMAIX1wuFDuE\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b89dedf8420743578669221204362a53', 'name': u'shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079', 'created_at': '2018-08-18T22:28:15.638020', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'33ca56ab084d482b9b40704865ec73bd', 'name': 'shaker-project_2738d0a0-aba7-4003-98a3-770d78473079', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6a:ca:f4:ae:3e:a4:a9:28:25:39:88:bd:d5:57:03:c3', 'type': 'ssh', 'id': u'shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079'}) 2018-08-18 22:28:15,638 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAyu8rjPXM0pREFMPuLzpQOjgL+0wvfUbUz7xRfhCuqPqQAnfF SWq9Qu4PP46Cxs+2r+Pkvj0SwJc+JLrHFgqCtuwrt3XgDyG+cXx4ezongUeLN7Mv qlJlJabfGWU7L869N0zuHaFig4fCnQJnnkWf7ECY9zDYA9QgQpV7X/6fZF95jfYw yxD9C+56Jmz8khLkob9DIxnTc6C1K1CIMD7Iy5GEhaRKyEZXQI5pltEjjwDX/nuB JeaFSw1OS+Yw3WZRJKjFKGWgrwPOLPYQPUcsQZUK1t0qS7bgSluj97rS2BRb33Ae HhSPOyqQ4uGgKEaE0Y69hQ/H4D+YhYqnuR+SWwIDAQABAoIBADDqR5AZq35SuLpc o+wEXVQ7MEAplATZbvCHzwjZEpCunMnLfuV8chRQ96H1QvaTGND62Kc2Z2++xP7r epOIgwt+j+cP5asgEhyeyRfC48TYrukFKwceBz11JK+lZAfZCGjtBTRlMy7LKZDZ BIr082BqDbT/tAHwPrpt96gi4t65ajhfOmHRsbhAnmLvaiQH0aJWGlRaK9/1Rsj3 lUV0Qkb7gxSqhFuEmse6exoQg5IrKZTpMq1HREoJZC3UT2jCJicGfjCYZ++cCZ/1 tcqN73cn0jCLTQhqkdJuaPaXPWWf2zsG4JShSRDiBoNQSGkq+gOKXfkbsNX/uaUc CN6VjKkCgYEA/fGWmiBImSNBSkWuOtt8Nex1ZdsLBPUKVqLPaOg5pnLexUNUY27u itoHY5bnJjuGS50zjzG9mHqOTpj/rCz0+iQjnMKjtA3kdZaghYpMCw09it6vyK9G ChUP2LwRGBmGr/5RsTeir5vnPrj/ofwo0pRJGvtOL+qwuXDTiV5uYW0CgYEAzJPX i+O+h02EvmGM8H3aedfLZrbAD1S99rdVJwsP6k222JoKI1++qrQhweDvZFWGYeuN BSZRL9HYqTS3NdTldFj54iDoDCpNqGqGY7hqDoi8aBe4vXw6/3OSCe67UBClnAQW u+08tTWVsAmGA6iiNOFtvEf3htni0n3pPiwLrecCgYEA2PlesHn9DbttwcQfxfJb Asfy1wB9PdMQ7k1V4lDpUSq85NdOd1cFQmZgAduhzKz3Zgv/Tc42LN4qUUWwzq/q 8P+H3h0AOovUNBRrOy6bIqZBezIiB9qagWrVi13FTU4iIqWtrznWKy2OO61d3k3R o3tHq2IlwBNKxGd+ltS0g1ECgYA+9WzLb25uY2vrz0e5p3G6N7AwTyOyVCkWKXu6 RUxDlmEkLdva4Rdjn4YYDap+3Vc7AWvn3s/zgIhGIqQTnA51jQByGCBxxf8aSpZL UDDLgkdBXbOMFRRvE1kpV2AsFsNwzU1Vzn/1YKVNhNDKhXZOAeZsoFVMGfgVQYyr hpCdlwKBgAx+TRBkrBp+QzDo4bjEL+O9R8GkajjlnuRui5WQcTzzJJRBUzFTFu7H 9pKsVohuBuvf8JO1pyYg1KbOd2+ee5SPKyqtYhz3nckpUpMc3Z6MJ+AjPBt8IyDc ZYtPst3QesFnRLTPUJuDkKH9sJbJDwPlagLilcuDuMAIX1wuFDuE -----END RSA PRIVATE KEY----- 2018-08-18 22:28:15,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-18 22:28:15,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"security_group": {"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-18 22:28:16,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-e62419d2-741e-4c88-ad57-44270b6454cc Date: Sat, 18 Aug 2018 22:28:16 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:28:15Z", "updated_at": "2018-08-18T22:28:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "094c850c-6437-467c-8ae4-3448437be3b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:15Z", "revision_number": 0, "id": "e6310299-5c15-4bc0-83ec-9015ea076338", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:15Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}], "revision_number": 1, "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}} 2018-08-18 22:28:16,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e62419d2-741e-4c88-ad57-44270b6454cc 2018-08-18 22:28:16,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.491408824921s 2018-08-18 22:28:16,133 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e62419d2-741e-4c88-ad57-44270b6454cc 2018-08-18 22:28:16,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 22:28:16,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:16,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-68eeb968-140c-45f2-b428-cb8fa44e522c Date: Sat, 18 Aug 2018 22:28:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:27:56Z", "updated_at": "2018-08-18T22:27:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "36cf82ca-fb43-40e9-8fd6-fed667b127d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "ca7d888e-509d-4e4d-9a4e-1b6343d1d872", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "db73cfb9-8fad-4881-b395-08f85ee46edb", "remote_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "ef3e2fb7-af03-4a40-96ea-98bc4b842557", "remote_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}], "revision_number": 1, "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "61d3d251-672f-4bb4-b329-d46b76230013", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:28:15Z", "updated_at": "2018-08-18T22:28:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "094c850c-6437-467c-8ae4-3448437be3b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:15Z", "revision_number": 0, "id": "e6310299-5c15-4bc0-83ec-9015ea076338", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:15Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}], "revision_number": 1, "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:28:16,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-68eeb968-140c-45f2-b428-cb8fa44e522c 2018-08-18 22:28:16,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0960559844971s 2018-08-18 22:28:16,234 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-68eeb968-140c-45f2-b428-cb8fa44e522c 2018-08-18 22:28:16,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 22:28:16,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -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": "9a6954eb-50e6-4708-bd12-801fe4c855e4"}}' 2018-08-18 22:28:16,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-07344124-614f-4da6-bc95-1349bd532b0d Date: Sat, 18 Aug 2018 22:28: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": 22, "updated_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:28:16Z", "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "c7351c0d-4021-49a8-9b14-6b398197f532"}} 2018-08-18 22:28:16,445 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-07344124-614f-4da6-bc95-1349bd532b0d 2018-08-18 22:28:16,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.206396102905s 2018-08-18 22:28:16,446 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-07344124-614f-4da6-bc95-1349bd532b0d 2018-08-18 22:28:16,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 22:28:16,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:16,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-8fa14e3f-b17b-48b0-a6ec-0cc552a5dea6 Date: Sat, 18 Aug 2018 22:28:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:27:56Z", "updated_at": "2018-08-18T22:27:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "36cf82ca-fb43-40e9-8fd6-fed667b127d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "ca7d888e-509d-4e4d-9a4e-1b6343d1d872", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "db73cfb9-8fad-4881-b395-08f85ee46edb", "remote_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "ef3e2fb7-af03-4a40-96ea-98bc4b842557", "remote_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}], "revision_number": 1, "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "61d3d251-672f-4bb4-b329-d46b76230013", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:28:15Z", "updated_at": "2018-08-18T22:28:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "094c850c-6437-467c-8ae4-3448437be3b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "c7351c0d-4021-49a8-9b14-6b398197f532", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:15Z", "revision_number": 0, "id": "e6310299-5c15-4bc0-83ec-9015ea076338", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:15Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}], "revision_number": 2, "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:28:16,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8fa14e3f-b17b-48b0-a6ec-0cc552a5dea6 2018-08-18 22:28:16,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0516500473022s 2018-08-18 22:28:16,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8fa14e3f-b17b-48b0-a6ec-0cc552a5dea6 2018-08-18 22:28:16,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 22:28:16,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -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": "9a6954eb-50e6-4708-bd12-801fe4c855e4"}}' 2018-08-18 22:28:16,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-8a7c6fc6-e393-4799-b512-cf78623ec061 Date: Sat, 18 Aug 2018 22:28:16 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-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "port_range_min": null, "revision_number": 0, "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:28:16Z", "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "8f36e555-b0ec-4b32-b632-ec6cb714f014"}} 2018-08-18 22:28:16,637 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8a7c6fc6-e393-4799-b512-cf78623ec061 2018-08-18 22:28:16,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.134480953217s 2018-08-18 22:28:16,638 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8a7c6fc6-e393-4799-b512-cf78623ec061 2018-08-18 22:28:16,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 22:28:16,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:16,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-20242bb9-ce0c-42b7-90b6-b02213f9910b Date: Sat, 18 Aug 2018 22:28:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:27:56Z", "updated_at": "2018-08-18T22:27:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "36cf82ca-fb43-40e9-8fd6-fed667b127d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "ca7d888e-509d-4e4d-9a4e-1b6343d1d872", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "db73cfb9-8fad-4881-b395-08f85ee46edb", "remote_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "ef3e2fb7-af03-4a40-96ea-98bc4b842557", "remote_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}], "revision_number": 1, "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "61d3d251-672f-4bb4-b329-d46b76230013", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:28:15Z", "updated_at": "2018-08-18T22:28:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "094c850c-6437-467c-8ae4-3448437be3b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "8f36e555-b0ec-4b32-b632-ec6cb714f014", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "c7351c0d-4021-49a8-9b14-6b398197f532", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:15Z", "revision_number": 0, "id": "e6310299-5c15-4bc0-83ec-9015ea076338", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:15Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}], "revision_number": 3, "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:28:16,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-20242bb9-ce0c-42b7-90b6-b02213f9910b 2018-08-18 22:28:16,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0459530353546s 2018-08-18 22:28:16,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-20242bb9-ce0c-42b7-90b6-b02213f9910b 2018-08-18 22:28:16,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 22:28:16,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -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": "9a6954eb-50e6-4708-bd12-801fe4c855e4"}}' 2018-08-18 22:28:16,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-12312739-571a-4d17-a7f5-7aa38db01989 Date: Sat, 18 Aug 2018 22:28: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": 9000, "updated_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "port_range_min": 9000, "revision_number": 0, "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:28:16Z", "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "99196746-e695-4eff-915f-2b07e4d803aa"}} 2018-08-18 22:28:16,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-12312739-571a-4d17-a7f5-7aa38db01989 2018-08-18 22:28:16,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.129988908768s 2018-08-18 22:28:16,820 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-12312739-571a-4d17-a7f5-7aa38db01989 2018-08-18 22:28:16,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 22:28:16,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:16,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-0323daca-24f0-44c1-ae8f-61b81ed4579d Date: Sat, 18 Aug 2018 22:28:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6704693b-b032-4a26-8b5a-1d170c3f2b51"],"updated_at":"2018-08-18T22:27:56Z","tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:27:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"33ca56ab084d482b9b40704865ec73bd","id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","name":"shaker-net_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:28:16,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0323daca-24f0-44c1-ae8f-61b81ed4579d 2018-08-18 22:28:16,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104403018951s 2018-08-18 22:28:16,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0323daca-24f0-44c1-ae8f-61b81ed4579d 2018-08-18 22:28:16,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 22:28:16,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:16,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-66b20aaf-2cce-4aaf-bc06-313e5602b74e Date: Sat, 18 Aug 2018 22:28:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T22:28:14Z", "file": "/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/file", "owner": "33ca56ab084d482b9b40704865ec73bd", "id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "size": 666173440, "self": "/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_2738d0a0-aba7-4003-98a3-770d78473079", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_2738d0a0-aba7-4003-98a3-770d78473079", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-18T22:28:04Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 22:28:16,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-66b20aaf-2cce-4aaf-bc06-313e5602b74e 2018-08-18 22:28:16,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0357749462128s 2018-08-18 22:28:16,968 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-66b20aaf-2cce-4aaf-bc06-313e5602b74e 2018-08-18 22:28:16,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 22:28:16,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:16,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-d3795795-0953-4f60-8775-5665756452ad x-compute-request-id: req-d3795795-0953-4f60-8775-5665756452ad Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_2738d0a0-aba7-4003-98a3-770d78473079", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "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": "74f9192d-8d4a-4af4-97f5-46abd9758967"}]} 2018-08-18 22:28:16,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d3795795-0953-4f60-8775-5665756452ad 2018-08-18 22:28:16,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0219268798828s 2018-08-18 22:28:16,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d3795795-0953-4f60-8775-5665756452ad 2018-08-18 22:28:16,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 22:28:16,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"server": {"name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "imageRef": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "flavorRef": "74f9192d-8d4a-4af4-97f5-46abd9758967", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7e994525-1fdf-4b22-bc20-98a3e92225c2"}], "security_groups": [{"name": "9a6954eb-50e6-4708-bd12-801fe4c855e4"}]}}' 2018-08-18 22:28:18,918 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 22:28: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-bfbd8925-9338-4c83-b025-3d78903a4ec0 x-compute-request-id: req-bfbd8925-9338-4c83-b025-3d78903a4ec0 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9a6954eb-50e6-4708-bd12-801fe4c855e4"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "adminPass": "2mww7GH8v5ih"}} 2018-08-18 22:28:18,919 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-bfbd8925-9338-4c83-b025-3d78903a4ec0 2018-08-18 22:28:18,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.9256939888s 2018-08-18 22:28:18,919 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-bfbd8925-9338-4c83-b025-3d78903a4ec0 2018-08-18 22:28:18,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:18,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:19,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-0c180002-0457-4e87-91c8-0a21be9896f4 x-compute-request-id: req-0c180002-0457-4e87-91c8-0a21be9896f4 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "user_id": "b89dedf8420743578669221204362a53", "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-18T22:28:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:19,527 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0c180002-0457-4e87-91c8-0a21be9896f4 2018-08-18 22:28:19,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.6072909832s 2018-08-18 22:28:19,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0c180002-0457-4e87-91c8-0a21be9896f4 2018-08-18 22:28:19,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 22:28:19,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:19,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-c996e889-08eb-482a-892d-d814eccfbd72 Date: Sat, 18 Aug 2018 22:28:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6704693b-b032-4a26-8b5a-1d170c3f2b51"],"updated_at":"2018-08-18T22:27:56Z","tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:27:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"33ca56ab084d482b9b40704865ec73bd","id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","name":"shaker-net_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:28:19,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c996e889-08eb-482a-892d-d814eccfbd72 2018-08-18 22:28:19,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105794906616s 2018-08-18 22:28:19,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c996e889-08eb-482a-892d-d814eccfbd72 2018-08-18 22:28:19,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 22:28:19,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:19,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-a8b02d6d-5f3f-471a-a024-3462f44dac57 Date: Sat, 18 Aug 2018 22:28:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:27:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T22:27:56Z","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":"33ca56ab084d482b9b40704865ec73bd","id":"6704693b-b032-4a26-8b5a-1d170c3f2b51","subnetpool_id":null,"name":"shaker-subnet_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:28:19,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a8b02d6d-5f3f-471a-a024-3462f44dac57 2018-08-18 22:28:19,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0489809513092s 2018-08-18 22:28:19,691 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a8b02d6d-5f3f-471a-a024-3462f44dac57 2018-08-18 22:28:19,692 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:21,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:21,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:22,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-eb976014-cb90-4402-9a65-6e90ba3f6636 x-compute-request-id: req-eb976014-cb90-4402-9a65-6e90ba3f6636 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:22,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eb976014-cb90-4402-9a65-6e90ba3f6636 2018-08-18 22:28:22,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.861364841461s 2018-08-18 22:28:22,557 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eb976014-cb90-4402-9a65-6e90ba3f6636 2018-08-18 22:28:22,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:24,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:24,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:25,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ae9453a-474f-46c7-aaac-62305fb2b938 x-compute-request-id: req-6ae9453a-474f-46c7-aaac-62305fb2b938 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:25,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6ae9453a-474f-46c7-aaac-62305fb2b938 2018-08-18 22:28:25,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.594035148621s 2018-08-18 22:28:25,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6ae9453a-474f-46c7-aaac-62305fb2b938 2018-08-18 22:28:25,163 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:27,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:27,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:27,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-3bbaaa48-8088-47a3-8351-494673c5338e x-compute-request-id: req-3bbaaa48-8088-47a3-8351-494673c5338e 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:27,527 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3bbaaa48-8088-47a3-8351-494673c5338e 2018-08-18 22:28:27,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36151099205s 2018-08-18 22:28:27,527 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3bbaaa48-8088-47a3-8351-494673c5338e 2018-08-18 22:28:27,531 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:29,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:29,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:29,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f147c63-7407-461a-b2c4-beda2c8fad28 x-compute-request-id: req-7f147c63-7407-461a-b2c4-beda2c8fad28 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:29,896 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7f147c63-7407-461a-b2c4-beda2c8fad28 2018-08-18 22:28:29,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362420082092s 2018-08-18 22:28:29,897 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7f147c63-7407-461a-b2c4-beda2c8fad28 2018-08-18 22:28:29,901 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:31,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:31,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:32,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d666afc-6b1f-40d1-b361-bd46ee312479 x-compute-request-id: req-4d666afc-6b1f-40d1-b361-bd46ee312479 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:32,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4d666afc-6b1f-40d1-b361-bd46ee312479 2018-08-18 22:28:32,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.16935300827s 2018-08-18 22:28:32,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4d666afc-6b1f-40d1-b361-bd46ee312479 2018-08-18 22:28:32,077 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:34,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:34,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:34,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-809cc45c-57bf-44f3-9f6a-0e785b72a289 x-compute-request-id: req-809cc45c-57bf-44f3-9f6a-0e785b72a289 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:34,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-809cc45c-57bf-44f3-9f6a-0e785b72a289 2018-08-18 22:28:34,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569001913071s 2018-08-18 22:28:34,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-809cc45c-57bf-44f3-9f6a-0e785b72a289 2018-08-18 22:28:34,654 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:36,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:36,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:37,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-35850cb1-581f-46da-839f-0f394c247e0b x-compute-request-id: req-35850cb1-581f-46da-839f-0f394c247e0b 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:37,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-35850cb1-581f-46da-839f-0f394c247e0b 2018-08-18 22:28:37,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383700847626s 2018-08-18 22:28:37,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-35850cb1-581f-46da-839f-0f394c247e0b 2018-08-18 22:28:37,044 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:39,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:39,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:39,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-78eaec97-2eb0-4abb-b90f-2ea472c44a8f x-compute-request-id: req-78eaec97-2eb0-4abb-b90f-2ea472c44a8f 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:39,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-78eaec97-2eb0-4abb-b90f-2ea472c44a8f 2018-08-18 22:28:39,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716012001038s 2018-08-18 22:28:39,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-78eaec97-2eb0-4abb-b90f-2ea472c44a8f 2018-08-18 22:28:39,768 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:41,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:41,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:42,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60308923-e820-4589-9817-837d886a23a7 x-compute-request-id: req-60308923-e820-4589-9817-837d886a23a7 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:42,140 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-60308923-e820-4589-9817-837d886a23a7 2018-08-18 22:28:42,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369400024414s 2018-08-18 22:28:42,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-60308923-e820-4589-9817-837d886a23a7 2018-08-18 22:28:42,144 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:44,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:44,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:44,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86691722-0770-40ef-9ceb-1855b3599d26 x-compute-request-id: req-86691722-0770-40ef-9ceb-1855b3599d26 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:44,496 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-86691722-0770-40ef-9ceb-1855b3599d26 2018-08-18 22:28:44,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349117994308s 2018-08-18 22:28:44,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-86691722-0770-40ef-9ceb-1855b3599d26 2018-08-18 22:28:44,500 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:46,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:46,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:47,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-14e450f5-f85a-4a4f-9fda-9c5b6440aad2 x-compute-request-id: req-14e450f5-f85a-4a4f-9fda-9c5b6440aad2 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:47,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14e450f5-f85a-4a4f-9fda-9c5b6440aad2 2018-08-18 22:28:47,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.621199131012s 2018-08-18 22:28:47,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14e450f5-f85a-4a4f-9fda-9c5b6440aad2 2018-08-18 22:28:47,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:49,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:49,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:49,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-fcaaa432-4b51-4dc5-930f-70d872da99ba x-compute-request-id: req-fcaaa432-4b51-4dc5-930f-70d872da99ba 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:49,305 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fcaaa432-4b51-4dc5-930f-70d872da99ba 2018-08-18 22:28:49,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173718929291s 2018-08-18 22:28:49,306 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fcaaa432-4b51-4dc5-930f-70d872da99ba 2018-08-18 22:28:49,310 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:51,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:51,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:51,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f3ba3cc-d100-4832-b262-74c22fc6a9e7 x-compute-request-id: req-5f3ba3cc-d100-4832-b262-74c22fc6a9e7 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:51,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f3ba3cc-d100-4832-b262-74c22fc6a9e7 2018-08-18 22:28:51,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414525032043s 2018-08-18 22:28:51,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f3ba3cc-d100-4832-b262-74c22fc6a9e7 2018-08-18 22:28:51,731 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:53,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:53,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:53,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c31e72c7-0eda-4d91-8d4e-f8b950965d61 x-compute-request-id: req-c31e72c7-0eda-4d91-8d4e-f8b950965d61 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:53,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c31e72c7-0eda-4d91-8d4e-f8b950965d61 2018-08-18 22:28:53,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168809890747s 2018-08-18 22:28:53,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c31e72c7-0eda-4d91-8d4e-f8b950965d61 2018-08-18 22:28:53,907 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:55,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:55,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:56,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-d457cbf7-55f8-4402-9270-fffe72879530 x-compute-request-id: req-d457cbf7-55f8-4402-9270-fffe72879530 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:56,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d457cbf7-55f8-4402-9270-fffe72879530 2018-08-18 22:28:56,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690135955811s 2018-08-18 22:28:56,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d457cbf7-55f8-4402-9270-fffe72879530 2018-08-18 22:28:56,604 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:28:58,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:28:58,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:28:59,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:28: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-3a3135be-d5d6-43fb-94ba-fe269a3a3e2a x-compute-request-id: req-3a3135be-d5d6-43fb-94ba-fe269a3a3e2a 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:28:59,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3a3135be-d5d6-43fb-94ba-fe269a3a3e2a 2018-08-18 22:28:59,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.802546024323s 2018-08-18 22:28:59,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3a3135be-d5d6-43fb-94ba-fe269a3a3e2a 2018-08-18 22:28:59,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:01,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:01,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:01,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-83d3e0fb-5f72-4582-aeaf-1ab73abd34b4 x-compute-request-id: req-83d3e0fb-5f72-4582-aeaf-1ab73abd34b4 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:01,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-83d3e0fb-5f72-4582-aeaf-1ab73abd34b4 2018-08-18 22:29:01,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193783998489s 2018-08-18 22:29:01,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-83d3e0fb-5f72-4582-aeaf-1ab73abd34b4 2018-08-18 22:29:01,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:03,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:03,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:04,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8822b8f-c2ee-446f-a65b-79f15dd14e02 x-compute-request-id: req-f8822b8f-c2ee-446f-a65b-79f15dd14e02 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:04,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f8822b8f-c2ee-446f-a65b-79f15dd14e02 2018-08-18 22:29:04,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.447196006775s 2018-08-18 22:29:04,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f8822b8f-c2ee-446f-a65b-79f15dd14e02 2018-08-18 22:29:04,070 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:06,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:06,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:06,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16280423-dc81-4ef2-aacb-146b1dec07d2 x-compute-request-id: req-16280423-dc81-4ef2-aacb-146b1dec07d2 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:06,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-16280423-dc81-4ef2-aacb-146b1dec07d2 2018-08-18 22:29:06,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17520904541s 2018-08-18 22:29:06,248 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-16280423-dc81-4ef2-aacb-146b1dec07d2 2018-08-18 22:29:06,252 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:08,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:08,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:08,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c904dc0-87ed-4484-b0d7-514516758dee x-compute-request-id: req-4c904dc0-87ed-4484-b0d7-514516758dee 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:08,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4c904dc0-87ed-4484-b0d7-514516758dee 2018-08-18 22:29:08,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366042852402s 2018-08-18 22:29:08,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4c904dc0-87ed-4484-b0d7-514516758dee 2018-08-18 22:29:08,624 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:10,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:10,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:11,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69465313-45bd-4ce6-b52d-536f833c50ec x-compute-request-id: req-69465313-45bd-4ce6-b52d-536f833c50ec 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:11,052 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-69465313-45bd-4ce6-b52d-536f833c50ec 2018-08-18 22:29:11,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.424712181091s 2018-08-18 22:29:11,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-69465313-45bd-4ce6-b52d-536f833c50ec 2018-08-18 22:29:11,057 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:13,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:13,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:13,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-1f488049-a786-4443-8bc3-f90c6200befd x-compute-request-id: req-1f488049-a786-4443-8bc3-f90c6200befd 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:13,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1f488049-a786-4443-8bc3-f90c6200befd 2018-08-18 22:29:13,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632741212845s 2018-08-18 22:29:13,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1f488049-a786-4443-8bc3-f90c6200befd 2018-08-18 22:29:13,696 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:15,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:15,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:16,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-4cfdf819-2bc3-432d-9d9c-820e5ec136fc x-compute-request-id: req-4cfdf819-2bc3-432d-9d9c-820e5ec136fc 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:16,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4cfdf819-2bc3-432d-9d9c-820e5ec136fc 2018-08-18 22:29:16,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360369920731s 2018-08-18 22:29:16,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4cfdf819-2bc3-432d-9d9c-820e5ec136fc 2018-08-18 22:29:16,064 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:18,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:18,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:18,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2079ce1-5c14-43cf-aa48-199708ff4779 x-compute-request-id: req-e2079ce1-5c14-43cf-aa48-199708ff4779 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:18,241 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e2079ce1-5c14-43cf-aa48-199708ff4779 2018-08-18 22:29:18,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173401832581s 2018-08-18 22:29:18,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e2079ce1-5c14-43cf-aa48-199708ff4779 2018-08-18 22:29:18,243 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:20,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:20,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:20,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-cecb2976-9ca1-488f-bb44-27703253e63e x-compute-request-id: req-cecb2976-9ca1-488f-bb44-27703253e63e 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:20,437 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cecb2976-9ca1-488f-bb44-27703253e63e 2018-08-18 22:29:20,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191578149796s 2018-08-18 22:29:20,437 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cecb2976-9ca1-488f-bb44-27703253e63e 2018-08-18 22:29:20,441 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:22,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:22,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:23,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8482972-4cc7-4042-aefe-e1081b5d4ead x-compute-request-id: req-d8482972-4cc7-4042-aefe-e1081b5d4ead 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:23,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d8482972-4cc7-4042-aefe-e1081b5d4ead 2018-08-18 22:29:23,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658549070358s 2018-08-18 22:29:23,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d8482972-4cc7-4042-aefe-e1081b5d4ead 2018-08-18 22:29:23,106 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:25,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:25,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:25,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-2e87c50e-0de4-475e-95c6-9e862571590d x-compute-request-id: req-2e87c50e-0de4-475e-95c6-9e862571590d 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:25,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e87c50e-0de4-475e-95c6-9e862571590d 2018-08-18 22:29:25,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45716881752s 2018-08-18 22:29:25,566 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e87c50e-0de4-475e-95c6-9e862571590d 2018-08-18 22:29:25,570 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:27,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:27,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:27,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-2e5dd181-dee2-4a3d-97a2-3ffcb479cd35 x-compute-request-id: req-2e5dd181-dee2-4a3d-97a2-3ffcb479cd35 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:27,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e5dd181-dee2-4a3d-97a2-3ffcb479cd35 2018-08-18 22:29:27,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35622382164s 2018-08-18 22:29:27,930 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e5dd181-dee2-4a3d-97a2-3ffcb479cd35 2018-08-18 22:29:27,934 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:29,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:29,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:30,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-7d02b01e-5fba-43a0-8b59-81fa4d01d946 x-compute-request-id: req-7d02b01e-5fba-43a0-8b59-81fa4d01d946 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:30,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7d02b01e-5fba-43a0-8b59-81fa4d01d946 2018-08-18 22:29:30,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344238996506s 2018-08-18 22:29:30,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7d02b01e-5fba-43a0-8b59-81fa4d01d946 2018-08-18 22:29:30,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:32,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:32,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:32,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-c9e89674-1e62-41ba-8926-1e5d068c8995 x-compute-request-id: req-c9e89674-1e62-41ba-8926-1e5d068c8995 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:32,901 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c9e89674-1e62-41ba-8926-1e5d068c8995 2018-08-18 22:29:32,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614995002747s 2018-08-18 22:29:32,902 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c9e89674-1e62-41ba-8926-1e5d068c8995 2018-08-18 22:29:32,906 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:34,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:34,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:35,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-ca8f6f99-6871-4b8d-890c-e8bfeaaf7183 x-compute-request-id: req-ca8f6f99-6871-4b8d-890c-e8bfeaaf7183 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:35,364 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ca8f6f99-6871-4b8d-890c-e8bfeaaf7183 2018-08-18 22:29:35,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.454478025436s 2018-08-18 22:29:35,364 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ca8f6f99-6871-4b8d-890c-e8bfeaaf7183 2018-08-18 22:29:35,368 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:37,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:37,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:37,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c23c79b-8fed-427b-a344-47d3b37ddcb4 x-compute-request-id: req-7c23c79b-8fed-427b-a344-47d3b37ddcb4 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:37,551 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7c23c79b-8fed-427b-a344-47d3b37ddcb4 2018-08-18 22:29:37,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179677963257s 2018-08-18 22:29:37,552 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7c23c79b-8fed-427b-a344-47d3b37ddcb4 2018-08-18 22:29:37,556 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:39,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:39,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:39,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-1f9cf341-ec40-4f63-b69e-25a646e64af0 x-compute-request-id: req-1f9cf341-ec40-4f63-b69e-25a646e64af0 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:39,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1f9cf341-ec40-4f63-b69e-25a646e64af0 2018-08-18 22:29:39,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436355829239s 2018-08-18 22:29:39,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1f9cf341-ec40-4f63-b69e-25a646e64af0 2018-08-18 22:29:39,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:42,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:42,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:42,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f5f5adb-510e-4806-81d4-515fd8d3918c x-compute-request-id: req-8f5f5adb-510e-4806-81d4-515fd8d3918c 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:42,173 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8f5f5adb-510e-4806-81d4-515fd8d3918c 2018-08-18 22:29:42,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171317100525s 2018-08-18 22:29:42,174 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8f5f5adb-510e-4806-81d4-515fd8d3918c 2018-08-18 22:29:42,178 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:44,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:44,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:44,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-07a35c40-85a9-4e3f-a1eb-52494400fba2 x-compute-request-id: req-07a35c40-85a9-4e3f-a1eb-52494400fba2 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:44,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-07a35c40-85a9-4e3f-a1eb-52494400fba2 2018-08-18 22:29:44,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354957103729s 2018-08-18 22:29:44,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-07a35c40-85a9-4e3f-a1eb-52494400fba2 2018-08-18 22:29:44,540 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:46,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:46,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:46,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-91f48373-4c1f-4156-a9b0-4e0901fef70e x-compute-request-id: req-91f48373-4c1f-4156-a9b0-4e0901fef70e 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:46,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-91f48373-4c1f-4156-a9b0-4e0901fef70e 2018-08-18 22:29:46,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.444490909576s 2018-08-18 22:29:46,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-91f48373-4c1f-4156-a9b0-4e0901fef70e 2018-08-18 22:29:46,991 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:48,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:48,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:49,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-5d5ea9f0-14ff-4918-ada8-cd9b8cca8588 x-compute-request-id: req-5d5ea9f0-14ff-4918-ada8-cd9b8cca8588 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:49,435 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d5ea9f0-14ff-4918-ada8-cd9b8cca8588 2018-08-18 22:29:49,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440921068192s 2018-08-18 22:29:49,436 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d5ea9f0-14ff-4918-ada8-cd9b8cca8588 2018-08-18 22:29:49,439 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:51,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:51,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:52,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-81d1a463-2fb1-4af6-af9e-1d901e5e1acf x-compute-request-id: req-81d1a463-2fb1-4af6-af9e-1d901e5e1acf 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:52,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-81d1a463-2fb1-4af6-af9e-1d901e5e1acf 2018-08-18 22:29:52,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628859043121s 2018-08-18 22:29:52,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-81d1a463-2fb1-4af6-af9e-1d901e5e1acf 2018-08-18 22:29:52,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:54,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:54,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:54,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-7900e493-8a20-4821-86e4-cb6b673c06cc x-compute-request-id: req-7900e493-8a20-4821-86e4-cb6b673c06cc 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:54,442 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7900e493-8a20-4821-86e4-cb6b673c06cc 2018-08-18 22:29:54,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363829135895s 2018-08-18 22:29:54,443 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7900e493-8a20-4821-86e4-cb6b673c06cc 2018-08-18 22:29:54,447 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:56,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:56,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:56,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-e4276199-1432-43e2-92d7-42a5e9e3602d x-compute-request-id: req-e4276199-1432-43e2-92d7-42a5e9e3602d 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:56,832 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e4276199-1432-43e2-92d7-42a5e9e3602d 2018-08-18 22:29:56,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383091211319s 2018-08-18 22:29:56,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e4276199-1432-43e2-92d7-42a5e9e3602d 2018-08-18 22:29:56,837 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:29:58,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:29:58,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:29:59,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:29: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-1eb6a1be-807e-4586-9c64-1562488b4328 x-compute-request-id: req-1eb6a1be-807e-4586-9c64-1562488b4328 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:29:59,476 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1eb6a1be-807e-4586-9c64-1562488b4328 2018-08-18 22:29:59,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636214017868s 2018-08-18 22:29:59,477 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1eb6a1be-807e-4586-9c64-1562488b4328 2018-08-18 22:29:59,481 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:01,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:01,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:02,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-0abc45d1-4f5c-409a-9b36-85af863e9262 x-compute-request-id: req-0abc45d1-4f5c-409a-9b36-85af863e9262 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:02,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0abc45d1-4f5c-409a-9b36-85af863e9262 2018-08-18 22:30:02,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614645004272s 2018-08-18 22:30:02,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0abc45d1-4f5c-409a-9b36-85af863e9262 2018-08-18 22:30:02,103 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:04,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:04,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:04,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-b77a6d9b-97ff-47e8-9cc8-a196798aed51 x-compute-request-id: req-b77a6d9b-97ff-47e8-9cc8-a196798aed51 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:04,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b77a6d9b-97ff-47e8-9cc8-a196798aed51 2018-08-18 22:30:04,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60952091217s 2018-08-18 22:30:04,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b77a6d9b-97ff-47e8-9cc8-a196798aed51 2018-08-18 22:30:04,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:06,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:06,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:07,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-0fa9f5ac-b36a-4d30-b6cb-f6517bf4f8b0 x-compute-request-id: req-0fa9f5ac-b36a-4d30-b6cb-f6517bf4f8b0 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:07,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0fa9f5ac-b36a-4d30-b6cb-f6517bf4f8b0 2018-08-18 22:30:07,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.422214031219s 2018-08-18 22:30:07,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0fa9f5ac-b36a-4d30-b6cb-f6517bf4f8b0 2018-08-18 22:30:07,149 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:09,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:09,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:09,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53cf39ec-b3e1-422c-baf0-df0d4637c762 x-compute-request-id: req-53cf39ec-b3e1-422c-baf0-df0d4637c762 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:09,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-53cf39ec-b3e1-422c-baf0-df0d4637c762 2018-08-18 22:30:09,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544430971146s 2018-08-18 22:30:09,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-53cf39ec-b3e1-422c-baf0-df0d4637c762 2018-08-18 22:30:09,701 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:11,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:11,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:11,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-e399f7ba-4b96-476d-bc07-3d026f5fa597 x-compute-request-id: req-e399f7ba-4b96-476d-bc07-3d026f5fa597 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:11,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e399f7ba-4b96-476d-bc07-3d026f5fa597 2018-08-18 22:30:11,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189273118973s 2018-08-18 22:30:11,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e399f7ba-4b96-476d-bc07-3d026f5fa597 2018-08-18 22:30:11,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:13,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:13,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:14,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a0ce0f2-2ef5-47e0-bb6d-d89ec698ac94 x-compute-request-id: req-1a0ce0f2-2ef5-47e0-bb6d-d89ec698ac94 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:14,269 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a0ce0f2-2ef5-47e0-bb6d-d89ec698ac94 2018-08-18 22:30:14,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368001937866s 2018-08-18 22:30:14,270 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a0ce0f2-2ef5-47e0-bb6d-d89ec698ac94 2018-08-18 22:30:14,274 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:16,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:16,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:16,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-51d6ebdc-fea4-4f43-a554-7181fcfc6af6 x-compute-request-id: req-51d6ebdc-fea4-4f43-a554-7181fcfc6af6 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:16,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-51d6ebdc-fea4-4f43-a554-7181fcfc6af6 2018-08-18 22:30:16,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439044952393s 2018-08-18 22:30:16,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-51d6ebdc-fea4-4f43-a554-7181fcfc6af6 2018-08-18 22:30:16,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:18,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:18,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:19,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-e3976bab-00cd-4899-ad07-7ecea9710e6e x-compute-request-id: req-e3976bab-00cd-4899-ad07-7ecea9710e6e 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:19,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e3976bab-00cd-4899-ad07-7ecea9710e6e 2018-08-18 22:30:19,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369467973709s 2018-08-18 22:30:19,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e3976bab-00cd-4899-ad07-7ecea9710e6e 2018-08-18 22:30:19,097 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:21,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:21,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:21,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-1e0c49d6-189c-4eca-9940-8c0b02037c6c x-compute-request-id: req-1e0c49d6-189c-4eca-9940-8c0b02037c6c 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:21,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e0c49d6-189c-4eca-9940-8c0b02037c6c 2018-08-18 22:30:21,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176785945892s 2018-08-18 22:30:21,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e0c49d6-189c-4eca-9940-8c0b02037c6c 2018-08-18 22:30:21,281 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:23,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:23,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:23,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-8b95b416-1a8b-412e-bd81-34a5b10d559c x-compute-request-id: req-8b95b416-1a8b-412e-bd81-34a5b10d559c 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:23,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8b95b416-1a8b-412e-bd81-34a5b10d559c 2018-08-18 22:30:23,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.408185005188s 2018-08-18 22:30:23,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8b95b416-1a8b-412e-bd81-34a5b10d559c 2018-08-18 22:30:23,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:25,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:25,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:26,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e915735b-996c-4a9d-ae28-daf8a9691365 x-compute-request-id: req-e915735b-996c-4a9d-ae28-daf8a9691365 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:26,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e915735b-996c-4a9d-ae28-daf8a9691365 2018-08-18 22:30:26,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374372005463s 2018-08-18 22:30:26,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e915735b-996c-4a9d-ae28-daf8a9691365 2018-08-18 22:30:26,078 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:28,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:28,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:28,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-23599fc8-c6fb-410b-a505-ae9a34653654 x-compute-request-id: req-23599fc8-c6fb-410b-a505-ae9a34653654 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:28,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-23599fc8-c6fb-410b-a505-ae9a34653654 2018-08-18 22:30:28,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667226076126s 2018-08-18 22:30:28,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-23599fc8-c6fb-410b-a505-ae9a34653654 2018-08-18 22:30:28,753 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:30,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:30,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:31,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-14bc0952-fd45-4418-ac82-1438be477733 x-compute-request-id: req-14bc0952-fd45-4418-ac82-1438be477733 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:31,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14bc0952-fd45-4418-ac82-1438be477733 2018-08-18 22:30:31,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.429239034653s 2018-08-18 22:30:31,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14bc0952-fd45-4418-ac82-1438be477733 2018-08-18 22:30:31,190 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:33,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:33,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:33,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-c80530cb-cce2-4034-bef7-cd6a587acaa4 x-compute-request-id: req-c80530cb-cce2-4034-bef7-cd6a587acaa4 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:33,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c80530cb-cce2-4034-bef7-cd6a587acaa4 2018-08-18 22:30:33,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354747056961s 2018-08-18 22:30:33,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c80530cb-cce2-4034-bef7-cd6a587acaa4 2018-08-18 22:30:33,552 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:35,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:35,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:35,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-5fb3ed5f-f0e0-4755-a590-10ebc20cc344 x-compute-request-id: req-5fb3ed5f-f0e0-4755-a590-10ebc20cc344 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:35,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5fb3ed5f-f0e0-4755-a590-10ebc20cc344 2018-08-18 22:30:35,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364735126495s 2018-08-18 22:30:35,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5fb3ed5f-f0e0-4755-a590-10ebc20cc344 2018-08-18 22:30:35,924 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:37,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:37,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:38,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-eb238c0c-fd46-4871-b636-fff4878820a3 x-compute-request-id: req-eb238c0c-fd46-4871-b636-fff4878820a3 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:38,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eb238c0c-fd46-4871-b636-fff4878820a3 2018-08-18 22:30:38,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44145989418s 2018-08-18 22:30:38,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eb238c0c-fd46-4871-b636-fff4878820a3 2018-08-18 22:30:38,373 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:40,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:40,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:40,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-5dd7c34a-414a-4208-b115-c699797086bb x-compute-request-id: req-5dd7c34a-414a-4208-b115-c699797086bb 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:40,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5dd7c34a-414a-4208-b115-c699797086bb 2018-08-18 22:30:40,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.182555913925s 2018-08-18 22:30:40,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5dd7c34a-414a-4208-b115-c699797086bb 2018-08-18 22:30:40,563 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:42,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:42,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:42,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-db5c5b8f-40f3-466a-b2af-15e4d19d4393 x-compute-request-id: req-db5c5b8f-40f3-466a-b2af-15e4d19d4393 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:42,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-db5c5b8f-40f3-466a-b2af-15e4d19d4393 2018-08-18 22:30:42,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179615974426s 2018-08-18 22:30:42,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-db5c5b8f-40f3-466a-b2af-15e4d19d4393 2018-08-18 22:30:42,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:44,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:44,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:45,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86f9cf40-9910-41af-8bb8-8e4d9328c66c x-compute-request-id: req-86f9cf40-9910-41af-8bb8-8e4d9328c66c 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:45,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-86f9cf40-9910-41af-8bb8-8e4d9328c66c 2018-08-18 22:30:45,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.480951070786s 2018-08-18 22:30:45,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-86f9cf40-9910-41af-8bb8-8e4d9328c66c 2018-08-18 22:30:45,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:47,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:47,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:47,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c91a42d2-755e-482d-9696-098711659de5 x-compute-request-id: req-c91a42d2-755e-482d-9696-098711659de5 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:47,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c91a42d2-755e-482d-9696-098711659de5 2018-08-18 22:30:47,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171122074127s 2018-08-18 22:30:47,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c91a42d2-755e-482d-9696-098711659de5 2018-08-18 22:30:47,416 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:49,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:49,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:49,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-8ba6c5bd-1333-4a5e-9b6f-0e241b8bd748 x-compute-request-id: req-8ba6c5bd-1333-4a5e-9b6f-0e241b8bd748 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:49,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8ba6c5bd-1333-4a5e-9b6f-0e241b8bd748 2018-08-18 22:30:49,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.433933019638s 2018-08-18 22:30:49,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8ba6c5bd-1333-4a5e-9b6f-0e241b8bd748 2018-08-18 22:30:49,857 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:51,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:51,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:52,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-61b443e2-921c-4008-b964-2322dfbe4461 x-compute-request-id: req-61b443e2-921c-4008-b964-2322dfbe4461 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:52,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-61b443e2-921c-4008-b964-2322dfbe4461 2018-08-18 22:30:52,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.187855958939s 2018-08-18 22:30:52,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-61b443e2-921c-4008-b964-2322dfbe4461 2018-08-18 22:30:52,052 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:54,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:54,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:54,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-0ae27512-4b15-4871-b6a9-817f6b8d448e x-compute-request-id: req-0ae27512-4b15-4871-b6a9-817f6b8d448e 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:54,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0ae27512-4b15-4871-b6a9-817f6b8d448e 2018-08-18 22:30:54,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17774605751s 2018-08-18 22:30:54,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0ae27512-4b15-4871-b6a9-817f6b8d448e 2018-08-18 22:30:54,237 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:56,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:56,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:56,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30: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-1fbc80f1-bbc6-4130-a774-0812e98a6af5 x-compute-request-id: req-1fbc80f1-bbc6-4130-a774-0812e98a6af5 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:56,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1fbc80f1-bbc6-4130-a774-0812e98a6af5 2018-08-18 22:30:56,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175661087036s 2018-08-18 22:30:56,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1fbc80f1-bbc6-4130-a774-0812e98a6af5 2018-08-18 22:30:56,420 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:30:58,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:30:58,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:30:58,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:30:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b95f68a-49e9-4383-963e-282072465e27 x-compute-request-id: req-3b95f68a-49e9-4383-963e-282072465e27 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:30:58,879 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3b95f68a-49e9-4383-963e-282072465e27 2018-08-18 22:30:58,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456767082214s 2018-08-18 22:30:58,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3b95f68a-49e9-4383-963e-282072465e27 2018-08-18 22:30:58,884 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:00,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:00,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:01,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-677e8199-859b-41ee-851d-61a1807da359 x-compute-request-id: req-677e8199-859b-41ee-851d-61a1807da359 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:01,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-677e8199-859b-41ee-851d-61a1807da359 2018-08-18 22:31:01,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347414970398s 2018-08-18 22:31:01,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-677e8199-859b-41ee-851d-61a1807da359 2018-08-18 22:31:01,239 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:03,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:03,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:03,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31: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-f18791eb-3eba-4f31-bdde-d40e6cc75723 x-compute-request-id: req-f18791eb-3eba-4f31-bdde-d40e6cc75723 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:03,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f18791eb-3eba-4f31-bdde-d40e6cc75723 2018-08-18 22:31:03,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173422813416s 2018-08-18 22:31:03,415 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f18791eb-3eba-4f31-bdde-d40e6cc75723 2018-08-18 22:31:03,420 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:05,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:05,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:05,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64df4078-dac5-46a5-9c94-ab8eb28e1764 x-compute-request-id: req-64df4078-dac5-46a5-9c94-ab8eb28e1764 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:05,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-64df4078-dac5-46a5-9c94-ab8eb28e1764 2018-08-18 22:31:05,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178183794022s 2018-08-18 22:31:05,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-64df4078-dac5-46a5-9c94-ab8eb28e1764 2018-08-18 22:31:05,605 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:07,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:07,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:07,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31: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-af3a4ab5-234d-4666-a14a-e2b7de0fae45 x-compute-request-id: req-af3a4ab5-234d-4666-a14a-e2b7de0fae45 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:07,780 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-af3a4ab5-234d-4666-a14a-e2b7de0fae45 2018-08-18 22:31:07,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172734022141s 2018-08-18 22:31:07,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-af3a4ab5-234d-4666-a14a-e2b7de0fae45 2018-08-18 22:31:07,785 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:09,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:09,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:10,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-872cf115-677a-442a-901a-4912e88deee7 x-compute-request-id: req-872cf115-677a-442a-901a-4912e88deee7 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:10,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-872cf115-677a-442a-901a-4912e88deee7 2018-08-18 22:31:10,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45808506012s 2018-08-18 22:31:10,246 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-872cf115-677a-442a-901a-4912e88deee7 2018-08-18 22:31:10,250 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:12,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:12,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:12,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31: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-f0c7061a-3595-4fa2-b213-6238b095d1f6 x-compute-request-id: req-f0c7061a-3595-4fa2-b213-6238b095d1f6 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:12,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f0c7061a-3595-4fa2-b213-6238b095d1f6 2018-08-18 22:31:12,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.423164129257s 2018-08-18 22:31:12,676 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f0c7061a-3595-4fa2-b213-6238b095d1f6 2018-08-18 22:31:12,681 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:14,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:14,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:15,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78f01769-13d6-41ef-8dd2-35a4d6cfc861 x-compute-request-id: req-78f01769-13d6-41ef-8dd2-35a4d6cfc861 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:15,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-78f01769-13d6-41ef-8dd2-35a4d6cfc861 2018-08-18 22:31:15,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401920080185s 2018-08-18 22:31:15,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-78f01769-13d6-41ef-8dd2-35a4d6cfc861 2018-08-18 22:31:15,090 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:17,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:17,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:17,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31: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-3bcbf0cb-5349-4298-88dd-2c170550f617 x-compute-request-id: req-3bcbf0cb-5349-4298-88dd-2c170550f617 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:17,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3bcbf0cb-5349-4298-88dd-2c170550f617 2018-08-18 22:31:17,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370120048523s 2018-08-18 22:31:17,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3bcbf0cb-5349-4298-88dd-2c170550f617 2018-08-18 22:31:17,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:19,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:19,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:20,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f37a56b-f4ce-4d87-bfa8-737ff820c6b7 x-compute-request-id: req-1f37a56b-f4ce-4d87-bfa8-737ff820c6b7 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:20,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1f37a56b-f4ce-4d87-bfa8-737ff820c6b7 2018-08-18 22:31:20,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561307191849s 2018-08-18 22:31:20,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1f37a56b-f4ce-4d87-bfa8-737ff820c6b7 2018-08-18 22:31:20,035 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:22,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:22,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:22,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31: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-a0ac704b-1e9b-4502-9033-e14aa5c0ae1a x-compute-request-id: req-a0ac704b-1e9b-4502-9033-e14aa5c0ae1a 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:22,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a0ac704b-1e9b-4502-9033-e14aa5c0ae1a 2018-08-18 22:31:22,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354707956314s 2018-08-18 22:31:22,393 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a0ac704b-1e9b-4502-9033-e14aa5c0ae1a 2018-08-18 22:31:22,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:24,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:24,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:24,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0e50414-ca0c-4e4a-952b-bbbfc37de3f8 x-compute-request-id: req-e0e50414-ca0c-4e4a-952b-bbbfc37de3f8 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:24,582 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e0e50414-ca0c-4e4a-952b-bbbfc37de3f8 2018-08-18 22:31:24,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181397914886s 2018-08-18 22:31:24,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e0e50414-ca0c-4e4a-952b-bbbfc37de3f8 2018-08-18 22:31:24,586 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:26,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:26,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:26,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d0cb4c5-1a8e-4b6e-8ebd-3c72c62ded0c x-compute-request-id: req-5d0cb4c5-1a8e-4b6e-8ebd-3c72c62ded0c 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:26,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d0cb4c5-1a8e-4b6e-8ebd-3c72c62ded0c 2018-08-18 22:31:26,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172495126724s 2018-08-18 22:31:26,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d0cb4c5-1a8e-4b6e-8ebd-3c72c62ded0c 2018-08-18 22:31:26,766 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:28,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:28,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:29,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94538680-1b2c-4803-bbf3-1dcb7efa1d38 x-compute-request-id: req-94538680-1b2c-4803-bbf3-1dcb7efa1d38 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:29,355 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-94538680-1b2c-4803-bbf3-1dcb7efa1d38 2018-08-18 22:31:29,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585958003998s 2018-08-18 22:31:29,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-94538680-1b2c-4803-bbf3-1dcb7efa1d38 2018-08-18 22:31:29,359 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:31,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:31,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:31,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98878497-7d9a-462b-afa6-c0b32348988f x-compute-request-id: req-98878497-7d9a-462b-afa6-c0b32348988f 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:31,582 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-98878497-7d9a-462b-afa6-c0b32348988f 2018-08-18 22:31:31,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.219410896301s 2018-08-18 22:31:31,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-98878497-7d9a-462b-afa6-c0b32348988f 2018-08-18 22:31:31,586 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:33,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:33,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:33,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-891bb4eb-0d48-4f67-b319-26dda8a5d415 x-compute-request-id: req-891bb4eb-0d48-4f67-b319-26dda8a5d415 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:33,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-891bb4eb-0d48-4f67-b319-26dda8a5d415 2018-08-18 22:31:33,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203985929489s 2018-08-18 22:31:33,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-891bb4eb-0d48-4f67-b319-26dda8a5d415 2018-08-18 22:31:33,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:35,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:35,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:35,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-499ae3a7-853f-4e73-aae1-e661381e492b x-compute-request-id: req-499ae3a7-853f-4e73-aae1-e661381e492b 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:35,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-499ae3a7-853f-4e73-aae1-e661381e492b 2018-08-18 22:31:35,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173192024231s 2018-08-18 22:31:35,974 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-499ae3a7-853f-4e73-aae1-e661381e492b 2018-08-18 22:31:35,978 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:37,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:37,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:38,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31: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-249cd565-7efb-4304-87be-a293ee575f1b x-compute-request-id: req-249cd565-7efb-4304-87be-a293ee575f1b 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.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T22:28:21Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:38,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-249cd565-7efb-4304-87be-a293ee575f1b 2018-08-18 22:31:38,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.213717937469s 2018-08-18 22:31:38,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-249cd565-7efb-4304-87be-a293ee575f1b 2018-08-18 22:31:38,199 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 22:31:40,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 22:31:40,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:40,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-177b5e57-1365-497f-ad9b-67f2171cad5b x-compute-request-id: req-177b5e57-1365-497f-ad9b-67f2171cad5b Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_2738d0a0-aba7-4003-98a3-770d78473079": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:c4:95", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T22:31:38.000000", "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T22:31:38Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 22:31:40,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-177b5e57-1365-497f-ad9b-67f2171cad5b 2018-08-18 22:31:40,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.491723060608s 2018-08-18 22:31:40,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-177b5e57-1365-497f-ad9b-67f2171cad5b 2018-08-18 22:31:40,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 22:31:40,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=e7428156-20d9-454e-8e2a-ebe38e3081bb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:40,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7c5f5347-d287-4ffe-ae6b-a195eae9e407 Date: Sat, 18 Aug 2018 22:31:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:28:21Z","admin_state_up":true,"updated_at":"2018-08-18T22:31:37Z","binding:vnic_type":"normal","device_id":"e7428156-20d9-454e-8e2a-ebe38e3081bb","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c9:c4:95","id":"4ca3037c-1899-45f3-b15f-4792bac08ef8","port_security_enabled":true,"project_id":"33ca56ab084d482b9b40704865ec73bd","fixed_ips":[{"subnet_id":"6704693b-b032-4a26-8b5a-1d170c3f2b51","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["9a6954eb-50e6-4708-bd12-801fe4c855e4"],"name":""}]} 2018-08-18 22:31:40,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e7428156-20d9-454e-8e2a-ebe38e3081bb used request id req-7c5f5347-d287-4ffe-ae6b-a195eae9e407 2018-08-18 22:31:40,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0570459365845s 2018-08-18 22:31:40,756 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e7428156-20d9-454e-8e2a-ebe38e3081bb used request id req-7c5f5347-d287-4ffe-ae6b-a195eae9e407 2018-08-18 22:31:40,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 22:31:40,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4ca3037c-1899-45f3-b15f-4792bac08ef8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:40,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-43d36252-6293-4cf5-9d1d-3c45f2ae563b Date: Sat, 18 Aug 2018 22:31:40 GMT RESP BODY: {"floatingips": []} 2018-08-18 22:31:40,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4ca3037c-1899-45f3-b15f-4792bac08ef8 used request id req-43d36252-6293-4cf5-9d1d-3c45f2ae563b 2018-08-18 22:31:40,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0568668842316s 2018-08-18 22:31:40,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4ca3037c-1899-45f3-b15f-4792bac08ef8 used request id req-43d36252-6293-4cf5-9d1d-3c45f2ae563b 2018-08-18 22:31:40,819 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_2738d0a0-aba7-4003-98a3-770d78473079': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c9:c4:95', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0811858f-35f9-4278-b423-bb3d4cbd7d91'}), 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-18T22:31:38.000000', 'flavor': Munch({u'id': u'74f9192d-8d4a-4af4-97f5-46abd9758967'}), 'az': u'nova', 'id': u'e7428156-20d9-454e-8e2a-ebe38e3081bb', 'security_groups': [Munch({u'name': u'shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b89dedf8420743578669221204362a53', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'33ca56ab084d482b9b40704865ec73bd', 'name': 'shaker-project_2738d0a0-aba7-4003-98a3-770d78473079', '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-18T22:31:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T22:31:38Z', 'hostId': u'e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86', '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-18T22:31:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'33ca56ab084d482b9b40704865ec73bd', 'name': u'shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079', 'adminPass': u'2mww7GH8v5ih', 'tenant_id': u'33ca56ab084d482b9b40704865ec73bd', 'created_at': u'2018-08-18T22:28:18Z', 'created': u'2018-08-18T22:28:18Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 22:31:40,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 22:31:40,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:40,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-b7cf78a9-8b40-4c0b-8617-86533c0f72c6 Date: Sat, 18 Aug 2018 22:31:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6704693b-b032-4a26-8b5a-1d170c3f2b51"],"updated_at":"2018-08-18T22:27:56Z","tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:27:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"33ca56ab084d482b9b40704865ec73bd","id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","name":"shaker-net_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:31:40,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b7cf78a9-8b40-4c0b-8617-86533c0f72c6 2018-08-18 22:31:40,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.098564863205s 2018-08-18 22:31:40,921 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b7cf78a9-8b40-4c0b-8617-86533c0f72c6 2018-08-18 22:31:40,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 22:31:40,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=e7428156-20d9-454e-8e2a-ebe38e3081bb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:41,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ec04261d-e8d1-4327-afe1-8dd1e8bb893c Date: Sat, 18 Aug 2018 22:31:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:28:21Z","admin_state_up":true,"updated_at":"2018-08-18T22:31:37Z","binding:vnic_type":"normal","device_id":"e7428156-20d9-454e-8e2a-ebe38e3081bb","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c9:c4:95","id":"4ca3037c-1899-45f3-b15f-4792bac08ef8","port_security_enabled":true,"project_id":"33ca56ab084d482b9b40704865ec73bd","fixed_ips":[{"subnet_id":"6704693b-b032-4a26-8b5a-1d170c3f2b51","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["9a6954eb-50e6-4708-bd12-801fe4c855e4"],"name":""}]} 2018-08-18 22:31:41,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e7428156-20d9-454e-8e2a-ebe38e3081bb used request id req-ec04261d-e8d1-4327-afe1-8dd1e8bb893c 2018-08-18 22:31:41,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.25933098793s 2018-08-18 22:31:41,182 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e7428156-20d9-454e-8e2a-ebe38e3081bb used request id req-ec04261d-e8d1-4327-afe1-8dd1e8bb893c 2018-08-18 22:31:41,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-18 22:31:41,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"floatingip": {"floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.9", "port_id": "4ca3037c-1899-45f3-b15f-4792bac08ef8"}}' 2018-08-18 22:31:42,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-053f5661-a9fe-40be-895a-83772b6491e7 Date: Sat, 18 Aug 2018 22:31:42 GMT RESP BODY: {"floatingip": {"router_id": "47488b1d-dd63-4017-8a87-102691868940", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T22:31:41Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "4ca3037c-1899-45f3-b15f-4792bac08ef8", "id": "fa3c8a27-bc37-489b-b357-8c6d6f5759e8", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:31:41Z", "project_id": "33ca56ab084d482b9b40704865ec73bd"}} 2018-08-18 22:31:42,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-053f5661-a9fe-40be-895a-83772b6491e7 2018-08-18 22:31:42,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.81178617477s 2018-08-18 22:31:42,995 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-053f5661-a9fe-40be-895a-83772b6491e7 2018-08-18 22:31:43,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 22:31:43,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76b1548dc3c14e1bc249c5ba6379ab08d9098538" 2018-08-18 22:31:43,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-d98fb62d-8f09-4366-b3a5-ca871ce4bb66 Date: Sat, 18 Aug 2018 22:31:43 GMT RESP BODY: {"floatingips": [{"router_id": "47488b1d-dd63-4017-8a87-102691868940", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T22:31:41Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "4ca3037c-1899-45f3-b15f-4792bac08ef8", "id": "fa3c8a27-bc37-489b-b357-8c6d6f5759e8", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:31:41Z", "project_id": "33ca56ab084d482b9b40704865ec73bd"}]} 2018-08-18 22:31:43,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d98fb62d-8f09-4366-b3a5-ca871ce4bb66 2018-08-18 22:31:43,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.067085981369s 2018-08-18 22:31:43,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d98fb62d-8f09-4366-b3a5-ca871ce4bb66 2018-08-18 22:31:43,075 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'47488b1d-dd63-4017-8a87-102691868940', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'33ca56ab084d482b9b40704865ec73bd', 'created_at': u'2018-08-18T22:31:41Z', 'attached': True, 'updated_at': u'2018-08-18T22:31:41Z', 'id': u'fa3c8a27-bc37-489b-b357-8c6d6f5759e8', 'floating_network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'33ca56ab084d482b9b40704865ec73bd', 'name': 'shaker-project_2738d0a0-aba7-4003-98a3-770d78473079', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'47488b1d-dd63-4017-8a87-102691868940', 'project_id': u'33ca56ab084d482b9b40704865ec73bd', 'port_id': u'4ca3037c-1899-45f3-b15f-4792bac08ef8', 'port': u'4ca3037c-1899-45f3-b15f-4792bac08ef8', 'network': u'65cd7cef-6b04-450e-9f27-e630c6e3994e'}) 2018-08-18 22:31:43,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 22:31:43,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 22:31:43,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a0ad367-db57-44bd-9f02-629717777375 x-compute-request-id: req-4a0ad367-db57-44bd-9f02-629717777375 Content-Encoding: gzip Content-Length: 10372 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.174995] pid_max: default: 32768 minimum: 301\n[ 0.176224] ACPI: Core revision 20150930\n[ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.179688] Security Framework initialized\n[ 0.180801] Yama: becoming mindful.\n[ 0.181800] AppArmor: AppArmor initialized\n[ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189896] Initializing cgroup subsys io\n[ 0.191003] Initializing cgroup subsys memory\n[ 0.192182] Initializing cgroup subsys devices\n[ 0.193368] Initializing cgroup subsys freezer\n[ 0.194552] Initializing cgroup subsys net_cls\n[ 0.195752] Initializing cgroup subsys perf_event\n[ 0.196997] Initializing cgroup subsys net_prio\n[ 0.198199] Initializing cgroup subsys hugetlb\n[ 0.199384] Initializing cgroup subsys pids\n[ 0.200553] CPU: Physical Processor ID: 0\n[ 0.202347] mce: CPU supports 10 MCE banks\n[ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206350] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.209579] Speculative Store Bypass: Vulnerable\n[ 0.226970] Freeing SMP alternatives memory: 32K\n[ 0.232758] ftrace: allocating 32237 entries in 126 pages\n[ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269054] smpboot: Max logical packages: 1\n[ 0.270459] x2apic enabled\n[ 0.271623] Switched APIC routing to physical x2apic.\n[ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280905] KVM setup paravirtual spinlock\n[ 0.282539] x86: Booted up 1 node, 1 CPUs\n[ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285569] devtmpfs: initialized\n[ 0.287559] evm: security.selinux\n[ 0.288539] evm: security.SMACK64\n[ 0.289511] evm: security.SMACK64EXEC\n[ 0.290555] evm: security.SMACK64TRANSMUTE\n[ 0.291677] evm: security.SMACK64MMAP\n[ 0.292714] evm: security.ima\n[ 0.293607] evm: security.capability\n[ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.298817] pinctrl core: initialized pinctrl subsystem\n[ 0.300311] RTC time: 22:31:38, date: 08/18/18\n[ 0.301630] NET: Registered protocol family 16\n[ 0.302977] cpuidle: using governor ladder\n[ 0.304131] cpuidle: using governor menu\n[ 0.305226] PCCT header not found.\n[ 0.306272] ACPI: bus type PCI registered\n[ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309113] PCI: Using configuration type 1 for base access\n[ 0.311353] ACPI: Added _OSI(Module Device)\n[ 0.312541] ACPI: Added _OSI(Processor Device)\n[ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317245] ACPI: Interpreter enabled\n[ 0.318313] ACPI: (supports S0 S5)\n[ 0.319298] ACPI: Using IOAPIC for interrupt routing\n[ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332679] acpiphp: Slot [3] registered\n[ 0.333796] acpiphp: Slot [4] registered\n[ 0.334909] acpiphp: Slot [5] registered\n[ 0.336017] acpiphp: Slot [6] registered\n[ 0.353726] acpiphp: Slot [7] registered\n[ 0.355080] acpiphp: Slot [8] registered\n[ 0.356197] acpiphp: Slot [9] registered\n[ 0.357313] acpiphp: Slot [10] registered\n[ 0.358449] acpiphp: Slot [11] registered\n[ 0.359610] acpiphp: Slot [12] registered\n[ 0.360746] acpiphp: Slot [13] registered\n[ 0.361876] acpiphp: Slot [14] registered\n[ 0.363020] acpiphp: Slot [15] registered\n[ 0.364157] acpiphp: Slot [16] registered\n[ 0.365294] acpiphp: Slot [17] registered\n[ 0.366426] acpiphp: Slot [18] registered\n[ 0.367843] acpiphp: Slot [19] registered\n[ 0.368988] acpiphp: Slot [20] registered\n[ 0.370132] acpiphp: Slot [21] registered\n[ 0.371263] acpiphp: Slot [22] registered\n[ 0.372418] acpiphp: Slot [23] registered\n[ 0.373563] acpiphp: Slot [24] registered\n[ 0.374709] acpiphp: Slot [25] registered\n[ 0.375850] acpiphp: Slot [26] registered\n[ 0.377007] acpiphp: Slot [27] registered\n[ 0.378156] acpiphp: Slot [28] registered\n[ 0.379303] acpiphp: Slot [29] registered\n[ 0.380445] acpiphp: Slot [30] registered\n[ 0.381589] acpiphp: Slot [31] registered\n[ 0.382735] PCI host bridge to bus 0000:00\n[ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448957] vgaarb: loaded\n[ 0.449824] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451620] SCSI subsystem initialized\n[ 0.452948] ACPI: bus type USB registered\n[ 0.454118] usbcore: registered new interface driver usbfs\n[ 0.455575] usbcore: registered new interface driver hub\n[ 0.456984] usbcore: registered new device driver usb\n[ 0.458550] PCI: Using ACPI for IRQ routing\n[ 0.460157] NetLabel: Initializing\n[ 0.461171] NetLabel: domain hash size = 128\n[ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463709] NetLabel: unlabeled traffic allowed by default\n[ 0.465347] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466736] clocksource: Switched to clocksource kvm-clock\n[ 0.476453] AppArmor: AppArmor Filesystem Enabled\n[ 0.477793] pnp: PnP ACPI init\n[ 0.479081] pnp: PnP ACPI: found 5 devices\n[ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488440] NET: Registered protocol family 2\n[ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498260] NET: Registered protocol family 1\n[ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535232] Unpacking initramfs...\n[ 1.028025] Freeing initrd memory: 37084K\n[ 1.029548] Scanning for low memory corruption every 60 seconds\n[ 1.031537] audit: initializing netlink subsys (disabled)\n[ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized\n[ 1.034887] Initialise system trusted keyring\n[ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.040607] zbud: loaded\n[ 1.041706] VFS: Disk quotas dquot_6.6.0\n[ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.046621] fuse init (API version 7.23)\n[ 1.047885] Key type big_key registered\n[ 1.049016] Allocating IMA MOK and blacklist keyrings.\n[ 1.050754] Key type asymmetric registered\n[ 1.051919] Asymmetric key parser 'x509' registered\n[ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.055361] io scheduler noop registered\n[ 1.056470] io scheduler deadline registered (default)\n[ 1.057860] io scheduler cfq registered\n[ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.064272] ACPI: Power Button [PWRF]\n[ 1.065455] GHES: HEST is not enabled!\n[ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.144141] Linux agpgart interface v0.103\n[ 1.146969] loop: module loaded\n[ 1.150351] vda: vda1\n[ 1.151931] scsi host0: ata_piix\n[ 1.152978] scsi host1: ata_piix\n[ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.157770] libphy: Fixed MDIO Bus: probed\n[ 1.159156] tun: Universal TUN/TAP device driver, 1.6\n[ 1.160492] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.163231] PPP generic driver version 2.4.2\n[ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.166145] ehci-pci: EHCI PCI platform driver\n[ 1.167380] ehci-platform: EHCI generic platform driver\n[ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.170341] ohci-pci: OHCI PCI platform driver\n[ 1.171569] ohci-platform: OHCI generic platform driver\n[ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.199407] usb usb1: Product: UHCI Host Controller\n[ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.202333] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.203686] hub 1-0:1.0: USB hub found\n[ 1.204771] hub 1-0:1.0: 2 ports detected\n[ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.211808] mousedev: PS/2 mouse device common for all mice\n[ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.216130] rtc_cmos 00:00: RTC can wake from S4\n[ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.221029] i2c /dev entries driver\n[ 1.222105] device-mapper: uevent: version 1.0.3\n[ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.227590] NET: Registered protocol family 10\n[ 1.229092] NET: Registered protocol family 17\n[ 1.230355] Key type dns_resolver registered\n[ 1.231806] registered taskstats version 1\n[ 1.233053] Loading compiled-in X.509 certificates\n[ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.237550] zswap: loaded using pool lzo/zbud\n[ 1.240178] Key type trusted registered\n[ 1.243299] Key type encrypted registered\n[ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.245921] ima: No TPM chip found, activating TPM-bypass!\n[ 1.247398] evm: HMAC attrs: 0x1\n[ 1.248708] Magic number: 14:178:553\n[ 1.249809] tty ttyS29: hash matches\n[ 1.250880] acpi PNP0C0F:04: hash matches\n[ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499)\n[ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.255955] EDD information not available.\n[ 1.316233] Freeing unused kernel memory: 1512K\n[ 1.317532] Write protecting the kernel read-only data: 14336k\n[ 1.320392] Freeing unused kernel memory: 1692K\n[ 1.321850] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.421155] [drm] Initialized drm 1.1.0 20060810\n[ 1.423809] virtio_net virtio0 ens3: renamed from eth0\n[ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.455148] FDC 0 is a S82078B\n[ 1.461103] AVX2 version of gcm_enc/dec engaged.\n[ 1.462406] AES CTR mode by8 optimization enabled\n[ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678284] usb 1-1: Product: QEMU USB Tablet\n[ 1.679498] usb 1-1: Manufacturer: QEMU\n[ 1.680594] usb 1-1: SerialNumber: 42\n[ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.696409] usbcore: registered new interface driver usbhid\n[ 1.697950] usbhid: USB HID core driver\n[ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns\nBegin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1\n[ 2.080171] md: multipath personality registered for level -4\n[ 2.083828] md: raid0 personality registered for level 0\n[ 2.087851] md: raid1 personality registered for level 1\n[ 2.158740] raid6: sse2x1 gen() 11309 MB/s\n[ 2.226736] raid6: sse2x1 xor() 8876 MB/s\n[ 2.294735] raid6: sse2x2 gen() 14507 MB/s\n[ 2.362756] raid6: sse2x2 xor() 9719 MB/s\n[ 2.430736] raid6: sse2x4 gen() 17032 MB/s\n[ 2.498757] raid6: sse2x4 xor() 11181 MB/s\n[ 2.566735] raid6: avx2x1 gen() 22259 MB/s\n[ 2.634747] raid6: avx2x2 gen() 26350 MB/s\n[ 2.702735] raid6: avx2x4 gen() 28503 MB/s\n[ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s\n[ 2.709277] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.754746] avx : 31872.000 MB/sec\n[ 2.757419] async_tx: api initialized (async)\n[ 2.769407] md: raid6 personality registered for level 6\n[ 2.770917] md: raid5 personality registered for level 5\n[ 2.772380] md: raid4 personality registered for level 4\n[ 2.779372] 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.814559] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm.\n[ 2.960319] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.963936] systemd[1]: Set hostname to .\n[ 2.968135] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.969709] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.124229] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.131152] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.133890] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.136261] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142513] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.145550] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.148140] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.150733] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.163414] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.169470] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.172525] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.182003] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.188651] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.194454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.206795] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.213150] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.220788] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.227640] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.232086] Loading iSCSI transport class v2.0-870.\n[ 3.234680] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.241326] systemd[1]: Mounting POSIX Message Queue File System...\n[ 3.245285] iscsi: registered transport (tcp)\n Mounting POSIX Message Queue File System...\n[ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.263381] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.266385] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.275454] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.279374] 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[[0;32m OK [0m] Started Set console keymap.\n[ 3.336064] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.998541] intel_rapl: no valid rapl domains found in package 0\n"} 2018-08-18 22:31:43,158 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-4a0ad367-db57-44bd-9f02-629717777375 2018-08-18 22:31:43,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0814158916473s 2018-08-18 22:31:43,159 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-4a0ad367-db57-44bd-9f02-629717777375 2018-08-18 22:31:43,159 - 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.174995] pid_max: default: 32768 minimum: 301 [ 0.176224] ACPI: Core revision 20150930 [ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.179688] Security Framework initialized [ 0.180801] Yama: becoming mindful. [ 0.181800] AppArmor: AppArmor initialized [ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189896] Initializing cgroup subsys io [ 0.191003] Initializing cgroup subsys memory [ 0.192182] Initializing cgroup subsys devices [ 0.193368] Initializing cgroup subsys freezer [ 0.194552] Initializing cgroup subsys net_cls [ 0.195752] Initializing cgroup subsys perf_event [ 0.196997] Initializing cgroup subsys net_prio [ 0.198199] Initializing cgroup subsys hugetlb [ 0.199384] Initializing cgroup subsys pids [ 0.200553] CPU: Physical Processor ID: 0 [ 0.202347] mce: CPU supports 10 MCE banks [ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206350] Spectre V2 : Mitigation: Full generic retpoline [ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.209579] Speculative Store Bypass: Vulnerable [ 0.226970] Freeing SMP alternatives memory: 32K [ 0.232758] ftrace: allocating 32237 entries in 126 pages [ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269054] smpboot: Max logical packages: 1 [ 0.270459] x2apic enabled [ 0.271623] Switched APIC routing to physical x2apic. [ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280905] KVM setup paravirtual spinlock [ 0.282539] x86: Booted up 1 node, 1 CPUs [ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285569] devtmpfs: initialized [ 0.287559] evm: security.selinux [ 0.288539] evm: security.SMACK64 [ 0.289511] evm: security.SMACK64EXEC [ 0.290555] evm: security.SMACK64TRANSMUTE [ 0.291677] evm: security.SMACK64MMAP [ 0.292714] evm: security.ima [ 0.293607] evm: security.capability [ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.298817] pinctrl core: initialized pinctrl subsystem [ 0.300311] RTC time: 22:31:38, date: 08/18/18 [ 0.301630] NET: Registered protocol family 16 [ 0.302977] cpuidle: using governor ladder [ 0.304131] cpuidle: using governor menu [ 0.305226] PCCT header not found. [ 0.306272] ACPI: bus type PCI registered [ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309113] PCI: Using configuration type 1 for base access [ 0.311353] ACPI: Added _OSI(Module Device) [ 0.312541] ACPI: Added _OSI(Processor Device) [ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317245] ACPI: Interpreter enabled [ 0.318313] ACPI: (supports S0 S5) [ 0.319298] ACPI: Using IOAPIC for interrupt routing [ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332679] acpiphp: Slot [3] registered [ 0.333796] acpiphp: Slot [4] registered [ 0.334909] acpiphp: Slot [5] registered [ 0.336017] acpiphp: Slot [6] registered [ 0.353726] acpiphp: Slot [7] registered [ 0.355080] acpiphp: Slot [8] registered [ 0.356197] acpiphp: Slot [9] registered [ 0.357313] acpiphp: Slot [10] registered [ 0.358449] acpiphp: Slot [11] registered [ 0.359610] acpiphp: Slot [12] registered [ 0.360746] acpiphp: Slot [13] registered [ 0.361876] acpiphp: Slot [14] registered [ 0.363020] acpiphp: Slot [15] registered [ 0.364157] acpiphp: Slot [16] registered [ 0.365294] acpiphp: Slot [17] registered [ 0.366426] acpiphp: Slot [18] registered [ 0.367843] acpiphp: Slot [19] registered [ 0.368988] acpiphp: Slot [20] registered [ 0.370132] acpiphp: Slot [21] registered [ 0.371263] acpiphp: Slot [22] registered [ 0.372418] acpiphp: Slot [23] registered [ 0.373563] acpiphp: Slot [24] registered [ 0.374709] acpiphp: Slot [25] registered [ 0.375850] acpiphp: Slot [26] registered [ 0.377007] acpiphp: Slot [27] registered [ 0.378156] acpiphp: Slot [28] registered [ 0.379303] acpiphp: Slot [29] registered [ 0.380445] acpiphp: Slot [30] registered [ 0.381589] acpiphp: Slot [31] registered [ 0.382735] PCI host bridge to bus 0000:00 [ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448957] vgaarb: loaded [ 0.449824] vgaarb: bridge control possible 0000:00:02.0 [ 0.451620] SCSI subsystem initialized [ 0.452948] ACPI: bus type USB registered [ 0.454118] usbcore: registered new interface driver usbfs [ 0.455575] usbcore: registered new interface driver hub [ 0.456984] usbcore: registered new device driver usb [ 0.458550] PCI: Using ACPI for IRQ routing [ 0.460157] NetLabel: Initializing [ 0.461171] NetLabel: domain hash size = 128 [ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463709] NetLabel: unlabeled traffic allowed by default [ 0.465347] amd_nb: Cannot enumerate AMD northbridges [ 0.466736] clocksource: Switched to clocksource kvm-clock [ 0.476453] AppArmor: AppArmor Filesystem Enabled [ 0.477793] pnp: PnP ACPI init [ 0.479081] pnp: PnP ACPI: found 5 devices [ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488440] NET: Registered protocol family 2 [ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498260] NET: Registered protocol family 1 [ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535232] Unpacking initramfs... [ 1.028025] Freeing initrd memory: 37084K [ 1.029548] Scanning for low memory corruption every 60 seconds [ 1.031537] audit: initializing netlink subsys (disabled) [ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized [ 1.034887] Initialise system trusted keyring [ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.040607] zbud: loaded [ 1.041706] VFS: Disk quotas dquot_6.6.0 [ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.046621] fuse init (API version 7.23) [ 1.047885] Key type big_key registered [ 1.049016] Allocating IMA MOK and blacklist keyrings. [ 1.050754] Key type asymmetric registered [ 1.051919] Asymmetric key parser 'x509' registered [ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.055361] io scheduler noop registered [ 1.056470] io scheduler deadline registered (default) [ 1.057860] io scheduler cfq registered [ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.064272] ACPI: Power Button [PWRF] [ 1.065455] GHES: HEST is not enabled! [ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.144141] Linux agpgart interface v0.103 [ 1.146969] loop: module loaded [ 1.150351] vda: vda1 [ 1.151931] scsi host0: ata_piix [ 1.152978] scsi host1: ata_piix [ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.157770] libphy: Fixed MDIO Bus: probed [ 1.159156] tun: Universal TUN/TAP device driver, 1.6 [ 1.160492] tun: (C) 1999-2004 Max Krasnyansky [ 1.163231] PPP generic driver version 2.4.2 [ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.166145] ehci-pci: EHCI PCI platform driver [ 1.167380] ehci-platform: EHCI generic platform driver [ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.170341] ohci-pci: OHCI PCI platform driver [ 1.171569] ohci-platform: OHCI generic platform driver [ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver [ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199407] usb usb1: Product: UHCI Host Controller [ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.202333] usb usb1: SerialNumber: 0000:00:01.2 [ 1.203686] hub 1-0:1.0: USB hub found [ 1.204771] hub 1-0:1.0: 2 ports detected [ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.211808] mousedev: PS/2 mouse device common for all mice [ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216130] rtc_cmos 00:00: RTC can wake from S4 [ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.221029] i2c /dev entries driver [ 1.222105] device-mapper: uevent: version 1.0.3 [ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs [ 1.227590] NET: Registered protocol family 10 [ 1.229092] NET: Registered protocol family 17 [ 1.230355] Key type dns_resolver registered [ 1.231806] registered taskstats version 1 [ 1.233053] Loading compiled-in X.509 certificates [ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.237550] zswap: loaded using pool lzo/zbud [ 1.240178] Key type trusted registered [ 1.243299] Key type encrypted registered [ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled [ 1.245921] ima: No TPM chip found, activating TPM-bypass! [ 1.247398] evm: HMAC attrs: 0x1 [ 1.248708] Magic number: 14:178:553 [ 1.249809] tty ttyS29: hash matches [ 1.250880] acpi PNP0C0F:04: hash matches [ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499) [ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.255955] EDD information not available. [ 1.316233] Freeing unused kernel memory: 1512K [ 1.317532] Write protecting the kernel read-only data: 14336k [ 1.320392] Freeing unused kernel memory: 1692K [ 1.321850] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.421155] [drm] Initialized drm 1.1.0 20060810 [ 1.423809] virtio_net virtio0 ens3: renamed from eth0 [ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.455148] FDC 0 is a S82078B [ 1.461103] AVX2 version of gcm_enc/dec engaged. [ 1.462406] AES CTR mode by8 optimization enabled [ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678284] usb 1-1: Product: QEMU USB Tablet [ 1.679498] usb 1-1: Manufacturer: QEMU [ 1.680594] usb 1-1: SerialNumber: 42 [ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina [ 1.696409] usbcore: registered new interface driver usbhid [ 1.697950] usbhid: USB HID core driver [ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns Begin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1 [ 2.080171] md: multipath personality registered for level -4 [ 2.083828] md: raid0 personality registered for level 0 [ 2.087851] md: raid1 personality registered for level 1 [ 2.158740] raid6: sse2x1 gen() 11309 MB/s [ 2.226736] raid6: sse2x1 xor() 8876 MB/s [ 2.294735] raid6: sse2x2 gen() 14507 MB/s [ 2.362756] raid6: sse2x2 xor() 9719 MB/s [ 2.430736] raid6: sse2x4 gen() 17032 MB/s [ 2.498757] raid6: sse2x4 xor() 11181 MB/s [ 2.566735] raid6: avx2x1 gen() 22259 MB/s [ 2.634747] raid6: avx2x2 gen() 26350 MB/s [ 2.702735] raid6: avx2x4 gen() 28503 MB/s [ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s [ 2.709277] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.754746] avx : 31872.000 MB/sec [ 2.757419] async_tx: api initialized (async) [ 2.769407] md: raid6 personality registered for level 6 [ 2.770917] md: raid5 personality registered for level 5 [ 2.772380] md: raid4 personality registered for level 4 [ 2.779372] 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.814559] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm. [ 2.960319] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.963936] systemd[1]: Set hostname to . [ 2.968135] systemd[1]: Initializing machine ID from KVM UUID. [ 2.969709] systemd[1]: Installed transient /etc/machine-id file. [ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.124229] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.131152] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.133890] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.136261] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142513] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.145550] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.148140] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.150733] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.163414] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.169470] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.172525] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.182003] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.188651] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.194454] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.206795] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.213150] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.220788] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.227640] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.232086] Loading iSCSI transport class v2.0-870. [ 3.234680] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.241326] systemd[1]: Mounting POSIX Message Queue File System... [ 3.245285] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System... [ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.263381] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.266385] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.275454] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.279374] 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. [[0;32m OK [0m] Started Set console keymap. [ 3.336064] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Found device /dev/ttyS0. [ 3.998541] intel_rapl: no valid rapl domains found in package 0 2018-08-18 22:31:44,162 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: timed out 2018-08-18 22:31:53,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 22:31:53,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 22:31:53,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:31:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c86cfd7f-0658-4053-9760-46bffc5db0a0 x-compute-request-id: req-c86cfd7f-0658-4053-9760-46bffc5db0a0 Content-Encoding: gzip Content-Length: 10531 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.174995] pid_max: default: 32768 minimum: 301\n[ 0.176224] ACPI: Core revision 20150930\n[ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.179688] Security Framework initialized\n[ 0.180801] Yama: becoming mindful.\n[ 0.181800] AppArmor: AppArmor initialized\n[ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189896] Initializing cgroup subsys io\n[ 0.191003] Initializing cgroup subsys memory\n[ 0.192182] Initializing cgroup subsys devices\n[ 0.193368] Initializing cgroup subsys freezer\n[ 0.194552] Initializing cgroup subsys net_cls\n[ 0.195752] Initializing cgroup subsys perf_event\n[ 0.196997] Initializing cgroup subsys net_prio\n[ 0.198199] Initializing cgroup subsys hugetlb\n[ 0.199384] Initializing cgroup subsys pids\n[ 0.200553] CPU: Physical Processor ID: 0\n[ 0.202347] mce: CPU supports 10 MCE banks\n[ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206350] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.209579] Speculative Store Bypass: Vulnerable\n[ 0.226970] Freeing SMP alternatives memory: 32K\n[ 0.232758] ftrace: allocating 32237 entries in 126 pages\n[ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269054] smpboot: Max logical packages: 1\n[ 0.270459] x2apic enabled\n[ 0.271623] Switched APIC routing to physical x2apic.\n[ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280905] KVM setup paravirtual spinlock\n[ 0.282539] x86: Booted up 1 node, 1 CPUs\n[ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285569] devtmpfs: initialized\n[ 0.287559] evm: security.selinux\n[ 0.288539] evm: security.SMACK64\n[ 0.289511] evm: security.SMACK64EXEC\n[ 0.290555] evm: security.SMACK64TRANSMUTE\n[ 0.291677] evm: security.SMACK64MMAP\n[ 0.292714] evm: security.ima\n[ 0.293607] evm: security.capability\n[ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.298817] pinctrl core: initialized pinctrl subsystem\n[ 0.300311] RTC time: 22:31:38, date: 08/18/18\n[ 0.301630] NET: Registered protocol family 16\n[ 0.302977] cpuidle: using governor ladder\n[ 0.304131] cpuidle: using governor menu\n[ 0.305226] PCCT header not found.\n[ 0.306272] ACPI: bus type PCI registered\n[ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309113] PCI: Using configuration type 1 for base access\n[ 0.311353] ACPI: Added _OSI(Module Device)\n[ 0.312541] ACPI: Added _OSI(Processor Device)\n[ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317245] ACPI: Interpreter enabled\n[ 0.318313] ACPI: (supports S0 S5)\n[ 0.319298] ACPI: Using IOAPIC for interrupt routing\n[ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332679] acpiphp: Slot [3] registered\n[ 0.333796] acpiphp: Slot [4] registered\n[ 0.334909] acpiphp: Slot [5] registered\n[ 0.336017] acpiphp: Slot [6] registered\n[ 0.353726] acpiphp: Slot [7] registered\n[ 0.355080] acpiphp: Slot [8] registered\n[ 0.356197] acpiphp: Slot [9] registered\n[ 0.357313] acpiphp: Slot [10] registered\n[ 0.358449] acpiphp: Slot [11] registered\n[ 0.359610] acpiphp: Slot [12] registered\n[ 0.360746] acpiphp: Slot [13] registered\n[ 0.361876] acpiphp: Slot [14] registered\n[ 0.363020] acpiphp: Slot [15] registered\n[ 0.364157] acpiphp: Slot [16] registered\n[ 0.365294] acpiphp: Slot [17] registered\n[ 0.366426] acpiphp: Slot [18] registered\n[ 0.367843] acpiphp: Slot [19] registered\n[ 0.368988] acpiphp: Slot [20] registered\n[ 0.370132] acpiphp: Slot [21] registered\n[ 0.371263] acpiphp: Slot [22] registered\n[ 0.372418] acpiphp: Slot [23] registered\n[ 0.373563] acpiphp: Slot [24] registered\n[ 0.374709] acpiphp: Slot [25] registered\n[ 0.375850] acpiphp: Slot [26] registered\n[ 0.377007] acpiphp: Slot [27] registered\n[ 0.378156] acpiphp: Slot [28] registered\n[ 0.379303] acpiphp: Slot [29] registered\n[ 0.380445] acpiphp: Slot [30] registered\n[ 0.381589] acpiphp: Slot [31] registered\n[ 0.382735] PCI host bridge to bus 0000:00\n[ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448957] vgaarb: loaded\n[ 0.449824] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451620] SCSI subsystem initialized\n[ 0.452948] ACPI: bus type USB registered\n[ 0.454118] usbcore: registered new interface driver usbfs\n[ 0.455575] usbcore: registered new interface driver hub\n[ 0.456984] usbcore: registered new device driver usb\n[ 0.458550] PCI: Using ACPI for IRQ routing\n[ 0.460157] NetLabel: Initializing\n[ 0.461171] NetLabel: domain hash size = 128\n[ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463709] NetLabel: unlabeled traffic allowed by default\n[ 0.465347] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466736] clocksource: Switched to clocksource kvm-clock\n[ 0.476453] AppArmor: AppArmor Filesystem Enabled\n[ 0.477793] pnp: PnP ACPI init\n[ 0.479081] pnp: PnP ACPI: found 5 devices\n[ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488440] NET: Registered protocol family 2\n[ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498260] NET: Registered protocol family 1\n[ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535232] Unpacking initramfs...\n[ 1.028025] Freeing initrd memory: 37084K\n[ 1.029548] Scanning for low memory corruption every 60 seconds\n[ 1.031537] audit: initializing netlink subsys (disabled)\n[ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized\n[ 1.034887] Initialise system trusted keyring\n[ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.040607] zbud: loaded\n[ 1.041706] VFS: Disk quotas dquot_6.6.0\n[ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.046621] fuse init (API version 7.23)\n[ 1.047885] Key type big_key registered\n[ 1.049016] Allocating IMA MOK and blacklist keyrings.\n[ 1.050754] Key type asymmetric registered\n[ 1.051919] Asymmetric key parser 'x509' registered\n[ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.055361] io scheduler noop registered\n[ 1.056470] io scheduler deadline registered (default)\n[ 1.057860] io scheduler cfq registered\n[ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.064272] ACPI: Power Button [PWRF]\n[ 1.065455] GHES: HEST is not enabled!\n[ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.144141] Linux agpgart interface v0.103\n[ 1.146969] loop: module loaded\n[ 1.150351] vda: vda1\n[ 1.151931] scsi host0: ata_piix\n[ 1.152978] scsi host1: ata_piix\n[ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.157770] libphy: Fixed MDIO Bus: probed\n[ 1.159156] tun: Universal TUN/TAP device driver, 1.6\n[ 1.160492] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.163231] PPP generic driver version 2.4.2\n[ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.166145] ehci-pci: EHCI PCI platform driver\n[ 1.167380] ehci-platform: EHCI generic platform driver\n[ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.170341] ohci-pci: OHCI PCI platform driver\n[ 1.171569] ohci-platform: OHCI generic platform driver\n[ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.199407] usb usb1: Product: UHCI Host Controller\n[ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.202333] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.203686] hub 1-0:1.0: USB hub found\n[ 1.204771] hub 1-0:1.0: 2 ports detected\n[ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.211808] mousedev: PS/2 mouse device common for all mice\n[ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.216130] rtc_cmos 00:00: RTC can wake from S4\n[ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.221029] i2c /dev entries driver\n[ 1.222105] device-mapper: uevent: version 1.0.3\n[ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.227590] NET: Registered protocol family 10\n[ 1.229092] NET: Registered protocol family 17\n[ 1.230355] Key type dns_resolver registered\n[ 1.231806] registered taskstats version 1\n[ 1.233053] Loading compiled-in X.509 certificates\n[ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.237550] zswap: loaded using pool lzo/zbud\n[ 1.240178] Key type trusted registered\n[ 1.243299] Key type encrypted registered\n[ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.245921] ima: No TPM chip found, activating TPM-bypass!\n[ 1.247398] evm: HMAC attrs: 0x1\n[ 1.248708] Magic number: 14:178:553\n[ 1.249809] tty ttyS29: hash matches\n[ 1.250880] acpi PNP0C0F:04: hash matches\n[ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499)\n[ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.255955] EDD information not available.\n[ 1.316233] Freeing unused kernel memory: 1512K\n[ 1.317532] Write protecting the kernel read-only data: 14336k\n[ 1.320392] Freeing unused kernel memory: 1692K\n[ 1.321850] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.421155] [drm] Initialized drm 1.1.0 20060810\n[ 1.423809] virtio_net virtio0 ens3: renamed from eth0\n[ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.455148] FDC 0 is a S82078B\n[ 1.461103] AVX2 version of gcm_enc/dec engaged.\n[ 1.462406] AES CTR mode by8 optimization enabled\n[ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678284] usb 1-1: Product: QEMU USB Tablet\n[ 1.679498] usb 1-1: Manufacturer: QEMU\n[ 1.680594] usb 1-1: SerialNumber: 42\n[ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.696409] usbcore: registered new interface driver usbhid\n[ 1.697950] usbhid: USB HID core driver\n[ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns\nBegin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1\n[ 2.080171] md: multipath personality registered for level -4\n[ 2.083828] md: raid0 personality registered for level 0\n[ 2.087851] md: raid1 personality registered for level 1\n[ 2.158740] raid6: sse2x1 gen() 11309 MB/s\n[ 2.226736] raid6: sse2x1 xor() 8876 MB/s\n[ 2.294735] raid6: sse2x2 gen() 14507 MB/s\n[ 2.362756] raid6: sse2x2 xor() 9719 MB/s\n[ 2.430736] raid6: sse2x4 gen() 17032 MB/s\n[ 2.498757] raid6: sse2x4 xor() 11181 MB/s\n[ 2.566735] raid6: avx2x1 gen() 22259 MB/s\n[ 2.634747] raid6: avx2x2 gen() 26350 MB/s\n[ 2.702735] raid6: avx2x4 gen() 28503 MB/s\n[ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s\n[ 2.709277] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.754746] avx : 31872.000 MB/sec\n[ 2.757419] async_tx: api initialized (async)\n[ 2.769407] md: raid6 personality registered for level 6\n[ 2.770917] md: raid5 personality registered for level 5\n[ 2.772380] md: raid4 personality registered for level 4\n[ 2.779372] 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.814559] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm.\n[ 2.960319] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.963936] systemd[1]: Set hostname to .\n[ 2.968135] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.969709] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.124229] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.131152] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.133890] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.136261] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142513] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.145550] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.148140] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.150733] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.163414] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.169470] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.172525] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.182003] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.188651] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.194454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.206795] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.213150] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.220788] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.227640] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.232086] Loading iSCSI transport class v2.0-870.\n[ 3.234680] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.241326] systemd[1]: Mounting POSIX Message Queue File System...\n[ 3.245285] iscsi: registered transport (tcp)\n Mounting POSIX Message Queue File System...\n[ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.263381] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.266385] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.275454] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.279374] 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[[0;32m OK [0m] Started Set console keymap.\n[ 3.336064] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.998541] 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[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-18 22:31:53,250 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-c86cfd7f-0658-4053-9760-46bffc5db0a0 2018-08-18 22:31:53,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0775289535522s 2018-08-18 22:31:53,251 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-c86cfd7f-0658-4053-9760-46bffc5db0a0 2018-08-18 22:31:53,251 - 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.174995] pid_max: default: 32768 minimum: 301 [ 0.176224] ACPI: Core revision 20150930 [ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.179688] Security Framework initialized [ 0.180801] Yama: becoming mindful. [ 0.181800] AppArmor: AppArmor initialized [ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189896] Initializing cgroup subsys io [ 0.191003] Initializing cgroup subsys memory [ 0.192182] Initializing cgroup subsys devices [ 0.193368] Initializing cgroup subsys freezer [ 0.194552] Initializing cgroup subsys net_cls [ 0.195752] Initializing cgroup subsys perf_event [ 0.196997] Initializing cgroup subsys net_prio [ 0.198199] Initializing cgroup subsys hugetlb [ 0.199384] Initializing cgroup subsys pids [ 0.200553] CPU: Physical Processor ID: 0 [ 0.202347] mce: CPU supports 10 MCE banks [ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206350] Spectre V2 : Mitigation: Full generic retpoline [ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.209579] Speculative Store Bypass: Vulnerable [ 0.226970] Freeing SMP alternatives memory: 32K [ 0.232758] ftrace: allocating 32237 entries in 126 pages [ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269054] smpboot: Max logical packages: 1 [ 0.270459] x2apic enabled [ 0.271623] Switched APIC routing to physical x2apic. [ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280905] KVM setup paravirtual spinlock [ 0.282539] x86: Booted up 1 node, 1 CPUs [ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285569] devtmpfs: initialized [ 0.287559] evm: security.selinux [ 0.288539] evm: security.SMACK64 [ 0.289511] evm: security.SMACK64EXEC [ 0.290555] evm: security.SMACK64TRANSMUTE [ 0.291677] evm: security.SMACK64MMAP [ 0.292714] evm: security.ima [ 0.293607] evm: security.capability [ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.298817] pinctrl core: initialized pinctrl subsystem [ 0.300311] RTC time: 22:31:38, date: 08/18/18 [ 0.301630] NET: Registered protocol family 16 [ 0.302977] cpuidle: using governor ladder [ 0.304131] cpuidle: using governor menu [ 0.305226] PCCT header not found. [ 0.306272] ACPI: bus type PCI registered [ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309113] PCI: Using configuration type 1 for base access [ 0.311353] ACPI: Added _OSI(Module Device) [ 0.312541] ACPI: Added _OSI(Processor Device) [ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317245] ACPI: Interpreter enabled [ 0.318313] ACPI: (supports S0 S5) [ 0.319298] ACPI: Using IOAPIC for interrupt routing [ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332679] acpiphp: Slot [3] registered [ 0.333796] acpiphp: Slot [4] registered [ 0.334909] acpiphp: Slot [5] registered [ 0.336017] acpiphp: Slot [6] registered [ 0.353726] acpiphp: Slot [7] registered [ 0.355080] acpiphp: Slot [8] registered [ 0.356197] acpiphp: Slot [9] registered [ 0.357313] acpiphp: Slot [10] registered [ 0.358449] acpiphp: Slot [11] registered [ 0.359610] acpiphp: Slot [12] registered [ 0.360746] acpiphp: Slot [13] registered [ 0.361876] acpiphp: Slot [14] registered [ 0.363020] acpiphp: Slot [15] registered [ 0.364157] acpiphp: Slot [16] registered [ 0.365294] acpiphp: Slot [17] registered [ 0.366426] acpiphp: Slot [18] registered [ 0.367843] acpiphp: Slot [19] registered [ 0.368988] acpiphp: Slot [20] registered [ 0.370132] acpiphp: Slot [21] registered [ 0.371263] acpiphp: Slot [22] registered [ 0.372418] acpiphp: Slot [23] registered [ 0.373563] acpiphp: Slot [24] registered [ 0.374709] acpiphp: Slot [25] registered [ 0.375850] acpiphp: Slot [26] registered [ 0.377007] acpiphp: Slot [27] registered [ 0.378156] acpiphp: Slot [28] registered [ 0.379303] acpiphp: Slot [29] registered [ 0.380445] acpiphp: Slot [30] registered [ 0.381589] acpiphp: Slot [31] registered [ 0.382735] PCI host bridge to bus 0000:00 [ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448957] vgaarb: loaded [ 0.449824] vgaarb: bridge control possible 0000:00:02.0 [ 0.451620] SCSI subsystem initialized [ 0.452948] ACPI: bus type USB registered [ 0.454118] usbcore: registered new interface driver usbfs [ 0.455575] usbcore: registered new interface driver hub [ 0.456984] usbcore: registered new device driver usb [ 0.458550] PCI: Using ACPI for IRQ routing [ 0.460157] NetLabel: Initializing [ 0.461171] NetLabel: domain hash size = 128 [ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463709] NetLabel: unlabeled traffic allowed by default [ 0.465347] amd_nb: Cannot enumerate AMD northbridges [ 0.466736] clocksource: Switched to clocksource kvm-clock [ 0.476453] AppArmor: AppArmor Filesystem Enabled [ 0.477793] pnp: PnP ACPI init [ 0.479081] pnp: PnP ACPI: found 5 devices [ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488440] NET: Registered protocol family 2 [ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498260] NET: Registered protocol family 1 [ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535232] Unpacking initramfs... [ 1.028025] Freeing initrd memory: 37084K [ 1.029548] Scanning for low memory corruption every 60 seconds [ 1.031537] audit: initializing netlink subsys (disabled) [ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized [ 1.034887] Initialise system trusted keyring [ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.040607] zbud: loaded [ 1.041706] VFS: Disk quotas dquot_6.6.0 [ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.046621] fuse init (API version 7.23) [ 1.047885] Key type big_key registered [ 1.049016] Allocating IMA MOK and blacklist keyrings. [ 1.050754] Key type asymmetric registered [ 1.051919] Asymmetric key parser 'x509' registered [ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.055361] io scheduler noop registered [ 1.056470] io scheduler deadline registered (default) [ 1.057860] io scheduler cfq registered [ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.064272] ACPI: Power Button [PWRF] [ 1.065455] GHES: HEST is not enabled! [ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.144141] Linux agpgart interface v0.103 [ 1.146969] loop: module loaded [ 1.150351] vda: vda1 [ 1.151931] scsi host0: ata_piix [ 1.152978] scsi host1: ata_piix [ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.157770] libphy: Fixed MDIO Bus: probed [ 1.159156] tun: Universal TUN/TAP device driver, 1.6 [ 1.160492] tun: (C) 1999-2004 Max Krasnyansky [ 1.163231] PPP generic driver version 2.4.2 [ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.166145] ehci-pci: EHCI PCI platform driver [ 1.167380] ehci-platform: EHCI generic platform driver [ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.170341] ohci-pci: OHCI PCI platform driver [ 1.171569] ohci-platform: OHCI generic platform driver [ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver [ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199407] usb usb1: Product: UHCI Host Controller [ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.202333] usb usb1: SerialNumber: 0000:00:01.2 [ 1.203686] hub 1-0:1.0: USB hub found [ 1.204771] hub 1-0:1.0: 2 ports detected [ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.211808] mousedev: PS/2 mouse device common for all mice [ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216130] rtc_cmos 00:00: RTC can wake from S4 [ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.221029] i2c /dev entries driver [ 1.222105] device-mapper: uevent: version 1.0.3 [ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs [ 1.227590] NET: Registered protocol family 10 [ 1.229092] NET: Registered protocol family 17 [ 1.230355] Key type dns_resolver registered [ 1.231806] registered taskstats version 1 [ 1.233053] Loading compiled-in X.509 certificates [ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.237550] zswap: loaded using pool lzo/zbud [ 1.240178] Key type trusted registered [ 1.243299] Key type encrypted registered [ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled [ 1.245921] ima: No TPM chip found, activating TPM-bypass! [ 1.247398] evm: HMAC attrs: 0x1 [ 1.248708] Magic number: 14:178:553 [ 1.249809] tty ttyS29: hash matches [ 1.250880] acpi PNP0C0F:04: hash matches [ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499) [ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.255955] EDD information not available. [ 1.316233] Freeing unused kernel memory: 1512K [ 1.317532] Write protecting the kernel read-only data: 14336k [ 1.320392] Freeing unused kernel memory: 1692K [ 1.321850] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.421155] [drm] Initialized drm 1.1.0 20060810 [ 1.423809] virtio_net virtio0 ens3: renamed from eth0 [ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.455148] FDC 0 is a S82078B [ 1.461103] AVX2 version of gcm_enc/dec engaged. [ 1.462406] AES CTR mode by8 optimization enabled [ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678284] usb 1-1: Product: QEMU USB Tablet [ 1.679498] usb 1-1: Manufacturer: QEMU [ 1.680594] usb 1-1: SerialNumber: 42 [ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina [ 1.696409] usbcore: registered new interface driver usbhid [ 1.697950] usbhid: USB HID core driver [ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns Begin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1 [ 2.080171] md: multipath personality registered for level -4 [ 2.083828] md: raid0 personality registered for level 0 [ 2.087851] md: raid1 personality registered for level 1 [ 2.158740] raid6: sse2x1 gen() 11309 MB/s [ 2.226736] raid6: sse2x1 xor() 8876 MB/s [ 2.294735] raid6: sse2x2 gen() 14507 MB/s [ 2.362756] raid6: sse2x2 xor() 9719 MB/s [ 2.430736] raid6: sse2x4 gen() 17032 MB/s [ 2.498757] raid6: sse2x4 xor() 11181 MB/s [ 2.566735] raid6: avx2x1 gen() 22259 MB/s [ 2.634747] raid6: avx2x2 gen() 26350 MB/s [ 2.702735] raid6: avx2x4 gen() 28503 MB/s [ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s [ 2.709277] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.754746] avx : 31872.000 MB/sec [ 2.757419] async_tx: api initialized (async) [ 2.769407] md: raid6 personality registered for level 6 [ 2.770917] md: raid5 personality registered for level 5 [ 2.772380] md: raid4 personality registered for level 4 [ 2.779372] 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.814559] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm. [ 2.960319] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.963936] systemd[1]: Set hostname to . [ 2.968135] systemd[1]: Initializing machine ID from KVM UUID. [ 2.969709] systemd[1]: Installed transient /etc/machine-id file. [ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.124229] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.131152] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.133890] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.136261] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142513] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.145550] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.148140] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.150733] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.163414] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.169470] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.172525] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.182003] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.188651] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.194454] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.206795] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.213150] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.220788] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.227640] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.232086] Loading iSCSI transport class v2.0-870. [ 3.234680] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.241326] systemd[1]: Mounting POSIX Message Queue File System... [ 3.245285] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System... [ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.263381] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.266385] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.275454] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.279374] 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. [[0;32m OK [0m] Started Set console keymap. [ 3.336064] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Found device /dev/ttyS0. [ 3.998541] 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. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-18 22:31:53,254 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.205: [Errno None] Unable to connect to port 22 on 172.30.9.205 2018-08-18 22:32:02,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 22:32:02,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 22:32:02,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:32:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02424aff-7c46-405b-bf02-32d50a4aa29a x-compute-request-id: req-02424aff-7c46-405b-bf02-32d50a4aa29a Content-Encoding: gzip Content-Length: 10531 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.174995] pid_max: default: 32768 minimum: 301\n[ 0.176224] ACPI: Core revision 20150930\n[ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.179688] Security Framework initialized\n[ 0.180801] Yama: becoming mindful.\n[ 0.181800] AppArmor: AppArmor initialized\n[ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189896] Initializing cgroup subsys io\n[ 0.191003] Initializing cgroup subsys memory\n[ 0.192182] Initializing cgroup subsys devices\n[ 0.193368] Initializing cgroup subsys freezer\n[ 0.194552] Initializing cgroup subsys net_cls\n[ 0.195752] Initializing cgroup subsys perf_event\n[ 0.196997] Initializing cgroup subsys net_prio\n[ 0.198199] Initializing cgroup subsys hugetlb\n[ 0.199384] Initializing cgroup subsys pids\n[ 0.200553] CPU: Physical Processor ID: 0\n[ 0.202347] mce: CPU supports 10 MCE banks\n[ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206350] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.209579] Speculative Store Bypass: Vulnerable\n[ 0.226970] Freeing SMP alternatives memory: 32K\n[ 0.232758] ftrace: allocating 32237 entries in 126 pages\n[ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269054] smpboot: Max logical packages: 1\n[ 0.270459] x2apic enabled\n[ 0.271623] Switched APIC routing to physical x2apic.\n[ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280905] KVM setup paravirtual spinlock\n[ 0.282539] x86: Booted up 1 node, 1 CPUs\n[ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285569] devtmpfs: initialized\n[ 0.287559] evm: security.selinux\n[ 0.288539] evm: security.SMACK64\n[ 0.289511] evm: security.SMACK64EXEC\n[ 0.290555] evm: security.SMACK64TRANSMUTE\n[ 0.291677] evm: security.SMACK64MMAP\n[ 0.292714] evm: security.ima\n[ 0.293607] evm: security.capability\n[ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.298817] pinctrl core: initialized pinctrl subsystem\n[ 0.300311] RTC time: 22:31:38, date: 08/18/18\n[ 0.301630] NET: Registered protocol family 16\n[ 0.302977] cpuidle: using governor ladder\n[ 0.304131] cpuidle: using governor menu\n[ 0.305226] PCCT header not found.\n[ 0.306272] ACPI: bus type PCI registered\n[ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309113] PCI: Using configuration type 1 for base access\n[ 0.311353] ACPI: Added _OSI(Module Device)\n[ 0.312541] ACPI: Added _OSI(Processor Device)\n[ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317245] ACPI: Interpreter enabled\n[ 0.318313] ACPI: (supports S0 S5)\n[ 0.319298] ACPI: Using IOAPIC for interrupt routing\n[ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332679] acpiphp: Slot [3] registered\n[ 0.333796] acpiphp: Slot [4] registered\n[ 0.334909] acpiphp: Slot [5] registered\n[ 0.336017] acpiphp: Slot [6] registered\n[ 0.353726] acpiphp: Slot [7] registered\n[ 0.355080] acpiphp: Slot [8] registered\n[ 0.356197] acpiphp: Slot [9] registered\n[ 0.357313] acpiphp: Slot [10] registered\n[ 0.358449] acpiphp: Slot [11] registered\n[ 0.359610] acpiphp: Slot [12] registered\n[ 0.360746] acpiphp: Slot [13] registered\n[ 0.361876] acpiphp: Slot [14] registered\n[ 0.363020] acpiphp: Slot [15] registered\n[ 0.364157] acpiphp: Slot [16] registered\n[ 0.365294] acpiphp: Slot [17] registered\n[ 0.366426] acpiphp: Slot [18] registered\n[ 0.367843] acpiphp: Slot [19] registered\n[ 0.368988] acpiphp: Slot [20] registered\n[ 0.370132] acpiphp: Slot [21] registered\n[ 0.371263] acpiphp: Slot [22] registered\n[ 0.372418] acpiphp: Slot [23] registered\n[ 0.373563] acpiphp: Slot [24] registered\n[ 0.374709] acpiphp: Slot [25] registered\n[ 0.375850] acpiphp: Slot [26] registered\n[ 0.377007] acpiphp: Slot [27] registered\n[ 0.378156] acpiphp: Slot [28] registered\n[ 0.379303] acpiphp: Slot [29] registered\n[ 0.380445] acpiphp: Slot [30] registered\n[ 0.381589] acpiphp: Slot [31] registered\n[ 0.382735] PCI host bridge to bus 0000:00\n[ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448957] vgaarb: loaded\n[ 0.449824] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451620] SCSI subsystem initialized\n[ 0.452948] ACPI: bus type USB registered\n[ 0.454118] usbcore: registered new interface driver usbfs\n[ 0.455575] usbcore: registered new interface driver hub\n[ 0.456984] usbcore: registered new device driver usb\n[ 0.458550] PCI: Using ACPI for IRQ routing\n[ 0.460157] NetLabel: Initializing\n[ 0.461171] NetLabel: domain hash size = 128\n[ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463709] NetLabel: unlabeled traffic allowed by default\n[ 0.465347] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466736] clocksource: Switched to clocksource kvm-clock\n[ 0.476453] AppArmor: AppArmor Filesystem Enabled\n[ 0.477793] pnp: PnP ACPI init\n[ 0.479081] pnp: PnP ACPI: found 5 devices\n[ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488440] NET: Registered protocol family 2\n[ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498260] NET: Registered protocol family 1\n[ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535232] Unpacking initramfs...\n[ 1.028025] Freeing initrd memory: 37084K\n[ 1.029548] Scanning for low memory corruption every 60 seconds\n[ 1.031537] audit: initializing netlink subsys (disabled)\n[ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized\n[ 1.034887] Initialise system trusted keyring\n[ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.040607] zbud: loaded\n[ 1.041706] VFS: Disk quotas dquot_6.6.0\n[ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.046621] fuse init (API version 7.23)\n[ 1.047885] Key type big_key registered\n[ 1.049016] Allocating IMA MOK and blacklist keyrings.\n[ 1.050754] Key type asymmetric registered\n[ 1.051919] Asymmetric key parser 'x509' registered\n[ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.055361] io scheduler noop registered\n[ 1.056470] io scheduler deadline registered (default)\n[ 1.057860] io scheduler cfq registered\n[ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.064272] ACPI: Power Button [PWRF]\n[ 1.065455] GHES: HEST is not enabled!\n[ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.144141] Linux agpgart interface v0.103\n[ 1.146969] loop: module loaded\n[ 1.150351] vda: vda1\n[ 1.151931] scsi host0: ata_piix\n[ 1.152978] scsi host1: ata_piix\n[ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.157770] libphy: Fixed MDIO Bus: probed\n[ 1.159156] tun: Universal TUN/TAP device driver, 1.6\n[ 1.160492] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.163231] PPP generic driver version 2.4.2\n[ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.166145] ehci-pci: EHCI PCI platform driver\n[ 1.167380] ehci-platform: EHCI generic platform driver\n[ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.170341] ohci-pci: OHCI PCI platform driver\n[ 1.171569] ohci-platform: OHCI generic platform driver\n[ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.199407] usb usb1: Product: UHCI Host Controller\n[ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.202333] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.203686] hub 1-0:1.0: USB hub found\n[ 1.204771] hub 1-0:1.0: 2 ports detected\n[ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.211808] mousedev: PS/2 mouse device common for all mice\n[ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.216130] rtc_cmos 00:00: RTC can wake from S4\n[ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.221029] i2c /dev entries driver\n[ 1.222105] device-mapper: uevent: version 1.0.3\n[ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.227590] NET: Registered protocol family 10\n[ 1.229092] NET: Registered protocol family 17\n[ 1.230355] Key type dns_resolver registered\n[ 1.231806] registered taskstats version 1\n[ 1.233053] Loading compiled-in X.509 certificates\n[ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.237550] zswap: loaded using pool lzo/zbud\n[ 1.240178] Key type trusted registered\n[ 1.243299] Key type encrypted registered\n[ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.245921] ima: No TPM chip found, activating TPM-bypass!\n[ 1.247398] evm: HMAC attrs: 0x1\n[ 1.248708] Magic number: 14:178:553\n[ 1.249809] tty ttyS29: hash matches\n[ 1.250880] acpi PNP0C0F:04: hash matches\n[ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499)\n[ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.255955] EDD information not available.\n[ 1.316233] Freeing unused kernel memory: 1512K\n[ 1.317532] Write protecting the kernel read-only data: 14336k\n[ 1.320392] Freeing unused kernel memory: 1692K\n[ 1.321850] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.421155] [drm] Initialized drm 1.1.0 20060810\n[ 1.423809] virtio_net virtio0 ens3: renamed from eth0\n[ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.455148] FDC 0 is a S82078B\n[ 1.461103] AVX2 version of gcm_enc/dec engaged.\n[ 1.462406] AES CTR mode by8 optimization enabled\n[ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678284] usb 1-1: Product: QEMU USB Tablet\n[ 1.679498] usb 1-1: Manufacturer: QEMU\n[ 1.680594] usb 1-1: SerialNumber: 42\n[ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.696409] usbcore: registered new interface driver usbhid\n[ 1.697950] usbhid: USB HID core driver\n[ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns\nBegin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1\n[ 2.080171] md: multipath personality registered for level -4\n[ 2.083828] md: raid0 personality registered for level 0\n[ 2.087851] md: raid1 personality registered for level 1\n[ 2.158740] raid6: sse2x1 gen() 11309 MB/s\n[ 2.226736] raid6: sse2x1 xor() 8876 MB/s\n[ 2.294735] raid6: sse2x2 gen() 14507 MB/s\n[ 2.362756] raid6: sse2x2 xor() 9719 MB/s\n[ 2.430736] raid6: sse2x4 gen() 17032 MB/s\n[ 2.498757] raid6: sse2x4 xor() 11181 MB/s\n[ 2.566735] raid6: avx2x1 gen() 22259 MB/s\n[ 2.634747] raid6: avx2x2 gen() 26350 MB/s\n[ 2.702735] raid6: avx2x4 gen() 28503 MB/s\n[ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s\n[ 2.709277] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.754746] avx : 31872.000 MB/sec\n[ 2.757419] async_tx: api initialized (async)\n[ 2.769407] md: raid6 personality registered for level 6\n[ 2.770917] md: raid5 personality registered for level 5\n[ 2.772380] md: raid4 personality registered for level 4\n[ 2.779372] 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.814559] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm.\n[ 2.960319] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.963936] systemd[1]: Set hostname to .\n[ 2.968135] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.969709] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.124229] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.131152] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.133890] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.136261] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142513] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.145550] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.148140] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.150733] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.163414] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.169470] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.172525] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.182003] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.188651] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.194454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.206795] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.213150] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.220788] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.227640] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.232086] Loading iSCSI transport class v2.0-870.\n[ 3.234680] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.241326] systemd[1]: Mounting POSIX Message Queue File System...\n[ 3.245285] iscsi: registered transport (tcp)\n Mounting POSIX Message Queue File System...\n[ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.263381] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.266385] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.275454] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.279374] 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[[0;32m OK [0m] Started Set console keymap.\n[ 3.336064] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.998541] 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[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-18 22:32:02,335 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-02424aff-7c46-405b-bf02-32d50a4aa29a 2018-08-18 22:32:02,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0715899467468s 2018-08-18 22:32:02,336 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-02424aff-7c46-405b-bf02-32d50a4aa29a 2018-08-18 22:32:02,337 - 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.174995] pid_max: default: 32768 minimum: 301 [ 0.176224] ACPI: Core revision 20150930 [ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.179688] Security Framework initialized [ 0.180801] Yama: becoming mindful. [ 0.181800] AppArmor: AppArmor initialized [ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189896] Initializing cgroup subsys io [ 0.191003] Initializing cgroup subsys memory [ 0.192182] Initializing cgroup subsys devices [ 0.193368] Initializing cgroup subsys freezer [ 0.194552] Initializing cgroup subsys net_cls [ 0.195752] Initializing cgroup subsys perf_event [ 0.196997] Initializing cgroup subsys net_prio [ 0.198199] Initializing cgroup subsys hugetlb [ 0.199384] Initializing cgroup subsys pids [ 0.200553] CPU: Physical Processor ID: 0 [ 0.202347] mce: CPU supports 10 MCE banks [ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206350] Spectre V2 : Mitigation: Full generic retpoline [ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.209579] Speculative Store Bypass: Vulnerable [ 0.226970] Freeing SMP alternatives memory: 32K [ 0.232758] ftrace: allocating 32237 entries in 126 pages [ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269054] smpboot: Max logical packages: 1 [ 0.270459] x2apic enabled [ 0.271623] Switched APIC routing to physical x2apic. [ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280905] KVM setup paravirtual spinlock [ 0.282539] x86: Booted up 1 node, 1 CPUs [ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285569] devtmpfs: initialized [ 0.287559] evm: security.selinux [ 0.288539] evm: security.SMACK64 [ 0.289511] evm: security.SMACK64EXEC [ 0.290555] evm: security.SMACK64TRANSMUTE [ 0.291677] evm: security.SMACK64MMAP [ 0.292714] evm: security.ima [ 0.293607] evm: security.capability [ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.298817] pinctrl core: initialized pinctrl subsystem [ 0.300311] RTC time: 22:31:38, date: 08/18/18 [ 0.301630] NET: Registered protocol family 16 [ 0.302977] cpuidle: using governor ladder [ 0.304131] cpuidle: using governor menu [ 0.305226] PCCT header not found. [ 0.306272] ACPI: bus type PCI registered [ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309113] PCI: Using configuration type 1 for base access [ 0.311353] ACPI: Added _OSI(Module Device) [ 0.312541] ACPI: Added _OSI(Processor Device) [ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317245] ACPI: Interpreter enabled [ 0.318313] ACPI: (supports S0 S5) [ 0.319298] ACPI: Using IOAPIC for interrupt routing [ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332679] acpiphp: Slot [3] registered [ 0.333796] acpiphp: Slot [4] registered [ 0.334909] acpiphp: Slot [5] registered [ 0.336017] acpiphp: Slot [6] registered [ 0.353726] acpiphp: Slot [7] registered [ 0.355080] acpiphp: Slot [8] registered [ 0.356197] acpiphp: Slot [9] registered [ 0.357313] acpiphp: Slot [10] registered [ 0.358449] acpiphp: Slot [11] registered [ 0.359610] acpiphp: Slot [12] registered [ 0.360746] acpiphp: Slot [13] registered [ 0.361876] acpiphp: Slot [14] registered [ 0.363020] acpiphp: Slot [15] registered [ 0.364157] acpiphp: Slot [16] registered [ 0.365294] acpiphp: Slot [17] registered [ 0.366426] acpiphp: Slot [18] registered [ 0.367843] acpiphp: Slot [19] registered [ 0.368988] acpiphp: Slot [20] registered [ 0.370132] acpiphp: Slot [21] registered [ 0.371263] acpiphp: Slot [22] registered [ 0.372418] acpiphp: Slot [23] registered [ 0.373563] acpiphp: Slot [24] registered [ 0.374709] acpiphp: Slot [25] registered [ 0.375850] acpiphp: Slot [26] registered [ 0.377007] acpiphp: Slot [27] registered [ 0.378156] acpiphp: Slot [28] registered [ 0.379303] acpiphp: Slot [29] registered [ 0.380445] acpiphp: Slot [30] registered [ 0.381589] acpiphp: Slot [31] registered [ 0.382735] PCI host bridge to bus 0000:00 [ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448957] vgaarb: loaded [ 0.449824] vgaarb: bridge control possible 0000:00:02.0 [ 0.451620] SCSI subsystem initialized [ 0.452948] ACPI: bus type USB registered [ 0.454118] usbcore: registered new interface driver usbfs [ 0.455575] usbcore: registered new interface driver hub [ 0.456984] usbcore: registered new device driver usb [ 0.458550] PCI: Using ACPI for IRQ routing [ 0.460157] NetLabel: Initializing [ 0.461171] NetLabel: domain hash size = 128 [ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463709] NetLabel: unlabeled traffic allowed by default [ 0.465347] amd_nb: Cannot enumerate AMD northbridges [ 0.466736] clocksource: Switched to clocksource kvm-clock [ 0.476453] AppArmor: AppArmor Filesystem Enabled [ 0.477793] pnp: PnP ACPI init [ 0.479081] pnp: PnP ACPI: found 5 devices [ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488440] NET: Registered protocol family 2 [ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498260] NET: Registered protocol family 1 [ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535232] Unpacking initramfs... [ 1.028025] Freeing initrd memory: 37084K [ 1.029548] Scanning for low memory corruption every 60 seconds [ 1.031537] audit: initializing netlink subsys (disabled) [ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized [ 1.034887] Initialise system trusted keyring [ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.040607] zbud: loaded [ 1.041706] VFS: Disk quotas dquot_6.6.0 [ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.046621] fuse init (API version 7.23) [ 1.047885] Key type big_key registered [ 1.049016] Allocating IMA MOK and blacklist keyrings. [ 1.050754] Key type asymmetric registered [ 1.051919] Asymmetric key parser 'x509' registered [ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.055361] io scheduler noop registered [ 1.056470] io scheduler deadline registered (default) [ 1.057860] io scheduler cfq registered [ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.064272] ACPI: Power Button [PWRF] [ 1.065455] GHES: HEST is not enabled! [ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.144141] Linux agpgart interface v0.103 [ 1.146969] loop: module loaded [ 1.150351] vda: vda1 [ 1.151931] scsi host0: ata_piix [ 1.152978] scsi host1: ata_piix [ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.157770] libphy: Fixed MDIO Bus: probed [ 1.159156] tun: Universal TUN/TAP device driver, 1.6 [ 1.160492] tun: (C) 1999-2004 Max Krasnyansky [ 1.163231] PPP generic driver version 2.4.2 [ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.166145] ehci-pci: EHCI PCI platform driver [ 1.167380] ehci-platform: EHCI generic platform driver [ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.170341] ohci-pci: OHCI PCI platform driver [ 1.171569] ohci-platform: OHCI generic platform driver [ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver [ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199407] usb usb1: Product: UHCI Host Controller [ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.202333] usb usb1: SerialNumber: 0000:00:01.2 [ 1.203686] hub 1-0:1.0: USB hub found [ 1.204771] hub 1-0:1.0: 2 ports detected [ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.211808] mousedev: PS/2 mouse device common for all mice [ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216130] rtc_cmos 00:00: RTC can wake from S4 [ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.221029] i2c /dev entries driver [ 1.222105] device-mapper: uevent: version 1.0.3 [ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs [ 1.227590] NET: Registered protocol family 10 [ 1.229092] NET: Registered protocol family 17 [ 1.230355] Key type dns_resolver registered [ 1.231806] registered taskstats version 1 [ 1.233053] Loading compiled-in X.509 certificates [ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.237550] zswap: loaded using pool lzo/zbud [ 1.240178] Key type trusted registered [ 1.243299] Key type encrypted registered [ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled [ 1.245921] ima: No TPM chip found, activating TPM-bypass! [ 1.247398] evm: HMAC attrs: 0x1 [ 1.248708] Magic number: 14:178:553 [ 1.249809] tty ttyS29: hash matches [ 1.250880] acpi PNP0C0F:04: hash matches [ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499) [ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.255955] EDD information not available. [ 1.316233] Freeing unused kernel memory: 1512K [ 1.317532] Write protecting the kernel read-only data: 14336k [ 1.320392] Freeing unused kernel memory: 1692K [ 1.321850] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.421155] [drm] Initialized drm 1.1.0 20060810 [ 1.423809] virtio_net virtio0 ens3: renamed from eth0 [ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.455148] FDC 0 is a S82078B [ 1.461103] AVX2 version of gcm_enc/dec engaged. [ 1.462406] AES CTR mode by8 optimization enabled [ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678284] usb 1-1: Product: QEMU USB Tablet [ 1.679498] usb 1-1: Manufacturer: QEMU [ 1.680594] usb 1-1: SerialNumber: 42 [ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina [ 1.696409] usbcore: registered new interface driver usbhid [ 1.697950] usbhid: USB HID core driver [ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns Begin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1 [ 2.080171] md: multipath personality registered for level -4 [ 2.083828] md: raid0 personality registered for level 0 [ 2.087851] md: raid1 personality registered for level 1 [ 2.158740] raid6: sse2x1 gen() 11309 MB/s [ 2.226736] raid6: sse2x1 xor() 8876 MB/s [ 2.294735] raid6: sse2x2 gen() 14507 MB/s [ 2.362756] raid6: sse2x2 xor() 9719 MB/s [ 2.430736] raid6: sse2x4 gen() 17032 MB/s [ 2.498757] raid6: sse2x4 xor() 11181 MB/s [ 2.566735] raid6: avx2x1 gen() 22259 MB/s [ 2.634747] raid6: avx2x2 gen() 26350 MB/s [ 2.702735] raid6: avx2x4 gen() 28503 MB/s [ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s [ 2.709277] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.754746] avx : 31872.000 MB/sec [ 2.757419] async_tx: api initialized (async) [ 2.769407] md: raid6 personality registered for level 6 [ 2.770917] md: raid5 personality registered for level 5 [ 2.772380] md: raid4 personality registered for level 4 [ 2.779372] 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.814559] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm. [ 2.960319] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.963936] systemd[1]: Set hostname to . [ 2.968135] systemd[1]: Initializing machine ID from KVM UUID. [ 2.969709] systemd[1]: Installed transient /etc/machine-id file. [ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.124229] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.131152] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.133890] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.136261] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142513] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.145550] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.148140] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.150733] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.163414] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.169470] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.172525] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.182003] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.188651] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.194454] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.206795] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.213150] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.220788] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.227640] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.232086] Loading iSCSI transport class v2.0-870. [ 3.234680] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.241326] systemd[1]: Mounting POSIX Message Queue File System... [ 3.245285] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System... [ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.263381] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.266385] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.275454] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.279374] 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. [[0;32m OK [0m] Started Set console keymap. [ 3.336064] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Found device /dev/ttyS0. [ 3.998541] 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. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-18 22:32:02,338 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.205: [Errno None] Unable to connect to port 22 on 172.30.9.205 2018-08-18 22:32:11,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 22:32:11,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 22:32:11,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:32:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df5c9965-a804-409f-b0fb-591079821004 x-compute-request-id: req-df5c9965-a804-409f-b0fb-591079821004 Content-Encoding: gzip Content-Length: 10531 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.174995] pid_max: default: 32768 minimum: 301\n[ 0.176224] ACPI: Core revision 20150930\n[ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.179688] Security Framework initialized\n[ 0.180801] Yama: becoming mindful.\n[ 0.181800] AppArmor: AppArmor initialized\n[ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189896] Initializing cgroup subsys io\n[ 0.191003] Initializing cgroup subsys memory\n[ 0.192182] Initializing cgroup subsys devices\n[ 0.193368] Initializing cgroup subsys freezer\n[ 0.194552] Initializing cgroup subsys net_cls\n[ 0.195752] Initializing cgroup subsys perf_event\n[ 0.196997] Initializing cgroup subsys net_prio\n[ 0.198199] Initializing cgroup subsys hugetlb\n[ 0.199384] Initializing cgroup subsys pids\n[ 0.200553] CPU: Physical Processor ID: 0\n[ 0.202347] mce: CPU supports 10 MCE banks\n[ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206350] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.209579] Speculative Store Bypass: Vulnerable\n[ 0.226970] Freeing SMP alternatives memory: 32K\n[ 0.232758] ftrace: allocating 32237 entries in 126 pages\n[ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269054] smpboot: Max logical packages: 1\n[ 0.270459] x2apic enabled\n[ 0.271623] Switched APIC routing to physical x2apic.\n[ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280905] KVM setup paravirtual spinlock\n[ 0.282539] x86: Booted up 1 node, 1 CPUs\n[ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285569] devtmpfs: initialized\n[ 0.287559] evm: security.selinux\n[ 0.288539] evm: security.SMACK64\n[ 0.289511] evm: security.SMACK64EXEC\n[ 0.290555] evm: security.SMACK64TRANSMUTE\n[ 0.291677] evm: security.SMACK64MMAP\n[ 0.292714] evm: security.ima\n[ 0.293607] evm: security.capability\n[ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.298817] pinctrl core: initialized pinctrl subsystem\n[ 0.300311] RTC time: 22:31:38, date: 08/18/18\n[ 0.301630] NET: Registered protocol family 16\n[ 0.302977] cpuidle: using governor ladder\n[ 0.304131] cpuidle: using governor menu\n[ 0.305226] PCCT header not found.\n[ 0.306272] ACPI: bus type PCI registered\n[ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309113] PCI: Using configuration type 1 for base access\n[ 0.311353] ACPI: Added _OSI(Module Device)\n[ 0.312541] ACPI: Added _OSI(Processor Device)\n[ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317245] ACPI: Interpreter enabled\n[ 0.318313] ACPI: (supports S0 S5)\n[ 0.319298] ACPI: Using IOAPIC for interrupt routing\n[ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332679] acpiphp: Slot [3] registered\n[ 0.333796] acpiphp: Slot [4] registered\n[ 0.334909] acpiphp: Slot [5] registered\n[ 0.336017] acpiphp: Slot [6] registered\n[ 0.353726] acpiphp: Slot [7] registered\n[ 0.355080] acpiphp: Slot [8] registered\n[ 0.356197] acpiphp: Slot [9] registered\n[ 0.357313] acpiphp: Slot [10] registered\n[ 0.358449] acpiphp: Slot [11] registered\n[ 0.359610] acpiphp: Slot [12] registered\n[ 0.360746] acpiphp: Slot [13] registered\n[ 0.361876] acpiphp: Slot [14] registered\n[ 0.363020] acpiphp: Slot [15] registered\n[ 0.364157] acpiphp: Slot [16] registered\n[ 0.365294] acpiphp: Slot [17] registered\n[ 0.366426] acpiphp: Slot [18] registered\n[ 0.367843] acpiphp: Slot [19] registered\n[ 0.368988] acpiphp: Slot [20] registered\n[ 0.370132] acpiphp: Slot [21] registered\n[ 0.371263] acpiphp: Slot [22] registered\n[ 0.372418] acpiphp: Slot [23] registered\n[ 0.373563] acpiphp: Slot [24] registered\n[ 0.374709] acpiphp: Slot [25] registered\n[ 0.375850] acpiphp: Slot [26] registered\n[ 0.377007] acpiphp: Slot [27] registered\n[ 0.378156] acpiphp: Slot [28] registered\n[ 0.379303] acpiphp: Slot [29] registered\n[ 0.380445] acpiphp: Slot [30] registered\n[ 0.381589] acpiphp: Slot [31] registered\n[ 0.382735] PCI host bridge to bus 0000:00\n[ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448957] vgaarb: loaded\n[ 0.449824] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451620] SCSI subsystem initialized\n[ 0.452948] ACPI: bus type USB registered\n[ 0.454118] usbcore: registered new interface driver usbfs\n[ 0.455575] usbcore: registered new interface driver hub\n[ 0.456984] usbcore: registered new device driver usb\n[ 0.458550] PCI: Using ACPI for IRQ routing\n[ 0.460157] NetLabel: Initializing\n[ 0.461171] NetLabel: domain hash size = 128\n[ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463709] NetLabel: unlabeled traffic allowed by default\n[ 0.465347] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466736] clocksource: Switched to clocksource kvm-clock\n[ 0.476453] AppArmor: AppArmor Filesystem Enabled\n[ 0.477793] pnp: PnP ACPI init\n[ 0.479081] pnp: PnP ACPI: found 5 devices\n[ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488440] NET: Registered protocol family 2\n[ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498260] NET: Registered protocol family 1\n[ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535232] Unpacking initramfs...\n[ 1.028025] Freeing initrd memory: 37084K\n[ 1.029548] Scanning for low memory corruption every 60 seconds\n[ 1.031537] audit: initializing netlink subsys (disabled)\n[ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized\n[ 1.034887] Initialise system trusted keyring\n[ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.040607] zbud: loaded\n[ 1.041706] VFS: Disk quotas dquot_6.6.0\n[ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.046621] fuse init (API version 7.23)\n[ 1.047885] Key type big_key registered\n[ 1.049016] Allocating IMA MOK and blacklist keyrings.\n[ 1.050754] Key type asymmetric registered\n[ 1.051919] Asymmetric key parser 'x509' registered\n[ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.055361] io scheduler noop registered\n[ 1.056470] io scheduler deadline registered (default)\n[ 1.057860] io scheduler cfq registered\n[ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.064272] ACPI: Power Button [PWRF]\n[ 1.065455] GHES: HEST is not enabled!\n[ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.144141] Linux agpgart interface v0.103\n[ 1.146969] loop: module loaded\n[ 1.150351] vda: vda1\n[ 1.151931] scsi host0: ata_piix\n[ 1.152978] scsi host1: ata_piix\n[ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.157770] libphy: Fixed MDIO Bus: probed\n[ 1.159156] tun: Universal TUN/TAP device driver, 1.6\n[ 1.160492] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.163231] PPP generic driver version 2.4.2\n[ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.166145] ehci-pci: EHCI PCI platform driver\n[ 1.167380] ehci-platform: EHCI generic platform driver\n[ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.170341] ohci-pci: OHCI PCI platform driver\n[ 1.171569] ohci-platform: OHCI generic platform driver\n[ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.199407] usb usb1: Product: UHCI Host Controller\n[ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.202333] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.203686] hub 1-0:1.0: USB hub found\n[ 1.204771] hub 1-0:1.0: 2 ports detected\n[ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.211808] mousedev: PS/2 mouse device common for all mice\n[ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.216130] rtc_cmos 00:00: RTC can wake from S4\n[ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.221029] i2c /dev entries driver\n[ 1.222105] device-mapper: uevent: version 1.0.3\n[ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.227590] NET: Registered protocol family 10\n[ 1.229092] NET: Registered protocol family 17\n[ 1.230355] Key type dns_resolver registered\n[ 1.231806] registered taskstats version 1\n[ 1.233053] Loading compiled-in X.509 certificates\n[ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.237550] zswap: loaded using pool lzo/zbud\n[ 1.240178] Key type trusted registered\n[ 1.243299] Key type encrypted registered\n[ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.245921] ima: No TPM chip found, activating TPM-bypass!\n[ 1.247398] evm: HMAC attrs: 0x1\n[ 1.248708] Magic number: 14:178:553\n[ 1.249809] tty ttyS29: hash matches\n[ 1.250880] acpi PNP0C0F:04: hash matches\n[ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499)\n[ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.255955] EDD information not available.\n[ 1.316233] Freeing unused kernel memory: 1512K\n[ 1.317532] Write protecting the kernel read-only data: 14336k\n[ 1.320392] Freeing unused kernel memory: 1692K\n[ 1.321850] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.421155] [drm] Initialized drm 1.1.0 20060810\n[ 1.423809] virtio_net virtio0 ens3: renamed from eth0\n[ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.455148] FDC 0 is a S82078B\n[ 1.461103] AVX2 version of gcm_enc/dec engaged.\n[ 1.462406] AES CTR mode by8 optimization enabled\n[ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678284] usb 1-1: Product: QEMU USB Tablet\n[ 1.679498] usb 1-1: Manufacturer: QEMU\n[ 1.680594] usb 1-1: SerialNumber: 42\n[ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.696409] usbcore: registered new interface driver usbhid\n[ 1.697950] usbhid: USB HID core driver\n[ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns\nBegin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1\n[ 2.080171] md: multipath personality registered for level -4\n[ 2.083828] md: raid0 personality registered for level 0\n[ 2.087851] md: raid1 personality registered for level 1\n[ 2.158740] raid6: sse2x1 gen() 11309 MB/s\n[ 2.226736] raid6: sse2x1 xor() 8876 MB/s\n[ 2.294735] raid6: sse2x2 gen() 14507 MB/s\n[ 2.362756] raid6: sse2x2 xor() 9719 MB/s\n[ 2.430736] raid6: sse2x4 gen() 17032 MB/s\n[ 2.498757] raid6: sse2x4 xor() 11181 MB/s\n[ 2.566735] raid6: avx2x1 gen() 22259 MB/s\n[ 2.634747] raid6: avx2x2 gen() 26350 MB/s\n[ 2.702735] raid6: avx2x4 gen() 28503 MB/s\n[ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s\n[ 2.709277] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.754746] avx : 31872.000 MB/sec\n[ 2.757419] async_tx: api initialized (async)\n[ 2.769407] md: raid6 personality registered for level 6\n[ 2.770917] md: raid5 personality registered for level 5\n[ 2.772380] md: raid4 personality registered for level 4\n[ 2.779372] 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.814559] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm.\n[ 2.960319] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.963936] systemd[1]: Set hostname to .\n[ 2.968135] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.969709] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.124229] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.131152] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.133890] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.136261] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142513] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.145550] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.148140] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.150733] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.163414] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.169470] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.172525] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.182003] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.188651] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.194454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.206795] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.213150] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.220788] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.227640] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.232086] Loading iSCSI transport class v2.0-870.\n[ 3.234680] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.241326] systemd[1]: Mounting POSIX Message Queue File System...\n[ 3.245285] iscsi: registered transport (tcp)\n Mounting POSIX Message Queue File System...\n[ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.263381] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.266385] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.275454] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.279374] 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[[0;32m OK [0m] Started Set console keymap.\n[ 3.336064] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.998541] 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[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-18 22:32:11,432 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-df5c9965-a804-409f-b0fb-591079821004 2018-08-18 22:32:11,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0840740203857s 2018-08-18 22:32:11,434 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-df5c9965-a804-409f-b0fb-591079821004 2018-08-18 22:32:11,434 - 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.174995] pid_max: default: 32768 minimum: 301 [ 0.176224] ACPI: Core revision 20150930 [ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.179688] Security Framework initialized [ 0.180801] Yama: becoming mindful. [ 0.181800] AppArmor: AppArmor initialized [ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189896] Initializing cgroup subsys io [ 0.191003] Initializing cgroup subsys memory [ 0.192182] Initializing cgroup subsys devices [ 0.193368] Initializing cgroup subsys freezer [ 0.194552] Initializing cgroup subsys net_cls [ 0.195752] Initializing cgroup subsys perf_event [ 0.196997] Initializing cgroup subsys net_prio [ 0.198199] Initializing cgroup subsys hugetlb [ 0.199384] Initializing cgroup subsys pids [ 0.200553] CPU: Physical Processor ID: 0 [ 0.202347] mce: CPU supports 10 MCE banks [ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206350] Spectre V2 : Mitigation: Full generic retpoline [ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.209579] Speculative Store Bypass: Vulnerable [ 0.226970] Freeing SMP alternatives memory: 32K [ 0.232758] ftrace: allocating 32237 entries in 126 pages [ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269054] smpboot: Max logical packages: 1 [ 0.270459] x2apic enabled [ 0.271623] Switched APIC routing to physical x2apic. [ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280905] KVM setup paravirtual spinlock [ 0.282539] x86: Booted up 1 node, 1 CPUs [ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285569] devtmpfs: initialized [ 0.287559] evm: security.selinux [ 0.288539] evm: security.SMACK64 [ 0.289511] evm: security.SMACK64EXEC [ 0.290555] evm: security.SMACK64TRANSMUTE [ 0.291677] evm: security.SMACK64MMAP [ 0.292714] evm: security.ima [ 0.293607] evm: security.capability [ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.298817] pinctrl core: initialized pinctrl subsystem [ 0.300311] RTC time: 22:31:38, date: 08/18/18 [ 0.301630] NET: Registered protocol family 16 [ 0.302977] cpuidle: using governor ladder [ 0.304131] cpuidle: using governor menu [ 0.305226] PCCT header not found. [ 0.306272] ACPI: bus type PCI registered [ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309113] PCI: Using configuration type 1 for base access [ 0.311353] ACPI: Added _OSI(Module Device) [ 0.312541] ACPI: Added _OSI(Processor Device) [ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317245] ACPI: Interpreter enabled [ 0.318313] ACPI: (supports S0 S5) [ 0.319298] ACPI: Using IOAPIC for interrupt routing [ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332679] acpiphp: Slot [3] registered [ 0.333796] acpiphp: Slot [4] registered [ 0.334909] acpiphp: Slot [5] registered [ 0.336017] acpiphp: Slot [6] registered [ 0.353726] acpiphp: Slot [7] registered [ 0.355080] acpiphp: Slot [8] registered [ 0.356197] acpiphp: Slot [9] registered [ 0.357313] acpiphp: Slot [10] registered [ 0.358449] acpiphp: Slot [11] registered [ 0.359610] acpiphp: Slot [12] registered [ 0.360746] acpiphp: Slot [13] registered [ 0.361876] acpiphp: Slot [14] registered [ 0.363020] acpiphp: Slot [15] registered [ 0.364157] acpiphp: Slot [16] registered [ 0.365294] acpiphp: Slot [17] registered [ 0.366426] acpiphp: Slot [18] registered [ 0.367843] acpiphp: Slot [19] registered [ 0.368988] acpiphp: Slot [20] registered [ 0.370132] acpiphp: Slot [21] registered [ 0.371263] acpiphp: Slot [22] registered [ 0.372418] acpiphp: Slot [23] registered [ 0.373563] acpiphp: Slot [24] registered [ 0.374709] acpiphp: Slot [25] registered [ 0.375850] acpiphp: Slot [26] registered [ 0.377007] acpiphp: Slot [27] registered [ 0.378156] acpiphp: Slot [28] registered [ 0.379303] acpiphp: Slot [29] registered [ 0.380445] acpiphp: Slot [30] registered [ 0.381589] acpiphp: Slot [31] registered [ 0.382735] PCI host bridge to bus 0000:00 [ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448957] vgaarb: loaded [ 0.449824] vgaarb: bridge control possible 0000:00:02.0 [ 0.451620] SCSI subsystem initialized [ 0.452948] ACPI: bus type USB registered [ 0.454118] usbcore: registered new interface driver usbfs [ 0.455575] usbcore: registered new interface driver hub [ 0.456984] usbcore: registered new device driver usb [ 0.458550] PCI: Using ACPI for IRQ routing [ 0.460157] NetLabel: Initializing [ 0.461171] NetLabel: domain hash size = 128 [ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463709] NetLabel: unlabeled traffic allowed by default [ 0.465347] amd_nb: Cannot enumerate AMD northbridges [ 0.466736] clocksource: Switched to clocksource kvm-clock [ 0.476453] AppArmor: AppArmor Filesystem Enabled [ 0.477793] pnp: PnP ACPI init [ 0.479081] pnp: PnP ACPI: found 5 devices [ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488440] NET: Registered protocol family 2 [ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498260] NET: Registered protocol family 1 [ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535232] Unpacking initramfs... [ 1.028025] Freeing initrd memory: 37084K [ 1.029548] Scanning for low memory corruption every 60 seconds [ 1.031537] audit: initializing netlink subsys (disabled) [ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized [ 1.034887] Initialise system trusted keyring [ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.040607] zbud: loaded [ 1.041706] VFS: Disk quotas dquot_6.6.0 [ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.046621] fuse init (API version 7.23) [ 1.047885] Key type big_key registered [ 1.049016] Allocating IMA MOK and blacklist keyrings. [ 1.050754] Key type asymmetric registered [ 1.051919] Asymmetric key parser 'x509' registered [ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.055361] io scheduler noop registered [ 1.056470] io scheduler deadline registered (default) [ 1.057860] io scheduler cfq registered [ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.064272] ACPI: Power Button [PWRF] [ 1.065455] GHES: HEST is not enabled! [ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.144141] Linux agpgart interface v0.103 [ 1.146969] loop: module loaded [ 1.150351] vda: vda1 [ 1.151931] scsi host0: ata_piix [ 1.152978] scsi host1: ata_piix [ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.157770] libphy: Fixed MDIO Bus: probed [ 1.159156] tun: Universal TUN/TAP device driver, 1.6 [ 1.160492] tun: (C) 1999-2004 Max Krasnyansky [ 1.163231] PPP generic driver version 2.4.2 [ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.166145] ehci-pci: EHCI PCI platform driver [ 1.167380] ehci-platform: EHCI generic platform driver [ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.170341] ohci-pci: OHCI PCI platform driver [ 1.171569] ohci-platform: OHCI generic platform driver [ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver [ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199407] usb usb1: Product: UHCI Host Controller [ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.202333] usb usb1: SerialNumber: 0000:00:01.2 [ 1.203686] hub 1-0:1.0: USB hub found [ 1.204771] hub 1-0:1.0: 2 ports detected [ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.211808] mousedev: PS/2 mouse device common for all mice [ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216130] rtc_cmos 00:00: RTC can wake from S4 [ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.221029] i2c /dev entries driver [ 1.222105] device-mapper: uevent: version 1.0.3 [ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs [ 1.227590] NET: Registered protocol family 10 [ 1.229092] NET: Registered protocol family 17 [ 1.230355] Key type dns_resolver registered [ 1.231806] registered taskstats version 1 [ 1.233053] Loading compiled-in X.509 certificates [ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.237550] zswap: loaded using pool lzo/zbud [ 1.240178] Key type trusted registered [ 1.243299] Key type encrypted registered [ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled [ 1.245921] ima: No TPM chip found, activating TPM-bypass! [ 1.247398] evm: HMAC attrs: 0x1 [ 1.248708] Magic number: 14:178:553 [ 1.249809] tty ttyS29: hash matches [ 1.250880] acpi PNP0C0F:04: hash matches [ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499) [ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.255955] EDD information not available. [ 1.316233] Freeing unused kernel memory: 1512K [ 1.317532] Write protecting the kernel read-only data: 14336k [ 1.320392] Freeing unused kernel memory: 1692K [ 1.321850] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.421155] [drm] Initialized drm 1.1.0 20060810 [ 1.423809] virtio_net virtio0 ens3: renamed from eth0 [ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.455148] FDC 0 is a S82078B [ 1.461103] AVX2 version of gcm_enc/dec engaged. [ 1.462406] AES CTR mode by8 optimization enabled [ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678284] usb 1-1: Product: QEMU USB Tablet [ 1.679498] usb 1-1: Manufacturer: QEMU [ 1.680594] usb 1-1: SerialNumber: 42 [ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina [ 1.696409] usbcore: registered new interface driver usbhid [ 1.697950] usbhid: USB HID core driver [ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns Begin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1 [ 2.080171] md: multipath personality registered for level -4 [ 2.083828] md: raid0 personality registered for level 0 [ 2.087851] md: raid1 personality registered for level 1 [ 2.158740] raid6: sse2x1 gen() 11309 MB/s [ 2.226736] raid6: sse2x1 xor() 8876 MB/s [ 2.294735] raid6: sse2x2 gen() 14507 MB/s [ 2.362756] raid6: sse2x2 xor() 9719 MB/s [ 2.430736] raid6: sse2x4 gen() 17032 MB/s [ 2.498757] raid6: sse2x4 xor() 11181 MB/s [ 2.566735] raid6: avx2x1 gen() 22259 MB/s [ 2.634747] raid6: avx2x2 gen() 26350 MB/s [ 2.702735] raid6: avx2x4 gen() 28503 MB/s [ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s [ 2.709277] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.754746] avx : 31872.000 MB/sec [ 2.757419] async_tx: api initialized (async) [ 2.769407] md: raid6 personality registered for level 6 [ 2.770917] md: raid5 personality registered for level 5 [ 2.772380] md: raid4 personality registered for level 4 [ 2.779372] 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.814559] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm. [ 2.960319] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.963936] systemd[1]: Set hostname to . [ 2.968135] systemd[1]: Initializing machine ID from KVM UUID. [ 2.969709] systemd[1]: Installed transient /etc/machine-id file. [ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.124229] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.131152] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.133890] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.136261] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142513] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.145550] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.148140] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.150733] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.163414] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.169470] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.172525] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.182003] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.188651] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.194454] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.206795] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.213150] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.220788] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.227640] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.232086] Loading iSCSI transport class v2.0-870. [ 3.234680] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.241326] systemd[1]: Mounting POSIX Message Queue File System... [ 3.245285] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System... [ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.263381] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.266385] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.275454] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.279374] 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. [[0;32m OK [0m] Started Set console keymap. [ 3.336064] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Found device /dev/ttyS0. [ 3.998541] 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. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-18 22:32:11,436 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.205: [Errno None] Unable to connect to port 22 on 172.30.9.205 2018-08-18 22:32:20,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 22:32:20,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 22:32:20,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:32:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-969c8ff9-78cd-4210-bd07-8b318669a72a x-compute-request-id: req-969c8ff9-78cd-4210-bd07-8b318669a72a Content-Encoding: gzip Content-Length: 10531 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.174995] pid_max: default: 32768 minimum: 301\n[ 0.176224] ACPI: Core revision 20150930\n[ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.179688] Security Framework initialized\n[ 0.180801] Yama: becoming mindful.\n[ 0.181800] AppArmor: AppArmor initialized\n[ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189896] Initializing cgroup subsys io\n[ 0.191003] Initializing cgroup subsys memory\n[ 0.192182] Initializing cgroup subsys devices\n[ 0.193368] Initializing cgroup subsys freezer\n[ 0.194552] Initializing cgroup subsys net_cls\n[ 0.195752] Initializing cgroup subsys perf_event\n[ 0.196997] Initializing cgroup subsys net_prio\n[ 0.198199] Initializing cgroup subsys hugetlb\n[ 0.199384] Initializing cgroup subsys pids\n[ 0.200553] CPU: Physical Processor ID: 0\n[ 0.202347] mce: CPU supports 10 MCE banks\n[ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206350] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.209579] Speculative Store Bypass: Vulnerable\n[ 0.226970] Freeing SMP alternatives memory: 32K\n[ 0.232758] ftrace: allocating 32237 entries in 126 pages\n[ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269054] smpboot: Max logical packages: 1\n[ 0.270459] x2apic enabled\n[ 0.271623] Switched APIC routing to physical x2apic.\n[ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280905] KVM setup paravirtual spinlock\n[ 0.282539] x86: Booted up 1 node, 1 CPUs\n[ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285569] devtmpfs: initialized\n[ 0.287559] evm: security.selinux\n[ 0.288539] evm: security.SMACK64\n[ 0.289511] evm: security.SMACK64EXEC\n[ 0.290555] evm: security.SMACK64TRANSMUTE\n[ 0.291677] evm: security.SMACK64MMAP\n[ 0.292714] evm: security.ima\n[ 0.293607] evm: security.capability\n[ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.298817] pinctrl core: initialized pinctrl subsystem\n[ 0.300311] RTC time: 22:31:38, date: 08/18/18\n[ 0.301630] NET: Registered protocol family 16\n[ 0.302977] cpuidle: using governor ladder\n[ 0.304131] cpuidle: using governor menu\n[ 0.305226] PCCT header not found.\n[ 0.306272] ACPI: bus type PCI registered\n[ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309113] PCI: Using configuration type 1 for base access\n[ 0.311353] ACPI: Added _OSI(Module Device)\n[ 0.312541] ACPI: Added _OSI(Processor Device)\n[ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317245] ACPI: Interpreter enabled\n[ 0.318313] ACPI: (supports S0 S5)\n[ 0.319298] ACPI: Using IOAPIC for interrupt routing\n[ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332679] acpiphp: Slot [3] registered\n[ 0.333796] acpiphp: Slot [4] registered\n[ 0.334909] acpiphp: Slot [5] registered\n[ 0.336017] acpiphp: Slot [6] registered\n[ 0.353726] acpiphp: Slot [7] registered\n[ 0.355080] acpiphp: Slot [8] registered\n[ 0.356197] acpiphp: Slot [9] registered\n[ 0.357313] acpiphp: Slot [10] registered\n[ 0.358449] acpiphp: Slot [11] registered\n[ 0.359610] acpiphp: Slot [12] registered\n[ 0.360746] acpiphp: Slot [13] registered\n[ 0.361876] acpiphp: Slot [14] registered\n[ 0.363020] acpiphp: Slot [15] registered\n[ 0.364157] acpiphp: Slot [16] registered\n[ 0.365294] acpiphp: Slot [17] registered\n[ 0.366426] acpiphp: Slot [18] registered\n[ 0.367843] acpiphp: Slot [19] registered\n[ 0.368988] acpiphp: Slot [20] registered\n[ 0.370132] acpiphp: Slot [21] registered\n[ 0.371263] acpiphp: Slot [22] registered\n[ 0.372418] acpiphp: Slot [23] registered\n[ 0.373563] acpiphp: Slot [24] registered\n[ 0.374709] acpiphp: Slot [25] registered\n[ 0.375850] acpiphp: Slot [26] registered\n[ 0.377007] acpiphp: Slot [27] registered\n[ 0.378156] acpiphp: Slot [28] registered\n[ 0.379303] acpiphp: Slot [29] registered\n[ 0.380445] acpiphp: Slot [30] registered\n[ 0.381589] acpiphp: Slot [31] registered\n[ 0.382735] PCI host bridge to bus 0000:00\n[ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448957] vgaarb: loaded\n[ 0.449824] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451620] SCSI subsystem initialized\n[ 0.452948] ACPI: bus type USB registered\n[ 0.454118] usbcore: registered new interface driver usbfs\n[ 0.455575] usbcore: registered new interface driver hub\n[ 0.456984] usbcore: registered new device driver usb\n[ 0.458550] PCI: Using ACPI for IRQ routing\n[ 0.460157] NetLabel: Initializing\n[ 0.461171] NetLabel: domain hash size = 128\n[ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463709] NetLabel: unlabeled traffic allowed by default\n[ 0.465347] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466736] clocksource: Switched to clocksource kvm-clock\n[ 0.476453] AppArmor: AppArmor Filesystem Enabled\n[ 0.477793] pnp: PnP ACPI init\n[ 0.479081] pnp: PnP ACPI: found 5 devices\n[ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488440] NET: Registered protocol family 2\n[ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498260] NET: Registered protocol family 1\n[ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535232] Unpacking initramfs...\n[ 1.028025] Freeing initrd memory: 37084K\n[ 1.029548] Scanning for low memory corruption every 60 seconds\n[ 1.031537] audit: initializing netlink subsys (disabled)\n[ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized\n[ 1.034887] Initialise system trusted keyring\n[ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.040607] zbud: loaded\n[ 1.041706] VFS: Disk quotas dquot_6.6.0\n[ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.046621] fuse init (API version 7.23)\n[ 1.047885] Key type big_key registered\n[ 1.049016] Allocating IMA MOK and blacklist keyrings.\n[ 1.050754] Key type asymmetric registered\n[ 1.051919] Asymmetric key parser 'x509' registered\n[ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.055361] io scheduler noop registered\n[ 1.056470] io scheduler deadline registered (default)\n[ 1.057860] io scheduler cfq registered\n[ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.064272] ACPI: Power Button [PWRF]\n[ 1.065455] GHES: HEST is not enabled!\n[ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.144141] Linux agpgart interface v0.103\n[ 1.146969] loop: module loaded\n[ 1.150351] vda: vda1\n[ 1.151931] scsi host0: ata_piix\n[ 1.152978] scsi host1: ata_piix\n[ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.157770] libphy: Fixed MDIO Bus: probed\n[ 1.159156] tun: Universal TUN/TAP device driver, 1.6\n[ 1.160492] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.163231] PPP generic driver version 2.4.2\n[ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.166145] ehci-pci: EHCI PCI platform driver\n[ 1.167380] ehci-platform: EHCI generic platform driver\n[ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.170341] ohci-pci: OHCI PCI platform driver\n[ 1.171569] ohci-platform: OHCI generic platform driver\n[ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.199407] usb usb1: Product: UHCI Host Controller\n[ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.202333] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.203686] hub 1-0:1.0: USB hub found\n[ 1.204771] hub 1-0:1.0: 2 ports detected\n[ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.211808] mousedev: PS/2 mouse device common for all mice\n[ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.216130] rtc_cmos 00:00: RTC can wake from S4\n[ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.221029] i2c /dev entries driver\n[ 1.222105] device-mapper: uevent: version 1.0.3\n[ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.227590] NET: Registered protocol family 10\n[ 1.229092] NET: Registered protocol family 17\n[ 1.230355] Key type dns_resolver registered\n[ 1.231806] registered taskstats version 1\n[ 1.233053] Loading compiled-in X.509 certificates\n[ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.237550] zswap: loaded using pool lzo/zbud\n[ 1.240178] Key type trusted registered\n[ 1.243299] Key type encrypted registered\n[ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.245921] ima: No TPM chip found, activating TPM-bypass!\n[ 1.247398] evm: HMAC attrs: 0x1\n[ 1.248708] Magic number: 14:178:553\n[ 1.249809] tty ttyS29: hash matches\n[ 1.250880] acpi PNP0C0F:04: hash matches\n[ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499)\n[ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.255955] EDD information not available.\n[ 1.316233] Freeing unused kernel memory: 1512K\n[ 1.317532] Write protecting the kernel read-only data: 14336k\n[ 1.320392] Freeing unused kernel memory: 1692K\n[ 1.321850] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.421155] [drm] Initialized drm 1.1.0 20060810\n[ 1.423809] virtio_net virtio0 ens3: renamed from eth0\n[ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.455148] FDC 0 is a S82078B\n[ 1.461103] AVX2 version of gcm_enc/dec engaged.\n[ 1.462406] AES CTR mode by8 optimization enabled\n[ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678284] usb 1-1: Product: QEMU USB Tablet\n[ 1.679498] usb 1-1: Manufacturer: QEMU\n[ 1.680594] usb 1-1: SerialNumber: 42\n[ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.696409] usbcore: registered new interface driver usbhid\n[ 1.697950] usbhid: USB HID core driver\n[ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns\nBegin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1\n[ 2.080171] md: multipath personality registered for level -4\n[ 2.083828] md: raid0 personality registered for level 0\n[ 2.087851] md: raid1 personality registered for level 1\n[ 2.158740] raid6: sse2x1 gen() 11309 MB/s\n[ 2.226736] raid6: sse2x1 xor() 8876 MB/s\n[ 2.294735] raid6: sse2x2 gen() 14507 MB/s\n[ 2.362756] raid6: sse2x2 xor() 9719 MB/s\n[ 2.430736] raid6: sse2x4 gen() 17032 MB/s\n[ 2.498757] raid6: sse2x4 xor() 11181 MB/s\n[ 2.566735] raid6: avx2x1 gen() 22259 MB/s\n[ 2.634747] raid6: avx2x2 gen() 26350 MB/s\n[ 2.702735] raid6: avx2x4 gen() 28503 MB/s\n[ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s\n[ 2.709277] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.754746] avx : 31872.000 MB/sec\n[ 2.757419] async_tx: api initialized (async)\n[ 2.769407] md: raid6 personality registered for level 6\n[ 2.770917] md: raid5 personality registered for level 5\n[ 2.772380] md: raid4 personality registered for level 4\n[ 2.779372] 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.814559] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm.\n[ 2.960319] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.963936] systemd[1]: Set hostname to .\n[ 2.968135] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.969709] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.124229] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.131152] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.133890] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.136261] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142513] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.145550] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.148140] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.150733] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.163414] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.169470] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.172525] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.182003] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.188651] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.194454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.206795] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.213150] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.220788] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.227640] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.232086] Loading iSCSI transport class v2.0-870.\n[ 3.234680] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.241326] systemd[1]: Mounting POSIX Message Queue File System...\n[ 3.245285] iscsi: registered transport (tcp)\n Mounting POSIX Message Queue File System...\n[ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.263381] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.266385] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.275454] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.279374] 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[[0;32m OK [0m] Started Set console keymap.\n[ 3.336064] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.998541] 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[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-18 22:32:20,537 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-969c8ff9-78cd-4210-bd07-8b318669a72a 2018-08-18 22:32:20,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0908560752869s 2018-08-18 22:32:20,538 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-969c8ff9-78cd-4210-bd07-8b318669a72a 2018-08-18 22:32:20,539 - 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.174995] pid_max: default: 32768 minimum: 301 [ 0.176224] ACPI: Core revision 20150930 [ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.179688] Security Framework initialized [ 0.180801] Yama: becoming mindful. [ 0.181800] AppArmor: AppArmor initialized [ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189896] Initializing cgroup subsys io [ 0.191003] Initializing cgroup subsys memory [ 0.192182] Initializing cgroup subsys devices [ 0.193368] Initializing cgroup subsys freezer [ 0.194552] Initializing cgroup subsys net_cls [ 0.195752] Initializing cgroup subsys perf_event [ 0.196997] Initializing cgroup subsys net_prio [ 0.198199] Initializing cgroup subsys hugetlb [ 0.199384] Initializing cgroup subsys pids [ 0.200553] CPU: Physical Processor ID: 0 [ 0.202347] mce: CPU supports 10 MCE banks [ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206350] Spectre V2 : Mitigation: Full generic retpoline [ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.209579] Speculative Store Bypass: Vulnerable [ 0.226970] Freeing SMP alternatives memory: 32K [ 0.232758] ftrace: allocating 32237 entries in 126 pages [ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269054] smpboot: Max logical packages: 1 [ 0.270459] x2apic enabled [ 0.271623] Switched APIC routing to physical x2apic. [ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280905] KVM setup paravirtual spinlock [ 0.282539] x86: Booted up 1 node, 1 CPUs [ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285569] devtmpfs: initialized [ 0.287559] evm: security.selinux [ 0.288539] evm: security.SMACK64 [ 0.289511] evm: security.SMACK64EXEC [ 0.290555] evm: security.SMACK64TRANSMUTE [ 0.291677] evm: security.SMACK64MMAP [ 0.292714] evm: security.ima [ 0.293607] evm: security.capability [ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.298817] pinctrl core: initialized pinctrl subsystem [ 0.300311] RTC time: 22:31:38, date: 08/18/18 [ 0.301630] NET: Registered protocol family 16 [ 0.302977] cpuidle: using governor ladder [ 0.304131] cpuidle: using governor menu [ 0.305226] PCCT header not found. [ 0.306272] ACPI: bus type PCI registered [ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309113] PCI: Using configuration type 1 for base access [ 0.311353] ACPI: Added _OSI(Module Device) [ 0.312541] ACPI: Added _OSI(Processor Device) [ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317245] ACPI: Interpreter enabled [ 0.318313] ACPI: (supports S0 S5) [ 0.319298] ACPI: Using IOAPIC for interrupt routing [ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332679] acpiphp: Slot [3] registered [ 0.333796] acpiphp: Slot [4] registered [ 0.334909] acpiphp: Slot [5] registered [ 0.336017] acpiphp: Slot [6] registered [ 0.353726] acpiphp: Slot [7] registered [ 0.355080] acpiphp: Slot [8] registered [ 0.356197] acpiphp: Slot [9] registered [ 0.357313] acpiphp: Slot [10] registered [ 0.358449] acpiphp: Slot [11] registered [ 0.359610] acpiphp: Slot [12] registered [ 0.360746] acpiphp: Slot [13] registered [ 0.361876] acpiphp: Slot [14] registered [ 0.363020] acpiphp: Slot [15] registered [ 0.364157] acpiphp: Slot [16] registered [ 0.365294] acpiphp: Slot [17] registered [ 0.366426] acpiphp: Slot [18] registered [ 0.367843] acpiphp: Slot [19] registered [ 0.368988] acpiphp: Slot [20] registered [ 0.370132] acpiphp: Slot [21] registered [ 0.371263] acpiphp: Slot [22] registered [ 0.372418] acpiphp: Slot [23] registered [ 0.373563] acpiphp: Slot [24] registered [ 0.374709] acpiphp: Slot [25] registered [ 0.375850] acpiphp: Slot [26] registered [ 0.377007] acpiphp: Slot [27] registered [ 0.378156] acpiphp: Slot [28] registered [ 0.379303] acpiphp: Slot [29] registered [ 0.380445] acpiphp: Slot [30] registered [ 0.381589] acpiphp: Slot [31] registered [ 0.382735] PCI host bridge to bus 0000:00 [ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448957] vgaarb: loaded [ 0.449824] vgaarb: bridge control possible 0000:00:02.0 [ 0.451620] SCSI subsystem initialized [ 0.452948] ACPI: bus type USB registered [ 0.454118] usbcore: registered new interface driver usbfs [ 0.455575] usbcore: registered new interface driver hub [ 0.456984] usbcore: registered new device driver usb [ 0.458550] PCI: Using ACPI for IRQ routing [ 0.460157] NetLabel: Initializing [ 0.461171] NetLabel: domain hash size = 128 [ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463709] NetLabel: unlabeled traffic allowed by default [ 0.465347] amd_nb: Cannot enumerate AMD northbridges [ 0.466736] clocksource: Switched to clocksource kvm-clock [ 0.476453] AppArmor: AppArmor Filesystem Enabled [ 0.477793] pnp: PnP ACPI init [ 0.479081] pnp: PnP ACPI: found 5 devices [ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488440] NET: Registered protocol family 2 [ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498260] NET: Registered protocol family 1 [ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535232] Unpacking initramfs... [ 1.028025] Freeing initrd memory: 37084K [ 1.029548] Scanning for low memory corruption every 60 seconds [ 1.031537] audit: initializing netlink subsys (disabled) [ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized [ 1.034887] Initialise system trusted keyring [ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.040607] zbud: loaded [ 1.041706] VFS: Disk quotas dquot_6.6.0 [ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.046621] fuse init (API version 7.23) [ 1.047885] Key type big_key registered [ 1.049016] Allocating IMA MOK and blacklist keyrings. [ 1.050754] Key type asymmetric registered [ 1.051919] Asymmetric key parser 'x509' registered [ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.055361] io scheduler noop registered [ 1.056470] io scheduler deadline registered (default) [ 1.057860] io scheduler cfq registered [ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.064272] ACPI: Power Button [PWRF] [ 1.065455] GHES: HEST is not enabled! [ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.144141] Linux agpgart interface v0.103 [ 1.146969] loop: module loaded [ 1.150351] vda: vda1 [ 1.151931] scsi host0: ata_piix [ 1.152978] scsi host1: ata_piix [ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.157770] libphy: Fixed MDIO Bus: probed [ 1.159156] tun: Universal TUN/TAP device driver, 1.6 [ 1.160492] tun: (C) 1999-2004 Max Krasnyansky [ 1.163231] PPP generic driver version 2.4.2 [ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.166145] ehci-pci: EHCI PCI platform driver [ 1.167380] ehci-platform: EHCI generic platform driver [ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.170341] ohci-pci: OHCI PCI platform driver [ 1.171569] ohci-platform: OHCI generic platform driver [ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver [ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199407] usb usb1: Product: UHCI Host Controller [ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.202333] usb usb1: SerialNumber: 0000:00:01.2 [ 1.203686] hub 1-0:1.0: USB hub found [ 1.204771] hub 1-0:1.0: 2 ports detected [ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.211808] mousedev: PS/2 mouse device common for all mice [ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216130] rtc_cmos 00:00: RTC can wake from S4 [ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.221029] i2c /dev entries driver [ 1.222105] device-mapper: uevent: version 1.0.3 [ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs [ 1.227590] NET: Registered protocol family 10 [ 1.229092] NET: Registered protocol family 17 [ 1.230355] Key type dns_resolver registered [ 1.231806] registered taskstats version 1 [ 1.233053] Loading compiled-in X.509 certificates [ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.237550] zswap: loaded using pool lzo/zbud [ 1.240178] Key type trusted registered [ 1.243299] Key type encrypted registered [ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled [ 1.245921] ima: No TPM chip found, activating TPM-bypass! [ 1.247398] evm: HMAC attrs: 0x1 [ 1.248708] Magic number: 14:178:553 [ 1.249809] tty ttyS29: hash matches [ 1.250880] acpi PNP0C0F:04: hash matches [ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499) [ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.255955] EDD information not available. [ 1.316233] Freeing unused kernel memory: 1512K [ 1.317532] Write protecting the kernel read-only data: 14336k [ 1.320392] Freeing unused kernel memory: 1692K [ 1.321850] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.421155] [drm] Initialized drm 1.1.0 20060810 [ 1.423809] virtio_net virtio0 ens3: renamed from eth0 [ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.455148] FDC 0 is a S82078B [ 1.461103] AVX2 version of gcm_enc/dec engaged. [ 1.462406] AES CTR mode by8 optimization enabled [ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678284] usb 1-1: Product: QEMU USB Tablet [ 1.679498] usb 1-1: Manufacturer: QEMU [ 1.680594] usb 1-1: SerialNumber: 42 [ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina [ 1.696409] usbcore: registered new interface driver usbhid [ 1.697950] usbhid: USB HID core driver [ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns Begin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1 [ 2.080171] md: multipath personality registered for level -4 [ 2.083828] md: raid0 personality registered for level 0 [ 2.087851] md: raid1 personality registered for level 1 [ 2.158740] raid6: sse2x1 gen() 11309 MB/s [ 2.226736] raid6: sse2x1 xor() 8876 MB/s [ 2.294735] raid6: sse2x2 gen() 14507 MB/s [ 2.362756] raid6: sse2x2 xor() 9719 MB/s [ 2.430736] raid6: sse2x4 gen() 17032 MB/s [ 2.498757] raid6: sse2x4 xor() 11181 MB/s [ 2.566735] raid6: avx2x1 gen() 22259 MB/s [ 2.634747] raid6: avx2x2 gen() 26350 MB/s [ 2.702735] raid6: avx2x4 gen() 28503 MB/s [ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s [ 2.709277] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.754746] avx : 31872.000 MB/sec [ 2.757419] async_tx: api initialized (async) [ 2.769407] md: raid6 personality registered for level 6 [ 2.770917] md: raid5 personality registered for level 5 [ 2.772380] md: raid4 personality registered for level 4 [ 2.779372] 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.814559] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm. [ 2.960319] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.963936] systemd[1]: Set hostname to . [ 2.968135] systemd[1]: Initializing machine ID from KVM UUID. [ 2.969709] systemd[1]: Installed transient /etc/machine-id file. [ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.124229] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.131152] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.133890] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.136261] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142513] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.145550] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.148140] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.150733] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.163414] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.169470] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.172525] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.182003] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.188651] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.194454] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.206795] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.213150] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.220788] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.227640] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.232086] Loading iSCSI transport class v2.0-870. [ 3.234680] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.241326] systemd[1]: Mounting POSIX Message Queue File System... [ 3.245285] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System... [ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.263381] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.266385] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.275454] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.279374] 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. [[0;32m OK [0m] Started Set console keymap. [ 3.336064] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Found device /dev/ttyS0. [ 3.998541] 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. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-18 22:32:20,541 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.205: [Errno None] Unable to connect to port 22 on 172.30.9.205 2018-08-18 22:32:29,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 22:32:29,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 22:32:29,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:32:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25a933fb-81ea-4562-96a4-60d335648eb9 x-compute-request-id: req-25a933fb-81ea-4562-96a4-60d335648eb9 Content-Encoding: gzip Content-Length: 10531 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.174995] pid_max: default: 32768 minimum: 301\n[ 0.176224] ACPI: Core revision 20150930\n[ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.179688] Security Framework initialized\n[ 0.180801] Yama: becoming mindful.\n[ 0.181800] AppArmor: AppArmor initialized\n[ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189896] Initializing cgroup subsys io\n[ 0.191003] Initializing cgroup subsys memory\n[ 0.192182] Initializing cgroup subsys devices\n[ 0.193368] Initializing cgroup subsys freezer\n[ 0.194552] Initializing cgroup subsys net_cls\n[ 0.195752] Initializing cgroup subsys perf_event\n[ 0.196997] Initializing cgroup subsys net_prio\n[ 0.198199] Initializing cgroup subsys hugetlb\n[ 0.199384] Initializing cgroup subsys pids\n[ 0.200553] CPU: Physical Processor ID: 0\n[ 0.202347] mce: CPU supports 10 MCE banks\n[ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206350] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.209579] Speculative Store Bypass: Vulnerable\n[ 0.226970] Freeing SMP alternatives memory: 32K\n[ 0.232758] ftrace: allocating 32237 entries in 126 pages\n[ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269054] smpboot: Max logical packages: 1\n[ 0.270459] x2apic enabled\n[ 0.271623] Switched APIC routing to physical x2apic.\n[ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280905] KVM setup paravirtual spinlock\n[ 0.282539] x86: Booted up 1 node, 1 CPUs\n[ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285569] devtmpfs: initialized\n[ 0.287559] evm: security.selinux\n[ 0.288539] evm: security.SMACK64\n[ 0.289511] evm: security.SMACK64EXEC\n[ 0.290555] evm: security.SMACK64TRANSMUTE\n[ 0.291677] evm: security.SMACK64MMAP\n[ 0.292714] evm: security.ima\n[ 0.293607] evm: security.capability\n[ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.298817] pinctrl core: initialized pinctrl subsystem\n[ 0.300311] RTC time: 22:31:38, date: 08/18/18\n[ 0.301630] NET: Registered protocol family 16\n[ 0.302977] cpuidle: using governor ladder\n[ 0.304131] cpuidle: using governor menu\n[ 0.305226] PCCT header not found.\n[ 0.306272] ACPI: bus type PCI registered\n[ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309113] PCI: Using configuration type 1 for base access\n[ 0.311353] ACPI: Added _OSI(Module Device)\n[ 0.312541] ACPI: Added _OSI(Processor Device)\n[ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317245] ACPI: Interpreter enabled\n[ 0.318313] ACPI: (supports S0 S5)\n[ 0.319298] ACPI: Using IOAPIC for interrupt routing\n[ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332679] acpiphp: Slot [3] registered\n[ 0.333796] acpiphp: Slot [4] registered\n[ 0.334909] acpiphp: Slot [5] registered\n[ 0.336017] acpiphp: Slot [6] registered\n[ 0.353726] acpiphp: Slot [7] registered\n[ 0.355080] acpiphp: Slot [8] registered\n[ 0.356197] acpiphp: Slot [9] registered\n[ 0.357313] acpiphp: Slot [10] registered\n[ 0.358449] acpiphp: Slot [11] registered\n[ 0.359610] acpiphp: Slot [12] registered\n[ 0.360746] acpiphp: Slot [13] registered\n[ 0.361876] acpiphp: Slot [14] registered\n[ 0.363020] acpiphp: Slot [15] registered\n[ 0.364157] acpiphp: Slot [16] registered\n[ 0.365294] acpiphp: Slot [17] registered\n[ 0.366426] acpiphp: Slot [18] registered\n[ 0.367843] acpiphp: Slot [19] registered\n[ 0.368988] acpiphp: Slot [20] registered\n[ 0.370132] acpiphp: Slot [21] registered\n[ 0.371263] acpiphp: Slot [22] registered\n[ 0.372418] acpiphp: Slot [23] registered\n[ 0.373563] acpiphp: Slot [24] registered\n[ 0.374709] acpiphp: Slot [25] registered\n[ 0.375850] acpiphp: Slot [26] registered\n[ 0.377007] acpiphp: Slot [27] registered\n[ 0.378156] acpiphp: Slot [28] registered\n[ 0.379303] acpiphp: Slot [29] registered\n[ 0.380445] acpiphp: Slot [30] registered\n[ 0.381589] acpiphp: Slot [31] registered\n[ 0.382735] PCI host bridge to bus 0000:00\n[ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448957] vgaarb: loaded\n[ 0.449824] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451620] SCSI subsystem initialized\n[ 0.452948] ACPI: bus type USB registered\n[ 0.454118] usbcore: registered new interface driver usbfs\n[ 0.455575] usbcore: registered new interface driver hub\n[ 0.456984] usbcore: registered new device driver usb\n[ 0.458550] PCI: Using ACPI for IRQ routing\n[ 0.460157] NetLabel: Initializing\n[ 0.461171] NetLabel: domain hash size = 128\n[ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463709] NetLabel: unlabeled traffic allowed by default\n[ 0.465347] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466736] clocksource: Switched to clocksource kvm-clock\n[ 0.476453] AppArmor: AppArmor Filesystem Enabled\n[ 0.477793] pnp: PnP ACPI init\n[ 0.479081] pnp: PnP ACPI: found 5 devices\n[ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488440] NET: Registered protocol family 2\n[ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498260] NET: Registered protocol family 1\n[ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535232] Unpacking initramfs...\n[ 1.028025] Freeing initrd memory: 37084K\n[ 1.029548] Scanning for low memory corruption every 60 seconds\n[ 1.031537] audit: initializing netlink subsys (disabled)\n[ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized\n[ 1.034887] Initialise system trusted keyring\n[ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.040607] zbud: loaded\n[ 1.041706] VFS: Disk quotas dquot_6.6.0\n[ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.046621] fuse init (API version 7.23)\n[ 1.047885] Key type big_key registered\n[ 1.049016] Allocating IMA MOK and blacklist keyrings.\n[ 1.050754] Key type asymmetric registered\n[ 1.051919] Asymmetric key parser 'x509' registered\n[ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.055361] io scheduler noop registered\n[ 1.056470] io scheduler deadline registered (default)\n[ 1.057860] io scheduler cfq registered\n[ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.064272] ACPI: Power Button [PWRF]\n[ 1.065455] GHES: HEST is not enabled!\n[ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.144141] Linux agpgart interface v0.103\n[ 1.146969] loop: module loaded\n[ 1.150351] vda: vda1\n[ 1.151931] scsi host0: ata_piix\n[ 1.152978] scsi host1: ata_piix\n[ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.157770] libphy: Fixed MDIO Bus: probed\n[ 1.159156] tun: Universal TUN/TAP device driver, 1.6\n[ 1.160492] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.163231] PPP generic driver version 2.4.2\n[ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.166145] ehci-pci: EHCI PCI platform driver\n[ 1.167380] ehci-platform: EHCI generic platform driver\n[ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.170341] ohci-pci: OHCI PCI platform driver\n[ 1.171569] ohci-platform: OHCI generic platform driver\n[ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.199407] usb usb1: Product: UHCI Host Controller\n[ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.202333] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.203686] hub 1-0:1.0: USB hub found\n[ 1.204771] hub 1-0:1.0: 2 ports detected\n[ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.211808] mousedev: PS/2 mouse device common for all mice\n[ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.216130] rtc_cmos 00:00: RTC can wake from S4\n[ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.221029] i2c /dev entries driver\n[ 1.222105] device-mapper: uevent: version 1.0.3\n[ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.227590] NET: Registered protocol family 10\n[ 1.229092] NET: Registered protocol family 17\n[ 1.230355] Key type dns_resolver registered\n[ 1.231806] registered taskstats version 1\n[ 1.233053] Loading compiled-in X.509 certificates\n[ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.237550] zswap: loaded using pool lzo/zbud\n[ 1.240178] Key type trusted registered\n[ 1.243299] Key type encrypted registered\n[ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.245921] ima: No TPM chip found, activating TPM-bypass!\n[ 1.247398] evm: HMAC attrs: 0x1\n[ 1.248708] Magic number: 14:178:553\n[ 1.249809] tty ttyS29: hash matches\n[ 1.250880] acpi PNP0C0F:04: hash matches\n[ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499)\n[ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.255955] EDD information not available.\n[ 1.316233] Freeing unused kernel memory: 1512K\n[ 1.317532] Write protecting the kernel read-only data: 14336k\n[ 1.320392] Freeing unused kernel memory: 1692K\n[ 1.321850] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.421155] [drm] Initialized drm 1.1.0 20060810\n[ 1.423809] virtio_net virtio0 ens3: renamed from eth0\n[ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.455148] FDC 0 is a S82078B\n[ 1.461103] AVX2 version of gcm_enc/dec engaged.\n[ 1.462406] AES CTR mode by8 optimization enabled\n[ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678284] usb 1-1: Product: QEMU USB Tablet\n[ 1.679498] usb 1-1: Manufacturer: QEMU\n[ 1.680594] usb 1-1: SerialNumber: 42\n[ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.696409] usbcore: registered new interface driver usbhid\n[ 1.697950] usbhid: USB HID core driver\n[ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns\nBegin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1\n[ 2.080171] md: multipath personality registered for level -4\n[ 2.083828] md: raid0 personality registered for level 0\n[ 2.087851] md: raid1 personality registered for level 1\n[ 2.158740] raid6: sse2x1 gen() 11309 MB/s\n[ 2.226736] raid6: sse2x1 xor() 8876 MB/s\n[ 2.294735] raid6: sse2x2 gen() 14507 MB/s\n[ 2.362756] raid6: sse2x2 xor() 9719 MB/s\n[ 2.430736] raid6: sse2x4 gen() 17032 MB/s\n[ 2.498757] raid6: sse2x4 xor() 11181 MB/s\n[ 2.566735] raid6: avx2x1 gen() 22259 MB/s\n[ 2.634747] raid6: avx2x2 gen() 26350 MB/s\n[ 2.702735] raid6: avx2x4 gen() 28503 MB/s\n[ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s\n[ 2.709277] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.754746] avx : 31872.000 MB/sec\n[ 2.757419] async_tx: api initialized (async)\n[ 2.769407] md: raid6 personality registered for level 6\n[ 2.770917] md: raid5 personality registered for level 5\n[ 2.772380] md: raid4 personality registered for level 4\n[ 2.779372] 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.814559] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm.\n[ 2.960319] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.963936] systemd[1]: Set hostname to .\n[ 2.968135] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.969709] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.124229] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.131152] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.133890] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.136261] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142513] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.145550] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.148140] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.150733] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.163414] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.169470] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.172525] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.182003] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.188651] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.194454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.206795] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.213150] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.220788] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.227640] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.232086] Loading iSCSI transport class v2.0-870.\n[ 3.234680] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.241326] systemd[1]: Mounting POSIX Message Queue File System...\n[ 3.245285] iscsi: registered transport (tcp)\n Mounting POSIX Message Queue File System...\n[ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.263381] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.266385] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.275454] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.279374] 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[[0;32m OK [0m] Started Set console keymap.\n[ 3.336064] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.998541] 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[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-18 22:32:29,638 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-25a933fb-81ea-4562-96a4-60d335648eb9 2018-08-18 22:32:29,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.086795091629s 2018-08-18 22:32:29,639 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-25a933fb-81ea-4562-96a4-60d335648eb9 2018-08-18 22:32:29,639 - 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.174995] pid_max: default: 32768 minimum: 301 [ 0.176224] ACPI: Core revision 20150930 [ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.179688] Security Framework initialized [ 0.180801] Yama: becoming mindful. [ 0.181800] AppArmor: AppArmor initialized [ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189896] Initializing cgroup subsys io [ 0.191003] Initializing cgroup subsys memory [ 0.192182] Initializing cgroup subsys devices [ 0.193368] Initializing cgroup subsys freezer [ 0.194552] Initializing cgroup subsys net_cls [ 0.195752] Initializing cgroup subsys perf_event [ 0.196997] Initializing cgroup subsys net_prio [ 0.198199] Initializing cgroup subsys hugetlb [ 0.199384] Initializing cgroup subsys pids [ 0.200553] CPU: Physical Processor ID: 0 [ 0.202347] mce: CPU supports 10 MCE banks [ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206350] Spectre V2 : Mitigation: Full generic retpoline [ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.209579] Speculative Store Bypass: Vulnerable [ 0.226970] Freeing SMP alternatives memory: 32K [ 0.232758] ftrace: allocating 32237 entries in 126 pages [ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269054] smpboot: Max logical packages: 1 [ 0.270459] x2apic enabled [ 0.271623] Switched APIC routing to physical x2apic. [ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280905] KVM setup paravirtual spinlock [ 0.282539] x86: Booted up 1 node, 1 CPUs [ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285569] devtmpfs: initialized [ 0.287559] evm: security.selinux [ 0.288539] evm: security.SMACK64 [ 0.289511] evm: security.SMACK64EXEC [ 0.290555] evm: security.SMACK64TRANSMUTE [ 0.291677] evm: security.SMACK64MMAP [ 0.292714] evm: security.ima [ 0.293607] evm: security.capability [ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.298817] pinctrl core: initialized pinctrl subsystem [ 0.300311] RTC time: 22:31:38, date: 08/18/18 [ 0.301630] NET: Registered protocol family 16 [ 0.302977] cpuidle: using governor ladder [ 0.304131] cpuidle: using governor menu [ 0.305226] PCCT header not found. [ 0.306272] ACPI: bus type PCI registered [ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309113] PCI: Using configuration type 1 for base access [ 0.311353] ACPI: Added _OSI(Module Device) [ 0.312541] ACPI: Added _OSI(Processor Device) [ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317245] ACPI: Interpreter enabled [ 0.318313] ACPI: (supports S0 S5) [ 0.319298] ACPI: Using IOAPIC for interrupt routing [ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332679] acpiphp: Slot [3] registered [ 0.333796] acpiphp: Slot [4] registered [ 0.334909] acpiphp: Slot [5] registered [ 0.336017] acpiphp: Slot [6] registered [ 0.353726] acpiphp: Slot [7] registered [ 0.355080] acpiphp: Slot [8] registered [ 0.356197] acpiphp: Slot [9] registered [ 0.357313] acpiphp: Slot [10] registered [ 0.358449] acpiphp: Slot [11] registered [ 0.359610] acpiphp: Slot [12] registered [ 0.360746] acpiphp: Slot [13] registered [ 0.361876] acpiphp: Slot [14] registered [ 0.363020] acpiphp: Slot [15] registered [ 0.364157] acpiphp: Slot [16] registered [ 0.365294] acpiphp: Slot [17] registered [ 0.366426] acpiphp: Slot [18] registered [ 0.367843] acpiphp: Slot [19] registered [ 0.368988] acpiphp: Slot [20] registered [ 0.370132] acpiphp: Slot [21] registered [ 0.371263] acpiphp: Slot [22] registered [ 0.372418] acpiphp: Slot [23] registered [ 0.373563] acpiphp: Slot [24] registered [ 0.374709] acpiphp: Slot [25] registered [ 0.375850] acpiphp: Slot [26] registered [ 0.377007] acpiphp: Slot [27] registered [ 0.378156] acpiphp: Slot [28] registered [ 0.379303] acpiphp: Slot [29] registered [ 0.380445] acpiphp: Slot [30] registered [ 0.381589] acpiphp: Slot [31] registered [ 0.382735] PCI host bridge to bus 0000:00 [ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448957] vgaarb: loaded [ 0.449824] vgaarb: bridge control possible 0000:00:02.0 [ 0.451620] SCSI subsystem initialized [ 0.452948] ACPI: bus type USB registered [ 0.454118] usbcore: registered new interface driver usbfs [ 0.455575] usbcore: registered new interface driver hub [ 0.456984] usbcore: registered new device driver usb [ 0.458550] PCI: Using ACPI for IRQ routing [ 0.460157] NetLabel: Initializing [ 0.461171] NetLabel: domain hash size = 128 [ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463709] NetLabel: unlabeled traffic allowed by default [ 0.465347] amd_nb: Cannot enumerate AMD northbridges [ 0.466736] clocksource: Switched to clocksource kvm-clock [ 0.476453] AppArmor: AppArmor Filesystem Enabled [ 0.477793] pnp: PnP ACPI init [ 0.479081] pnp: PnP ACPI: found 5 devices [ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488440] NET: Registered protocol family 2 [ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498260] NET: Registered protocol family 1 [ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535232] Unpacking initramfs... [ 1.028025] Freeing initrd memory: 37084K [ 1.029548] Scanning for low memory corruption every 60 seconds [ 1.031537] audit: initializing netlink subsys (disabled) [ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized [ 1.034887] Initialise system trusted keyring [ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.040607] zbud: loaded [ 1.041706] VFS: Disk quotas dquot_6.6.0 [ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.046621] fuse init (API version 7.23) [ 1.047885] Key type big_key registered [ 1.049016] Allocating IMA MOK and blacklist keyrings. [ 1.050754] Key type asymmetric registered [ 1.051919] Asymmetric key parser 'x509' registered [ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.055361] io scheduler noop registered [ 1.056470] io scheduler deadline registered (default) [ 1.057860] io scheduler cfq registered [ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.064272] ACPI: Power Button [PWRF] [ 1.065455] GHES: HEST is not enabled! [ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.144141] Linux agpgart interface v0.103 [ 1.146969] loop: module loaded [ 1.150351] vda: vda1 [ 1.151931] scsi host0: ata_piix [ 1.152978] scsi host1: ata_piix [ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.157770] libphy: Fixed MDIO Bus: probed [ 1.159156] tun: Universal TUN/TAP device driver, 1.6 [ 1.160492] tun: (C) 1999-2004 Max Krasnyansky [ 1.163231] PPP generic driver version 2.4.2 [ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.166145] ehci-pci: EHCI PCI platform driver [ 1.167380] ehci-platform: EHCI generic platform driver [ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.170341] ohci-pci: OHCI PCI platform driver [ 1.171569] ohci-platform: OHCI generic platform driver [ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver [ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199407] usb usb1: Product: UHCI Host Controller [ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.202333] usb usb1: SerialNumber: 0000:00:01.2 [ 1.203686] hub 1-0:1.0: USB hub found [ 1.204771] hub 1-0:1.0: 2 ports detected [ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.211808] mousedev: PS/2 mouse device common for all mice [ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216130] rtc_cmos 00:00: RTC can wake from S4 [ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.221029] i2c /dev entries driver [ 1.222105] device-mapper: uevent: version 1.0.3 [ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs [ 1.227590] NET: Registered protocol family 10 [ 1.229092] NET: Registered protocol family 17 [ 1.230355] Key type dns_resolver registered [ 1.231806] registered taskstats version 1 [ 1.233053] Loading compiled-in X.509 certificates [ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.237550] zswap: loaded using pool lzo/zbud [ 1.240178] Key type trusted registered [ 1.243299] Key type encrypted registered [ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled [ 1.245921] ima: No TPM chip found, activating TPM-bypass! [ 1.247398] evm: HMAC attrs: 0x1 [ 1.248708] Magic number: 14:178:553 [ 1.249809] tty ttyS29: hash matches [ 1.250880] acpi PNP0C0F:04: hash matches [ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499) [ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.255955] EDD information not available. [ 1.316233] Freeing unused kernel memory: 1512K [ 1.317532] Write protecting the kernel read-only data: 14336k [ 1.320392] Freeing unused kernel memory: 1692K [ 1.321850] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.421155] [drm] Initialized drm 1.1.0 20060810 [ 1.423809] virtio_net virtio0 ens3: renamed from eth0 [ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.455148] FDC 0 is a S82078B [ 1.461103] AVX2 version of gcm_enc/dec engaged. [ 1.462406] AES CTR mode by8 optimization enabled [ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678284] usb 1-1: Product: QEMU USB Tablet [ 1.679498] usb 1-1: Manufacturer: QEMU [ 1.680594] usb 1-1: SerialNumber: 42 [ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina [ 1.696409] usbcore: registered new interface driver usbhid [ 1.697950] usbhid: USB HID core driver [ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns Begin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1 [ 2.080171] md: multipath personality registered for level -4 [ 2.083828] md: raid0 personality registered for level 0 [ 2.087851] md: raid1 personality registered for level 1 [ 2.158740] raid6: sse2x1 gen() 11309 MB/s [ 2.226736] raid6: sse2x1 xor() 8876 MB/s [ 2.294735] raid6: sse2x2 gen() 14507 MB/s [ 2.362756] raid6: sse2x2 xor() 9719 MB/s [ 2.430736] raid6: sse2x4 gen() 17032 MB/s [ 2.498757] raid6: sse2x4 xor() 11181 MB/s [ 2.566735] raid6: avx2x1 gen() 22259 MB/s [ 2.634747] raid6: avx2x2 gen() 26350 MB/s [ 2.702735] raid6: avx2x4 gen() 28503 MB/s [ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s [ 2.709277] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.754746] avx : 31872.000 MB/sec [ 2.757419] async_tx: api initialized (async) [ 2.769407] md: raid6 personality registered for level 6 [ 2.770917] md: raid5 personality registered for level 5 [ 2.772380] md: raid4 personality registered for level 4 [ 2.779372] 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.814559] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm. [ 2.960319] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.963936] systemd[1]: Set hostname to . [ 2.968135] systemd[1]: Initializing machine ID from KVM UUID. [ 2.969709] systemd[1]: Installed transient /etc/machine-id file. [ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.124229] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.131152] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.133890] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.136261] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142513] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.145550] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.148140] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.150733] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.163414] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.169470] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.172525] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.182003] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.188651] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.194454] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.206795] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.213150] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.220788] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.227640] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.232086] Loading iSCSI transport class v2.0-870. [ 3.234680] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.241326] systemd[1]: Mounting POSIX Message Queue File System... [ 3.245285] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System... [ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.263381] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.266385] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.275454] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.279374] 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. [[0;32m OK [0m] Started Set console keymap. [ 3.336064] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Found device /dev/ttyS0. [ 3.998541] 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. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-18 22:32:29,641 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.205: [Errno None] Unable to connect to port 22 on 172.30.9.205 2018-08-18 22:32:38,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 22:32:38,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 22:32:38,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:32: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-99211daa-adfb-4eda-ab88-ef25c338a303 x-compute-request-id: req-99211daa-adfb-4eda-ab88-ef25c338a303 Content-Encoding: gzip Content-Length: 12871 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.174995] pid_max: default: 32768 minimum: 301\n[ 0.176224] ACPI: Core revision 20150930\n[ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.179688] Security Framework initialized\n[ 0.180801] Yama: becoming mindful.\n[ 0.181800] AppArmor: AppArmor initialized\n[ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189896] Initializing cgroup subsys io\n[ 0.191003] Initializing cgroup subsys memory\n[ 0.192182] Initializing cgroup subsys devices\n[ 0.193368] Initializing cgroup subsys freezer\n[ 0.194552] Initializing cgroup subsys net_cls\n[ 0.195752] Initializing cgroup subsys perf_event\n[ 0.196997] Initializing cgroup subsys net_prio\n[ 0.198199] Initializing cgroup subsys hugetlb\n[ 0.199384] Initializing cgroup subsys pids\n[ 0.200553] CPU: Physical Processor ID: 0\n[ 0.202347] mce: CPU supports 10 MCE banks\n[ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206350] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.209579] Speculative Store Bypass: Vulnerable\n[ 0.226970] Freeing SMP alternatives memory: 32K\n[ 0.232758] ftrace: allocating 32237 entries in 126 pages\n[ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269054] smpboot: Max logical packages: 1\n[ 0.270459] x2apic enabled\n[ 0.271623] Switched APIC routing to physical x2apic.\n[ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280905] KVM setup paravirtual spinlock\n[ 0.282539] x86: Booted up 1 node, 1 CPUs\n[ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285569] devtmpfs: initialized\n[ 0.287559] evm: security.selinux\n[ 0.288539] evm: security.SMACK64\n[ 0.289511] evm: security.SMACK64EXEC\n[ 0.290555] evm: security.SMACK64TRANSMUTE\n[ 0.291677] evm: security.SMACK64MMAP\n[ 0.292714] evm: security.ima\n[ 0.293607] evm: security.capability\n[ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.298817] pinctrl core: initialized pinctrl subsystem\n[ 0.300311] RTC time: 22:31:38, date: 08/18/18\n[ 0.301630] NET: Registered protocol family 16\n[ 0.302977] cpuidle: using governor ladder\n[ 0.304131] cpuidle: using governor menu\n[ 0.305226] PCCT header not found.\n[ 0.306272] ACPI: bus type PCI registered\n[ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309113] PCI: Using configuration type 1 for base access\n[ 0.311353] ACPI: Added _OSI(Module Device)\n[ 0.312541] ACPI: Added _OSI(Processor Device)\n[ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317245] ACPI: Interpreter enabled\n[ 0.318313] ACPI: (supports S0 S5)\n[ 0.319298] ACPI: Using IOAPIC for interrupt routing\n[ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332679] acpiphp: Slot [3] registered\n[ 0.333796] acpiphp: Slot [4] registered\n[ 0.334909] acpiphp: Slot [5] registered\n[ 0.336017] acpiphp: Slot [6] registered\n[ 0.353726] acpiphp: Slot [7] registered\n[ 0.355080] acpiphp: Slot [8] registered\n[ 0.356197] acpiphp: Slot [9] registered\n[ 0.357313] acpiphp: Slot [10] registered\n[ 0.358449] acpiphp: Slot [11] registered\n[ 0.359610] acpiphp: Slot [12] registered\n[ 0.360746] acpiphp: Slot [13] registered\n[ 0.361876] acpiphp: Slot [14] registered\n[ 0.363020] acpiphp: Slot [15] registered\n[ 0.364157] acpiphp: Slot [16] registered\n[ 0.365294] acpiphp: Slot [17] registered\n[ 0.366426] acpiphp: Slot [18] registered\n[ 0.367843] acpiphp: Slot [19] registered\n[ 0.368988] acpiphp: Slot [20] registered\n[ 0.370132] acpiphp: Slot [21] registered\n[ 0.371263] acpiphp: Slot [22] registered\n[ 0.372418] acpiphp: Slot [23] registered\n[ 0.373563] acpiphp: Slot [24] registered\n[ 0.374709] acpiphp: Slot [25] registered\n[ 0.375850] acpiphp: Slot [26] registered\n[ 0.377007] acpiphp: Slot [27] registered\n[ 0.378156] acpiphp: Slot [28] registered\n[ 0.379303] acpiphp: Slot [29] registered\n[ 0.380445] acpiphp: Slot [30] registered\n[ 0.381589] acpiphp: Slot [31] registered\n[ 0.382735] PCI host bridge to bus 0000:00\n[ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448957] vgaarb: loaded\n[ 0.449824] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451620] SCSI subsystem initialized\n[ 0.452948] ACPI: bus type USB registered\n[ 0.454118] usbcore: registered new interface driver usbfs\n[ 0.455575] usbcore: registered new interface driver hub\n[ 0.456984] usbcore: registered new device driver usb\n[ 0.458550] PCI: Using ACPI for IRQ routing\n[ 0.460157] NetLabel: Initializing\n[ 0.461171] NetLabel: domain hash size = 128\n[ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463709] NetLabel: unlabeled traffic allowed by default\n[ 0.465347] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466736] clocksource: Switched to clocksource kvm-clock\n[ 0.476453] AppArmor: AppArmor Filesystem Enabled\n[ 0.477793] pnp: PnP ACPI init\n[ 0.479081] pnp: PnP ACPI: found 5 devices\n[ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488440] NET: Registered protocol family 2\n[ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498260] NET: Registered protocol family 1\n[ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535232] Unpacking initramfs...\n[ 1.028025] Freeing initrd memory: 37084K\n[ 1.029548] Scanning for low memory corruption every 60 seconds\n[ 1.031537] audit: initializing netlink subsys (disabled)\n[ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized\n[ 1.034887] Initialise system trusted keyring\n[ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.040607] zbud: loaded\n[ 1.041706] VFS: Disk quotas dquot_6.6.0\n[ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.046621] fuse init (API version 7.23)\n[ 1.047885] Key type big_key registered\n[ 1.049016] Allocating IMA MOK and blacklist keyrings.\n[ 1.050754] Key type asymmetric registered\n[ 1.051919] Asymmetric key parser 'x509' registered\n[ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.055361] io scheduler noop registered\n[ 1.056470] io scheduler deadline registered (default)\n[ 1.057860] io scheduler cfq registered\n[ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.064272] ACPI: Power Button [PWRF]\n[ 1.065455] GHES: HEST is not enabled!\n[ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.144141] Linux agpgart interface v0.103\n[ 1.146969] loop: module loaded\n[ 1.150351] vda: vda1\n[ 1.151931] scsi host0: ata_piix\n[ 1.152978] scsi host1: ata_piix\n[ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.157770] libphy: Fixed MDIO Bus: probed\n[ 1.159156] tun: Universal TUN/TAP device driver, 1.6\n[ 1.160492] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.163231] PPP generic driver version 2.4.2\n[ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.166145] ehci-pci: EHCI PCI platform driver\n[ 1.167380] ehci-platform: EHCI generic platform driver\n[ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.170341] ohci-pci: OHCI PCI platform driver\n[ 1.171569] ohci-platform: OHCI generic platform driver\n[ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.199407] usb usb1: Product: UHCI Host Controller\n[ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.202333] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.203686] hub 1-0:1.0: USB hub found\n[ 1.204771] hub 1-0:1.0: 2 ports detected\n[ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.211808] mousedev: PS/2 mouse device common for all mice\n[ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.216130] rtc_cmos 00:00: RTC can wake from S4\n[ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.221029] i2c /dev entries driver\n[ 1.222105] device-mapper: uevent: version 1.0.3\n[ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.227590] NET: Registered protocol family 10\n[ 1.229092] NET: Registered protocol family 17\n[ 1.230355] Key type dns_resolver registered\n[ 1.231806] registered taskstats version 1\n[ 1.233053] Loading compiled-in X.509 certificates\n[ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.237550] zswap: loaded using pool lzo/zbud\n[ 1.240178] Key type trusted registered\n[ 1.243299] Key type encrypted registered\n[ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.245921] ima: No TPM chip found, activating TPM-bypass!\n[ 1.247398] evm: HMAC attrs: 0x1\n[ 1.248708] Magic number: 14:178:553\n[ 1.249809] tty ttyS29: hash matches\n[ 1.250880] acpi PNP0C0F:04: hash matches\n[ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499)\n[ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.255955] EDD information not available.\n[ 1.316233] Freeing unused kernel memory: 1512K\n[ 1.317532] Write protecting the kernel read-only data: 14336k\n[ 1.320392] Freeing unused kernel memory: 1692K\n[ 1.321850] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.421155] [drm] Initialized drm 1.1.0 20060810\n[ 1.423809] virtio_net virtio0 ens3: renamed from eth0\n[ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.455148] FDC 0 is a S82078B\n[ 1.461103] AVX2 version of gcm_enc/dec engaged.\n[ 1.462406] AES CTR mode by8 optimization enabled\n[ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678284] usb 1-1: Product: QEMU USB Tablet\n[ 1.679498] usb 1-1: Manufacturer: QEMU\n[ 1.680594] usb 1-1: SerialNumber: 42\n[ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.696409] usbcore: registered new interface driver usbhid\n[ 1.697950] usbhid: USB HID core driver\n[ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns\nBegin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1\n[ 2.080171] md: multipath personality registered for level -4\n[ 2.083828] md: raid0 personality registered for level 0\n[ 2.087851] md: raid1 personality registered for level 1\n[ 2.158740] raid6: sse2x1 gen() 11309 MB/s\n[ 2.226736] raid6: sse2x1 xor() 8876 MB/s\n[ 2.294735] raid6: sse2x2 gen() 14507 MB/s\n[ 2.362756] raid6: sse2x2 xor() 9719 MB/s\n[ 2.430736] raid6: sse2x4 gen() 17032 MB/s\n[ 2.498757] raid6: sse2x4 xor() 11181 MB/s\n[ 2.566735] raid6: avx2x1 gen() 22259 MB/s\n[ 2.634747] raid6: avx2x2 gen() 26350 MB/s\n[ 2.702735] raid6: avx2x4 gen() 28503 MB/s\n[ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s\n[ 2.709277] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.754746] avx : 31872.000 MB/sec\n[ 2.757419] async_tx: api initialized (async)\n[ 2.769407] md: raid6 personality registered for level 6\n[ 2.770917] md: raid5 personality registered for level 5\n[ 2.772380] md: raid4 personality registered for level 4\n[ 2.779372] 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.814559] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm.\n[ 2.960319] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.963936] systemd[1]: Set hostname to .\n[ 2.968135] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.969709] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.124229] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.131152] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.133890] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.136261] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142513] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.145550] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.148140] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.150733] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.163414] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.169470] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.172525] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.182003] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.188651] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.194454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.206795] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.213150] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.220788] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.227640] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.232086] Loading iSCSI transport class v2.0-870.\n[ 3.234680] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.241326] systemd[1]: Mounting POSIX Message Queue File System...\n[ 3.245285] iscsi: registered transport (tcp)\n Mounting POSIX Message Queue File System...\n[ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.263381] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.266385] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.275454] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.279374] 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[[0;32m OK [0m] Started Set console keymap.\n[ 3.336064] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.998541] 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[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 58.343066] cloud-init[937]: Cloud-init v. 18.2 running 'init' at Sat, 18 Aug 2018 22:31:44 +0000. Up 6.20 seconds.\n[ 58.345887] cloud-init[937]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.352471] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.356126] cloud-init[937]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.364153] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.366587] cloud-init[937]: ci-info: | ens3 | True | 192.168.120.9 | 255.255.255.0 | . | fa:16:3e:c9:c4:95 |\n[ 58.371104] cloud-init[937]: ci-info: | ens3 | True | fe80::f816:3eff:fec9:c495/64 | . | link | fa:16:3e:c9:c4:95 |\n[ 58.376394] cloud-init[937]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.381858] cloud-init[937]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.388397] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.390810] cloud-init[937]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.396403] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.400130] cloud-init[937]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.408133] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.410398] cloud-init[937]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.416382] cloud-init[937]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.418597] cloud-init[937]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.424394] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.428134] cloud-init[937]: 2018-08-18 22:32:36,805 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.798377] cloud-init[937]: Generating public/private rsa key pair.\n[ 58.800074] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.804128] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.808129] cloud-init[937]: The key fingerprint is:\n[ 58.809537] cloud-init[937]: SHA256:8rkeX2B0IJf05WtFxrSAPH2XYUBsIgRhGSW7xj2q3KM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.816154] cloud-init[937]: The key's randomart image is:\n[ 58.817664] cloud-init[937]: +---[RSA 2048]----+\n[ 58.820137] cloud-init[937]: | *O+=.=+o=*|\n[ 58.824148] cloud-init[937]: | ..o+.B *o=+|\n[ 58.825516] cloud-init[937]: | . o * o.o|\n[ 58.828142] cloud-init[937]: | . o. . o |\n[ 58.832154] cloud-init[937]: | .+Soo o |\n[ 58.833530] cloud-init[937]: | .o.o.. . |\n[ 58.836122] cloud-init[937]: | .+ . |\n[ 58.840161] cloud-init[937]: | . o. + . |\n[ 58.841505] cloud-init[937]: | E.o+ . |\n[ 58.844142] cloud-init[937]: +----[SHA256]-----+\n[ 58.848153] cloud-init[937]: Generating public/private dsa key pair.\n[ 58.852145] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.854013] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.860146] cloud-init[937]: The key fingerprint is:\n[ 58.861575] cloud-init[937]: SHA256:9o076gYm8GCkC87Blfvq+Zv+NcuOfERNAiN0mG746uM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.865982] cloud-init[937]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.871169] cloud-init[937]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 58.876328] cloud-init[937]: | ooo+. |\n[ 58.878241] cloud-init[937]: | .o oo .. . |\n[ 58.879525] cloud-init[937]: |.o. + + |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 58.883210] [[0;32m OK [0m] Started Daily apt download activities.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\ncloud-init[937]: |oo+o o . . |\n[ 58.890279] cloud-init[937]: |+o.++ S |\n[ 58.891280] cloud-init[937]: |.o ooo. o o |[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 58.896613] cloud-init[937]: | oo ..oo . |\n[ 58.897590] cloud-init[937]: | +. o =.+. |\n[ 58.898566] cloud-init[937]: | +E+=o*==.. |\n[ 58.899542] cloud-init[937]: +----[SHA256]-----+\n[ 58.900543] cloud-init[937]: Generating public/private ecdsa key pair.\n[ 58.901768] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.903290] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n\n Starting LXD - unix socket.\n[ 58.905116] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[937]: The key fingerprint is:\n[ 58.912752] cloud-init[937]: SHA256:EfNlSpkJhZJ50TUhtvfV6CN91TLrbIh4eNuwmwVz8mM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.916066] cloud-init[937]: The key's randomart image is:\n[ 58.917967] cloud-init[937]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.922036] cloud-init[937]: | o=*==*. |\n[ 58.923316] cloud-init[937]: [[0;32m OK [0m] Reached target Basic System.\n| + o*=* . .o|\n[ 58.925919] cloud-init[937]: | o. + . + =|\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 58.928686] cloud-init[937]: | . . + =.|\n Starting LSB: MD monitoring daemon...\n[ 58.931571] cloud-init[937]: | S + o * .|\n[ 58.934124] Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: Record successful boot for GRUB...cloud-init[937]: | o B = o |\n[ 58.950651] cloud-init[937]: \n[[0;32m OK [0m] Started Regular background program processing daemon.\n| o = E + |[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 58.974240] cloud-init[937]: | o O o |\n[ 58.979207] cloud-init[937]: | =.. |\n[ 58.982606] cloud-init[937]: +----[SHA256]-----+\n[ 58.988617] cloud-init[937]: Generating public/private ed25519 key pair.\n[ 58.992519] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.994666] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Accounts Service...\n Starting System Logging Service...\n Starting Apply the settings specified in cloud-config...\n[ 59.007386] cloud-init[937]: The key fingerprint is:\n Starting Snappy daemon...\n Starting LXD - container startup/shutdown...\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started iperf Service.\n[ 59.023419] cloud-init[937]: [[0;32m OK [0m] Started /etc/rc.local Compatibility.SHA256:rdVvBMjo1ATbyh1bSY394cQT465lMu3OemObmOfQOQY root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 59.108202] cloud-init[937]: The key's randomart image is:\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 59.125654] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[937]: +--[ED25519 256]--+\n[ 59.140779] cloud-init[937]: | ... .+.o.|\n[ 59.154842] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[937]: | B o..+=.|[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.167123] cloud-init[937]: | + * + ooo|\n[ 59.173435] cloud-init[937]: | + + = .o..|\n[ 59.179761] cloud-init[937]: | S = .E.= |\n[ 59.185717] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[937]: | o oX .|\n[ 59.195613] cloud-init[937]: | . oo* |\n[ 59.201158] cloud-init[937]: | .B=o|\n[ 59.209487] cloud-init[937]: | +**o|\n[ 59.213093] cloud-init[937]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.558653] cloud-init[1084]: Generating locales (this might take a while)...\n"} 2018-08-18 22:32:38,727 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-99211daa-adfb-4eda-ab88-ef25c338a303 2018-08-18 22:32:38,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0758221149445s 2018-08-18 22:32:38,728 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-99211daa-adfb-4eda-ab88-ef25c338a303 2018-08-18 22:32:38,728 - 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.174995] pid_max: default: 32768 minimum: 301 [ 0.176224] ACPI: Core revision 20150930 [ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.179688] Security Framework initialized [ 0.180801] Yama: becoming mindful. [ 0.181800] AppArmor: AppArmor initialized [ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189896] Initializing cgroup subsys io [ 0.191003] Initializing cgroup subsys memory [ 0.192182] Initializing cgroup subsys devices [ 0.193368] Initializing cgroup subsys freezer [ 0.194552] Initializing cgroup subsys net_cls [ 0.195752] Initializing cgroup subsys perf_event [ 0.196997] Initializing cgroup subsys net_prio [ 0.198199] Initializing cgroup subsys hugetlb [ 0.199384] Initializing cgroup subsys pids [ 0.200553] CPU: Physical Processor ID: 0 [ 0.202347] mce: CPU supports 10 MCE banks [ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206350] Spectre V2 : Mitigation: Full generic retpoline [ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.209579] Speculative Store Bypass: Vulnerable [ 0.226970] Freeing SMP alternatives memory: 32K [ 0.232758] ftrace: allocating 32237 entries in 126 pages [ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269054] smpboot: Max logical packages: 1 [ 0.270459] x2apic enabled [ 0.271623] Switched APIC routing to physical x2apic. [ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280905] KVM setup paravirtual spinlock [ 0.282539] x86: Booted up 1 node, 1 CPUs [ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285569] devtmpfs: initialized [ 0.287559] evm: security.selinux [ 0.288539] evm: security.SMACK64 [ 0.289511] evm: security.SMACK64EXEC [ 0.290555] evm: security.SMACK64TRANSMUTE [ 0.291677] evm: security.SMACK64MMAP [ 0.292714] evm: security.ima [ 0.293607] evm: security.capability [ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.298817] pinctrl core: initialized pinctrl subsystem [ 0.300311] RTC time: 22:31:38, date: 08/18/18 [ 0.301630] NET: Registered protocol family 16 [ 0.302977] cpuidle: using governor ladder [ 0.304131] cpuidle: using governor menu [ 0.305226] PCCT header not found. [ 0.306272] ACPI: bus type PCI registered [ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309113] PCI: Using configuration type 1 for base access [ 0.311353] ACPI: Added _OSI(Module Device) [ 0.312541] ACPI: Added _OSI(Processor Device) [ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317245] ACPI: Interpreter enabled [ 0.318313] ACPI: (supports S0 S5) [ 0.319298] ACPI: Using IOAPIC for interrupt routing [ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332679] acpiphp: Slot [3] registered [ 0.333796] acpiphp: Slot [4] registered [ 0.334909] acpiphp: Slot [5] registered [ 0.336017] acpiphp: Slot [6] registered [ 0.353726] acpiphp: Slot [7] registered [ 0.355080] acpiphp: Slot [8] registered [ 0.356197] acpiphp: Slot [9] registered [ 0.357313] acpiphp: Slot [10] registered [ 0.358449] acpiphp: Slot [11] registered [ 0.359610] acpiphp: Slot [12] registered [ 0.360746] acpiphp: Slot [13] registered [ 0.361876] acpiphp: Slot [14] registered [ 0.363020] acpiphp: Slot [15] registered [ 0.364157] acpiphp: Slot [16] registered [ 0.365294] acpiphp: Slot [17] registered [ 0.366426] acpiphp: Slot [18] registered [ 0.367843] acpiphp: Slot [19] registered [ 0.368988] acpiphp: Slot [20] registered [ 0.370132] acpiphp: Slot [21] registered [ 0.371263] acpiphp: Slot [22] registered [ 0.372418] acpiphp: Slot [23] registered [ 0.373563] acpiphp: Slot [24] registered [ 0.374709] acpiphp: Slot [25] registered [ 0.375850] acpiphp: Slot [26] registered [ 0.377007] acpiphp: Slot [27] registered [ 0.378156] acpiphp: Slot [28] registered [ 0.379303] acpiphp: Slot [29] registered [ 0.380445] acpiphp: Slot [30] registered [ 0.381589] acpiphp: Slot [31] registered [ 0.382735] PCI host bridge to bus 0000:00 [ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448957] vgaarb: loaded [ 0.449824] vgaarb: bridge control possible 0000:00:02.0 [ 0.451620] SCSI subsystem initialized [ 0.452948] ACPI: bus type USB registered [ 0.454118] usbcore: registered new interface driver usbfs [ 0.455575] usbcore: registered new interface driver hub [ 0.456984] usbcore: registered new device driver usb [ 0.458550] PCI: Using ACPI for IRQ routing [ 0.460157] NetLabel: Initializing [ 0.461171] NetLabel: domain hash size = 128 [ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463709] NetLabel: unlabeled traffic allowed by default [ 0.465347] amd_nb: Cannot enumerate AMD northbridges [ 0.466736] clocksource: Switched to clocksource kvm-clock [ 0.476453] AppArmor: AppArmor Filesystem Enabled [ 0.477793] pnp: PnP ACPI init [ 0.479081] pnp: PnP ACPI: found 5 devices [ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488440] NET: Registered protocol family 2 [ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498260] NET: Registered protocol family 1 [ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535232] Unpacking initramfs... [ 1.028025] Freeing initrd memory: 37084K [ 1.029548] Scanning for low memory corruption every 60 seconds [ 1.031537] audit: initializing netlink subsys (disabled) [ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized [ 1.034887] Initialise system trusted keyring [ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.040607] zbud: loaded [ 1.041706] VFS: Disk quotas dquot_6.6.0 [ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.046621] fuse init (API version 7.23) [ 1.047885] Key type big_key registered [ 1.049016] Allocating IMA MOK and blacklist keyrings. [ 1.050754] Key type asymmetric registered [ 1.051919] Asymmetric key parser 'x509' registered [ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.055361] io scheduler noop registered [ 1.056470] io scheduler deadline registered (default) [ 1.057860] io scheduler cfq registered [ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.064272] ACPI: Power Button [PWRF] [ 1.065455] GHES: HEST is not enabled! [ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.144141] Linux agpgart interface v0.103 [ 1.146969] loop: module loaded [ 1.150351] vda: vda1 [ 1.151931] scsi host0: ata_piix [ 1.152978] scsi host1: ata_piix [ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.157770] libphy: Fixed MDIO Bus: probed [ 1.159156] tun: Universal TUN/TAP device driver, 1.6 [ 1.160492] tun: (C) 1999-2004 Max Krasnyansky [ 1.163231] PPP generic driver version 2.4.2 [ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.166145] ehci-pci: EHCI PCI platform driver [ 1.167380] ehci-platform: EHCI generic platform driver [ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.170341] ohci-pci: OHCI PCI platform driver [ 1.171569] ohci-platform: OHCI generic platform driver [ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver [ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199407] usb usb1: Product: UHCI Host Controller [ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.202333] usb usb1: SerialNumber: 0000:00:01.2 [ 1.203686] hub 1-0:1.0: USB hub found [ 1.204771] hub 1-0:1.0: 2 ports detected [ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.211808] mousedev: PS/2 mouse device common for all mice [ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216130] rtc_cmos 00:00: RTC can wake from S4 [ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.221029] i2c /dev entries driver [ 1.222105] device-mapper: uevent: version 1.0.3 [ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs [ 1.227590] NET: Registered protocol family 10 [ 1.229092] NET: Registered protocol family 17 [ 1.230355] Key type dns_resolver registered [ 1.231806] registered taskstats version 1 [ 1.233053] Loading compiled-in X.509 certificates [ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.237550] zswap: loaded using pool lzo/zbud [ 1.240178] Key type trusted registered [ 1.243299] Key type encrypted registered [ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled [ 1.245921] ima: No TPM chip found, activating TPM-bypass! [ 1.247398] evm: HMAC attrs: 0x1 [ 1.248708] Magic number: 14:178:553 [ 1.249809] tty ttyS29: hash matches [ 1.250880] acpi PNP0C0F:04: hash matches [ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499) [ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.255955] EDD information not available. [ 1.316233] Freeing unused kernel memory: 1512K [ 1.317532] Write protecting the kernel read-only data: 14336k [ 1.320392] Freeing unused kernel memory: 1692K [ 1.321850] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.421155] [drm] Initialized drm 1.1.0 20060810 [ 1.423809] virtio_net virtio0 ens3: renamed from eth0 [ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.455148] FDC 0 is a S82078B [ 1.461103] AVX2 version of gcm_enc/dec engaged. [ 1.462406] AES CTR mode by8 optimization enabled [ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678284] usb 1-1: Product: QEMU USB Tablet [ 1.679498] usb 1-1: Manufacturer: QEMU [ 1.680594] usb 1-1: SerialNumber: 42 [ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina [ 1.696409] usbcore: registered new interface driver usbhid [ 1.697950] usbhid: USB HID core driver [ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns Begin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1 [ 2.080171] md: multipath personality registered for level -4 [ 2.083828] md: raid0 personality registered for level 0 [ 2.087851] md: raid1 personality registered for level 1 [ 2.158740] raid6: sse2x1 gen() 11309 MB/s [ 2.226736] raid6: sse2x1 xor() 8876 MB/s [ 2.294735] raid6: sse2x2 gen() 14507 MB/s [ 2.362756] raid6: sse2x2 xor() 9719 MB/s [ 2.430736] raid6: sse2x4 gen() 17032 MB/s [ 2.498757] raid6: sse2x4 xor() 11181 MB/s [ 2.566735] raid6: avx2x1 gen() 22259 MB/s [ 2.634747] raid6: avx2x2 gen() 26350 MB/s [ 2.702735] raid6: avx2x4 gen() 28503 MB/s [ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s [ 2.709277] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.754746] avx : 31872.000 MB/sec [ 2.757419] async_tx: api initialized (async) [ 2.769407] md: raid6 personality registered for level 6 [ 2.770917] md: raid5 personality registered for level 5 [ 2.772380] md: raid4 personality registered for level 4 [ 2.779372] 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.814559] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm. [ 2.960319] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.963936] systemd[1]: Set hostname to . [ 2.968135] systemd[1]: Initializing machine ID from KVM UUID. [ 2.969709] systemd[1]: Installed transient /etc/machine-id file. [ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.124229] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.131152] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.133890] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.136261] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142513] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.145550] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.148140] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.150733] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.163414] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.169470] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.172525] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.182003] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.188651] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.194454] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.206795] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.213150] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.220788] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.227640] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.232086] Loading iSCSI transport class v2.0-870. [ 3.234680] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.241326] systemd[1]: Mounting POSIX Message Queue File System... [ 3.245285] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System... [ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.263381] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.266385] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.275454] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.279374] 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. [[0;32m OK [0m] Started Set console keymap. [ 3.336064] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Found device /dev/ttyS0. [ 3.998541] 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. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.343066] cloud-init[937]: Cloud-init v. 18.2 running 'init' at Sat, 18 Aug 2018 22:31:44 +0000. Up 6.20 seconds. [ 58.345887] cloud-init[937]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.352471] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.356126] cloud-init[937]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.364153] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.366587] cloud-init[937]: ci-info: | ens3 | True | 192.168.120.9 | 255.255.255.0 | . | fa:16:3e:c9:c4:95 | [ 58.371104] cloud-init[937]: ci-info: | ens3 | True | fe80::f816:3eff:fec9:c495/64 | . | link | fa:16:3e:c9:c4:95 | [ 58.376394] cloud-init[937]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.381858] cloud-init[937]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.388397] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.390810] cloud-init[937]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.396403] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.400130] cloud-init[937]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.408133] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.410398] cloud-init[937]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.416382] cloud-init[937]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.418597] cloud-init[937]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.424394] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.428134] cloud-init[937]: 2018-08-18 22:32:36,805 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.798377] cloud-init[937]: Generating public/private rsa key pair. [ 58.800074] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.804128] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.808129] cloud-init[937]: The key fingerprint is: [ 58.809537] cloud-init[937]: SHA256:8rkeX2B0IJf05WtFxrSAPH2XYUBsIgRhGSW7xj2q3KM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.816154] cloud-init[937]: The key's randomart image is: [ 58.817664] cloud-init[937]: +---[RSA 2048]----+ [ 58.820137] cloud-init[937]: | *O+=.=+o=*| [ 58.824148] cloud-init[937]: | ..o+.B *o=+| [ 58.825516] cloud-init[937]: | . o * o.o| [ 58.828142] cloud-init[937]: | . o. . o | [ 58.832154] cloud-init[937]: | .+Soo o | [ 58.833530] cloud-init[937]: | .o.o.. . | [ 58.836122] cloud-init[937]: | .+ . | [ 58.840161] cloud-init[937]: | . o. + . | [ 58.841505] cloud-init[937]: | E.o+ . | [ 58.844142] cloud-init[937]: +----[SHA256]-----+ [ 58.848153] cloud-init[937]: Generating public/private dsa key pair. [ 58.852145] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.854013] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.860146] cloud-init[937]: The key fingerprint is: [ 58.861575] cloud-init[937]: SHA256:9o076gYm8GCkC87Blfvq+Zv+NcuOfERNAiN0mG746uM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.865982] cloud-init[937]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.871169] cloud-init[937]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [ 58.876328] cloud-init[937]: | ooo+. | [ 58.878241] cloud-init[937]: | .o oo .. . | [ 58.879525] cloud-init[937]: |.o. + + | [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [ 58.883210] [[0;32m OK [0m] Started Daily apt download activities. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Listening on UUID daemon activation socket. cloud-init[937]: |oo+o o . . | [ 58.890279] cloud-init[937]: |+o.++ S | [ 58.891280] cloud-init[937]: |.o ooo. o o |[[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 58.896613] cloud-init[937]: | oo ..oo . | [ 58.897590] cloud-init[937]: | +. o =.+. | [ 58.898566] cloud-init[937]: | +E+=o*==.. | [ 58.899542] cloud-init[937]: +----[SHA256]-----+ [ 58.900543] cloud-init[937]: Generating public/private ecdsa key pair. [ 58.901768] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.903290] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting LXD - unix socket. [ 58.905116] cloud-init[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [937]: The key fingerprint is: [ 58.912752] cloud-init[937]: SHA256:EfNlSpkJhZJ50TUhtvfV6CN91TLrbIh4eNuwmwVz8mM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.916066] cloud-init[937]: The key's randomart image is: [ 58.917967] cloud-init[937]: +---[ECDSA 256]---+ [[0;32m OK [0m] Reached target Sockets. [ 58.922036] cloud-init[937]: | o=*==*. | [ 58.923316] cloud-init[937]: [[0;32m OK [0m] Reached target Basic System. | + o*=* . .o| [ 58.925919] cloud-init[937]: | o. + . + =| [[0;32m OK [0m] Started ACPI event daemon. [ 58.928686] cloud-init[937]: | . . + =.| Starting LSB: MD monitoring daemon... [ 58.931571] cloud-init[937]: | S + o * .| [ 58.934124] Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started Deferred execution scheduler. Starting LSB: Record successful boot for GRUB...cloud-init[937]: | o B = o | [ 58.950651] cloud-init[937]: [[0;32m OK [0m] Started Regular background program processing daemon. | o = E + |[[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started D-Bus System Message Bus. [ 58.974240] cloud-init[937]: | o O o | [ 58.979207] cloud-init[937]: | =.. | [ 58.982606] cloud-init[937]: +----[SHA256]-----+ [ 58.988617] cloud-init[937]: Generating public/private ed25519 key pair. [ 58.992519] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.994666] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Starting Accounts Service... Starting System Logging Service... Starting Apply the settings specified in cloud-config... [ 59.007386] cloud-init[937]: The key fingerprint is: Starting Snappy daemon... Starting LXD - container startup/shutdown... Starting Login Service... Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started iperf Service. [ 59.023419] cloud-init[937]: [[0;32m OK [0m] Started /etc/rc.local Compatibility.SHA256:rdVvBMjo1ATbyh1bSY394cQT465lMu3OemObmOfQOQY root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 59.108202] cloud-init[937]: The key's randomart image is: [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [ 59.125654] cloud-init[[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [937]: +--[ED25519 256]--+ [ 59.140779] cloud-init[937]: | ... .+.o.| [ 59.154842] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [937]: | B o..+=.|[[0;32m OK [0m] Started Accounts Service. [ 59.167123] cloud-init[937]: | + * + ooo| [ 59.173435] cloud-init[937]: | + + = .o..| [ 59.179761] cloud-init[937]: | S = .E.= | [ 59.185717] [[0;32m OK [0m] Started LXD - container startup/shutdown. cloud-init[937]: | o oX .| [ 59.195613] cloud-init[937]: | . oo* | [ 59.201158] cloud-init[937]: | .B=o| [ 59.209487] cloud-init[937]: | +**o| [ 59.213093] cloud-init[937]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.558653] cloud-init[1084]: Generating locales (this might take a while)... 2018-08-18 22:32:38,730 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.205: [Errno None] Unable to connect to port 22 on 172.30.9.205 2018-08-18 22:32:47,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 22:32:47,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 22:32:47,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:32:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f283f26-f07b-4fe6-8c54-e5c45fb12aac x-compute-request-id: req-8f283f26-f07b-4fe6-8c54-e5c45fb12aac Content-Encoding: gzip Content-Length: 12912 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.174995] pid_max: default: 32768 minimum: 301\n[ 0.176224] ACPI: Core revision 20150930\n[ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.179688] Security Framework initialized\n[ 0.180801] Yama: becoming mindful.\n[ 0.181800] AppArmor: AppArmor initialized\n[ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189896] Initializing cgroup subsys io\n[ 0.191003] Initializing cgroup subsys memory\n[ 0.192182] Initializing cgroup subsys devices\n[ 0.193368] Initializing cgroup subsys freezer\n[ 0.194552] Initializing cgroup subsys net_cls\n[ 0.195752] Initializing cgroup subsys perf_event\n[ 0.196997] Initializing cgroup subsys net_prio\n[ 0.198199] Initializing cgroup subsys hugetlb\n[ 0.199384] Initializing cgroup subsys pids\n[ 0.200553] CPU: Physical Processor ID: 0\n[ 0.202347] mce: CPU supports 10 MCE banks\n[ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206350] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.209579] Speculative Store Bypass: Vulnerable\n[ 0.226970] Freeing SMP alternatives memory: 32K\n[ 0.232758] ftrace: allocating 32237 entries in 126 pages\n[ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269054] smpboot: Max logical packages: 1\n[ 0.270459] x2apic enabled\n[ 0.271623] Switched APIC routing to physical x2apic.\n[ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280905] KVM setup paravirtual spinlock\n[ 0.282539] x86: Booted up 1 node, 1 CPUs\n[ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285569] devtmpfs: initialized\n[ 0.287559] evm: security.selinux\n[ 0.288539] evm: security.SMACK64\n[ 0.289511] evm: security.SMACK64EXEC\n[ 0.290555] evm: security.SMACK64TRANSMUTE\n[ 0.291677] evm: security.SMACK64MMAP\n[ 0.292714] evm: security.ima\n[ 0.293607] evm: security.capability\n[ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.298817] pinctrl core: initialized pinctrl subsystem\n[ 0.300311] RTC time: 22:31:38, date: 08/18/18\n[ 0.301630] NET: Registered protocol family 16\n[ 0.302977] cpuidle: using governor ladder\n[ 0.304131] cpuidle: using governor menu\n[ 0.305226] PCCT header not found.\n[ 0.306272] ACPI: bus type PCI registered\n[ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309113] PCI: Using configuration type 1 for base access\n[ 0.311353] ACPI: Added _OSI(Module Device)\n[ 0.312541] ACPI: Added _OSI(Processor Device)\n[ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317245] ACPI: Interpreter enabled\n[ 0.318313] ACPI: (supports S0 S5)\n[ 0.319298] ACPI: Using IOAPIC for interrupt routing\n[ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332679] acpiphp: Slot [3] registered\n[ 0.333796] acpiphp: Slot [4] registered\n[ 0.334909] acpiphp: Slot [5] registered\n[ 0.336017] acpiphp: Slot [6] registered\n[ 0.353726] acpiphp: Slot [7] registered\n[ 0.355080] acpiphp: Slot [8] registered\n[ 0.356197] acpiphp: Slot [9] registered\n[ 0.357313] acpiphp: Slot [10] registered\n[ 0.358449] acpiphp: Slot [11] registered\n[ 0.359610] acpiphp: Slot [12] registered\n[ 0.360746] acpiphp: Slot [13] registered\n[ 0.361876] acpiphp: Slot [14] registered\n[ 0.363020] acpiphp: Slot [15] registered\n[ 0.364157] acpiphp: Slot [16] registered\n[ 0.365294] acpiphp: Slot [17] registered\n[ 0.366426] acpiphp: Slot [18] registered\n[ 0.367843] acpiphp: Slot [19] registered\n[ 0.368988] acpiphp: Slot [20] registered\n[ 0.370132] acpiphp: Slot [21] registered\n[ 0.371263] acpiphp: Slot [22] registered\n[ 0.372418] acpiphp: Slot [23] registered\n[ 0.373563] acpiphp: Slot [24] registered\n[ 0.374709] acpiphp: Slot [25] registered\n[ 0.375850] acpiphp: Slot [26] registered\n[ 0.377007] acpiphp: Slot [27] registered\n[ 0.378156] acpiphp: Slot [28] registered\n[ 0.379303] acpiphp: Slot [29] registered\n[ 0.380445] acpiphp: Slot [30] registered\n[ 0.381589] acpiphp: Slot [31] registered\n[ 0.382735] PCI host bridge to bus 0000:00\n[ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448957] vgaarb: loaded\n[ 0.449824] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451620] SCSI subsystem initialized\n[ 0.452948] ACPI: bus type USB registered\n[ 0.454118] usbcore: registered new interface driver usbfs\n[ 0.455575] usbcore: registered new interface driver hub\n[ 0.456984] usbcore: registered new device driver usb\n[ 0.458550] PCI: Using ACPI for IRQ routing\n[ 0.460157] NetLabel: Initializing\n[ 0.461171] NetLabel: domain hash size = 128\n[ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463709] NetLabel: unlabeled traffic allowed by default\n[ 0.465347] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466736] clocksource: Switched to clocksource kvm-clock\n[ 0.476453] AppArmor: AppArmor Filesystem Enabled\n[ 0.477793] pnp: PnP ACPI init\n[ 0.479081] pnp: PnP ACPI: found 5 devices\n[ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488440] NET: Registered protocol family 2\n[ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498260] NET: Registered protocol family 1\n[ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535232] Unpacking initramfs...\n[ 1.028025] Freeing initrd memory: 37084K\n[ 1.029548] Scanning for low memory corruption every 60 seconds\n[ 1.031537] audit: initializing netlink subsys (disabled)\n[ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized\n[ 1.034887] Initialise system trusted keyring\n[ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.040607] zbud: loaded\n[ 1.041706] VFS: Disk quotas dquot_6.6.0\n[ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.046621] fuse init (API version 7.23)\n[ 1.047885] Key type big_key registered\n[ 1.049016] Allocating IMA MOK and blacklist keyrings.\n[ 1.050754] Key type asymmetric registered\n[ 1.051919] Asymmetric key parser 'x509' registered\n[ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.055361] io scheduler noop registered\n[ 1.056470] io scheduler deadline registered (default)\n[ 1.057860] io scheduler cfq registered\n[ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.064272] ACPI: Power Button [PWRF]\n[ 1.065455] GHES: HEST is not enabled!\n[ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.144141] Linux agpgart interface v0.103\n[ 1.146969] loop: module loaded\n[ 1.150351] vda: vda1\n[ 1.151931] scsi host0: ata_piix\n[ 1.152978] scsi host1: ata_piix\n[ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.157770] libphy: Fixed MDIO Bus: probed\n[ 1.159156] tun: Universal TUN/TAP device driver, 1.6\n[ 1.160492] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.163231] PPP generic driver version 2.4.2\n[ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.166145] ehci-pci: EHCI PCI platform driver\n[ 1.167380] ehci-platform: EHCI generic platform driver\n[ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.170341] ohci-pci: OHCI PCI platform driver\n[ 1.171569] ohci-platform: OHCI generic platform driver\n[ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.199407] usb usb1: Product: UHCI Host Controller\n[ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.202333] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.203686] hub 1-0:1.0: USB hub found\n[ 1.204771] hub 1-0:1.0: 2 ports detected\n[ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.211808] mousedev: PS/2 mouse device common for all mice\n[ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.216130] rtc_cmos 00:00: RTC can wake from S4\n[ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.221029] i2c /dev entries driver\n[ 1.222105] device-mapper: uevent: version 1.0.3\n[ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.227590] NET: Registered protocol family 10\n[ 1.229092] NET: Registered protocol family 17\n[ 1.230355] Key type dns_resolver registered\n[ 1.231806] registered taskstats version 1\n[ 1.233053] Loading compiled-in X.509 certificates\n[ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.237550] zswap: loaded using pool lzo/zbud\n[ 1.240178] Key type trusted registered\n[ 1.243299] Key type encrypted registered\n[ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.245921] ima: No TPM chip found, activating TPM-bypass!\n[ 1.247398] evm: HMAC attrs: 0x1\n[ 1.248708] Magic number: 14:178:553\n[ 1.249809] tty ttyS29: hash matches\n[ 1.250880] acpi PNP0C0F:04: hash matches\n[ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499)\n[ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.255955] EDD information not available.\n[ 1.316233] Freeing unused kernel memory: 1512K\n[ 1.317532] Write protecting the kernel read-only data: 14336k\n[ 1.320392] Freeing unused kernel memory: 1692K\n[ 1.321850] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.421155] [drm] Initialized drm 1.1.0 20060810\n[ 1.423809] virtio_net virtio0 ens3: renamed from eth0\n[ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.455148] FDC 0 is a S82078B\n[ 1.461103] AVX2 version of gcm_enc/dec engaged.\n[ 1.462406] AES CTR mode by8 optimization enabled\n[ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678284] usb 1-1: Product: QEMU USB Tablet\n[ 1.679498] usb 1-1: Manufacturer: QEMU\n[ 1.680594] usb 1-1: SerialNumber: 42\n[ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.696409] usbcore: registered new interface driver usbhid\n[ 1.697950] usbhid: USB HID core driver\n[ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns\nBegin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1\n[ 2.080171] md: multipath personality registered for level -4\n[ 2.083828] md: raid0 personality registered for level 0\n[ 2.087851] md: raid1 personality registered for level 1\n[ 2.158740] raid6: sse2x1 gen() 11309 MB/s\n[ 2.226736] raid6: sse2x1 xor() 8876 MB/s\n[ 2.294735] raid6: sse2x2 gen() 14507 MB/s\n[ 2.362756] raid6: sse2x2 xor() 9719 MB/s\n[ 2.430736] raid6: sse2x4 gen() 17032 MB/s\n[ 2.498757] raid6: sse2x4 xor() 11181 MB/s\n[ 2.566735] raid6: avx2x1 gen() 22259 MB/s\n[ 2.634747] raid6: avx2x2 gen() 26350 MB/s\n[ 2.702735] raid6: avx2x4 gen() 28503 MB/s\n[ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s\n[ 2.709277] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.754746] avx : 31872.000 MB/sec\n[ 2.757419] async_tx: api initialized (async)\n[ 2.769407] md: raid6 personality registered for level 6\n[ 2.770917] md: raid5 personality registered for level 5\n[ 2.772380] md: raid4 personality registered for level 4\n[ 2.779372] 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.814559] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm.\n[ 2.960319] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.963936] systemd[1]: Set hostname to .\n[ 2.968135] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.969709] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.124229] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.131152] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.133890] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.136261] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142513] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.145550] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.148140] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.150733] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.163414] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.169470] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.172525] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.182003] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.188651] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.194454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.206795] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.213150] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.220788] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.227640] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.232086] Loading iSCSI transport class v2.0-870.\n[ 3.234680] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.241326] systemd[1]: Mounting POSIX Message Queue File System...\n[ 3.245285] iscsi: registered transport (tcp)\n Mounting POSIX Message Queue File System...\n[ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.263381] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.266385] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.275454] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.279374] 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[[0;32m OK [0m] Started Set console keymap.\n[ 3.336064] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.998541] 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[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 58.343066] cloud-init[937]: Cloud-init v. 18.2 running 'init' at Sat, 18 Aug 2018 22:31:44 +0000. Up 6.20 seconds.\n[ 58.345887] cloud-init[937]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.352471] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.356126] cloud-init[937]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.364153] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.366587] cloud-init[937]: ci-info: | ens3 | True | 192.168.120.9 | 255.255.255.0 | . | fa:16:3e:c9:c4:95 |\n[ 58.371104] cloud-init[937]: ci-info: | ens3 | True | fe80::f816:3eff:fec9:c495/64 | . | link | fa:16:3e:c9:c4:95 |\n[ 58.376394] cloud-init[937]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.381858] cloud-init[937]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.388397] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.390810] cloud-init[937]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.396403] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.400130] cloud-init[937]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.408133] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.410398] cloud-init[937]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.416382] cloud-init[937]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.418597] cloud-init[937]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.424394] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.428134] cloud-init[937]: 2018-08-18 22:32:36,805 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.798377] cloud-init[937]: Generating public/private rsa key pair.\n[ 58.800074] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.804128] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.808129] cloud-init[937]: The key fingerprint is:\n[ 58.809537] cloud-init[937]: SHA256:8rkeX2B0IJf05WtFxrSAPH2XYUBsIgRhGSW7xj2q3KM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.816154] cloud-init[937]: The key's randomart image is:\n[ 58.817664] cloud-init[937]: +---[RSA 2048]----+\n[ 58.820137] cloud-init[937]: | *O+=.=+o=*|\n[ 58.824148] cloud-init[937]: | ..o+.B *o=+|\n[ 58.825516] cloud-init[937]: | . o * o.o|\n[ 58.828142] cloud-init[937]: | . o. . o |\n[ 58.832154] cloud-init[937]: | .+Soo o |\n[ 58.833530] cloud-init[937]: | .o.o.. . |\n[ 58.836122] cloud-init[937]: | .+ . |\n[ 58.840161] cloud-init[937]: | . o. + . |\n[ 58.841505] cloud-init[937]: | E.o+ . |\n[ 58.844142] cloud-init[937]: +----[SHA256]-----+\n[ 58.848153] cloud-init[937]: Generating public/private dsa key pair.\n[ 58.852145] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.854013] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.860146] cloud-init[937]: The key fingerprint is:\n[ 58.861575] cloud-init[937]: SHA256:9o076gYm8GCkC87Blfvq+Zv+NcuOfERNAiN0mG746uM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.865982] cloud-init[937]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.871169] cloud-init[937]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 58.876328] cloud-init[937]: | ooo+. |\n[ 58.878241] cloud-init[937]: | .o oo .. . |\n[ 58.879525] cloud-init[937]: |.o. + + |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 58.883210] [[0;32m OK [0m] Started Daily apt download activities.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\ncloud-init[937]: |oo+o o . . |\n[ 58.890279] cloud-init[937]: |+o.++ S |\n[ 58.891280] cloud-init[937]: |.o ooo. o o |[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 58.896613] cloud-init[937]: | oo ..oo . |\n[ 58.897590] cloud-init[937]: | +. o =.+. |\n[ 58.898566] cloud-init[937]: | +E+=o*==.. |\n[ 58.899542] cloud-init[937]: +----[SHA256]-----+\n[ 58.900543] cloud-init[937]: Generating public/private ecdsa key pair.\n[ 58.901768] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.903290] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n\n Starting LXD - unix socket.\n[ 58.905116] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[937]: The key fingerprint is:\n[ 58.912752] cloud-init[937]: SHA256:EfNlSpkJhZJ50TUhtvfV6CN91TLrbIh4eNuwmwVz8mM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.916066] cloud-init[937]: The key's randomart image is:\n[ 58.917967] cloud-init[937]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.922036] cloud-init[937]: | o=*==*. |\n[ 58.923316] cloud-init[937]: [[0;32m OK [0m] Reached target Basic System.\n| + o*=* . .o|\n[ 58.925919] cloud-init[937]: | o. + . + =|\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 58.928686] cloud-init[937]: | . . + =.|\n Starting LSB: MD monitoring daemon...\n[ 58.931571] cloud-init[937]: | S + o * .|\n[ 58.934124] Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: Record successful boot for GRUB...cloud-init[937]: | o B = o |\n[ 58.950651] cloud-init[937]: \n[[0;32m OK [0m] Started Regular background program processing daemon.\n| o = E + |[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 58.974240] cloud-init[937]: | o O o |\n[ 58.979207] cloud-init[937]: | =.. |\n[ 58.982606] cloud-init[937]: +----[SHA256]-----+\n[ 58.988617] cloud-init[937]: Generating public/private ed25519 key pair.\n[ 58.992519] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.994666] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Accounts Service...\n Starting System Logging Service...\n Starting Apply the settings specified in cloud-config...\n[ 59.007386] cloud-init[937]: The key fingerprint is:\n Starting Snappy daemon...\n Starting LXD - container startup/shutdown...\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started iperf Service.\n[ 59.023419] cloud-init[937]: [[0;32m OK [0m] Started /etc/rc.local Compatibility.SHA256:rdVvBMjo1ATbyh1bSY394cQT465lMu3OemObmOfQOQY root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 59.108202] cloud-init[937]: The key's randomart image is:\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 59.125654] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[937]: +--[ED25519 256]--+\n[ 59.140779] cloud-init[937]: | ... .+.o.|\n[ 59.154842] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[937]: | B o..+=.|[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.167123] cloud-init[937]: | + * + ooo|\n[ 59.173435] cloud-init[937]: | + + = .o..|\n[ 59.179761] cloud-init[937]: | S = .E.= |\n[ 59.185717] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[937]: | o oX .|\n[ 59.195613] cloud-init[937]: | . oo* |\n[ 59.201158] cloud-init[937]: | .B=o|\n[ 59.209487] cloud-init[937]: | +**o|\n[ 59.213093] cloud-init[937]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.558653] cloud-init[1084]: Generating locales (this might take a while)...\n[ 60.222561] cloud-init[1084]: en_US.UTF-8... done\n[ 60.224782] cloud-init[1084]: Generation complete.\n"} 2018-08-18 22:32:47,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-8f283f26-f07b-4fe6-8c54-e5c45fb12aac 2018-08-18 22:32:47,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0837562084198s 2018-08-18 22:32:47,825 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-8f283f26-f07b-4fe6-8c54-e5c45fb12aac 2018-08-18 22:32:47,825 - 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.174995] pid_max: default: 32768 minimum: 301 [ 0.176224] ACPI: Core revision 20150930 [ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.179688] Security Framework initialized [ 0.180801] Yama: becoming mindful. [ 0.181800] AppArmor: AppArmor initialized [ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189896] Initializing cgroup subsys io [ 0.191003] Initializing cgroup subsys memory [ 0.192182] Initializing cgroup subsys devices [ 0.193368] Initializing cgroup subsys freezer [ 0.194552] Initializing cgroup subsys net_cls [ 0.195752] Initializing cgroup subsys perf_event [ 0.196997] Initializing cgroup subsys net_prio [ 0.198199] Initializing cgroup subsys hugetlb [ 0.199384] Initializing cgroup subsys pids [ 0.200553] CPU: Physical Processor ID: 0 [ 0.202347] mce: CPU supports 10 MCE banks [ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206350] Spectre V2 : Mitigation: Full generic retpoline [ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.209579] Speculative Store Bypass: Vulnerable [ 0.226970] Freeing SMP alternatives memory: 32K [ 0.232758] ftrace: allocating 32237 entries in 126 pages [ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269054] smpboot: Max logical packages: 1 [ 0.270459] x2apic enabled [ 0.271623] Switched APIC routing to physical x2apic. [ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280905] KVM setup paravirtual spinlock [ 0.282539] x86: Booted up 1 node, 1 CPUs [ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285569] devtmpfs: initialized [ 0.287559] evm: security.selinux [ 0.288539] evm: security.SMACK64 [ 0.289511] evm: security.SMACK64EXEC [ 0.290555] evm: security.SMACK64TRANSMUTE [ 0.291677] evm: security.SMACK64MMAP [ 0.292714] evm: security.ima [ 0.293607] evm: security.capability [ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.298817] pinctrl core: initialized pinctrl subsystem [ 0.300311] RTC time: 22:31:38, date: 08/18/18 [ 0.301630] NET: Registered protocol family 16 [ 0.302977] cpuidle: using governor ladder [ 0.304131] cpuidle: using governor menu [ 0.305226] PCCT header not found. [ 0.306272] ACPI: bus type PCI registered [ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309113] PCI: Using configuration type 1 for base access [ 0.311353] ACPI: Added _OSI(Module Device) [ 0.312541] ACPI: Added _OSI(Processor Device) [ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317245] ACPI: Interpreter enabled [ 0.318313] ACPI: (supports S0 S5) [ 0.319298] ACPI: Using IOAPIC for interrupt routing [ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332679] acpiphp: Slot [3] registered [ 0.333796] acpiphp: Slot [4] registered [ 0.334909] acpiphp: Slot [5] registered [ 0.336017] acpiphp: Slot [6] registered [ 0.353726] acpiphp: Slot [7] registered [ 0.355080] acpiphp: Slot [8] registered [ 0.356197] acpiphp: Slot [9] registered [ 0.357313] acpiphp: Slot [10] registered [ 0.358449] acpiphp: Slot [11] registered [ 0.359610] acpiphp: Slot [12] registered [ 0.360746] acpiphp: Slot [13] registered [ 0.361876] acpiphp: Slot [14] registered [ 0.363020] acpiphp: Slot [15] registered [ 0.364157] acpiphp: Slot [16] registered [ 0.365294] acpiphp: Slot [17] registered [ 0.366426] acpiphp: Slot [18] registered [ 0.367843] acpiphp: Slot [19] registered [ 0.368988] acpiphp: Slot [20] registered [ 0.370132] acpiphp: Slot [21] registered [ 0.371263] acpiphp: Slot [22] registered [ 0.372418] acpiphp: Slot [23] registered [ 0.373563] acpiphp: Slot [24] registered [ 0.374709] acpiphp: Slot [25] registered [ 0.375850] acpiphp: Slot [26] registered [ 0.377007] acpiphp: Slot [27] registered [ 0.378156] acpiphp: Slot [28] registered [ 0.379303] acpiphp: Slot [29] registered [ 0.380445] acpiphp: Slot [30] registered [ 0.381589] acpiphp: Slot [31] registered [ 0.382735] PCI host bridge to bus 0000:00 [ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448957] vgaarb: loaded [ 0.449824] vgaarb: bridge control possible 0000:00:02.0 [ 0.451620] SCSI subsystem initialized [ 0.452948] ACPI: bus type USB registered [ 0.454118] usbcore: registered new interface driver usbfs [ 0.455575] usbcore: registered new interface driver hub [ 0.456984] usbcore: registered new device driver usb [ 0.458550] PCI: Using ACPI for IRQ routing [ 0.460157] NetLabel: Initializing [ 0.461171] NetLabel: domain hash size = 128 [ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463709] NetLabel: unlabeled traffic allowed by default [ 0.465347] amd_nb: Cannot enumerate AMD northbridges [ 0.466736] clocksource: Switched to clocksource kvm-clock [ 0.476453] AppArmor: AppArmor Filesystem Enabled [ 0.477793] pnp: PnP ACPI init [ 0.479081] pnp: PnP ACPI: found 5 devices [ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488440] NET: Registered protocol family 2 [ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498260] NET: Registered protocol family 1 [ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535232] Unpacking initramfs... [ 1.028025] Freeing initrd memory: 37084K [ 1.029548] Scanning for low memory corruption every 60 seconds [ 1.031537] audit: initializing netlink subsys (disabled) [ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized [ 1.034887] Initialise system trusted keyring [ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.040607] zbud: loaded [ 1.041706] VFS: Disk quotas dquot_6.6.0 [ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.046621] fuse init (API version 7.23) [ 1.047885] Key type big_key registered [ 1.049016] Allocating IMA MOK and blacklist keyrings. [ 1.050754] Key type asymmetric registered [ 1.051919] Asymmetric key parser 'x509' registered [ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.055361] io scheduler noop registered [ 1.056470] io scheduler deadline registered (default) [ 1.057860] io scheduler cfq registered [ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.064272] ACPI: Power Button [PWRF] [ 1.065455] GHES: HEST is not enabled! [ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.144141] Linux agpgart interface v0.103 [ 1.146969] loop: module loaded [ 1.150351] vda: vda1 [ 1.151931] scsi host0: ata_piix [ 1.152978] scsi host1: ata_piix [ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.157770] libphy: Fixed MDIO Bus: probed [ 1.159156] tun: Universal TUN/TAP device driver, 1.6 [ 1.160492] tun: (C) 1999-2004 Max Krasnyansky [ 1.163231] PPP generic driver version 2.4.2 [ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.166145] ehci-pci: EHCI PCI platform driver [ 1.167380] ehci-platform: EHCI generic platform driver [ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.170341] ohci-pci: OHCI PCI platform driver [ 1.171569] ohci-platform: OHCI generic platform driver [ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver [ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199407] usb usb1: Product: UHCI Host Controller [ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.202333] usb usb1: SerialNumber: 0000:00:01.2 [ 1.203686] hub 1-0:1.0: USB hub found [ 1.204771] hub 1-0:1.0: 2 ports detected [ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.211808] mousedev: PS/2 mouse device common for all mice [ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216130] rtc_cmos 00:00: RTC can wake from S4 [ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.221029] i2c /dev entries driver [ 1.222105] device-mapper: uevent: version 1.0.3 [ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs [ 1.227590] NET: Registered protocol family 10 [ 1.229092] NET: Registered protocol family 17 [ 1.230355] Key type dns_resolver registered [ 1.231806] registered taskstats version 1 [ 1.233053] Loading compiled-in X.509 certificates [ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.237550] zswap: loaded using pool lzo/zbud [ 1.240178] Key type trusted registered [ 1.243299] Key type encrypted registered [ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled [ 1.245921] ima: No TPM chip found, activating TPM-bypass! [ 1.247398] evm: HMAC attrs: 0x1 [ 1.248708] Magic number: 14:178:553 [ 1.249809] tty ttyS29: hash matches [ 1.250880] acpi PNP0C0F:04: hash matches [ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499) [ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.255955] EDD information not available. [ 1.316233] Freeing unused kernel memory: 1512K [ 1.317532] Write protecting the kernel read-only data: 14336k [ 1.320392] Freeing unused kernel memory: 1692K [ 1.321850] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.421155] [drm] Initialized drm 1.1.0 20060810 [ 1.423809] virtio_net virtio0 ens3: renamed from eth0 [ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.455148] FDC 0 is a S82078B [ 1.461103] AVX2 version of gcm_enc/dec engaged. [ 1.462406] AES CTR mode by8 optimization enabled [ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678284] usb 1-1: Product: QEMU USB Tablet [ 1.679498] usb 1-1: Manufacturer: QEMU [ 1.680594] usb 1-1: SerialNumber: 42 [ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina [ 1.696409] usbcore: registered new interface driver usbhid [ 1.697950] usbhid: USB HID core driver [ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns Begin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1 [ 2.080171] md: multipath personality registered for level -4 [ 2.083828] md: raid0 personality registered for level 0 [ 2.087851] md: raid1 personality registered for level 1 [ 2.158740] raid6: sse2x1 gen() 11309 MB/s [ 2.226736] raid6: sse2x1 xor() 8876 MB/s [ 2.294735] raid6: sse2x2 gen() 14507 MB/s [ 2.362756] raid6: sse2x2 xor() 9719 MB/s [ 2.430736] raid6: sse2x4 gen() 17032 MB/s [ 2.498757] raid6: sse2x4 xor() 11181 MB/s [ 2.566735] raid6: avx2x1 gen() 22259 MB/s [ 2.634747] raid6: avx2x2 gen() 26350 MB/s [ 2.702735] raid6: avx2x4 gen() 28503 MB/s [ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s [ 2.709277] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.754746] avx : 31872.000 MB/sec [ 2.757419] async_tx: api initialized (async) [ 2.769407] md: raid6 personality registered for level 6 [ 2.770917] md: raid5 personality registered for level 5 [ 2.772380] md: raid4 personality registered for level 4 [ 2.779372] 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.814559] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm. [ 2.960319] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.963936] systemd[1]: Set hostname to . [ 2.968135] systemd[1]: Initializing machine ID from KVM UUID. [ 2.969709] systemd[1]: Installed transient /etc/machine-id file. [ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.124229] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.131152] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.133890] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.136261] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142513] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.145550] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.148140] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.150733] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.163414] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.169470] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.172525] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.182003] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.188651] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.194454] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.206795] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.213150] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.220788] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.227640] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.232086] Loading iSCSI transport class v2.0-870. [ 3.234680] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.241326] systemd[1]: Mounting POSIX Message Queue File System... [ 3.245285] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System... [ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.263381] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.266385] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.275454] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.279374] 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. [[0;32m OK [0m] Started Set console keymap. [ 3.336064] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Found device /dev/ttyS0. [ 3.998541] 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. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.343066] cloud-init[937]: Cloud-init v. 18.2 running 'init' at Sat, 18 Aug 2018 22:31:44 +0000. Up 6.20 seconds. [ 58.345887] cloud-init[937]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.352471] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.356126] cloud-init[937]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.364153] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.366587] cloud-init[937]: ci-info: | ens3 | True | 192.168.120.9 | 255.255.255.0 | . | fa:16:3e:c9:c4:95 | [ 58.371104] cloud-init[937]: ci-info: | ens3 | True | fe80::f816:3eff:fec9:c495/64 | . | link | fa:16:3e:c9:c4:95 | [ 58.376394] cloud-init[937]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.381858] cloud-init[937]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.388397] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.390810] cloud-init[937]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.396403] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.400130] cloud-init[937]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.408133] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.410398] cloud-init[937]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.416382] cloud-init[937]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.418597] cloud-init[937]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.424394] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.428134] cloud-init[937]: 2018-08-18 22:32:36,805 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.798377] cloud-init[937]: Generating public/private rsa key pair. [ 58.800074] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.804128] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.808129] cloud-init[937]: The key fingerprint is: [ 58.809537] cloud-init[937]: SHA256:8rkeX2B0IJf05WtFxrSAPH2XYUBsIgRhGSW7xj2q3KM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.816154] cloud-init[937]: The key's randomart image is: [ 58.817664] cloud-init[937]: +---[RSA 2048]----+ [ 58.820137] cloud-init[937]: | *O+=.=+o=*| [ 58.824148] cloud-init[937]: | ..o+.B *o=+| [ 58.825516] cloud-init[937]: | . o * o.o| [ 58.828142] cloud-init[937]: | . o. . o | [ 58.832154] cloud-init[937]: | .+Soo o | [ 58.833530] cloud-init[937]: | .o.o.. . | [ 58.836122] cloud-init[937]: | .+ . | [ 58.840161] cloud-init[937]: | . o. + . | [ 58.841505] cloud-init[937]: | E.o+ . | [ 58.844142] cloud-init[937]: +----[SHA256]-----+ [ 58.848153] cloud-init[937]: Generating public/private dsa key pair. [ 58.852145] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.854013] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.860146] cloud-init[937]: The key fingerprint is: [ 58.861575] cloud-init[937]: SHA256:9o076gYm8GCkC87Blfvq+Zv+NcuOfERNAiN0mG746uM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.865982] cloud-init[937]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.871169] cloud-init[937]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [ 58.876328] cloud-init[937]: | ooo+. | [ 58.878241] cloud-init[937]: | .o oo .. . | [ 58.879525] cloud-init[937]: |.o. + + | [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [ 58.883210] [[0;32m OK [0m] Started Daily apt download activities. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Listening on UUID daemon activation socket. cloud-init[937]: |oo+o o . . | [ 58.890279] cloud-init[937]: |+o.++ S | [ 58.891280] cloud-init[937]: |.o ooo. o o |[[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 58.896613] cloud-init[937]: | oo ..oo . | [ 58.897590] cloud-init[937]: | +. o =.+. | [ 58.898566] cloud-init[937]: | +E+=o*==.. | [ 58.899542] cloud-init[937]: +----[SHA256]-----+ [ 58.900543] cloud-init[937]: Generating public/private ecdsa key pair. [ 58.901768] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.903290] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting LXD - unix socket. [ 58.905116] cloud-init[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [937]: The key fingerprint is: [ 58.912752] cloud-init[937]: SHA256:EfNlSpkJhZJ50TUhtvfV6CN91TLrbIh4eNuwmwVz8mM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.916066] cloud-init[937]: The key's randomart image is: [ 58.917967] cloud-init[937]: +---[ECDSA 256]---+ [[0;32m OK [0m] Reached target Sockets. [ 58.922036] cloud-init[937]: | o=*==*. | [ 58.923316] cloud-init[937]: [[0;32m OK [0m] Reached target Basic System. | + o*=* . .o| [ 58.925919] cloud-init[937]: | o. + . + =| [[0;32m OK [0m] Started ACPI event daemon. [ 58.928686] cloud-init[937]: | . . + =.| Starting LSB: MD monitoring daemon... [ 58.931571] cloud-init[937]: | S + o * .| [ 58.934124] Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started Deferred execution scheduler. Starting LSB: Record successful boot for GRUB...cloud-init[937]: | o B = o | [ 58.950651] cloud-init[937]: [[0;32m OK [0m] Started Regular background program processing daemon. | o = E + |[[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started D-Bus System Message Bus. [ 58.974240] cloud-init[937]: | o O o | [ 58.979207] cloud-init[937]: | =.. | [ 58.982606] cloud-init[937]: +----[SHA256]-----+ [ 58.988617] cloud-init[937]: Generating public/private ed25519 key pair. [ 58.992519] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.994666] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Starting Accounts Service... Starting System Logging Service... Starting Apply the settings specified in cloud-config... [ 59.007386] cloud-init[937]: The key fingerprint is: Starting Snappy daemon... Starting LXD - container startup/shutdown... Starting Login Service... Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started iperf Service. [ 59.023419] cloud-init[937]: [[0;32m OK [0m] Started /etc/rc.local Compatibility.SHA256:rdVvBMjo1ATbyh1bSY394cQT465lMu3OemObmOfQOQY root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 59.108202] cloud-init[937]: The key's randomart image is: [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [ 59.125654] cloud-init[[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [937]: +--[ED25519 256]--+ [ 59.140779] cloud-init[937]: | ... .+.o.| [ 59.154842] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [937]: | B o..+=.|[[0;32m OK [0m] Started Accounts Service. [ 59.167123] cloud-init[937]: | + * + ooo| [ 59.173435] cloud-init[937]: | + + = .o..| [ 59.179761] cloud-init[937]: | S = .E.= | [ 59.185717] [[0;32m OK [0m] Started LXD - container startup/shutdown. cloud-init[937]: | o oX .| [ 59.195613] cloud-init[937]: | . oo* | [ 59.201158] cloud-init[937]: | .B=o| [ 59.209487] cloud-init[937]: | +**o| [ 59.213093] cloud-init[937]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.558653] cloud-init[1084]: Generating locales (this might take a while)... [ 60.222561] cloud-init[1084]: en_US.UTF-8... done [ 60.224782] cloud-init[1084]: Generation complete. 2018-08-18 22:32:47,827 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.205: [Errno None] Unable to connect to port 22 on 172.30.9.205 2018-08-18 22:32:56,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 22:32:56,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 22:32:56,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:32:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbc15b0b-72b8-4a0c-95be-cd25cfd8800d x-compute-request-id: req-bbc15b0b-72b8-4a0c-95be-cd25cfd8800d Content-Encoding: gzip Content-Length: 12944 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.174995] pid_max: default: 32768 minimum: 301\n[ 0.176224] ACPI: Core revision 20150930\n[ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.179688] Security Framework initialized\n[ 0.180801] Yama: becoming mindful.\n[ 0.181800] AppArmor: AppArmor initialized\n[ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189896] Initializing cgroup subsys io\n[ 0.191003] Initializing cgroup subsys memory\n[ 0.192182] Initializing cgroup subsys devices\n[ 0.193368] Initializing cgroup subsys freezer\n[ 0.194552] Initializing cgroup subsys net_cls\n[ 0.195752] Initializing cgroup subsys perf_event\n[ 0.196997] Initializing cgroup subsys net_prio\n[ 0.198199] Initializing cgroup subsys hugetlb\n[ 0.199384] Initializing cgroup subsys pids\n[ 0.200553] CPU: Physical Processor ID: 0\n[ 0.202347] mce: CPU supports 10 MCE banks\n[ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206350] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.209579] Speculative Store Bypass: Vulnerable\n[ 0.226970] Freeing SMP alternatives memory: 32K\n[ 0.232758] ftrace: allocating 32237 entries in 126 pages\n[ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269054] smpboot: Max logical packages: 1\n[ 0.270459] x2apic enabled\n[ 0.271623] Switched APIC routing to physical x2apic.\n[ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280905] KVM setup paravirtual spinlock\n[ 0.282539] x86: Booted up 1 node, 1 CPUs\n[ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285569] devtmpfs: initialized\n[ 0.287559] evm: security.selinux\n[ 0.288539] evm: security.SMACK64\n[ 0.289511] evm: security.SMACK64EXEC\n[ 0.290555] evm: security.SMACK64TRANSMUTE\n[ 0.291677] evm: security.SMACK64MMAP\n[ 0.292714] evm: security.ima\n[ 0.293607] evm: security.capability\n[ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.298817] pinctrl core: initialized pinctrl subsystem\n[ 0.300311] RTC time: 22:31:38, date: 08/18/18\n[ 0.301630] NET: Registered protocol family 16\n[ 0.302977] cpuidle: using governor ladder\n[ 0.304131] cpuidle: using governor menu\n[ 0.305226] PCCT header not found.\n[ 0.306272] ACPI: bus type PCI registered\n[ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309113] PCI: Using configuration type 1 for base access\n[ 0.311353] ACPI: Added _OSI(Module Device)\n[ 0.312541] ACPI: Added _OSI(Processor Device)\n[ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317245] ACPI: Interpreter enabled\n[ 0.318313] ACPI: (supports S0 S5)\n[ 0.319298] ACPI: Using IOAPIC for interrupt routing\n[ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332679] acpiphp: Slot [3] registered\n[ 0.333796] acpiphp: Slot [4] registered\n[ 0.334909] acpiphp: Slot [5] registered\n[ 0.336017] acpiphp: Slot [6] registered\n[ 0.353726] acpiphp: Slot [7] registered\n[ 0.355080] acpiphp: Slot [8] registered\n[ 0.356197] acpiphp: Slot [9] registered\n[ 0.357313] acpiphp: Slot [10] registered\n[ 0.358449] acpiphp: Slot [11] registered\n[ 0.359610] acpiphp: Slot [12] registered\n[ 0.360746] acpiphp: Slot [13] registered\n[ 0.361876] acpiphp: Slot [14] registered\n[ 0.363020] acpiphp: Slot [15] registered\n[ 0.364157] acpiphp: Slot [16] registered\n[ 0.365294] acpiphp: Slot [17] registered\n[ 0.366426] acpiphp: Slot [18] registered\n[ 0.367843] acpiphp: Slot [19] registered\n[ 0.368988] acpiphp: Slot [20] registered\n[ 0.370132] acpiphp: Slot [21] registered\n[ 0.371263] acpiphp: Slot [22] registered\n[ 0.372418] acpiphp: Slot [23] registered\n[ 0.373563] acpiphp: Slot [24] registered\n[ 0.374709] acpiphp: Slot [25] registered\n[ 0.375850] acpiphp: Slot [26] registered\n[ 0.377007] acpiphp: Slot [27] registered\n[ 0.378156] acpiphp: Slot [28] registered\n[ 0.379303] acpiphp: Slot [29] registered\n[ 0.380445] acpiphp: Slot [30] registered\n[ 0.381589] acpiphp: Slot [31] registered\n[ 0.382735] PCI host bridge to bus 0000:00\n[ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448957] vgaarb: loaded\n[ 0.449824] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451620] SCSI subsystem initialized\n[ 0.452948] ACPI: bus type USB registered\n[ 0.454118] usbcore: registered new interface driver usbfs\n[ 0.455575] usbcore: registered new interface driver hub\n[ 0.456984] usbcore: registered new device driver usb\n[ 0.458550] PCI: Using ACPI for IRQ routing\n[ 0.460157] NetLabel: Initializing\n[ 0.461171] NetLabel: domain hash size = 128\n[ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463709] NetLabel: unlabeled traffic allowed by default\n[ 0.465347] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466736] clocksource: Switched to clocksource kvm-clock\n[ 0.476453] AppArmor: AppArmor Filesystem Enabled\n[ 0.477793] pnp: PnP ACPI init\n[ 0.479081] pnp: PnP ACPI: found 5 devices\n[ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488440] NET: Registered protocol family 2\n[ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498260] NET: Registered protocol family 1\n[ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535232] Unpacking initramfs...\n[ 1.028025] Freeing initrd memory: 37084K\n[ 1.029548] Scanning for low memory corruption every 60 seconds\n[ 1.031537] audit: initializing netlink subsys (disabled)\n[ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized\n[ 1.034887] Initialise system trusted keyring\n[ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.040607] zbud: loaded\n[ 1.041706] VFS: Disk quotas dquot_6.6.0\n[ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.046621] fuse init (API version 7.23)\n[ 1.047885] Key type big_key registered\n[ 1.049016] Allocating IMA MOK and blacklist keyrings.\n[ 1.050754] Key type asymmetric registered\n[ 1.051919] Asymmetric key parser 'x509' registered\n[ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.055361] io scheduler noop registered\n[ 1.056470] io scheduler deadline registered (default)\n[ 1.057860] io scheduler cfq registered\n[ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.064272] ACPI: Power Button [PWRF]\n[ 1.065455] GHES: HEST is not enabled!\n[ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.144141] Linux agpgart interface v0.103\n[ 1.146969] loop: module loaded\n[ 1.150351] vda: vda1\n[ 1.151931] scsi host0: ata_piix\n[ 1.152978] scsi host1: ata_piix\n[ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.157770] libphy: Fixed MDIO Bus: probed\n[ 1.159156] tun: Universal TUN/TAP device driver, 1.6\n[ 1.160492] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.163231] PPP generic driver version 2.4.2\n[ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.166145] ehci-pci: EHCI PCI platform driver\n[ 1.167380] ehci-platform: EHCI generic platform driver\n[ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.170341] ohci-pci: OHCI PCI platform driver\n[ 1.171569] ohci-platform: OHCI generic platform driver\n[ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.199407] usb usb1: Product: UHCI Host Controller\n[ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.202333] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.203686] hub 1-0:1.0: USB hub found\n[ 1.204771] hub 1-0:1.0: 2 ports detected\n[ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.211808] mousedev: PS/2 mouse device common for all mice\n[ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.216130] rtc_cmos 00:00: RTC can wake from S4\n[ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.221029] i2c /dev entries driver\n[ 1.222105] device-mapper: uevent: version 1.0.3\n[ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.227590] NET: Registered protocol family 10\n[ 1.229092] NET: Registered protocol family 17\n[ 1.230355] Key type dns_resolver registered\n[ 1.231806] registered taskstats version 1\n[ 1.233053] Loading compiled-in X.509 certificates\n[ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.237550] zswap: loaded using pool lzo/zbud\n[ 1.240178] Key type trusted registered\n[ 1.243299] Key type encrypted registered\n[ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.245921] ima: No TPM chip found, activating TPM-bypass!\n[ 1.247398] evm: HMAC attrs: 0x1\n[ 1.248708] Magic number: 14:178:553\n[ 1.249809] tty ttyS29: hash matches\n[ 1.250880] acpi PNP0C0F:04: hash matches\n[ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499)\n[ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.255955] EDD information not available.\n[ 1.316233] Freeing unused kernel memory: 1512K\n[ 1.317532] Write protecting the kernel read-only data: 14336k\n[ 1.320392] Freeing unused kernel memory: 1692K\n[ 1.321850] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.421155] [drm] Initialized drm 1.1.0 20060810\n[ 1.423809] virtio_net virtio0 ens3: renamed from eth0\n[ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.455148] FDC 0 is a S82078B\n[ 1.461103] AVX2 version of gcm_enc/dec engaged.\n[ 1.462406] AES CTR mode by8 optimization enabled\n[ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678284] usb 1-1: Product: QEMU USB Tablet\n[ 1.679498] usb 1-1: Manufacturer: QEMU\n[ 1.680594] usb 1-1: SerialNumber: 42\n[ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.696409] usbcore: registered new interface driver usbhid\n[ 1.697950] usbhid: USB HID core driver\n[ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns\nBegin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1\n[ 2.080171] md: multipath personality registered for level -4\n[ 2.083828] md: raid0 personality registered for level 0\n[ 2.087851] md: raid1 personality registered for level 1\n[ 2.158740] raid6: sse2x1 gen() 11309 MB/s\n[ 2.226736] raid6: sse2x1 xor() 8876 MB/s\n[ 2.294735] raid6: sse2x2 gen() 14507 MB/s\n[ 2.362756] raid6: sse2x2 xor() 9719 MB/s\n[ 2.430736] raid6: sse2x4 gen() 17032 MB/s\n[ 2.498757] raid6: sse2x4 xor() 11181 MB/s\n[ 2.566735] raid6: avx2x1 gen() 22259 MB/s\n[ 2.634747] raid6: avx2x2 gen() 26350 MB/s\n[ 2.702735] raid6: avx2x4 gen() 28503 MB/s\n[ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s\n[ 2.709277] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.754746] avx : 31872.000 MB/sec\n[ 2.757419] async_tx: api initialized (async)\n[ 2.769407] md: raid6 personality registered for level 6\n[ 2.770917] md: raid5 personality registered for level 5\n[ 2.772380] md: raid4 personality registered for level 4\n[ 2.779372] 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.814559] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm.\n[ 2.960319] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.963936] systemd[1]: Set hostname to .\n[ 2.968135] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.969709] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.124229] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.131152] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.133890] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.136261] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142513] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.145550] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.148140] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.150733] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.163414] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.169470] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.172525] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.182003] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.188651] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.194454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.206795] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.213150] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.220788] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.227640] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.232086] Loading iSCSI transport class v2.0-870.\n[ 3.234680] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.241326] systemd[1]: Mounting POSIX Message Queue File System...\n[ 3.245285] iscsi: registered transport (tcp)\n Mounting POSIX Message Queue File System...\n[ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.263381] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.266385] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.275454] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.279374] 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[[0;32m OK [0m] Started Set console keymap.\n[ 3.336064] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.998541] 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[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 58.343066] cloud-init[937]: Cloud-init v. 18.2 running 'init' at Sat, 18 Aug 2018 22:31:44 +0000. Up 6.20 seconds.\n[ 58.345887] cloud-init[937]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.352471] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.356126] cloud-init[937]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.364153] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.366587] cloud-init[937]: ci-info: | ens3 | True | 192.168.120.9 | 255.255.255.0 | . | fa:16:3e:c9:c4:95 |\n[ 58.371104] cloud-init[937]: ci-info: | ens3 | True | fe80::f816:3eff:fec9:c495/64 | . | link | fa:16:3e:c9:c4:95 |\n[ 58.376394] cloud-init[937]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.381858] cloud-init[937]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.388397] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.390810] cloud-init[937]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.396403] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.400130] cloud-init[937]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.408133] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.410398] cloud-init[937]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.416382] cloud-init[937]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.418597] cloud-init[937]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.424394] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.428134] cloud-init[937]: 2018-08-18 22:32:36,805 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.798377] cloud-init[937]: Generating public/private rsa key pair.\n[ 58.800074] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.804128] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.808129] cloud-init[937]: The key fingerprint is:\n[ 58.809537] cloud-init[937]: SHA256:8rkeX2B0IJf05WtFxrSAPH2XYUBsIgRhGSW7xj2q3KM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.816154] cloud-init[937]: The key's randomart image is:\n[ 58.817664] cloud-init[937]: +---[RSA 2048]----+\n[ 58.820137] cloud-init[937]: | *O+=.=+o=*|\n[ 58.824148] cloud-init[937]: | ..o+.B *o=+|\n[ 58.825516] cloud-init[937]: | . o * o.o|\n[ 58.828142] cloud-init[937]: | . o. . o |\n[ 58.832154] cloud-init[937]: | .+Soo o |\n[ 58.833530] cloud-init[937]: | .o.o.. . |\n[ 58.836122] cloud-init[937]: | .+ . |\n[ 58.840161] cloud-init[937]: | . o. + . |\n[ 58.841505] cloud-init[937]: | E.o+ . |\n[ 58.844142] cloud-init[937]: +----[SHA256]-----+\n[ 58.848153] cloud-init[937]: Generating public/private dsa key pair.\n[ 58.852145] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.854013] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.860146] cloud-init[937]: The key fingerprint is:\n[ 58.861575] cloud-init[937]: SHA256:9o076gYm8GCkC87Blfvq+Zv+NcuOfERNAiN0mG746uM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.865982] cloud-init[937]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.871169] cloud-init[937]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 58.876328] cloud-init[937]: | ooo+. |\n[ 58.878241] cloud-init[937]: | .o oo .. . |\n[ 58.879525] cloud-init[937]: |.o. + + |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 58.883210] [[0;32m OK [0m] Started Daily apt download activities.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\ncloud-init[937]: |oo+o o . . |\n[ 58.890279] cloud-init[937]: |+o.++ S |\n[ 58.891280] cloud-init[937]: |.o ooo. o o |[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 58.896613] cloud-init[937]: | oo ..oo . |\n[ 58.897590] cloud-init[937]: | +. o =.+. |\n[ 58.898566] cloud-init[937]: | +E+=o*==.. |\n[ 58.899542] cloud-init[937]: +----[SHA256]-----+\n[ 58.900543] cloud-init[937]: Generating public/private ecdsa key pair.\n[ 58.901768] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.903290] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n\n Starting LXD - unix socket.\n[ 58.905116] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[937]: The key fingerprint is:\n[ 58.912752] cloud-init[937]: SHA256:EfNlSpkJhZJ50TUhtvfV6CN91TLrbIh4eNuwmwVz8mM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.916066] cloud-init[937]: The key's randomart image is:\n[ 58.917967] cloud-init[937]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.922036] cloud-init[937]: | o=*==*. |\n[ 58.923316] cloud-init[937]: [[0;32m OK [0m] Reached target Basic System.\n| + o*=* . .o|\n[ 58.925919] cloud-init[937]: | o. + . + =|\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 58.928686] cloud-init[937]: | . . + =.|\n Starting LSB: MD monitoring daemon...\n[ 58.931571] cloud-init[937]: | S + o * .|\n[ 58.934124] Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: Record successful boot for GRUB...cloud-init[937]: | o B = o |\n[ 58.950651] cloud-init[937]: \n[[0;32m OK [0m] Started Regular background program processing daemon.\n| o = E + |[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 58.974240] cloud-init[937]: | o O o |\n[ 58.979207] cloud-init[937]: | =.. |\n[ 58.982606] cloud-init[937]: +----[SHA256]-----+\n[ 58.988617] cloud-init[937]: Generating public/private ed25519 key pair.\n[ 58.992519] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.994666] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Accounts Service...\n Starting System Logging Service...\n Starting Apply the settings specified in cloud-config...\n[ 59.007386] cloud-init[937]: The key fingerprint is:\n Starting Snappy daemon...\n Starting LXD - container startup/shutdown...\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started iperf Service.\n[ 59.023419] cloud-init[937]: [[0;32m OK [0m] Started /etc/rc.local Compatibility.SHA256:rdVvBMjo1ATbyh1bSY394cQT465lMu3OemObmOfQOQY root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 59.108202] cloud-init[937]: The key's randomart image is:\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 59.125654] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[937]: +--[ED25519 256]--+\n[ 59.140779] cloud-init[937]: | ... .+.o.|\n[ 59.154842] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[937]: | B o..+=.|[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.167123] cloud-init[937]: | + * + ooo|\n[ 59.173435] cloud-init[937]: | + + = .o..|\n[ 59.179761] cloud-init[937]: | S = .E.= |\n[ 59.185717] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[937]: | o oX .|\n[ 59.195613] cloud-init[937]: | . oo* |\n[ 59.201158] cloud-init[937]: | .B=o|\n[ 59.209487] cloud-init[937]: | +**o|\n[ 59.213093] cloud-init[937]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.558653] cloud-init[1084]: Generating locales (this might take a while)...\n[ 60.222561] cloud-init[1084]: en_US.UTF-8... done\n[ 60.224782] cloud-init[1084]: Generation complete.\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"} 2018-08-18 22:32:56,914 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-bbc15b0b-72b8-4a0c-95be-cd25cfd8800d 2018-08-18 22:32:56,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0770618915558s 2018-08-18 22:32:56,915 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-bbc15b0b-72b8-4a0c-95be-cd25cfd8800d 2018-08-18 22:32:56,916 - 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.174995] pid_max: default: 32768 minimum: 301 [ 0.176224] ACPI: Core revision 20150930 [ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.179688] Security Framework initialized [ 0.180801] Yama: becoming mindful. [ 0.181800] AppArmor: AppArmor initialized [ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189896] Initializing cgroup subsys io [ 0.191003] Initializing cgroup subsys memory [ 0.192182] Initializing cgroup subsys devices [ 0.193368] Initializing cgroup subsys freezer [ 0.194552] Initializing cgroup subsys net_cls [ 0.195752] Initializing cgroup subsys perf_event [ 0.196997] Initializing cgroup subsys net_prio [ 0.198199] Initializing cgroup subsys hugetlb [ 0.199384] Initializing cgroup subsys pids [ 0.200553] CPU: Physical Processor ID: 0 [ 0.202347] mce: CPU supports 10 MCE banks [ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206350] Spectre V2 : Mitigation: Full generic retpoline [ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.209579] Speculative Store Bypass: Vulnerable [ 0.226970] Freeing SMP alternatives memory: 32K [ 0.232758] ftrace: allocating 32237 entries in 126 pages [ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269054] smpboot: Max logical packages: 1 [ 0.270459] x2apic enabled [ 0.271623] Switched APIC routing to physical x2apic. [ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280905] KVM setup paravirtual spinlock [ 0.282539] x86: Booted up 1 node, 1 CPUs [ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285569] devtmpfs: initialized [ 0.287559] evm: security.selinux [ 0.288539] evm: security.SMACK64 [ 0.289511] evm: security.SMACK64EXEC [ 0.290555] evm: security.SMACK64TRANSMUTE [ 0.291677] evm: security.SMACK64MMAP [ 0.292714] evm: security.ima [ 0.293607] evm: security.capability [ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.298817] pinctrl core: initialized pinctrl subsystem [ 0.300311] RTC time: 22:31:38, date: 08/18/18 [ 0.301630] NET: Registered protocol family 16 [ 0.302977] cpuidle: using governor ladder [ 0.304131] cpuidle: using governor menu [ 0.305226] PCCT header not found. [ 0.306272] ACPI: bus type PCI registered [ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309113] PCI: Using configuration type 1 for base access [ 0.311353] ACPI: Added _OSI(Module Device) [ 0.312541] ACPI: Added _OSI(Processor Device) [ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317245] ACPI: Interpreter enabled [ 0.318313] ACPI: (supports S0 S5) [ 0.319298] ACPI: Using IOAPIC for interrupt routing [ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332679] acpiphp: Slot [3] registered [ 0.333796] acpiphp: Slot [4] registered [ 0.334909] acpiphp: Slot [5] registered [ 0.336017] acpiphp: Slot [6] registered [ 0.353726] acpiphp: Slot [7] registered [ 0.355080] acpiphp: Slot [8] registered [ 0.356197] acpiphp: Slot [9] registered [ 0.357313] acpiphp: Slot [10] registered [ 0.358449] acpiphp: Slot [11] registered [ 0.359610] acpiphp: Slot [12] registered [ 0.360746] acpiphp: Slot [13] registered [ 0.361876] acpiphp: Slot [14] registered [ 0.363020] acpiphp: Slot [15] registered [ 0.364157] acpiphp: Slot [16] registered [ 0.365294] acpiphp: Slot [17] registered [ 0.366426] acpiphp: Slot [18] registered [ 0.367843] acpiphp: Slot [19] registered [ 0.368988] acpiphp: Slot [20] registered [ 0.370132] acpiphp: Slot [21] registered [ 0.371263] acpiphp: Slot [22] registered [ 0.372418] acpiphp: Slot [23] registered [ 0.373563] acpiphp: Slot [24] registered [ 0.374709] acpiphp: Slot [25] registered [ 0.375850] acpiphp: Slot [26] registered [ 0.377007] acpiphp: Slot [27] registered [ 0.378156] acpiphp: Slot [28] registered [ 0.379303] acpiphp: Slot [29] registered [ 0.380445] acpiphp: Slot [30] registered [ 0.381589] acpiphp: Slot [31] registered [ 0.382735] PCI host bridge to bus 0000:00 [ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448957] vgaarb: loaded [ 0.449824] vgaarb: bridge control possible 0000:00:02.0 [ 0.451620] SCSI subsystem initialized [ 0.452948] ACPI: bus type USB registered [ 0.454118] usbcore: registered new interface driver usbfs [ 0.455575] usbcore: registered new interface driver hub [ 0.456984] usbcore: registered new device driver usb [ 0.458550] PCI: Using ACPI for IRQ routing [ 0.460157] NetLabel: Initializing [ 0.461171] NetLabel: domain hash size = 128 [ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463709] NetLabel: unlabeled traffic allowed by default [ 0.465347] amd_nb: Cannot enumerate AMD northbridges [ 0.466736] clocksource: Switched to clocksource kvm-clock [ 0.476453] AppArmor: AppArmor Filesystem Enabled [ 0.477793] pnp: PnP ACPI init [ 0.479081] pnp: PnP ACPI: found 5 devices [ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488440] NET: Registered protocol family 2 [ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498260] NET: Registered protocol family 1 [ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535232] Unpacking initramfs... [ 1.028025] Freeing initrd memory: 37084K [ 1.029548] Scanning for low memory corruption every 60 seconds [ 1.031537] audit: initializing netlink subsys (disabled) [ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized [ 1.034887] Initialise system trusted keyring [ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.040607] zbud: loaded [ 1.041706] VFS: Disk quotas dquot_6.6.0 [ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.046621] fuse init (API version 7.23) [ 1.047885] Key type big_key registered [ 1.049016] Allocating IMA MOK and blacklist keyrings. [ 1.050754] Key type asymmetric registered [ 1.051919] Asymmetric key parser 'x509' registered [ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.055361] io scheduler noop registered [ 1.056470] io scheduler deadline registered (default) [ 1.057860] io scheduler cfq registered [ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.064272] ACPI: Power Button [PWRF] [ 1.065455] GHES: HEST is not enabled! [ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.144141] Linux agpgart interface v0.103 [ 1.146969] loop: module loaded [ 1.150351] vda: vda1 [ 1.151931] scsi host0: ata_piix [ 1.152978] scsi host1: ata_piix [ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.157770] libphy: Fixed MDIO Bus: probed [ 1.159156] tun: Universal TUN/TAP device driver, 1.6 [ 1.160492] tun: (C) 1999-2004 Max Krasnyansky [ 1.163231] PPP generic driver version 2.4.2 [ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.166145] ehci-pci: EHCI PCI platform driver [ 1.167380] ehci-platform: EHCI generic platform driver [ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.170341] ohci-pci: OHCI PCI platform driver [ 1.171569] ohci-platform: OHCI generic platform driver [ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver [ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199407] usb usb1: Product: UHCI Host Controller [ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.202333] usb usb1: SerialNumber: 0000:00:01.2 [ 1.203686] hub 1-0:1.0: USB hub found [ 1.204771] hub 1-0:1.0: 2 ports detected [ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.211808] mousedev: PS/2 mouse device common for all mice [ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216130] rtc_cmos 00:00: RTC can wake from S4 [ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.221029] i2c /dev entries driver [ 1.222105] device-mapper: uevent: version 1.0.3 [ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs [ 1.227590] NET: Registered protocol family 10 [ 1.229092] NET: Registered protocol family 17 [ 1.230355] Key type dns_resolver registered [ 1.231806] registered taskstats version 1 [ 1.233053] Loading compiled-in X.509 certificates [ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.237550] zswap: loaded using pool lzo/zbud [ 1.240178] Key type trusted registered [ 1.243299] Key type encrypted registered [ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled [ 1.245921] ima: No TPM chip found, activating TPM-bypass! [ 1.247398] evm: HMAC attrs: 0x1 [ 1.248708] Magic number: 14:178:553 [ 1.249809] tty ttyS29: hash matches [ 1.250880] acpi PNP0C0F:04: hash matches [ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499) [ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.255955] EDD information not available. [ 1.316233] Freeing unused kernel memory: 1512K [ 1.317532] Write protecting the kernel read-only data: 14336k [ 1.320392] Freeing unused kernel memory: 1692K [ 1.321850] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.421155] [drm] Initialized drm 1.1.0 20060810 [ 1.423809] virtio_net virtio0 ens3: renamed from eth0 [ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.455148] FDC 0 is a S82078B [ 1.461103] AVX2 version of gcm_enc/dec engaged. [ 1.462406] AES CTR mode by8 optimization enabled [ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678284] usb 1-1: Product: QEMU USB Tablet [ 1.679498] usb 1-1: Manufacturer: QEMU [ 1.680594] usb 1-1: SerialNumber: 42 [ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina [ 1.696409] usbcore: registered new interface driver usbhid [ 1.697950] usbhid: USB HID core driver [ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns Begin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1 [ 2.080171] md: multipath personality registered for level -4 [ 2.083828] md: raid0 personality registered for level 0 [ 2.087851] md: raid1 personality registered for level 1 [ 2.158740] raid6: sse2x1 gen() 11309 MB/s [ 2.226736] raid6: sse2x1 xor() 8876 MB/s [ 2.294735] raid6: sse2x2 gen() 14507 MB/s [ 2.362756] raid6: sse2x2 xor() 9719 MB/s [ 2.430736] raid6: sse2x4 gen() 17032 MB/s [ 2.498757] raid6: sse2x4 xor() 11181 MB/s [ 2.566735] raid6: avx2x1 gen() 22259 MB/s [ 2.634747] raid6: avx2x2 gen() 26350 MB/s [ 2.702735] raid6: avx2x4 gen() 28503 MB/s [ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s [ 2.709277] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.754746] avx : 31872.000 MB/sec [ 2.757419] async_tx: api initialized (async) [ 2.769407] md: raid6 personality registered for level 6 [ 2.770917] md: raid5 personality registered for level 5 [ 2.772380] md: raid4 personality registered for level 4 [ 2.779372] 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.814559] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm. [ 2.960319] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.963936] systemd[1]: Set hostname to . [ 2.968135] systemd[1]: Initializing machine ID from KVM UUID. [ 2.969709] systemd[1]: Installed transient /etc/machine-id file. [ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.124229] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.131152] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.133890] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.136261] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142513] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.145550] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.148140] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.150733] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.163414] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.169470] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.172525] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.182003] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.188651] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.194454] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.206795] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.213150] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.220788] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.227640] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.232086] Loading iSCSI transport class v2.0-870. [ 3.234680] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.241326] systemd[1]: Mounting POSIX Message Queue File System... [ 3.245285] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System... [ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.263381] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.266385] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.275454] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.279374] 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. [[0;32m OK [0m] Started Set console keymap. [ 3.336064] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Found device /dev/ttyS0. [ 3.998541] 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. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.343066] cloud-init[937]: Cloud-init v. 18.2 running 'init' at Sat, 18 Aug 2018 22:31:44 +0000. Up 6.20 seconds. [ 58.345887] cloud-init[937]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.352471] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.356126] cloud-init[937]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.364153] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.366587] cloud-init[937]: ci-info: | ens3 | True | 192.168.120.9 | 255.255.255.0 | . | fa:16:3e:c9:c4:95 | [ 58.371104] cloud-init[937]: ci-info: | ens3 | True | fe80::f816:3eff:fec9:c495/64 | . | link | fa:16:3e:c9:c4:95 | [ 58.376394] cloud-init[937]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.381858] cloud-init[937]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.388397] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.390810] cloud-init[937]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.396403] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.400130] cloud-init[937]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.408133] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.410398] cloud-init[937]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.416382] cloud-init[937]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.418597] cloud-init[937]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.424394] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.428134] cloud-init[937]: 2018-08-18 22:32:36,805 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.798377] cloud-init[937]: Generating public/private rsa key pair. [ 58.800074] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.804128] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.808129] cloud-init[937]: The key fingerprint is: [ 58.809537] cloud-init[937]: SHA256:8rkeX2B0IJf05WtFxrSAPH2XYUBsIgRhGSW7xj2q3KM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.816154] cloud-init[937]: The key's randomart image is: [ 58.817664] cloud-init[937]: +---[RSA 2048]----+ [ 58.820137] cloud-init[937]: | *O+=.=+o=*| [ 58.824148] cloud-init[937]: | ..o+.B *o=+| [ 58.825516] cloud-init[937]: | . o * o.o| [ 58.828142] cloud-init[937]: | . o. . o | [ 58.832154] cloud-init[937]: | .+Soo o | [ 58.833530] cloud-init[937]: | .o.o.. . | [ 58.836122] cloud-init[937]: | .+ . | [ 58.840161] cloud-init[937]: | . o. + . | [ 58.841505] cloud-init[937]: | E.o+ . | [ 58.844142] cloud-init[937]: +----[SHA256]-----+ [ 58.848153] cloud-init[937]: Generating public/private dsa key pair. [ 58.852145] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.854013] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.860146] cloud-init[937]: The key fingerprint is: [ 58.861575] cloud-init[937]: SHA256:9o076gYm8GCkC87Blfvq+Zv+NcuOfERNAiN0mG746uM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.865982] cloud-init[937]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.871169] cloud-init[937]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [ 58.876328] cloud-init[937]: | ooo+. | [ 58.878241] cloud-init[937]: | .o oo .. . | [ 58.879525] cloud-init[937]: |.o. + + | [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [ 58.883210] [[0;32m OK [0m] Started Daily apt download activities. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Listening on UUID daemon activation socket. cloud-init[937]: |oo+o o . . | [ 58.890279] cloud-init[937]: |+o.++ S | [ 58.891280] cloud-init[937]: |.o ooo. o o |[[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 58.896613] cloud-init[937]: | oo ..oo . | [ 58.897590] cloud-init[937]: | +. o =.+. | [ 58.898566] cloud-init[937]: | +E+=o*==.. | [ 58.899542] cloud-init[937]: +----[SHA256]-----+ [ 58.900543] cloud-init[937]: Generating public/private ecdsa key pair. [ 58.901768] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.903290] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting LXD - unix socket. [ 58.905116] cloud-init[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [937]: The key fingerprint is: [ 58.912752] cloud-init[937]: SHA256:EfNlSpkJhZJ50TUhtvfV6CN91TLrbIh4eNuwmwVz8mM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.916066] cloud-init[937]: The key's randomart image is: [ 58.917967] cloud-init[937]: +---[ECDSA 256]---+ [[0;32m OK [0m] Reached target Sockets. [ 58.922036] cloud-init[937]: | o=*==*. | [ 58.923316] cloud-init[937]: [[0;32m OK [0m] Reached target Basic System. | + o*=* . .o| [ 58.925919] cloud-init[937]: | o. + . + =| [[0;32m OK [0m] Started ACPI event daemon. [ 58.928686] cloud-init[937]: | . . + =.| Starting LSB: MD monitoring daemon... [ 58.931571] cloud-init[937]: | S + o * .| [ 58.934124] Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started Deferred execution scheduler. Starting LSB: Record successful boot for GRUB...cloud-init[937]: | o B = o | [ 58.950651] cloud-init[937]: [[0;32m OK [0m] Started Regular background program processing daemon. | o = E + |[[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started D-Bus System Message Bus. [ 58.974240] cloud-init[937]: | o O o | [ 58.979207] cloud-init[937]: | =.. | [ 58.982606] cloud-init[937]: +----[SHA256]-----+ [ 58.988617] cloud-init[937]: Generating public/private ed25519 key pair. [ 58.992519] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.994666] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Starting Accounts Service... Starting System Logging Service... Starting Apply the settings specified in cloud-config... [ 59.007386] cloud-init[937]: The key fingerprint is: Starting Snappy daemon... Starting LXD - container startup/shutdown... Starting Login Service... Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started iperf Service. [ 59.023419] cloud-init[937]: [[0;32m OK [0m] Started /etc/rc.local Compatibility.SHA256:rdVvBMjo1ATbyh1bSY394cQT465lMu3OemObmOfQOQY root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 59.108202] cloud-init[937]: The key's randomart image is: [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [ 59.125654] cloud-init[[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [937]: +--[ED25519 256]--+ [ 59.140779] cloud-init[937]: | ... .+.o.| [ 59.154842] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [937]: | B o..+=.|[[0;32m OK [0m] Started Accounts Service. [ 59.167123] cloud-init[937]: | + * + ooo| [ 59.173435] cloud-init[937]: | + + = .o..| [ 59.179761] cloud-init[937]: | S = .E.= | [ 59.185717] [[0;32m OK [0m] Started LXD - container startup/shutdown. cloud-init[937]: | o oX .| [ 59.195613] cloud-init[937]: | . oo* | [ 59.201158] cloud-init[937]: | .B=o| [ 59.209487] cloud-init[937]: | +**o| [ 59.213093] cloud-init[937]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.558653] cloud-init[1084]: Generating locales (this might take a while)... [ 60.222561] cloud-init[1084]: en_US.UTF-8... done [ 60.224782] cloud-init[1084]: Generation complete. [[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. 2018-08-18 22:32:56,919 - paramiko.transport - DEBUG - starting thread (client mode): 0x46d83090L 2018-08-18 22:32:56,920 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 22:32:56,924 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-18 22:32:56,924 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-18 22:32:56,926 - 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-18 22:32:56,926 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 22:32:56,926 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-18 22:32:56,926 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 22:32:56,926 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 22:32:56,927 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 22:32:56,969 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 22:32:56,971 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 22:32:56,983 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.205: 2918787e1b01249fb970308377f2d8b1 2018-08-18 22:32:56,985 - paramiko.transport - DEBUG - Trying discovered key 6acaf4ae3ea4a928253988bdd55703c3 in /tmp/tmpcUWRL_ 2018-08-18 22:32:57,009 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 22:32:57,031 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-18 22:32:57,031 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-18 22:32:57,050 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-18 22:32:57,051 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.205: No existing session 2018-08-18 22:33:06,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 22:33:06,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/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}76b1548dc3c14e1bc249c5ba6379ab08d9098538" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 22:33:06,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45f9010e-31c3-4aa5-9da9-77905cb401ce x-compute-request-id: req-45f9010e-31c3-4aa5-9da9-77905cb401ce Content-Encoding: gzip Content-Length: 13231 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.174995] pid_max: default: 32768 minimum: 301\n[ 0.176224] ACPI: Core revision 20150930\n[ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.179688] Security Framework initialized\n[ 0.180801] Yama: becoming mindful.\n[ 0.181800] AppArmor: AppArmor initialized\n[ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189896] Initializing cgroup subsys io\n[ 0.191003] Initializing cgroup subsys memory\n[ 0.192182] Initializing cgroup subsys devices\n[ 0.193368] Initializing cgroup subsys freezer\n[ 0.194552] Initializing cgroup subsys net_cls\n[ 0.195752] Initializing cgroup subsys perf_event\n[ 0.196997] Initializing cgroup subsys net_prio\n[ 0.198199] Initializing cgroup subsys hugetlb\n[ 0.199384] Initializing cgroup subsys pids\n[ 0.200553] CPU: Physical Processor ID: 0\n[ 0.202347] mce: CPU supports 10 MCE banks\n[ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206350] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.209579] Speculative Store Bypass: Vulnerable\n[ 0.226970] Freeing SMP alternatives memory: 32K\n[ 0.232758] ftrace: allocating 32237 entries in 126 pages\n[ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269054] smpboot: Max logical packages: 1\n[ 0.270459] x2apic enabled\n[ 0.271623] Switched APIC routing to physical x2apic.\n[ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280905] KVM setup paravirtual spinlock\n[ 0.282539] x86: Booted up 1 node, 1 CPUs\n[ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285569] devtmpfs: initialized\n[ 0.287559] evm: security.selinux\n[ 0.288539] evm: security.SMACK64\n[ 0.289511] evm: security.SMACK64EXEC\n[ 0.290555] evm: security.SMACK64TRANSMUTE\n[ 0.291677] evm: security.SMACK64MMAP\n[ 0.292714] evm: security.ima\n[ 0.293607] evm: security.capability\n[ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.298817] pinctrl core: initialized pinctrl subsystem\n[ 0.300311] RTC time: 22:31:38, date: 08/18/18\n[ 0.301630] NET: Registered protocol family 16\n[ 0.302977] cpuidle: using governor ladder\n[ 0.304131] cpuidle: using governor menu\n[ 0.305226] PCCT header not found.\n[ 0.306272] ACPI: bus type PCI registered\n[ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309113] PCI: Using configuration type 1 for base access\n[ 0.311353] ACPI: Added _OSI(Module Device)\n[ 0.312541] ACPI: Added _OSI(Processor Device)\n[ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317245] ACPI: Interpreter enabled\n[ 0.318313] ACPI: (supports S0 S5)\n[ 0.319298] ACPI: Using IOAPIC for interrupt routing\n[ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332679] acpiphp: Slot [3] registered\n[ 0.333796] acpiphp: Slot [4] registered\n[ 0.334909] acpiphp: Slot [5] registered\n[ 0.336017] acpiphp: Slot [6] registered\n[ 0.353726] acpiphp: Slot [7] registered\n[ 0.355080] acpiphp: Slot [8] registered\n[ 0.356197] acpiphp: Slot [9] registered\n[ 0.357313] acpiphp: Slot [10] registered\n[ 0.358449] acpiphp: Slot [11] registered\n[ 0.359610] acpiphp: Slot [12] registered\n[ 0.360746] acpiphp: Slot [13] registered\n[ 0.361876] acpiphp: Slot [14] registered\n[ 0.363020] acpiphp: Slot [15] registered\n[ 0.364157] acpiphp: Slot [16] registered\n[ 0.365294] acpiphp: Slot [17] registered\n[ 0.366426] acpiphp: Slot [18] registered\n[ 0.367843] acpiphp: Slot [19] registered\n[ 0.368988] acpiphp: Slot [20] registered\n[ 0.370132] acpiphp: Slot [21] registered\n[ 0.371263] acpiphp: Slot [22] registered\n[ 0.372418] acpiphp: Slot [23] registered\n[ 0.373563] acpiphp: Slot [24] registered\n[ 0.374709] acpiphp: Slot [25] registered\n[ 0.375850] acpiphp: Slot [26] registered\n[ 0.377007] acpiphp: Slot [27] registered\n[ 0.378156] acpiphp: Slot [28] registered\n[ 0.379303] acpiphp: Slot [29] registered\n[ 0.380445] acpiphp: Slot [30] registered\n[ 0.381589] acpiphp: Slot [31] registered\n[ 0.382735] PCI host bridge to bus 0000:00\n[ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448957] vgaarb: loaded\n[ 0.449824] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451620] SCSI subsystem initialized\n[ 0.452948] ACPI: bus type USB registered\n[ 0.454118] usbcore: registered new interface driver usbfs\n[ 0.455575] usbcore: registered new interface driver hub\n[ 0.456984] usbcore: registered new device driver usb\n[ 0.458550] PCI: Using ACPI for IRQ routing\n[ 0.460157] NetLabel: Initializing\n[ 0.461171] NetLabel: domain hash size = 128\n[ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463709] NetLabel: unlabeled traffic allowed by default\n[ 0.465347] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466736] clocksource: Switched to clocksource kvm-clock\n[ 0.476453] AppArmor: AppArmor Filesystem Enabled\n[ 0.477793] pnp: PnP ACPI init\n[ 0.479081] pnp: PnP ACPI: found 5 devices\n[ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488440] NET: Registered protocol family 2\n[ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498260] NET: Registered protocol family 1\n[ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535232] Unpacking initramfs...\n[ 1.028025] Freeing initrd memory: 37084K\n[ 1.029548] Scanning for low memory corruption every 60 seconds\n[ 1.031537] audit: initializing netlink subsys (disabled)\n[ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized\n[ 1.034887] Initialise system trusted keyring\n[ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.040607] zbud: loaded\n[ 1.041706] VFS: Disk quotas dquot_6.6.0\n[ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.046621] fuse init (API version 7.23)\n[ 1.047885] Key type big_key registered\n[ 1.049016] Allocating IMA MOK and blacklist keyrings.\n[ 1.050754] Key type asymmetric registered\n[ 1.051919] Asymmetric key parser 'x509' registered\n[ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.055361] io scheduler noop registered\n[ 1.056470] io scheduler deadline registered (default)\n[ 1.057860] io scheduler cfq registered\n[ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.064272] ACPI: Power Button [PWRF]\n[ 1.065455] GHES: HEST is not enabled!\n[ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.144141] Linux agpgart interface v0.103\n[ 1.146969] loop: module loaded\n[ 1.150351] vda: vda1\n[ 1.151931] scsi host0: ata_piix\n[ 1.152978] scsi host1: ata_piix\n[ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.157770] libphy: Fixed MDIO Bus: probed\n[ 1.159156] tun: Universal TUN/TAP device driver, 1.6\n[ 1.160492] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.163231] PPP generic driver version 2.4.2\n[ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.166145] ehci-pci: EHCI PCI platform driver\n[ 1.167380] ehci-platform: EHCI generic platform driver\n[ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.170341] ohci-pci: OHCI PCI platform driver\n[ 1.171569] ohci-platform: OHCI generic platform driver\n[ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.199407] usb usb1: Product: UHCI Host Controller\n[ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.202333] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.203686] hub 1-0:1.0: USB hub found\n[ 1.204771] hub 1-0:1.0: 2 ports detected\n[ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.211808] mousedev: PS/2 mouse device common for all mice\n[ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.216130] rtc_cmos 00:00: RTC can wake from S4\n[ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.221029] i2c /dev entries driver\n[ 1.222105] device-mapper: uevent: version 1.0.3\n[ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.227590] NET: Registered protocol family 10\n[ 1.229092] NET: Registered protocol family 17\n[ 1.230355] Key type dns_resolver registered\n[ 1.231806] registered taskstats version 1\n[ 1.233053] Loading compiled-in X.509 certificates\n[ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.237550] zswap: loaded using pool lzo/zbud\n[ 1.240178] Key type trusted registered\n[ 1.243299] Key type encrypted registered\n[ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.245921] ima: No TPM chip found, activating TPM-bypass!\n[ 1.247398] evm: HMAC attrs: 0x1\n[ 1.248708] Magic number: 14:178:553\n[ 1.249809] tty ttyS29: hash matches\n[ 1.250880] acpi PNP0C0F:04: hash matches\n[ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499)\n[ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.255955] EDD information not available.\n[ 1.316233] Freeing unused kernel memory: 1512K\n[ 1.317532] Write protecting the kernel read-only data: 14336k\n[ 1.320392] Freeing unused kernel memory: 1692K\n[ 1.321850] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.421155] [drm] Initialized drm 1.1.0 20060810\n[ 1.423809] virtio_net virtio0 ens3: renamed from eth0\n[ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.455148] FDC 0 is a S82078B\n[ 1.461103] AVX2 version of gcm_enc/dec engaged.\n[ 1.462406] AES CTR mode by8 optimization enabled\n[ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678284] usb 1-1: Product: QEMU USB Tablet\n[ 1.679498] usb 1-1: Manufacturer: QEMU\n[ 1.680594] usb 1-1: SerialNumber: 42\n[ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.696409] usbcore: registered new interface driver usbhid\n[ 1.697950] usbhid: USB HID core driver\n[ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns\nBegin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1\n[ 2.080171] md: multipath personality registered for level -4\n[ 2.083828] md: raid0 personality registered for level 0\n[ 2.087851] md: raid1 personality registered for level 1\n[ 2.158740] raid6: sse2x1 gen() 11309 MB/s\n[ 2.226736] raid6: sse2x1 xor() 8876 MB/s\n[ 2.294735] raid6: sse2x2 gen() 14507 MB/s\n[ 2.362756] raid6: sse2x2 xor() 9719 MB/s\n[ 2.430736] raid6: sse2x4 gen() 17032 MB/s\n[ 2.498757] raid6: sse2x4 xor() 11181 MB/s\n[ 2.566735] raid6: avx2x1 gen() 22259 MB/s\n[ 2.634747] raid6: avx2x2 gen() 26350 MB/s\n[ 2.702735] raid6: avx2x4 gen() 28503 MB/s\n[ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s\n[ 2.709277] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.754746] avx : 31872.000 MB/sec\n[ 2.757419] async_tx: api initialized (async)\n[ 2.769407] md: raid6 personality registered for level 6\n[ 2.770917] md: raid5 personality registered for level 5\n[ 2.772380] md: raid4 personality registered for level 4\n[ 2.779372] 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.814559] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm.\n[ 2.960319] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.963936] systemd[1]: Set hostname to .\n[ 2.968135] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.969709] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.124229] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.131152] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.133890] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.136261] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142513] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.145550] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.148140] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.150733] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.163414] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.169470] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.172525] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.182003] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.188651] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.194454] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.206795] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.213150] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.220788] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.227640] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.232086] Loading iSCSI transport class v2.0-870.\n[ 3.234680] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.241326] systemd[1]: Mounting POSIX Message Queue File System...\n[ 3.245285] iscsi: registered transport (tcp)\n Mounting POSIX Message Queue File System...\n[ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.263381] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.266385] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.275454] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.279374] 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[[0;32m OK [0m] Started Set console keymap.\n[ 3.336064] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.998541] 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[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 58.343066] cloud-init[937]: Cloud-init v. 18.2 running 'init' at Sat, 18 Aug 2018 22:31:44 +0000. Up 6.20 seconds.\n[ 58.345887] cloud-init[937]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.352471] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.356126] cloud-init[937]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.364153] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.366587] cloud-init[937]: ci-info: | ens3 | True | 192.168.120.9 | 255.255.255.0 | . | fa:16:3e:c9:c4:95 |\n[ 58.371104] cloud-init[937]: ci-info: | ens3 | True | fe80::f816:3eff:fec9:c495/64 | . | link | fa:16:3e:c9:c4:95 |\n[ 58.376394] cloud-init[937]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.381858] cloud-init[937]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.388397] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.390810] cloud-init[937]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.396403] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.400130] cloud-init[937]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.408133] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.410398] cloud-init[937]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.416382] cloud-init[937]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.418597] cloud-init[937]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.424394] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.428134] cloud-init[937]: 2018-08-18 22:32:36,805 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.798377] cloud-init[937]: Generating public/private rsa key pair.\n[ 58.800074] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.804128] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.808129] cloud-init[937]: The key fingerprint is:\n[ 58.809537] cloud-init[937]: SHA256:8rkeX2B0IJf05WtFxrSAPH2XYUBsIgRhGSW7xj2q3KM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.816154] cloud-init[937]: The key's randomart image is:\n[ 58.817664] cloud-init[937]: +---[RSA 2048]----+\n[ 58.820137] cloud-init[937]: | *O+=.=+o=*|\n[ 58.824148] cloud-init[937]: | ..o+.B *o=+|\n[ 58.825516] cloud-init[937]: | . o * o.o|\n[ 58.828142] cloud-init[937]: | . o. . o |\n[ 58.832154] cloud-init[937]: | .+Soo o |\n[ 58.833530] cloud-init[937]: | .o.o.. . |\n[ 58.836122] cloud-init[937]: | .+ . |\n[ 58.840161] cloud-init[937]: | . o. + . |\n[ 58.841505] cloud-init[937]: | E.o+ . |\n[ 58.844142] cloud-init[937]: +----[SHA256]-----+\n[ 58.848153] cloud-init[937]: Generating public/private dsa key pair.\n[ 58.852145] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.854013] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.860146] cloud-init[937]: The key fingerprint is:\n[ 58.861575] cloud-init[937]: SHA256:9o076gYm8GCkC87Blfvq+Zv+NcuOfERNAiN0mG746uM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.865982] cloud-init[937]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.871169] cloud-init[937]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 58.876328] cloud-init[937]: | ooo+. |\n[ 58.878241] cloud-init[937]: | .o oo .. . |\n[ 58.879525] cloud-init[937]: |.o. + + |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 58.883210] [[0;32m OK [0m] Started Daily apt download activities.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\ncloud-init[937]: |oo+o o . . |\n[ 58.890279] cloud-init[937]: |+o.++ S |\n[ 58.891280] cloud-init[937]: |.o ooo. o o |[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 58.896613] cloud-init[937]: | oo ..oo . |\n[ 58.897590] cloud-init[937]: | +. o =.+. |\n[ 58.898566] cloud-init[937]: | +E+=o*==.. |\n[ 58.899542] cloud-init[937]: +----[SHA256]-----+\n[ 58.900543] cloud-init[937]: Generating public/private ecdsa key pair.\n[ 58.901768] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.903290] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n\n Starting LXD - unix socket.\n[ 58.905116] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[937]: The key fingerprint is:\n[ 58.912752] cloud-init[937]: SHA256:EfNlSpkJhZJ50TUhtvfV6CN91TLrbIh4eNuwmwVz8mM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[ 58.916066] cloud-init[937]: The key's randomart image is:\n[ 58.917967] cloud-init[937]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.922036] cloud-init[937]: | o=*==*. |\n[ 58.923316] cloud-init[937]: [[0;32m OK [0m] Reached target Basic System.\n| + o*=* . .o|\n[ 58.925919] cloud-init[937]: | o. + . + =|\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 58.928686] cloud-init[937]: | . . + =.|\n Starting LSB: MD monitoring daemon...\n[ 58.931571] cloud-init[937]: | S + o * .|\n[ 58.934124] Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: Record successful boot for GRUB...cloud-init[937]: | o B = o |\n[ 58.950651] cloud-init[937]: \n[[0;32m OK [0m] Started Regular background program processing daemon.\n| o = E + |[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 58.974240] cloud-init[937]: | o O o |\n[ 58.979207] cloud-init[937]: | =.. |\n[ 58.982606] cloud-init[937]: +----[SHA256]-----+\n[ 58.988617] cloud-init[937]: Generating public/private ed25519 key pair.\n[ 58.992519] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.994666] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Accounts Service...\n Starting System Logging Service...\n Starting Apply the settings specified in cloud-config...\n[ 59.007386] cloud-init[937]: The key fingerprint is:\n Starting Snappy daemon...\n Starting LXD - container startup/shutdown...\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started iperf Service.\n[ 59.023419] cloud-init[937]: [[0;32m OK [0m] Started /etc/rc.local Compatibility.SHA256:rdVvBMjo1ATbyh1bSY394cQT465lMu3OemObmOfQOQY root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 59.108202] cloud-init[937]: The key's randomart image is:\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 59.125654] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[937]: +--[ED25519 256]--+\n[ 59.140779] cloud-init[937]: | ... .+.o.|\n[ 59.154842] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[937]: | B o..+=.|[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.167123] cloud-init[937]: | + * + ooo|\n[ 59.173435] cloud-init[937]: | + + = .o..|\n[ 59.179761] cloud-init[937]: | S = .E.= |\n[ 59.185717] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[937]: | o oX .|\n[ 59.195613] cloud-init[937]: | . oo* |\n[ 59.201158] cloud-init[937]: | .B=o|\n[ 59.209487] cloud-init[937]: | +**o|\n[ 59.213093] cloud-init[937]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.558653] cloud-init[1084]: Generating locales (this might take a while)...\n[ 60.222561] cloud-init[1084]: en_US.UTF-8... done\n[ 60.224782] cloud-init[1084]: Generation complete.\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[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\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: daemon to balance interrupts for SMP systems...\n Starting LSB: automatic crash report generation...\n Starting LSB: network benchmark...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: network benchmark.\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 Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started System Logging Service.\n\nUbuntu 16.04.4 LTS shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 ttyS0\n\nshaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 login: "} 2018-08-18 22:33:06,337 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-45f9010e-31c3-4aa5-9da9-77905cb401ce 2018-08-18 22:33:06,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.276893138885s 2018-08-18 22:33:06,339 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb/action used request id req-45f9010e-31c3-4aa5-9da9-77905cb401ce 2018-08-18 22:33:06,339 - 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 733423932 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.172746] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.174995] pid_max: default: 32768 minimum: 301 [ 0.176224] ACPI: Core revision 20150930 [ 0.177904] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.179688] Security Framework initialized [ 0.180801] Yama: becoming mindful. [ 0.181800] AppArmor: AppArmor initialized [ 0.182950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184725] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.186429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.188069] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189896] Initializing cgroup subsys io [ 0.191003] Initializing cgroup subsys memory [ 0.192182] Initializing cgroup subsys devices [ 0.193368] Initializing cgroup subsys freezer [ 0.194552] Initializing cgroup subsys net_cls [ 0.195752] Initializing cgroup subsys perf_event [ 0.196997] Initializing cgroup subsys net_prio [ 0.198199] Initializing cgroup subsys hugetlb [ 0.199384] Initializing cgroup subsys pids [ 0.200553] CPU: Physical Processor ID: 0 [ 0.202347] mce: CPU supports 10 MCE banks [ 0.203508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204872] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206350] Spectre V2 : Mitigation: Full generic retpoline [ 0.207774] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.209579] Speculative Store Bypass: Vulnerable [ 0.226970] Freeing SMP alternatives memory: 32K [ 0.232758] ftrace: allocating 32237 entries in 126 pages [ 0.267379] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269054] smpboot: Max logical packages: 1 [ 0.270459] x2apic enabled [ 0.271623] Switched APIC routing to physical x2apic. [ 0.274101] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275653] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278398] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280905] KVM setup paravirtual spinlock [ 0.282539] x86: Booted up 1 node, 1 CPUs [ 0.283658] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285569] devtmpfs: initialized [ 0.287559] evm: security.selinux [ 0.288539] evm: security.SMACK64 [ 0.289511] evm: security.SMACK64EXEC [ 0.290555] evm: security.SMACK64TRANSMUTE [ 0.291677] evm: security.SMACK64MMAP [ 0.292714] evm: security.ima [ 0.293607] evm: security.capability [ 0.294715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297213] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.298817] pinctrl core: initialized pinctrl subsystem [ 0.300311] RTC time: 22:31:38, date: 08/18/18 [ 0.301630] NET: Registered protocol family 16 [ 0.302977] cpuidle: using governor ladder [ 0.304131] cpuidle: using governor menu [ 0.305226] PCCT header not found. [ 0.306272] ACPI: bus type PCI registered [ 0.307395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309113] PCI: Using configuration type 1 for base access [ 0.311353] ACPI: Added _OSI(Module Device) [ 0.312541] ACPI: Added _OSI(Processor Device) [ 0.313748] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317245] ACPI: Interpreter enabled [ 0.318313] ACPI: (supports S0 S5) [ 0.319298] ACPI: Using IOAPIC for interrupt routing [ 0.320619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326282] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332679] acpiphp: Slot [3] registered [ 0.333796] acpiphp: Slot [4] registered [ 0.334909] acpiphp: Slot [5] registered [ 0.336017] acpiphp: Slot [6] registered [ 0.353726] acpiphp: Slot [7] registered [ 0.355080] acpiphp: Slot [8] registered [ 0.356197] acpiphp: Slot [9] registered [ 0.357313] acpiphp: Slot [10] registered [ 0.358449] acpiphp: Slot [11] registered [ 0.359610] acpiphp: Slot [12] registered [ 0.360746] acpiphp: Slot [13] registered [ 0.361876] acpiphp: Slot [14] registered [ 0.363020] acpiphp: Slot [15] registered [ 0.364157] acpiphp: Slot [16] registered [ 0.365294] acpiphp: Slot [17] registered [ 0.366426] acpiphp: Slot [18] registered [ 0.367843] acpiphp: Slot [19] registered [ 0.368988] acpiphp: Slot [20] registered [ 0.370132] acpiphp: Slot [21] registered [ 0.371263] acpiphp: Slot [22] registered [ 0.372418] acpiphp: Slot [23] registered [ 0.373563] acpiphp: Slot [24] registered [ 0.374709] acpiphp: Slot [25] registered [ 0.375850] acpiphp: Slot [26] registered [ 0.377007] acpiphp: Slot [27] registered [ 0.378156] acpiphp: Slot [28] registered [ 0.379303] acpiphp: Slot [29] registered [ 0.380445] acpiphp: Slot [30] registered [ 0.381589] acpiphp: Slot [31] registered [ 0.382735] PCI host bridge to bus 0000:00 [ 0.383879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385587] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389316] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391347] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404122] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408409] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433334] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448957] vgaarb: loaded [ 0.449824] vgaarb: bridge control possible 0000:00:02.0 [ 0.451620] SCSI subsystem initialized [ 0.452948] ACPI: bus type USB registered [ 0.454118] usbcore: registered new interface driver usbfs [ 0.455575] usbcore: registered new interface driver hub [ 0.456984] usbcore: registered new device driver usb [ 0.458550] PCI: Using ACPI for IRQ routing [ 0.460157] NetLabel: Initializing [ 0.461171] NetLabel: domain hash size = 128 [ 0.462361] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463709] NetLabel: unlabeled traffic allowed by default [ 0.465347] amd_nb: Cannot enumerate AMD northbridges [ 0.466736] clocksource: Switched to clocksource kvm-clock [ 0.476453] AppArmor: AppArmor Filesystem Enabled [ 0.477793] pnp: PnP ACPI init [ 0.479081] pnp: PnP ACPI: found 5 devices [ 0.486024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488440] NET: Registered protocol family 2 [ 0.489931] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491728] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495089] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498260] NET: Registered protocol family 1 [ 0.499494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501046] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502539] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.535232] Unpacking initramfs... [ 1.028025] Freeing initrd memory: 37084K [ 1.029548] Scanning for low memory corruption every 60 seconds [ 1.031537] audit: initializing netlink subsys (disabled) [ 1.032996] audit: type=2000 audit(1534631499.586:1): initialized [ 1.034887] Initialise system trusted keyring [ 1.036239] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.040607] zbud: loaded [ 1.041706] VFS: Disk quotas dquot_6.6.0 [ 1.042880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044835] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.046621] fuse init (API version 7.23) [ 1.047885] Key type big_key registered [ 1.049016] Allocating IMA MOK and blacklist keyrings. [ 1.050754] Key type asymmetric registered [ 1.051919] Asymmetric key parser 'x509' registered [ 1.053259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.055361] io scheduler noop registered [ 1.056470] io scheduler deadline registered (default) [ 1.057860] io scheduler cfq registered [ 1.059074] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.060523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.062257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.064272] ACPI: Power Button [PWRF] [ 1.065455] GHES: HEST is not enabled! [ 1.081240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.113904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.117171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.141102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.144141] Linux agpgart interface v0.103 [ 1.146969] loop: module loaded [ 1.150351] vda: vda1 [ 1.151931] scsi host0: ata_piix [ 1.152978] scsi host1: ata_piix [ 1.153990] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.155687] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.157770] libphy: Fixed MDIO Bus: probed [ 1.159156] tun: Universal TUN/TAP device driver, 1.6 [ 1.160492] tun: (C) 1999-2004 Max Krasnyansky [ 1.163231] PPP generic driver version 2.4.2 [ 1.164497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.166145] ehci-pci: EHCI PCI platform driver [ 1.167380] ehci-platform: EHCI generic platform driver [ 1.168764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.170341] ohci-pci: OHCI PCI platform driver [ 1.171569] ohci-platform: OHCI generic platform driver [ 1.172942] uhci_hcd: USB Universal Host Controller Interface driver [ 1.189248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.190653] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.192713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.194100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.195699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.197398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.199407] usb usb1: Product: UHCI Host Controller [ 1.200725] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.202333] usb usb1: SerialNumber: 0000:00:01.2 [ 1.203686] hub 1-0:1.0: USB hub found [ 1.204771] hub 1-0:1.0: 2 ports detected [ 1.206037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.209020] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.210361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.211808] mousedev: PS/2 mouse device common for all mice [ 1.213564] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216130] rtc_cmos 00:00: RTC can wake from S4 [ 1.217676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.219340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.221029] i2c /dev entries driver [ 1.222105] device-mapper: uevent: version 1.0.3 [ 1.223430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.225721] ledtrig-cpu: registered to indicate activity on CPUs [ 1.227590] NET: Registered protocol family 10 [ 1.229092] NET: Registered protocol family 17 [ 1.230355] Key type dns_resolver registered [ 1.231806] registered taskstats version 1 [ 1.233053] Loading compiled-in X.509 certificates [ 1.234960] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.237550] zswap: loaded using pool lzo/zbud [ 1.240178] Key type trusted registered [ 1.243299] Key type encrypted registered [ 1.244465] AppArmor: AppArmor sha1 policy hashing enabled [ 1.245921] ima: No TPM chip found, activating TPM-bypass! [ 1.247398] evm: HMAC attrs: 0x1 [ 1.248708] Magic number: 14:178:553 [ 1.249809] tty ttyS29: hash matches [ 1.250880] acpi PNP0C0F:04: hash matches [ 1.252137] rtc_cmos 00:00: setting system clock to 2018-08-18 22:31:39 UTC (1534631499) [ 1.254388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.255955] EDD information not available. [ 1.316233] Freeing unused kernel memory: 1512K [ 1.317532] Write protecting the kernel read-only data: 14336k [ 1.320392] Freeing unused kernel memory: 1692K [ 1.321850] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.332543] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.335384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.337956] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.340512] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.342969] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.353776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.357418] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360859] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.363350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.421155] [drm] Initialized drm 1.1.0 20060810 [ 1.423809] virtio_net virtio0 ens3: renamed from eth0 [ 1.433201] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.436905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.455148] FDC 0 is a S82078B [ 1.461103] AVX2 version of gcm_enc/dec engaged. [ 1.462406] AES CTR mode by8 optimization enabled [ 1.514742] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.674775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676513] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678284] usb 1-1: Product: QEMU USB Tablet [ 1.679498] usb 1-1: Manufacturer: QEMU [ 1.680594] usb 1-1: SerialNumber: 42 [ 1.689383] hidraw: raw HID events driver (C) Jiri Kosina [ 1.696409] usbcore: registered new interface driver usbhid [ 1.697950] usbhid: USB HID core driver [ 1.700282] 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.703431] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.026798] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 2.026800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325533c83f4, max_idle_ns: 440795244844 ns Begin: Loading essential drivers ... [ 2.076637] md: linear personality registered for level -1 [ 2.080171] md: multipath personality registered for level -4 [ 2.083828] md: raid0 personality registered for level 0 [ 2.087851] md: raid1 personality registered for level 1 [ 2.158740] raid6: sse2x1 gen() 11309 MB/s [ 2.226736] raid6: sse2x1 xor() 8876 MB/s [ 2.294735] raid6: sse2x2 gen() 14507 MB/s [ 2.362756] raid6: sse2x2 xor() 9719 MB/s [ 2.430736] raid6: sse2x4 gen() 17032 MB/s [ 2.498757] raid6: sse2x4 xor() 11181 MB/s [ 2.566735] raid6: avx2x1 gen() 22259 MB/s [ 2.634747] raid6: avx2x2 gen() 26350 MB/s [ 2.702735] raid6: avx2x4 gen() 28503 MB/s [ 2.707746] raid6: using algorithm avx2x4 gen() 28503 MB/s [ 2.709277] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.754746] avx : 31872.000 MB/sec [ 2.757419] async_tx: api initialized (async) [ 2.769407] md: raid6 personality registered for level 6 [ 2.770917] md: raid5 personality registered for level 5 [ 2.772380] md: raid4 personality registered for level 4 [ 2.779372] 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.814559] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.836652] 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.954294] 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.958947] systemd[1]: Detected virtualization kvm. [ 2.960319] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.963936] systemd[1]: Set hostname to . [ 2.968135] systemd[1]: Initializing machine ID from KVM UUID. [ 2.969709] systemd[1]: Installed transient /etc/machine-id file. [ 3.114856] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.118197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.121346] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.124229] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.126861] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.131152] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.133890] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.136261] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.139014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142513] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.145550] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.148140] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.150733] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.153788] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.156795] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160486] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.163414] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.166175] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.169470] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.172525] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.175648] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.182003] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.188651] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.194454] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.206795] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.213150] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.220788] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.227640] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.232086] Loading iSCSI transport class v2.0-870. [ 3.234680] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.241326] systemd[1]: Mounting POSIX Message Queue File System... [ 3.245285] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System... [ 3.250033] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.263381] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.266385] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.275454] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.279374] 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. [[0;32m OK [0m] Started Set console keymap. [ 3.336064] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] 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 Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Found device /dev/ttyS0. [ 3.998541] 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. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.710755] cloud-init[481]: Cloud-init v. 18.2 running 'init-local' at Sat, 18 Aug 2018 22:31:42 +0000. Up 4.52 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.343066] cloud-init[937]: Cloud-init v. 18.2 running 'init' at Sat, 18 Aug 2018 22:31:44 +0000. Up 6.20 seconds. [ 58.345887] cloud-init[937]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.352471] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.356126] cloud-init[937]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.364153] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.366587] cloud-init[937]: ci-info: | ens3 | True | 192.168.120.9 | 255.255.255.0 | . | fa:16:3e:c9:c4:95 | [ 58.371104] cloud-init[937]: ci-info: | ens3 | True | fe80::f816:3eff:fec9:c495/64 | . | link | fa:16:3e:c9:c4:95 | [ 58.376394] cloud-init[937]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.381858] cloud-init[937]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.388397] cloud-init[937]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.390810] cloud-init[937]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.396403] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.400130] cloud-init[937]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.408133] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.410398] cloud-init[937]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.416382] cloud-init[937]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.418597] cloud-init[937]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.424394] cloud-init[937]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.428134] cloud-init[937]: 2018-08-18 22:32:36,805 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.798377] cloud-init[937]: Generating public/private rsa key pair. [ 58.800074] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.804128] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.808129] cloud-init[937]: The key fingerprint is: [ 58.809537] cloud-init[937]: SHA256:8rkeX2B0IJf05WtFxrSAPH2XYUBsIgRhGSW7xj2q3KM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.816154] cloud-init[937]: The key's randomart image is: [ 58.817664] cloud-init[937]: +---[RSA 2048]----+ [ 58.820137] cloud-init[937]: | *O+=.=+o=*| [ 58.824148] cloud-init[937]: | ..o+.B *o=+| [ 58.825516] cloud-init[937]: | . o * o.o| [ 58.828142] cloud-init[937]: | . o. . o | [ 58.832154] cloud-init[937]: | .+Soo o | [ 58.833530] cloud-init[937]: | .o.o.. . | [ 58.836122] cloud-init[937]: | .+ . | [ 58.840161] cloud-init[937]: | . o. + . | [ 58.841505] cloud-init[937]: | E.o+ . | [ 58.844142] cloud-init[937]: +----[SHA256]-----+ [ 58.848153] cloud-init[937]: Generating public/private dsa key pair. [ 58.852145] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.854013] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.860146] cloud-init[937]: The key fingerprint is: [ 58.861575] cloud-init[937]: SHA256:9o076gYm8GCkC87Blfvq+Zv+NcuOfERNAiN0mG746uM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.865982] cloud-init[937]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.871169] cloud-init[937]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [ 58.876328] cloud-init[937]: | ooo+. | [ 58.878241] cloud-init[937]: | .o oo .. . | [ 58.879525] cloud-init[937]: |.o. + + | [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [ 58.883210] [[0;32m OK [0m] Started Daily apt download activities. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Listening on UUID daemon activation socket. cloud-init[937]: |oo+o o . . | [ 58.890279] cloud-init[937]: |+o.++ S | [ 58.891280] cloud-init[937]: |.o ooo. o o |[[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 58.896613] cloud-init[937]: | oo ..oo . | [ 58.897590] cloud-init[937]: | +. o =.+. | [ 58.898566] cloud-init[937]: | +E+=o*==.. | [ 58.899542] cloud-init[937]: +----[SHA256]-----+ [ 58.900543] cloud-init[937]: Generating public/private ecdsa key pair. [ 58.901768] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.903290] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting LXD - unix socket. [ 58.905116] cloud-init[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [937]: The key fingerprint is: [ 58.912752] cloud-init[937]: SHA256:EfNlSpkJhZJ50TUhtvfV6CN91TLrbIh4eNuwmwVz8mM root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [ 58.916066] cloud-init[937]: The key's randomart image is: [ 58.917967] cloud-init[937]: +---[ECDSA 256]---+ [[0;32m OK [0m] Reached target Sockets. [ 58.922036] cloud-init[937]: | o=*==*. | [ 58.923316] cloud-init[937]: [[0;32m OK [0m] Reached target Basic System. | + o*=* . .o| [ 58.925919] cloud-init[937]: | o. + . + =| [[0;32m OK [0m] Started ACPI event daemon. [ 58.928686] cloud-init[937]: | . . + =.| Starting LSB: MD monitoring daemon... [ 58.931571] cloud-init[937]: | S + o * .| [ 58.934124] Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started Deferred execution scheduler. Starting LSB: Record successful boot for GRUB...cloud-init[937]: | o B = o | [ 58.950651] cloud-init[937]: [[0;32m OK [0m] Started Regular background program processing daemon. | o = E + |[[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started D-Bus System Message Bus. [ 58.974240] cloud-init[937]: | o O o | [ 58.979207] cloud-init[937]: | =.. | [ 58.982606] cloud-init[937]: +----[SHA256]-----+ [ 58.988617] cloud-init[937]: Generating public/private ed25519 key pair. [ 58.992519] cloud-init[937]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.994666] cloud-init[937]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Starting Accounts Service... Starting System Logging Service... Starting Apply the settings specified in cloud-config... [ 59.007386] cloud-init[937]: The key fingerprint is: Starting Snappy daemon... Starting LXD - container startup/shutdown... Starting Login Service... Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started iperf Service. [ 59.023419] cloud-init[937]: [[0;32m OK [0m] Started /etc/rc.local Compatibility.SHA256:rdVvBMjo1ATbyh1bSY394cQT465lMu3OemObmOfQOQY root@shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 59.108202] cloud-init[937]: The key's randomart image is: [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [ 59.125654] cloud-init[[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [937]: +--[ED25519 256]--+ [ 59.140779] cloud-init[937]: | ... .+.o.| [ 59.154842] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [937]: | B o..+=.|[[0;32m OK [0m] Started Accounts Service. [ 59.167123] cloud-init[937]: | + * + ooo| [ 59.173435] cloud-init[937]: | + + = .o..| [ 59.179761] cloud-init[937]: | S = .E.= | [ 59.185717] [[0;32m OK [0m] Started LXD - container startup/shutdown. cloud-init[937]: | o oX .| [ 59.195613] cloud-init[937]: | . oo* | [ 59.201158] cloud-init[937]: | .B=o| [ 59.209487] cloud-init[937]: | +**o| [ 59.213093] cloud-init[937]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.558653] cloud-init[1084]: Generating locales (this might take a while)... [ 60.222561] cloud-init[1084]: en_US.UTF-8... done [ 60.224782] cloud-init[1084]: Generation complete. [[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. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). 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: daemon to balance interrupts for SMP systems... Starting LSB: automatic crash report generation... Starting LSB: network benchmark... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting Permit User Sessions... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started LSB: network benchmark. 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 Getty on tty1. Starting Set console scheme... [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. [[0;32m OK [0m] Started Set console scheme. [[0;32m OK [0m] Started System Logging Service. Ubuntu 16.04.4 LTS shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 ttyS0 shaker-vm-2738d0a0-aba7-4003-98a3-770d78473079 login: 2018-08-18 22:33:06,342 - paramiko.transport - DEBUG - starting thread (client mode): 0x47506c50L 2018-08-18 22:33:06,343 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 22:33:06,345 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-18 22:33:06,346 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-18 22:33:06,347 - 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-18 22:33:06,347 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 22:33:06,347 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-18 22:33:06,347 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 22:33:06,348 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 22:33:06,348 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 22:33:06,389 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 22:33:06,389 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 22:33:06,407 - paramiko.transport - DEBUG - Trying discovered key 6acaf4ae3ea4a928253988bdd55703c3 in /tmp/tmpcUWRL_ 2018-08-18 22:33:06,426 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 22:33:06,434 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-18 22:33:06,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-18 22:33:06,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 22:33:06,451 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 22:33:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16342e98-3b8a-4de2-bdea-18ec94e1d4fa Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-18 22:33:06,451 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-16342e98-3b8a-4de2-bdea-18ec94e1d4fa 2018-08-18 22:33:06,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:06,571 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-18 22:33:06,571 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-18 22:33:06,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d701517f-b65c-4684-8ec2-4f6ab0f4a58f Content-Encoding: gzip Content-Length: 858 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3220ab4ed05a40bf9d2e1278dcd6619d"}, "enabled": true, "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b1566ae2a5d4f7c81816c21ed2d5e40"}, "enabled": true, "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4730dc960cea404c8d1b192602e59886"}, "enabled": true, "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5a3d797353954386ba32f487084346f8"}, "enabled": true, "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/77553816578e44e0959db1d391266597"}, "enabled": true, "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86ee421a72744c04ab368db4e0c880a7"}, "enabled": true, "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/9adc66ad014f4961a9ea7d3ee8df592c"}, "enabled": true, "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a3ff63ef96d44f059d60f2be9db02efb"}, "enabled": true, "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/aab86086c08642bfbcea48c5aaba17a2"}, "enabled": true, "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/af10e8c2af504c21966e249d70c4e7e7"}, "enabled": true, "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/afe8d727d63246449c73cac35e11ef0e"}, "enabled": true, "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b47526e984904e72bfa0249a83525681"}, "enabled": true, "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c5b9a1d284ba4106bd4c78b348a7e9ce"}, "enabled": true, "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c653b08fa067480c945b92b71cdeab70"}, "enabled": true, "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/effb71043f3945f383eac25ddafdef1b"}, "enabled": true, "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-18 22:33:06,618 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-d701517f-b65c-4684-8ec2-4f6ab0f4a58f 2018-08-18 22:33:06,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.175531864166s 2018-08-18 22:33:06,619 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-d701517f-b65c-4684-8ec2-4f6ab0f4a58f 2018-08-18 22:33:06,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-18 22:33:06,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:06,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe96a13b-214b-4003-9de8-40111023df40 Content-Encoding: gzip Content-Length: 1968 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/06d1e0df179c4ead81cc7ee4f1bae18f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/094fd07337654d98a81dc9da17ce02c1"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a3d797353954386ba32f487084346f8", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0addbfd797dd4da79c77edb52acdc176"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "77553816578e44e0959db1d391266597", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0bb385316915449697a52e0ad24185fb"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "0bb385316915449697a52e0ad24185fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0f01d18bf3494e0e90a94ad016a06ec0"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b47526e984904e72bfa0249a83525681", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1026b6a41ef84c2da83afab3caacc51f"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/15c8d10470bc4eeb86390cb9e133ffe9"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2de6937a73624d15a426abc9bdd3a41a"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2fab6d97aaf042f492445f4cc31bea1d"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "77553816578e44e0959db1d391266597", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/377016d2a4044a9c8db046b9d0964b2d"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/378d62397f3c43999fd34d22c1cccb60"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3ecc8dee6f744a5f85e0a136fe9ce628"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/46bd8c98e8824585a41a22e1b8e7f514"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/47de5b7076c24ee9991a16ac4cb49bbf"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b47526e984904e72bfa0249a83525681", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4bd6b0c2f1aa47f8ab68403f095df70b"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "77553816578e44e0959db1d391266597", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/51ea6fcc6ec9487685840f661fc4836b"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "51ea6fcc6ec9487685840f661fc4836b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/59a44f89b1334e308de7b3052f138ce1"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d41cebfd41e4d30b9e063735a377536"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "5d41cebfd41e4d30b9e063735a377536"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d42a83da3984583955b15d96e42dd78"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "5d42a83da3984583955b15d96e42dd78"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6bf61535e71b483d975332971dbd53e2"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "6bf61535e71b483d975332971dbd53e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/70a83018c8ab42d7842fcd1e561f9443"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/79bd2e67979c4b98a6cd7b587673364a"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/85d5760d551f4df6aca4281b496996e9"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "85d5760d551f4df6aca4281b496996e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/88bee3eece5c4d3d9265744d414f3a5c"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8db9f2d240a941e69c0f51b2fec056be"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9846c41c525142b986ee32e0a2590b88"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "9846c41c525142b986ee32e0a2590b88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9c044a08f6904fef94fb46c08a0e760a"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9edfe0f67787438e9dd2a753835b2219"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "9edfe0f67787438e9dd2a753835b2219"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9f6f7811a111490890ac327d3cf34685"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "9f6f7811a111490890ac327d3cf34685"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a94c4442201c4c1eb0bdf19d770d51b2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ad45a9ae800c40ec987b44cd1e0cdaff"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b2d458fe39ba4a8f8a29faff483f2061"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "b2d458fe39ba4a8f8a29faff483f2061"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c3c25fc6ad94447a821e727c7914c450"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a3d797353954386ba32f487084346f8", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d09f7ca50bc44f61a18f2e933a43be8f"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d949e52eaf1c417e99dd466d08796668"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "d949e52eaf1c417e99dd466d08796668"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dc4971d81d4f49f085aab29433318ee3"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "dc4971d81d4f49f085aab29433318ee3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ddf00c1973954143b34284147dca8ad8"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b47526e984904e72bfa0249a83525681", "id": "ddf00c1973954143b34284147dca8ad8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8874e74ef74422cbd9dd953abc2082a"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "f8874e74ef74422cbd9dd953abc2082a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8c17bbb087d49829022be469b32c1af"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a3d797353954386ba32f487084346f8", "id": "f8c17bbb087d49829022be469b32c1af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fe2efc0c246b4a7e9db6fedf44fd569e"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-18 22:33:06,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-fe96a13b-214b-4003-9de8-40111023df40 2018-08-18 22:33:06,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.205092191696s 2018-08-18 22:33:06,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-fe96a13b-214b-4003-9de8-40111023df40 2018-08-18 22:33:06,838 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.28:5000 2018-08-18 22:33:06,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 22:33:06,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:07,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4e7c939-9b3f-45f9-a8bb-0c34494a01d9 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 22:33:07,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f4e7c939-9b3f-45f9-a8bb-0c34494a01d9 2018-08-18 22:33:07,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196003198624s 2018-08-18 22:33:07,038 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f4e7c939-9b3f-45f9-a8bb-0c34494a01d9 2018-08-18 22:33:07,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 22:33:07,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:07,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cfb5768-e92d-4029-a374-677fea003896 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 22:33:07,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8cfb5768-e92d-4029-a374-677fea003896 2018-08-18 22:33:07,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186640977859s 2018-08-18 22:33:07,230 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8cfb5768-e92d-4029-a374-677fea003896 2018-08-18 22:33:07,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 22:33:07,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:07,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f51d1a-e95d-4c7e-9082-6fb9945136ff Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 22:33:07,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-64f51d1a-e95d-4c7e-9082-6fb9945136ff 2018-08-18 22:33:07,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193125963211s 2018-08-18 22:33:07,429 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-64f51d1a-e95d-4c7e-9082-6fb9945136ff 2018-08-18 22:33:07,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 22:33:07,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:07,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf7f3493-fb92-4e1a-bc1c-0b2d0c494ebc Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_2738d0a0-aba7-4003-98a3-770d78473079", "links": {"self": "http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b89dedf8420743578669221204362a53", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 22:33:07,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-bf7f3493-fb92-4e1a-bc1c-0b2d0c494ebc 2018-08-18 22:33:07,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.2059071064s 2018-08-18 22:33:07,636 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-bf7f3493-fb92-4e1a-bc1c-0b2d0c494ebc 2018-08-18 22:33:07,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 22:33:07,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:07,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6dab2c-1612-47ec-aa39-30f577ae6dfc Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd"}, "tags": [], "enabled": true, "id": "33ca56ab084d482b9b40704865ec73bd", "parent_id": "default", "domain_id": "default", "name": "shaker-project_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:33:07,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ce6dab2c-1612-47ec-aa39-30f577ae6dfc 2018-08-18 22:33:07,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190181016922s 2018-08-18 22:33:07,838 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ce6dab2c-1612-47ec-aa39-30f577ae6dfc 2018-08-18 22:33:07,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 22:33:07,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=33ca56ab084d482b9b40704865ec73bd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:08,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81aadf8f-a5fb-43dc-b9d6-7fcbc4e0e5a7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=33ca56ab084d482b9b40704865ec73bd", "previous": null, "next": null}} 2018-08-18 22:33:08,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=33ca56ab084d482b9b40704865ec73bd used request id req-81aadf8f-a5fb-43dc-b9d6-7fcbc4e0e5a7 2018-08-18 22:33:08,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.29039812088s 2018-08-18 22:33:08,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=4484c94d295641f18810b74c5f72cfec&scope.project.id=33ca56ab084d482b9b40704865ec73bd used request id req-81aadf8f-a5fb-43dc-b9d6-7fcbc4e0e5a7 2018-08-18 22:33:08,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 22:33:08,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd/users/b89dedf8420743578669221204362a53/roles/4484c94d295641f18810b74c5f72cfec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:08,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 22:33:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85ffed72-1a84-41da-8e5b-21a4f534d5c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 22:33:08,293 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd/users/b89dedf8420743578669221204362a53/roles/4484c94d295641f18810b74c5f72cfec used request id req-85ffed72-1a84-41da-8e5b-21a4f534d5c6 2018-08-18 22:33:08,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.152755975723s 2018-08-18 22:33:08,294 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd/users/b89dedf8420743578669221204362a53/roles/4484c94d295641f18810b74c5f72cfec used request id req-85ffed72-1a84-41da-8e5b-21a4f534d5c6 2018-08-18 22:33:08,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 22:33:08,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:08,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c0b3182-1fd0-431f-90b6-9e60e40a12c9 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 22:33:08,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c0b3182-1fd0-431f-90b6-9e60e40a12c9 2018-08-18 22:33:08,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19806098938s 2018-08-18 22:33:08,497 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c0b3182-1fd0-431f-90b6-9e60e40a12c9 2018-08-18 22:33:08,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-18 22:33:08,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-18 22:33:08,697 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 22:33:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-126544b4-16d0-4ba6-badf-66adcccb0c12 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ab89a8ba1813433c92b4bbf6ed1b291b", "links": {"self": "http://172.30.9.28:5000/v3/roles/ab89a8ba1813433c92b4bbf6ed1b291b"}, "name": "heat_stack_owner"}} 2018-08-18 22:33:08,697 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-126544b4-16d0-4ba6-badf-66adcccb0c12 2018-08-18 22:33:08,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.195053815842s 2018-08-18 22:33:08,697 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-126544b4-16d0-4ba6-badf-66adcccb0c12 2018-08-18 22:33:08,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 22:33:08,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:08,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6147edc7-bcd2-42fa-b49f-6a75969f8cde Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ab89a8ba1813433c92b4bbf6ed1b291b", "links": {"self": "http://172.30.9.28:5000/v3/roles/ab89a8ba1813433c92b4bbf6ed1b291b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 22:33:08,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6147edc7-bcd2-42fa-b49f-6a75969f8cde 2018-08-18 22:33:08,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106155872345s 2018-08-18 22:33:08,808 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6147edc7-bcd2-42fa-b49f-6a75969f8cde 2018-08-18 22:33:08,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 22:33:08,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:08,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-728022c2-3ba0-445a-b915-f6f1b6440d6c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 22:33:08,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-728022c2-3ba0-445a-b915-f6f1b6440d6c 2018-08-18 22:33:08,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0996201038361s 2018-08-18 22:33:08,912 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-728022c2-3ba0-445a-b915-f6f1b6440d6c 2018-08-18 22:33:08,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 22:33:08,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:09,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b9afb0-fd6d-45e4-8590-9153242c566f Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_2738d0a0-aba7-4003-98a3-770d78473079", "links": {"self": "http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b89dedf8420743578669221204362a53", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 22:33:09,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a1b9afb0-fd6d-45e4-8590-9153242c566f 2018-08-18 22:33:09,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119573116302s 2018-08-18 22:33:09,033 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a1b9afb0-fd6d-45e4-8590-9153242c566f 2018-08-18 22:33:09,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 22:33:09,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:09,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acfc05c4-c9c8-40af-a799-03a8da0f12aa Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd"}, "tags": [], "enabled": true, "id": "33ca56ab084d482b9b40704865ec73bd", "parent_id": "default", "domain_id": "default", "name": "shaker-project_2738d0a0-aba7-4003-98a3-770d78473079"}]} 2018-08-18 22:33:09,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-acfc05c4-c9c8-40af-a799-03a8da0f12aa 2018-08-18 22:33:09,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.109096050262s 2018-08-18 22:33:09,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-acfc05c4-c9c8-40af-a799-03a8da0f12aa 2018-08-18 22:33:09,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 22:33:09,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=ab89a8ba1813433c92b4bbf6ed1b291b&scope.project.id=33ca56ab084d482b9b40704865ec73bd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:09,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 22:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16dd4431-75b2-4775-80ce-2540887f4dfe Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=ab89a8ba1813433c92b4bbf6ed1b291b&scope.project.id=33ca56ab084d482b9b40704865ec73bd", "previous": null, "next": null}} 2018-08-18 22:33:09,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=ab89a8ba1813433c92b4bbf6ed1b291b&scope.project.id=33ca56ab084d482b9b40704865ec73bd used request id req-16dd4431-75b2-4775-80ce-2540887f4dfe 2018-08-18 22:33:09,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104244947433s 2018-08-18 22:33:09,266 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=b89dedf8420743578669221204362a53&role.id=ab89a8ba1813433c92b4bbf6ed1b291b&scope.project.id=33ca56ab084d482b9b40704865ec73bd used request id req-16dd4431-75b2-4775-80ce-2540887f4dfe 2018-08-18 22:33:09,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 22:33:09,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd/users/b89dedf8420743578669221204362a53/roles/ab89a8ba1813433c92b4bbf6ed1b291b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad74c6226a9194348254a4be2fd204c87e7edda9" 2018-08-18 22:33:09,416 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 22:33:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-654ad272-1c89-497d-9796-83bfd17a9213 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 22:33:09,416 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd/users/b89dedf8420743578669221204362a53/roles/ab89a8ba1813433c92b4bbf6ed1b291b used request id req-654ad272-1c89-497d-9796-83bfd17a9213 2018-08-18 22:33:09,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.146795988083s 2018-08-18 22:33:09,416 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd/users/b89dedf8420743578669221204362a53/roles/ab89a8ba1813433c92b4bbf6ed1b291b used request id req-654ad272-1c89-497d-9796-83bfd17a9213 2018-08-18 22:33:09,417 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-18 22:33:09,419 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-18 22:33:09,419 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-18 22:33:09,421 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-18 22:33:09,494 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-18 22:33:09,495 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-18 22:33:09,496 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-18 22:33:09,534 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-18 22:33:09,534 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-18 22:33:09,561 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-18 23:33:09,648 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-18 23:33:09,649 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=33ca56ab084d482b9b40704865ec73bd SHELL=/bin/bash SSH_CLIENT=172.30.9.66 42552 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_2738d0a0-aba7-4003-98a3-770d78473079 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 SDN_CONTROLLER_IP=192.30.9.3 PWD=/home/ubuntu OS_PASSWORD=a959f1d9-97a6-4945-bd46-aa49ae0777c8 LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.28:5000 SDN_CONTROLLER_PASSWORD=h9pEogaJo6cWMVkr3rX2VUlOo OS_USERNAME=shaker-user_2738d0a0-aba7-4003-98a3-770d78473079 SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.28,192.30.9.3 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 42552 192.168.120.9 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-18 22:33:10.111 1375 INFO shaker.engine.utils [-] Logging enabled 2018-08-18 22:33:10.114 1375 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-18 22:33:10.117 1375 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-18 22:33:10.124 1383 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-18 22:33:10.125 1383 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.205:9000 2018-08-18 22:33:10.125 1383 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-18 22:33:10.136 1375 INFO pykwalify.core [-] validation.valid 2018-08-18 22:33:11.695 1375 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-18 22:33:16.294 1375 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'21fbfb7a-ba79-47de-9ad8-a98f5967a53e', u'links': [{u'href': u'http://172.30.9.28:8004/v1/33ca56ab084d482b9b40704865ec73bd/stacks/shaker_amzufs/21fbfb7a-ba79-47de-9ad8-a98f5967a53e', u'rel': u'self'}]} 2018-08-18 22:36:48.732 1375 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_amzufs_master_0', 'shaker_amzufs_slave_0']) 2018-08-18 22:36:54.751 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-18 22:38:24.769 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-18 22:39:54.736 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-18 22:41:24.695 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-18 22:41:24.697 1375 INFO shaker.engine.server [-] Execution is done 2018-08-18 22:41:25.394 1375 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-18 23:33:09,649 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-18 23:33:09,650 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-18 23:33:09,652 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-18 23:33:09,690 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-18 23:33:09,690 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-18 23:33:09,718 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-18 23:33:09,722 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-18 23:33:09,723 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-18 23:33:09,722 - functest.opnfv_tests.openstack.shaker.shaker - ERROR - cannot get report files Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/shaker/shaker.py", line 112, in execute scpc.get('report.json', self.res_dir) File "/usr/lib/python2.7/site-packages/scp.py", line 198, in get self._recv_all() File "/usr/lib/python2.7/site-packages/scp.py", line 348, in _recv_all raise SCPException(asunicode(msg[1:])) SCPException: scp: report.json: No such file or directory 2018-08-18 23:33:09,864 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 23:33:09,864 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:15 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-18 23:33:09,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:33:10,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "ab89a8ba1813433c92b4bbf6ed1b291b", "name": "heat_stack_owner"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33ca56ab084d482b9b40704865ec73bd", "name": "shaker-project_2738d0a0-aba7-4003-98a3-770d78473079"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/33ca56ab084d482b9b40704865ec73bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/33ca56ab084d482b9b40704865ec73bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/33ca56ab084d482b9b40704865ec73bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/33ca56ab084d482b9b40704865ec73bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/33ca56ab084d482b9b40704865ec73bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/33ca56ab084d482b9b40704865ec73bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_33ca56ab084d482b9b40704865ec73bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_33ca56ab084d482b9b40704865ec73bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/33ca56ab084d482b9b40704865ec73bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_2738d0a0-aba7-4003-98a3-770d78473079", "id": "b89dedf8420743578669221204362a53"}, "audit_ids": ["aExrZSDnRcSVVyXRghozMA"], "issued_at": "2018-08-18T23:33:10.000000Z"}} 2018-08-18 23:33:10,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-18 23:33:10,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/fa3c8a27-bc37-489b-b357-8c6d6f5759e8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:11,602 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9c831540-0d0a-439f-992a-b885a2ff3b5e Content-Length: 0 Date: Sat, 18 Aug 2018 23:33:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:33:11,602 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/fa3c8a27-bc37-489b-b357-8c6d6f5759e8.json used request id req-9c831540-0d0a-439f-992a-b885a2ff3b5e 2018-08-18 23:33:11,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.32824420929s 2018-08-18 23:33:11,602 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/fa3c8a27-bc37-489b-b357-8c6d6f5759e8.json used request id req-9c831540-0d0a-439f-992a-b885a2ff3b5e 2018-08-18 23:33:11,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 23:33:11,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:11,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-3c1a869d-5188-4208-8950-46babef1c929 Date: Sat, 18 Aug 2018 23:33:11 GMT RESP BODY: {"floatingips": [{"router_id": "d464b3fd-15ac-4fd7-8b7a-b8900bf34434", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T21:47:50Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.1.4", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "c636fc44-fde3-42ff-8882-2951d02ab67b", "id": "43981a1b-1915-416b-9c7a-05ad10fcdc47", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "created_at": "2018-08-18T21:47:50Z", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}]} 2018-08-18 23:33:11,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3c1a869d-5188-4208-8950-46babef1c929 2018-08-18 23:33:11,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0617010593414s 2018-08-18 23:33:11,670 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3c1a869d-5188-4208-8950-46babef1c929 2018-08-18 23:33:11,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 23:33:11,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:12,116 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:33:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b0bdd3f-1a1f-41ae-8e5b-07e66e290131 x-compute-request-id: req-8b0bdd3f-1a1f-41ae-8e5b-07e66e290131 Content-Type: application/json 2018-08-18 23:33:12,117 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb used request id req-8b0bdd3f-1a1f-41ae-8e5b-07e66e290131 2018-08-18 23:33:12,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.442989110947s 2018-08-18 23:33:12,117 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb used request id req-8b0bdd3f-1a1f-41ae-8e5b-07e66e290131 2018-08-18 23:33:12,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:33:12,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:13,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33: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-707b126d-b33f-4293-8083-095cc99cfbd4 x-compute-request-id: req-707b126d-b33f-4293-8083-095cc99cfbd4 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_2738d0a0-aba7-4003-98a3-770d78473079": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:c4:95", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:c4:95", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7428156-20d9-454e-8e2a-ebe38e3081bb", "rel": "bookmark"}], "image": {"id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "links": [{"href": "http://172.30.9.28:8774/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002d", "OS-SRV-USG:launched_at": "2018-08-18T22:31:38.000000", "flavor": {"id": "74f9192d-8d4a-4af4-97f5-46abd9758967", "links": [{"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "bookmark"}]}, "id": "e7428156-20d9-454e-8e2a-ebe38e3081bb", "security_groups": [{"name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}], "user_id": "b89dedf8420743578669221204362a53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:33:12Z", "hostId": "e48aea2e6b799a54f3bd41ff64b9f3fe4f79e66a6d1d62adada60d86", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "shaker-vm_2738d0a0-aba7-4003-98a3-770d78473079", "created": "2018-08-18T22:28:18Z", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:33:13,184 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-707b126d-b33f-4293-8083-095cc99cfbd4 2018-08-18 23:33:13,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06623888016s 2018-08-18 23:33:13,184 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-707b126d-b33f-4293-8083-095cc99cfbd4 2018-08-18 23:33:13,186 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:33:15,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:33:15,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:15,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-511d462d-5a39-4cca-9eff-f1e96a80ce9c x-compute-request-id: req-511d462d-5a39-4cca-9eff-f1e96a80ce9c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 23:33:15,261 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-511d462d-5a39-4cca-9eff-f1e96a80ce9c 2018-08-18 23:33:15,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0725259780884s 2018-08-18 23:33:15,262 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-511d462d-5a39-4cca-9eff-f1e96a80ce9c 2018-08-18 23:33:15,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:33:15,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:15,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 51845 X-Openstack-Request-Id: req-556144bf-3be3-4447-910d-f1f7c453819a Date: Sat, 18 Aug 2018 23:33:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "30172a4b609d41c1b8079aef1d781650", "created_at": "2018-08-18T20:50:35Z", "updated_at": "2018-08-18T20:50:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "1c969e37-476b-42e0-99df-443eccad4d4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "40476d75-a318-401b-ad47-ddf65f31b6e8", "remote_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "6dd9dce5-0783-4c5c-9de6-3c31255dcf1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv4", "project_id": "30172a4b609d41c1b8079aef1d781650"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:50:35Z", "revision_number": 0, "id": "b9400664-f3fc-406b-8faf-158962efcf6d", "remote_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:50:35Z", "security_group_id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "tenant_id": "30172a4b609d41c1b8079aef1d781650", "port_range_min": null, "ethertype": "IPv6", "project_id": "30172a4b609d41c1b8079aef1d781650"}], "revision_number": 1, "project_id": "30172a4b609d41c1b8079aef1d781650", "id": "0ed151b8-0e62-49d2-b7ea-2fbf8cbe3a8a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T20:48:44Z", "updated_at": "2018-08-18T20:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "47a61cee-2862-4201-9503-f3543940fba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "9d1834ff-3d59-48c8-a0bf-bde80e10d965", "remote_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "c7115d0b-5980-4af3-b25f-226ee4b28643", "remote_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv6", "project_id": "916340bf06fe4cb5a723b53dc60090de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:44Z", "revision_number": 0, "id": "c804b0ac-2eea-4cec-82c6-e4c5a99cca73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:44Z", "security_group_id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "port_range_min": null, "ethertype": "IPv4", "project_id": "916340bf06fe4cb5a723b53dc60090de"}], "revision_number": 1, "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "2c4f8c04-c7b0-49d0-a347-f69875d065e5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0d562f7e922b407c910ff18f63daa0ea", "created_at": "2018-08-18T21:01:34Z", "updated_at": "2018-08-18T21:01:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:34Z", "revision_number": 0, "id": "55a46558-d721-402e-8a57-d0d993328627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:34Z", "security_group_id": "4d0c9399-5969-4fea-89ca-56badd03ed7f", "tenant_id": "0d562f7e922b407c910ff18f63daa0ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d562f7e922b407c910ff18f63daa0ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:34Z", "revision_number": 0, "id": "61d29aba-479d-46a8-8bb8-607a7c250938", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:34Z", "security_group_id": "4d0c9399-5969-4fea-89ca-56badd03ed7f", "tenant_id": "0d562f7e922b407c910ff18f63daa0ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d562f7e922b407c910ff18f63daa0ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:34Z", "revision_number": 0, "id": "b3c16c37-52ea-4e1c-9396-fabdbad2dba3", "remote_group_id": "4d0c9399-5969-4fea-89ca-56badd03ed7f", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:34Z", "security_group_id": "4d0c9399-5969-4fea-89ca-56badd03ed7f", "tenant_id": "0d562f7e922b407c910ff18f63daa0ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d562f7e922b407c910ff18f63daa0ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:34Z", "revision_number": 0, "id": "ba3dfe66-145d-4822-8132-12bb687bcc8b", "remote_group_id": "4d0c9399-5969-4fea-89ca-56badd03ed7f", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:34Z", "security_group_id": "4d0c9399-5969-4fea-89ca-56badd03ed7f", "tenant_id": "0d562f7e922b407c910ff18f63daa0ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d562f7e922b407c910ff18f63daa0ea"}], "revision_number": 1, "project_id": "0d562f7e922b407c910ff18f63daa0ea", "id": "4d0c9399-5969-4fea-89ca-56badd03ed7f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7efa2a54ba974371a31c00f5d4719db9", "created_at": "2018-08-18T21:01:59Z", "updated_at": "2018-08-18T21:01:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:59Z", "revision_number": 0, "id": "07de199f-a960-40cb-86f5-ac94189cecf1", "remote_group_id": "5b9b9d70-7375-445e-bb81-1de4494a64bf", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:59Z", "security_group_id": "5b9b9d70-7375-445e-bb81-1de4494a64bf", "tenant_id": "7efa2a54ba974371a31c00f5d4719db9", "port_range_min": null, "ethertype": "IPv4", "project_id": "7efa2a54ba974371a31c00f5d4719db9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:59Z", "revision_number": 0, "id": "3b1eb84d-18e7-4963-8da3-af73ad7df1ab", "remote_group_id": "5b9b9d70-7375-445e-bb81-1de4494a64bf", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:59Z", "security_group_id": "5b9b9d70-7375-445e-bb81-1de4494a64bf", "tenant_id": "7efa2a54ba974371a31c00f5d4719db9", "port_range_min": null, "ethertype": "IPv6", "project_id": "7efa2a54ba974371a31c00f5d4719db9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:59Z", "revision_number": 0, "id": "579bebab-b833-4643-8146-12e549d0215d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:59Z", "security_group_id": "5b9b9d70-7375-445e-bb81-1de4494a64bf", "tenant_id": "7efa2a54ba974371a31c00f5d4719db9", "port_range_min": null, "ethertype": "IPv6", "project_id": "7efa2a54ba974371a31c00f5d4719db9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:59Z", "revision_number": 0, "id": "6aa2d55e-36d3-48b9-b034-f4d28f4b6b1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:59Z", "security_group_id": "5b9b9d70-7375-445e-bb81-1de4494a64bf", "tenant_id": "7efa2a54ba974371a31c00f5d4719db9", "port_range_min": null, "ethertype": "IPv4", "project_id": "7efa2a54ba974371a31c00f5d4719db9"}], "revision_number": 1, "project_id": "7efa2a54ba974371a31c00f5d4719db9", "id": "5b9b9d70-7375-445e-bb81-1de4494a64bf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:27:56Z", "updated_at": "2018-08-18T22:27:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "36cf82ca-fb43-40e9-8fd6-fed667b127d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "ca7d888e-509d-4e4d-9a4e-1b6343d1d872", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "db73cfb9-8fad-4881-b395-08f85ee46edb", "remote_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:27:56Z", "revision_number": 0, "id": "ef3e2fb7-af03-4a40-96ea-98bc4b842557", "remote_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "remote_ip_prefix": null, "created_at": "2018-08-18T22:27:56Z", "security_group_id": "61d3d251-672f-4bb4-b329-d46b76230013", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}], "revision_number": 1, "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "61d3d251-672f-4bb4-b329-d46b76230013", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a055ddb67d0941479df26864383eec5d", "created_at": "2018-08-18T20:52:28Z", "updated_at": "2018-08-18T20:52:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:52:28Z", "revision_number": 0, "id": "0aa46aeb-3b49-4df2-b769-b0efe246fdde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:52:28Z", "security_group_id": "71eaf7b7-746d-4d47-9127-dce12841d93b", "tenant_id": "a055ddb67d0941479df26864383eec5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a055ddb67d0941479df26864383eec5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:52:28Z", "revision_number": 0, "id": "1c08e58c-4a5c-4eca-a685-0df2b31e32d0", "remote_group_id": "71eaf7b7-746d-4d47-9127-dce12841d93b", "remote_ip_prefix": null, "created_at": "2018-08-18T20:52:28Z", "security_group_id": "71eaf7b7-746d-4d47-9127-dce12841d93b", "tenant_id": "a055ddb67d0941479df26864383eec5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a055ddb67d0941479df26864383eec5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:52:28Z", "revision_number": 0, "id": "4f8cef6b-d816-4663-a314-9c714524f101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:52:28Z", "security_group_id": "71eaf7b7-746d-4d47-9127-dce12841d93b", "tenant_id": "a055ddb67d0941479df26864383eec5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a055ddb67d0941479df26864383eec5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:52:28Z", "revision_number": 0, "id": "d62764aa-6464-481f-86e9-9781b661d400", "remote_group_id": "71eaf7b7-746d-4d47-9127-dce12841d93b", "remote_ip_prefix": null, "created_at": "2018-08-18T20:52:28Z", "security_group_id": "71eaf7b7-746d-4d47-9127-dce12841d93b", "tenant_id": "a055ddb67d0941479df26864383eec5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a055ddb67d0941479df26864383eec5d"}], "revision_number": 1, "project_id": "a055ddb67d0941479df26864383eec5d", "id": "71eaf7b7-746d-4d47-9127-dce12841d93b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b3975c4fd6554abba3ce632e5931a55a", "created_at": "2018-08-18T21:01:51Z", "updated_at": "2018-08-18T21:01:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:51Z", "revision_number": 0, "id": "2247a09a-b61b-4929-8cb2-6fb2eea2a659", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:51Z", "security_group_id": "7ffa01a1-d168-464a-9226-497cee572051", "tenant_id": "b3975c4fd6554abba3ce632e5931a55a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3975c4fd6554abba3ce632e5931a55a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:51Z", "revision_number": 0, "id": "49243d64-17a8-4383-83d4-be49625c3e49", "remote_group_id": "7ffa01a1-d168-464a-9226-497cee572051", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:51Z", "security_group_id": "7ffa01a1-d168-464a-9226-497cee572051", "tenant_id": "b3975c4fd6554abba3ce632e5931a55a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3975c4fd6554abba3ce632e5931a55a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:51Z", "revision_number": 0, "id": "9d679a04-db84-4b59-ac4b-fb07e660b497", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:51Z", "security_group_id": "7ffa01a1-d168-464a-9226-497cee572051", "tenant_id": "b3975c4fd6554abba3ce632e5931a55a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3975c4fd6554abba3ce632e5931a55a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:51Z", "revision_number": 0, "id": "d1ba1a0d-0dfc-4542-adfe-e54b1f50cb7d", "remote_group_id": "7ffa01a1-d168-464a-9226-497cee572051", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:51Z", "security_group_id": "7ffa01a1-d168-464a-9226-497cee572051", "tenant_id": "b3975c4fd6554abba3ce632e5931a55a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3975c4fd6554abba3ce632e5931a55a"}], "revision_number": 1, "project_id": "b3975c4fd6554abba3ce632e5931a55a", "id": "7ffa01a1-d168-464a-9226-497cee572051", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "44272bc39837411494396ca43c946bec", "created_at": "2018-08-18T20:51:14Z", "updated_at": "2018-08-18T20:51:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "33d3341e-a92e-43ce-97e3-c2dc0b6a7dae", "remote_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "ad5d1887-85cd-40db-b164-145b206d2367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "d5583a07-e97e-4790-a88a-0f43a9c25f5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "44272bc39837411494396ca43c946bec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:51:14Z", "revision_number": 0, "id": "f794a7a3-9ae6-48d4-ab3e-4fb72e020f1e", "remote_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:51:14Z", "security_group_id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "tenant_id": "44272bc39837411494396ca43c946bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "44272bc39837411494396ca43c946bec"}], "revision_number": 1, "project_id": "44272bc39837411494396ca43c946bec", "id": "832232a3-c6bc-43a6-900b-06a4e2587f4f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "created_at": "2018-08-18T20:49:32Z", "updated_at": "2018-08-18T20:49:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "476d50b4-3540-4b6c-bce9-0bf6a17f26e5", "remote_group_id": "85721bca-80db-4a65-a277-616402a5e918", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "9c4b141c-31cf-4640-b835-6d70c4380d43", "remote_group_id": "85721bca-80db-4a65-a277-616402a5e918", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "a2b25ac6-1b46-45f5-975c-dbfb1b43cd18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:32Z", "revision_number": 0, "id": "b91a6bbd-c9af-4b0d-8a1b-8a60420ccdbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:32Z", "security_group_id": "85721bca-80db-4a65-a277-616402a5e918", "tenant_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f"}], "revision_number": 1, "project_id": "a01fbcb8c42248fb8697ff3d257e0a8f", "id": "85721bca-80db-4a65-a277-616402a5e918", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "created_at": "2018-08-18T20:53:13Z", "updated_at": "2018-08-18T20:53:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "09eef3a2-a6af-4be2-9e0c-ac4dec2522b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "88f63d6d-f1c0-459c-a83f-e842fc60ffbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "a4f2d4cc-9bfa-4d98-ad70-822bae942405", "remote_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:53:13Z", "revision_number": 0, "id": "e4e2a0b1-cc03-48ff-a078-2e4acd082772", "remote_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "remote_ip_prefix": null, "created_at": "2018-08-18T20:53:13Z", "security_group_id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "tenant_id": "2310d9f8d74643129211acd0bcc3dcf9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2310d9f8d74643129211acd0bcc3dcf9"}], "revision_number": 1, "project_id": "2310d9f8d74643129211acd0bcc3dcf9", "id": "8db1cd42-d23b-469f-a08a-c986ef0d582a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "created_at": "2018-08-18T21:45:59Z", "updated_at": "2018-08-18T21:45:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:45:59Z", "revision_number": 0, "id": "3c0a42c0-8860-491a-b5d2-4c48a6a31fec", "remote_group_id": "8e66ac33-c505-492c-ad37-a4466a8105a5", "remote_ip_prefix": null, "created_at": "2018-08-18T21:45:59Z", "security_group_id": "8e66ac33-c505-492c-ad37-a4466a8105a5", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:45:59Z", "revision_number": 0, "id": "7df42517-3d82-4b1c-82f0-c72facf60b72", "remote_group_id": "8e66ac33-c505-492c-ad37-a4466a8105a5", "remote_ip_prefix": null, "created_at": "2018-08-18T21:45:59Z", "security_group_id": "8e66ac33-c505-492c-ad37-a4466a8105a5", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:45:59Z", "revision_number": 0, "id": "ad767ae5-ba06-4b3d-b1ef-53c37188d605", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:45:59Z", "security_group_id": "8e66ac33-c505-492c-ad37-a4466a8105a5", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:45:59Z", "revision_number": 0, "id": "f45009c7-8ce5-487c-9f6a-4557e1a38513", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:45:59Z", "security_group_id": "8e66ac33-c505-492c-ad37-a4466a8105a5", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}], "revision_number": 1, "project_id": "9fbdea2e9f0d4939bee1962b641e7642", "id": "8e66ac33-c505-492c-ad37-a4466a8105a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "created_at": "2018-08-18T20:49:00Z", "updated_at": "2018-08-18T20:49:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "1fa5d6bf-0fe0-49cb-ae72-ce26ba54b643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "21925a47-fa78-4829-a722-8823a74b0a7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "775f4697-9c33-4b91-943a-123e03c6ae28", "remote_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:49:00Z", "revision_number": 0, "id": "8e066ae6-01c7-41d7-8983-8d70fd19d7de", "remote_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "remote_ip_prefix": null, "created_at": "2018-08-18T20:49:00Z", "security_group_id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "tenant_id": "a7bce7c15b3645899eb6a5c21c486633", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7bce7c15b3645899eb6a5c21c486633"}], "revision_number": 1, "project_id": "a7bce7c15b3645899eb6a5c21c486633", "id": "94d3d012-31d2-4db6-b09d-283b5091ae27", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:28:15Z", "updated_at": "2018-08-18T22:28:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "094c850c-6437-467c-8ae4-3448437be3b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "8f36e555-b0ec-4b32-b632-ec6cb714f014", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "99196746-e695-4eff-915f-2b07e4d803aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T22:28:16Z", "revision_number": 0, "id": "c7351c0d-4021-49a8-9b14-6b398197f532", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:16Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T22:28:15Z", "revision_number": 0, "id": "e6310299-5c15-4bc0-83ec-9015ea076338", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T22:28:15Z", "security_group_id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ca56ab084d482b9b40704865ec73bd"}], "revision_number": 4, "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "9a6954eb-50e6-4708-bd12-801fe4c855e4", "name": "shaker-sg_2738d0a0-aba7-4003-98a3-770d78473079"}, {"description": "Default security group", "tags": [], "tenant_id": "4efb7f921deb4786a22e39b35e7dda7f", "created_at": "2018-08-18T21:01:58Z", "updated_at": "2018-08-18T21:01:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:58Z", "revision_number": 0, "id": "43a5b4c4-592f-44df-899e-5214797be64f", "remote_group_id": "9acdeac3-f715-4870-b7b7-4db670a8693a", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:58Z", "security_group_id": "9acdeac3-f715-4870-b7b7-4db670a8693a", "tenant_id": "4efb7f921deb4786a22e39b35e7dda7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4efb7f921deb4786a22e39b35e7dda7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:58Z", "revision_number": 0, "id": "4fccf91f-14c9-457c-881c-bc4f2c2dd032", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:58Z", "security_group_id": "9acdeac3-f715-4870-b7b7-4db670a8693a", "tenant_id": "4efb7f921deb4786a22e39b35e7dda7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4efb7f921deb4786a22e39b35e7dda7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:58Z", "revision_number": 0, "id": "68a84362-0efd-4d65-b05f-4d8493f4b1f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:58Z", "security_group_id": "9acdeac3-f715-4870-b7b7-4db670a8693a", "tenant_id": "4efb7f921deb4786a22e39b35e7dda7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4efb7f921deb4786a22e39b35e7dda7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:58Z", "revision_number": 0, "id": "dd8d9fc2-aab8-4200-a05a-79a70fe3d211", "remote_group_id": "9acdeac3-f715-4870-b7b7-4db670a8693a", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:58Z", "security_group_id": "9acdeac3-f715-4870-b7b7-4db670a8693a", "tenant_id": "4efb7f921deb4786a22e39b35e7dda7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4efb7f921deb4786a22e39b35e7dda7f"}], "revision_number": 1, "project_id": "4efb7f921deb4786a22e39b35e7dda7f", "id": "9acdeac3-f715-4870-b7b7-4db670a8693a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfae393f8bef4a299e6e6df8d73dc56d", "created_at": "2018-08-18T21:01:59Z", "updated_at": "2018-08-18T21:01:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:59Z", "revision_number": 0, "id": "39c69afe-202c-4b6b-9c5c-3e0df7858d92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:59Z", "security_group_id": "a55d2f7f-32ce-4b5f-929f-001738b1a02d", "tenant_id": "dfae393f8bef4a299e6e6df8d73dc56d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfae393f8bef4a299e6e6df8d73dc56d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:59Z", "revision_number": 0, "id": "a4dbd774-219b-4722-a198-fd45d9c0d3f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:59Z", "security_group_id": "a55d2f7f-32ce-4b5f-929f-001738b1a02d", "tenant_id": "dfae393f8bef4a299e6e6df8d73dc56d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfae393f8bef4a299e6e6df8d73dc56d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:59Z", "revision_number": 0, "id": "c9a11633-54a8-49c6-b768-c43839e819ad", "remote_group_id": "a55d2f7f-32ce-4b5f-929f-001738b1a02d", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:59Z", "security_group_id": "a55d2f7f-32ce-4b5f-929f-001738b1a02d", "tenant_id": "dfae393f8bef4a299e6e6df8d73dc56d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfae393f8bef4a299e6e6df8d73dc56d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:59Z", "revision_number": 0, "id": "e9937d52-35ab-4b15-9698-189b94fc5582", "remote_group_id": "a55d2f7f-32ce-4b5f-929f-001738b1a02d", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:59Z", "security_group_id": "a55d2f7f-32ce-4b5f-929f-001738b1a02d", "tenant_id": "dfae393f8bef4a299e6e6df8d73dc56d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfae393f8bef4a299e6e6df8d73dc56d"}], "revision_number": 1, "project_id": "dfae393f8bef4a299e6e6df8d73dc56d", "id": "a55d2f7f-32ce-4b5f-929f-001738b1a02d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-18T20:48:46Z", "updated_at": "2018-08-18T20:48:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:46Z", "revision_number": 0, "id": "5f99e03d-01e0-4e9a-b77f-eef66bb8733f", "remote_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "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-18T20:48:46Z", "revision_number": 0, "id": "70955a58-7507-4d5d-8749-8acf80caf584", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "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-18T20:48:46Z", "revision_number": 0, "id": "ba9b2585-ead3-47b7-9607-70481b7a3183", "remote_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:48:46Z", "revision_number": 0, "id": "eb334440-a356-4321-8c7e-68f1e2646378", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:48:46Z", "security_group_id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "c053942b-5dbd-4964-9c43-3e9a2439adae", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb4016b6cee4477e9dc96eae7a6c7c86", "created_at": "2018-08-18T21:02:00Z", "updated_at": "2018-08-18T21:02:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:02:00Z", "revision_number": 0, "id": "19cfa812-b738-46da-85a1-c3b7463e6c28", "remote_group_id": "e196c889-9b0b-4dce-a732-be8eff3e4195", "remote_ip_prefix": null, "created_at": "2018-08-18T21:02:00Z", "security_group_id": "e196c889-9b0b-4dce-a732-be8eff3e4195", "tenant_id": "fb4016b6cee4477e9dc96eae7a6c7c86", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb4016b6cee4477e9dc96eae7a6c7c86"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:02:00Z", "revision_number": 0, "id": "65c4dede-8e09-4dc4-a0d9-ef5c52665be9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:02:00Z", "security_group_id": "e196c889-9b0b-4dce-a732-be8eff3e4195", "tenant_id": "fb4016b6cee4477e9dc96eae7a6c7c86", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb4016b6cee4477e9dc96eae7a6c7c86"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:02:00Z", "revision_number": 0, "id": "e1698949-e35e-445b-bde4-379a2c8bd1f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:02:00Z", "security_group_id": "e196c889-9b0b-4dce-a732-be8eff3e4195", "tenant_id": "fb4016b6cee4477e9dc96eae7a6c7c86", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb4016b6cee4477e9dc96eae7a6c7c86"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:02:00Z", "revision_number": 0, "id": "f5a8a377-1899-4704-97bc-71d5f1568876", "remote_group_id": "e196c889-9b0b-4dce-a732-be8eff3e4195", "remote_ip_prefix": null, "created_at": "2018-08-18T21:02:00Z", "security_group_id": "e196c889-9b0b-4dce-a732-be8eff3e4195", "tenant_id": "fb4016b6cee4477e9dc96eae7a6c7c86", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb4016b6cee4477e9dc96eae7a6c7c86"}], "revision_number": 1, "project_id": "fb4016b6cee4477e9dc96eae7a6c7c86", "id": "e196c889-9b0b-4dce-a732-be8eff3e4195", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "created_at": "2018-08-18T21:46:05Z", "updated_at": "2018-08-18T21:46:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-18T21:46:06Z", "revision_number": 0, "id": "2d9ffc7d-8899-4a79-b9df-5fe4d460b86f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-18T21:46:06Z", "security_group_id": "e2269ff1-7beb-4f3b-9bd0-8cb59ad013d3", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:46:05Z", "revision_number": 0, "id": "4f4ed656-3445-4b3a-b46d-0065f62d5a5e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-18T21:46:05Z", "security_group_id": "e2269ff1-7beb-4f3b-9bd0-8cb59ad013d3", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:46:05Z", "revision_number": 0, "id": "51659055-10e2-4175-afd0-86c675508744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:46:05Z", "security_group_id": "e2269ff1-7beb-4f3b-9bd0-8cb59ad013d3", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "port_range_min": null, "ethertype": "IPv4", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T21:46:05Z", "revision_number": 0, "id": "64fa1d51-3bc5-4cea-baae-4b8b96f8653c", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-18T21:46:05Z", "security_group_id": "e2269ff1-7beb-4f3b-9bd0-8cb59ad013d3", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:46:05Z", "revision_number": 0, "id": "94b7b21e-4996-4be0-9dde-06376df82748", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:46:05Z", "security_group_id": "e2269ff1-7beb-4f3b-9bd0-8cb59ad013d3", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "port_range_min": null, "ethertype": "IPv6", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-18T21:46:05Z", "revision_number": 0, "id": "9df5b5c5-355e-4d58-85bb-e8d1c2637fdd", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-18T21:46:05Z", "security_group_id": "e2269ff1-7beb-4f3b-9bd0-8cb59ad013d3", "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "9fbdea2e9f0d4939bee1962b641e7642"}], "revision_number": 5, "project_id": "9fbdea2e9f0d4939bee1962b641e7642", "id": "e2269ff1-7beb-4f3b-9bd0-8cb59ad013d3", "name": "pns-security5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}, {"description": "Default security group", "tags": [], "tenant_id": "de90e415972b45638293e005bf6c584d", "created_at": "2018-08-18T21:01:49Z", "updated_at": "2018-08-18T21:01:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:49Z", "revision_number": 0, "id": "21baba6f-fac5-448e-9b23-34f3e7e07eb2", "remote_group_id": "e46adc9e-af93-466d-8d30-67c8d525ab88", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:49Z", "security_group_id": "e46adc9e-af93-466d-8d30-67c8d525ab88", "tenant_id": "de90e415972b45638293e005bf6c584d", "port_range_min": null, "ethertype": "IPv4", "project_id": "de90e415972b45638293e005bf6c584d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:49Z", "revision_number": 0, "id": "4c16990c-990b-425a-8acb-37350b3ec173", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:49Z", "security_group_id": "e46adc9e-af93-466d-8d30-67c8d525ab88", "tenant_id": "de90e415972b45638293e005bf6c584d", "port_range_min": null, "ethertype": "IPv6", "project_id": "de90e415972b45638293e005bf6c584d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:49Z", "revision_number": 0, "id": "b3500841-d169-4a97-9a6f-605decc46bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:49Z", "security_group_id": "e46adc9e-af93-466d-8d30-67c8d525ab88", "tenant_id": "de90e415972b45638293e005bf6c584d", "port_range_min": null, "ethertype": "IPv4", "project_id": "de90e415972b45638293e005bf6c584d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:01:49Z", "revision_number": 0, "id": "e8d024ff-0e61-4020-b34b-a2fd6924b568", "remote_group_id": "e46adc9e-af93-466d-8d30-67c8d525ab88", "remote_ip_prefix": null, "created_at": "2018-08-18T21:01:49Z", "security_group_id": "e46adc9e-af93-466d-8d30-67c8d525ab88", "tenant_id": "de90e415972b45638293e005bf6c584d", "port_range_min": null, "ethertype": "IPv6", "project_id": "de90e415972b45638293e005bf6c584d"}], "revision_number": 1, "project_id": "de90e415972b45638293e005bf6c584d", "id": "e46adc9e-af93-466d-8d30-67c8d525ab88", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2dff084ead3645dd87fcf17de9ccd02e", "created_at": "2018-08-18T21:12:57Z", "updated_at": "2018-08-18T21:12:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:12:57Z", "revision_number": 0, "id": "9259f45d-68f0-48d2-8c23-3774f3b36e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:12:57Z", "security_group_id": "f8bc3b41-3888-45eb-9403-8a566707d0ef", "tenant_id": "2dff084ead3645dd87fcf17de9ccd02e", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dff084ead3645dd87fcf17de9ccd02e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:12:57Z", "revision_number": 0, "id": "a218ae82-f9a2-4ef9-83e5-472437c66a3b", "remote_group_id": "f8bc3b41-3888-45eb-9403-8a566707d0ef", "remote_ip_prefix": null, "created_at": "2018-08-18T21:12:57Z", "security_group_id": "f8bc3b41-3888-45eb-9403-8a566707d0ef", "tenant_id": "2dff084ead3645dd87fcf17de9ccd02e", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dff084ead3645dd87fcf17de9ccd02e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:12:57Z", "revision_number": 0, "id": "bafede3a-0f8c-4e59-90ee-a7dbe00511e2", "remote_group_id": "f8bc3b41-3888-45eb-9403-8a566707d0ef", "remote_ip_prefix": null, "created_at": "2018-08-18T21:12:57Z", "security_group_id": "f8bc3b41-3888-45eb-9403-8a566707d0ef", "tenant_id": "2dff084ead3645dd87fcf17de9ccd02e", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dff084ead3645dd87fcf17de9ccd02e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T21:12:57Z", "revision_number": 0, "id": "e66a1dac-cd11-4577-bdf3-b2c3da88f86a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T21:12:57Z", "security_group_id": "f8bc3b41-3888-45eb-9403-8a566707d0ef", "tenant_id": "2dff084ead3645dd87fcf17de9ccd02e", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dff084ead3645dd87fcf17de9ccd02e"}], "revision_number": 1, "project_id": "2dff084ead3645dd87fcf17de9ccd02e", "id": "f8bc3b41-3888-45eb-9403-8a566707d0ef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "created_at": "2018-08-18T20:46:24Z", "updated_at": "2018-08-18T20:46:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "4ef5fd9f-d046-45c3-a0d1-14e00afa29c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv6", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "95c7ccfa-0ad7-477d-8cab-b6332d46046a", "remote_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv4", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "df403748-5f6b-4f80-98a9-30ec429f2880", "remote_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv6", "project_id": "a717651222bc4d4aa3a98a890714bc85"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T20:46:24Z", "revision_number": 0, "id": "e1a29f13-ddd8-4f53-b578-f2c5bdad3617", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T20:46:24Z", "security_group_id": "feb52625-9dfb-46da-85c7-f3753893281f", "tenant_id": "a717651222bc4d4aa3a98a890714bc85", "port_range_min": null, "ethertype": "IPv4", "project_id": "a717651222bc4d4aa3a98a890714bc85"}], "revision_number": 1, "project_id": "a717651222bc4d4aa3a98a890714bc85", "id": "feb52625-9dfb-46da-85c7-f3753893281f", "name": "default"}]} 2018-08-18 23:33:15,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-556144bf-3be3-4447-910d-f1f7c453819a 2018-08-18 23:33:15,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0982549190521s 2018-08-18 23:33:15,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-556144bf-3be3-4447-910d-f1f7c453819a 2018-08-18 23:33:15,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-18 23:33:15,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/9a6954eb-50e6-4708-bd12-801fe4c855e4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:15,521 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ff41f2c-92d0-4bb8-8e9d-7d3a2fc7d82c Content-Length: 0 Date: Sat, 18 Aug 2018 23:33:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:33:15,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9a6954eb-50e6-4708-bd12-801fe4c855e4.json used request id req-4ff41f2c-92d0-4bb8-8e9d-7d3a2fc7d82c 2018-08-18 23:33:15,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.150577068329s 2018-08-18 23:33:15,522 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9a6954eb-50e6-4708-bd12-801fe4c855e4.json used request id req-4ff41f2c-92d0-4bb8-8e9d-7d3a2fc7d82c 2018-08-18 23:33:15,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-18 23:33:15,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:15,566 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23:33:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-548bba1b-8f36-4ab2-8ad2-308078633b43 x-compute-request-id: req-548bba1b-8f36-4ab2-8ad2-308078633b43 Content-Length: 0 Content-Type: application/json 2018-08-18 23:33:15,567 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079 used request id req-548bba1b-8f36-4ab2-8ad2-308078633b43 2018-08-18 23:33:15,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0442409515381s 2018-08-18 23:33:15,567 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/shaker-kp_2738d0a0-aba7-4003-98a3-770d78473079 used request id req-548bba1b-8f36-4ab2-8ad2-308078633b43 2018-08-18 23:33:15,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 23:33:15,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/47488b1d-dd63-4017-8a87-102691868940/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}d0825691617a744741825148241cfe8236f8575c" -d '{"subnet_id": "6704693b-b032-4a26-8b5a-1d170c3f2b51"}' 2018-08-18 23:33:17,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-16f7e384-b532-4f75-9271-e8051128004b Date: Sat, 18 Aug 2018 23:33:17 GMT RESP BODY: {"network_id": "7e994525-1fdf-4b22-bc20-98a3e92225c2", "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "subnet_id": "6704693b-b032-4a26-8b5a-1d170c3f2b51", "subnet_ids": ["6704693b-b032-4a26-8b5a-1d170c3f2b51"], "port_id": "64300533-b034-4919-99ea-fcc2dae635af", "id": "47488b1d-dd63-4017-8a87-102691868940"} 2018-08-18 23:33:17,473 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/47488b1d-dd63-4017-8a87-102691868940/remove_router_interface.json used request id req-16f7e384-b532-4f75-9271-e8051128004b 2018-08-18 23:33:17,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.90520501137s 2018-08-18 23:33:17,473 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/47488b1d-dd63-4017-8a87-102691868940/remove_router_interface.json used request id req-16f7e384-b532-4f75-9271-e8051128004b returning object 47488b1d-dd63-4017-8a87-102691868940 2018-08-18 23:33:17,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 23:33:17,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:17,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1269 X-Openstack-Request-Id: req-6e2cf41c-f5dd-46f7-ad39-b1f1e6fc77b2 Date: Sat, 18 Aug 2018 23:33:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "33ca56ab084d482b9b40704865ec73bd", "created_at": "2018-08-18T22:27:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T23:33:16Z", "revision_number": 4, "routes": [], "project_id": "33ca56ab084d482b9b40704865ec73bd", "id": "47488b1d-dd63-4017-8a87-102691868940", "name": "shaker-router_2738d0a0-aba7-4003-98a3-770d78473079"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "created_at": "2018-08-18T21:45:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:46:04Z", "revision_number": 4, "routes": [], "project_id": "9fbdea2e9f0d4939bee1962b641e7642", "id": "d464b3fd-15ac-4fd7-8b7a-b8900bf34434", "name": "vmtp-router_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}]} 2018-08-18 23:33:17,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-6e2cf41c-f5dd-46f7-ad39-b1f1e6fc77b2 2018-08-18 23:33:17,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117715835571s 2018-08-18 23:33:17,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-6e2cf41c-f5dd-46f7-ad39-b1f1e6fc77b2 2018-08-18 23:33:17,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 23:33:17,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/47488b1d-dd63-4017-8a87-102691868940.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:18,965 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-91a82cfc-95e5-4723-9b93-bb85a0b1c184 Content-Length: 0 Date: Sat, 18 Aug 2018 23:33:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:33:18,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/47488b1d-dd63-4017-8a87-102691868940.json used request id req-91a82cfc-95e5-4723-9b93-bb85a0b1c184 2018-08-18 23:33:18,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.37045311928s 2018-08-18 23:33:18,965 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/47488b1d-dd63-4017-8a87-102691868940.json used request id req-91a82cfc-95e5-4723-9b93-bb85a0b1c184 2018-08-18 23:33:18,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 23:33:18,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:19,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2539 X-Openstack-Request-Id: req-4e22fda3-f168-4b38-9a26-6efa5a1e785c Date: Sat, 18 Aug 2018 23:33:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:27:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T22:27:56Z","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":"33ca56ab084d482b9b40704865ec73bd","id":"6704693b-b032-4a26-8b5a-1d170c3f2b51","subnetpool_id":null,"name":"shaker-subnet_2738d0a0-aba7-4003-98a3-770d78473079"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f46e1fdc-f771-4b18-831b-fc00d663f175","tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:45:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:45:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"9fbdea2e9f0d4939bee1962b641e7642","id":"cba4509c-6895-4cba-b007-d505030e765f","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c96f8b4-8ea7-415a-87a9-8087a6f0f94b","tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:46:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:46:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"9fbdea2e9f0d4939bee1962b641e7642","id":"deee57ff-1b09-4644-943d-a6efed907d3c","subnetpool_id":null,"name":"pns-internal-subnet2"}]} 2018-08-18 23:33:19,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4e22fda3-f168-4b38-9a26-6efa5a1e785c 2018-08-18 23:33:19,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0400369167328s 2018-08-18 23:33:19,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4e22fda3-f168-4b38-9a26-6efa5a1e785c 2018-08-18 23:33:19,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 23:33:19,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/6704693b-b032-4a26-8b5a-1d170c3f2b51.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:20,135 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a17cd393-1f21-48a6-95c8-c9c2f4107913 Date: Sat, 18 Aug 2018 23:33:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:33:20,135 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6704693b-b032-4a26-8b5a-1d170c3f2b51.json used request id req-a17cd393-1f21-48a6-95c8-c9c2f4107913 2018-08-18 23:33:20,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.12720108032s 2018-08-18 23:33:20,136 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6704693b-b032-4a26-8b5a-1d170c3f2b51.json used request id req-a17cd393-1f21-48a6-95c8-c9c2f4107913 2018-08-18 23:33:20,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:33:20,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:20,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2748 X-Openstack-Request-Id: req-5b5f3c87-e8d1-4668-a8fe-971430429073 Date: Sat, 18 Aug 2018 23:33:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4c96f8b4-8ea7-415a-87a9-8087a6f0f94b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9fbdea2e9f0d4939bee1962b641e7642","status":"ACTIVE","subnets":["deee57ff-1b09-4644-943d-a6efed907d3c"],"description":"","tags":[],"updated_at":"2018-08-18T21:46:00Z","provider:segmentation_id":57,"name":"pns-internal-net2_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82","admin_state_up":true,"tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:46:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7e994525-1fdf-4b22-bc20-98a3e92225c2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"33ca56ab084d482b9b40704865ec73bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T23:33:19Z","provider:segmentation_id":83,"name":"shaker-net_2738d0a0-aba7-4003-98a3-770d78473079","admin_state_up":true,"tenant_id":"33ca56ab084d482b9b40704865ec73bd","created_at":"2018-08-18T22:27:56Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f46e1fdc-f771-4b18-831b-fc00d663f175","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9fbdea2e9f0d4939bee1962b641e7642","status":"ACTIVE","subnets":["cba4509c-6895-4cba-b007-d505030e765f"],"description":"","tags":[],"updated_at":"2018-08-18T21:45:59Z","provider:segmentation_id":27,"name":"pns-internal-net_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82","admin_state_up":true,"tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:45:59Z","provider:network_type":"vxlan"}]} 2018-08-18 23:33:20,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5b5f3c87-e8d1-4668-a8fe-971430429073 2018-08-18 23:33:20,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0887818336487s 2018-08-18 23:33:20,226 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5b5f3c87-e8d1-4668-a8fe-971430429073 2018-08-18 23:33:20,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 23:33:20,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/7e994525-1fdf-4b22-bc20-98a3e92225c2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:21,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a048210-1f9b-4b01-8954-f627cbbbfb4c Date: Sat, 18 Aug 2018 23:33:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:33:21,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/7e994525-1fdf-4b22-bc20-98a3e92225c2.json used request id req-6a048210-1f9b-4b01-8954-f627cbbbfb4c 2018-08-18 23:33:21,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.39718008041s 2018-08-18 23:33:21,625 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/7e994525-1fdf-4b22-bc20-98a3e92225c2.json used request id req-6a048210-1f9b-4b01-8954-f627cbbbfb4c 2018-08-18 23:33:21,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:33:21,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:22,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-36b4ccc1-cea8-4af3-a7f4-3afd0afe887b Date: Sat, 18 Aug 2018 23:33:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T22:28:14Z", "file": "/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/file", "owner": "33ca56ab084d482b9b40704865ec73bd", "id": "0811858f-35f9-4278-b423-bb3d4cbd7d91", "size": 666173440, "self": "/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/0811858f-35f9-4278-b423-bb3d4cbd7d91/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_2738d0a0-aba7-4003-98a3-770d78473079", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_2738d0a0-aba7-4003-98a3-770d78473079", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-18T22:28:04Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:33:22,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-36b4ccc1-cea8-4af3-a7f4-3afd0afe887b 2018-08-18 23:33:22,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.742749929428s 2018-08-18 23:33:22,372 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-36b4ccc1-cea8-4af3-a7f4-3afd0afe887b 2018-08-18 23:33:22,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 23:33:22,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0825691617a744741825148241cfe8236f8575c" 2018-08-18 23:33:22,733 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93a53a24-dde1-4cde-b166-d81d9d23298e Date: Sat, 18 Aug 2018 23:33: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-18 23:33:22,734 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91 used request id req-93a53a24-dde1-4cde-b166-d81d9d23298e 2018-08-18 23:33:22,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.360018014908s 2018-08-18 23:33:22,734 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/0811858f-35f9-4278-b423-bb3d4cbd7d91 used request id req-93a53a24-dde1-4cde-b166-d81d9d23298e 2018-08-18 23:33:22,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:33:22,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:33:23,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:33:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["vDew6VOsSj27hH_qZTZf-A"], "issued_at": "2018-08-18T23:33:23.000000Z"}} 2018-08-18 23:33:23,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}427000d8966ecf07ece546dc6a81a6bcccedb7da" 2018-08-18 23:33:23,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33: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-e61a1367-38e6-4ba7-8673-be1b0b30134c x-compute-request-id: req-e61a1367-38e6-4ba7-8673-be1b0b30134c Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_2738d0a0-aba7-4003-98a3-770d78473079", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967", "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": "74f9192d-8d4a-4af4-97f5-46abd9758967"}]} 2018-08-18 23:33:23,420 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e61a1367-38e6-4ba7-8673-be1b0b30134c 2018-08-18 23:33:23,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.686068058014s 2018-08-18 23:33:23,421 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e61a1367-38e6-4ba7-8673-be1b0b30134c 2018-08-18 23:33:23,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 23:33:23,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}427000d8966ecf07ece546dc6a81a6bcccedb7da" 2018-08-18 23:33:23,451 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23:33:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0e63ff2-b787-412a-88bf-2cca547e6489 x-compute-request-id: req-f0e63ff2-b787-412a-88bf-2cca547e6489 Content-Length: 0 Content-Type: application/json 2018-08-18 23:33:23,451 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967 used request id req-f0e63ff2-b787-412a-88bf-2cca547e6489 2018-08-18 23:33:23,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0287611484528s 2018-08-18 23:33:23,451 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/74f9192d-8d4a-4af4-97f5-46abd9758967 used request id req-f0e63ff2-b787-412a-88bf-2cca547e6489 2018-08-18 23:33:23,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 23:33:23,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}427000d8966ecf07ece546dc6a81a6bcccedb7da" 2018-08-18 23:33:23,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c0f3c56-609f-4e1d-8662-051d5127df41 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_2738d0a0-aba7-4003-98a3-770d78473079", "links": {"self": "http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b89dedf8420743578669221204362a53", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 23:33:23,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9c0f3c56-609f-4e1d-8662-051d5127df41 2018-08-18 23:33:23,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199767112732s 2018-08-18 23:33:23,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9c0f3c56-609f-4e1d-8662-051d5127df41 2018-08-18 23:33:23,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 23:33:23,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}427000d8966ecf07ece546dc6a81a6bcccedb7da" 2018-08-18 23:33:23,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f721efc0-e28f-4365-9312-0afbc67066d8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_2738d0a0-aba7-4003-98a3-770d78473079", "links": {"self": "http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b89dedf8420743578669221204362a53", "description": null}} 2018-08-18 23:33:23,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53 used request id req-f721efc0-e28f-4365-9312-0afbc67066d8 2018-08-18 23:33:23,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.178498029709s 2018-08-18 23:33:23,837 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53 used request id req-f721efc0-e28f-4365-9312-0afbc67066d8 2018-08-18 23:33:23,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 23:33:23,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}427000d8966ecf07ece546dc6a81a6bcccedb7da" 2018-08-18 23:33:24,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:33:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4729bafa-63dd-4306-b3e2-ba9e14d07588 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:33:24,201 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53 used request id req-4729bafa-63dd-4306-b3e2-ba9e14d07588 2018-08-18 23:33:24,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.363842010498s 2018-08-18 23:33:24,201 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/b89dedf8420743578669221204362a53 used request id req-4729bafa-63dd-4306-b3e2-ba9e14d07588 2018-08-18 23:33:24,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 23:33:24,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}427000d8966ecf07ece546dc6a81a6bcccedb7da" 2018-08-18 23:33:24,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3001db0-4df7-416c-b68e-9b4d2c9b5105 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd"}, "tags": [], "enabled": true, "id": "33ca56ab084d482b9b40704865ec73bd", "parent_id": "default", "domain_id": "default", "name": "shaker-project_2738d0a0-aba7-4003-98a3-770d78473079"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 23:33:24,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e3001db0-4df7-416c-b68e-9b4d2c9b5105 2018-08-18 23:33:24,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.187705993652s 2018-08-18 23:33:24,396 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e3001db0-4df7-416c-b68e-9b4d2c9b5105 2018-08-18 23:33:24,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 23:33:24,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}427000d8966ecf07ece546dc6a81a6bcccedb7da" 2018-08-18 23:33:24,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:33:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73d90250-4b95-48c2-853c-c5d025fdd068 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:33:24,654 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd used request id req-73d90250-4b95-48c2-853c-c5d025fdd068 2018-08-18 23:33:24,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.254712104797s 2018-08-18 23:33:24,655 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/33ca56ab084d482b9b40704865ec73bd used request id req-73d90250-4b95-48c2-853c-c5d025fdd068 2018-08-18 23:33:24,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:33:24,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}427000d8966ecf07ece546dc6a81a6bcccedb7da" 2018-08-18 23:33:24,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0922e2ec-8866-4079-a991-4a8e6bb18521 Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ab89a8ba1813433c92b4bbf6ed1b291b", "links": {"self": "http://172.30.9.28:5000/v3/roles/ab89a8ba1813433c92b4bbf6ed1b291b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:33:24,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0922e2ec-8866-4079-a991-4a8e6bb18521 2018-08-18 23:33:24,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109724998474s 2018-08-18 23:33:24,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0922e2ec-8866-4079-a991-4a8e6bb18521 2018-08-18 23:33:24,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-18 23:33:24,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/ab89a8ba1813433c92b4bbf6ed1b291b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}427000d8966ecf07ece546dc6a81a6bcccedb7da" 2018-08-18 23:33:24,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:33:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23f1022f-e971-4f50-a88a-1f782c7ad733 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:33:24,985 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ab89a8ba1813433c92b4bbf6ed1b291b used request id req-23f1022f-e971-4f50-a88a-1f782c7ad733 2018-08-18 23:33:24,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.211245059967s 2018-08-18 23:33:24,985 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ab89a8ba1813433c92b4bbf6ed1b291b used request id req-23f1022f-e971-4f50-a88a-1f782c7ad733 2018-08-18 23:33:24,986 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-18 23:33:25,044 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-18 23:33:25,393 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-18 23:33:25,393 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-18 23:33:25,393 - openstack_tests - INFO - OS Credentials = > 2018-08-18 23:33:25,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-18 23:33:25,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-18 23:33:25,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-18 23:33:25,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-18 23:33:25,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-18 23:33:25,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-18 23:33:25,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:33:25,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:33:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["_r6D7ztGSpmV4m-RPSsKMg"], "issued_at": "2018-08-18T23:33:25.000000Z"}} 2018-08-18 23:33:25,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d7885866a31065f1877f5b85b3188f14e2f1a5c" 2018-08-18 23:33:26,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-fb9afa3f-52ae-498e-812b-b68c1ce7e3b4 Date: Sat, 18 Aug 2018 23:33:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 23:33:26,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-fb9afa3f-52ae-498e-812b-b68c1ce7e3b4 2018-08-18 23:33:26,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=65cd7cef-6b04-450e-9f27-e630c6e3994e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d7885866a31065f1877f5b85b3188f14e2f1a5c" 2018-08-18 23:33:26,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c3c76f4a-0daa-4a86-85f2-787314ae98be Date: Sat, 18 Aug 2018 23:33:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-18 23:33:26,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=65cd7cef-6b04-450e-9f27-e630c6e3994e used request id req-c3c76f4a-0daa-4a86-85f2-787314ae98be 2018-08-18 23:33:26,412 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-18 23:33:26,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:33:26,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 23:33:26,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:33:26,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:33:26,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:33:26,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:33:26,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:33:26,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:33:26,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:33:26,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:33:26,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:33:26,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:33:26,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:33:26,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:33:26,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:33:26,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:33:26,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:33:26,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:33:26,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:33:26,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:33:26,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:33:26,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:33:26,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:33:26,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 23:33:26,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 23:33:26,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-18 23:33:26,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:33:26,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27d8a27f-ec8a-472e-aa16-039e089bfa7a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:33:26,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-27d8a27f-ec8a-472e-aa16-039e089bfa7a 2018-08-18 23:33:26,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:33:26,828 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:33:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["z9Ju2TvpSkS7t3RpGGmt_A"], "issued_at": "2018-08-18T23:33:26.000000Z"}} 2018-08-18 23:33:26,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e4f981d040f5eb9d5b39f1e7d30f326d9198cf26" 2018-08-18 23:33:27,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4864c4bd-ddf7-4089-8deb-19ee8782f8fa x-compute-request-id: req-4864c4bd-ddf7-4089-8deb-19ee8782f8fa 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.28: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-18 23:33:27,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/ used request id req-4864c4bd-ddf7-4089-8deb-19ee8782f8fa 2018-08-18 23:33:27,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.657845973969s 2018-08-18 23:33:27,078 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/ used request id req-4864c4bd-ddf7-4089-8deb-19ee8782f8fa 2018-08-18 23:33:27,078 - 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.28: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-18 23:33:27,078 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-18 23:33:27,079 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-18 23:33:27,079 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-18 23:33:27,137 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-18 23:33:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:33:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:33:27,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:33:27,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:33:27,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:33:27,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:33:27,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:33:27,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:33:27,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:33:27,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:33:27,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 23:33:27,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 23:33:27,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:33:27,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-121bb733-41ba-4388-bd36-7c2f48506141 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:33:27,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-121bb733-41ba-4388-bd36-7c2f48506141 2018-08-18 23:33:27,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:33:27,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:33:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["X7fUf7s1Td-2RDkX4Apuhg"], "issued_at": "2018-08-18T23:33:27.000000Z"}} 2018-08-18 23:33:27,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:33:27,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:33:27,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-f076bedd-0ec9-41d3-82d9-1b35f6fd4480 Date: Sat, 18 Aug 2018 23:33:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 23:33:27,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f076bedd-0ec9-41d3-82d9-1b35f6fd4480 2018-08-18 23:33:27,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346925973892s 2018-08-18 23:33:27,932 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f076bedd-0ec9-41d3-82d9-1b35f6fd4480 2018-08-18 23:33:27,932 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 23:33:30,800 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-18 23:33:33,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9ffa5d9b-9782-4ccb-bdfc-a4c58b5d916e | 2018-08-18T23:33:33.266958 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9ffa5d9b-9782-4ccb-bdfc-a4c58b5d916e ~/.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-18 23:33:37,405 - 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-18 23:33:37,405 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-18 23:33:40,072 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-18 23:33:43,486 - 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=e4bcd1ae-b8bc-466a-9003-82471b372f9c) as the default verifier for the future CLI operations. 2018-08-18 23:33:46,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-18 23:33:46,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:33:47,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-40bd0b92-276b-4883-8c72-af863ef8ef89 Date: Sat, 18 Aug 2018 23:33:47 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": "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": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"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": "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": "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"}, {"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": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-18 23:33:47,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-40bd0b92-276b-4883-8c72-af863ef8ef89 2018-08-18 23:33:47,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.278606891632s 2018-08-18 23:33:47,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-40bd0b92-276b-4883-8c72-af863ef8ef89 2018-08-18 23:33:47,046 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-18 23:33:47,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 23:33:47,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"network": {"name": "neutron_trunk-net_c830c29a-9f8f-490f-90db-736fed17a864", "admin_state_up": true}}' 2018-08-18 23:33:47,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-5b88bb73-0d2f-45cb-a73b-26f85cd21a8a Date: Sat, 18 Aug 2018 23:33:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1cfb10a0-f091-43de-86a0-f445cc1e7c1d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T23:33:47Z","is_default":false,"provider:segmentation_id":87,"name":"neutron_trunk-net_c830c29a-9f8f-490f-90db-736fed17a864","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T23:33:47Z","mtu":1450}} 2018-08-18 23:33:47,315 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5b88bb73-0d2f-45cb-a73b-26f85cd21a8a 2018-08-18 23:33:47,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.267874956131s 2018-08-18 23:33:47,315 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5b88bb73-0d2f-45cb-a73b-26f85cd21a8a 2018-08-18 23:33:47,316 - 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-18T23:33:47Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1cfb10a0-f091-43de-86a0-f445cc1e7c1d', u'provider:segmentation_id': 87, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_c830c29a-9f8f-490f-90db-736fed17a864', u'admin_state_up': True, u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T23:33:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 23:33:47,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:33:47,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:33:47,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2749 X-Openstack-Request-Id: req-d7390a23-11e0-4586-a7a7-be4e87a16981 Date: Sat, 18 Aug 2018 23:33:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1cfb10a0-f091-43de-86a0-f445cc1e7c1d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T23:33:47Z","provider:segmentation_id":87,"name":"neutron_trunk-net_c830c29a-9f8f-490f-90db-736fed17a864","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T23:33:47Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4c96f8b4-8ea7-415a-87a9-8087a6f0f94b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9fbdea2e9f0d4939bee1962b641e7642","status":"ACTIVE","subnets":["deee57ff-1b09-4644-943d-a6efed907d3c"],"description":"","tags":[],"updated_at":"2018-08-18T21:46:00Z","provider:segmentation_id":57,"name":"pns-internal-net2_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82","admin_state_up":true,"tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:46:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f46e1fdc-f771-4b18-831b-fc00d663f175","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9fbdea2e9f0d4939bee1962b641e7642","status":"ACTIVE","subnets":["cba4509c-6895-4cba-b007-d505030e765f"],"description":"","tags":[],"updated_at":"2018-08-18T21:45:59Z","provider:segmentation_id":27,"name":"pns-internal-net_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82","admin_state_up":true,"tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:45:59Z","provider:network_type":"vxlan"}]} 2018-08-18 23:33:47,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d7390a23-11e0-4586-a7a7-be4e87a16981 2018-08-18 23:33:47,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.123972892761s 2018-08-18 23:33:47,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d7390a23-11e0-4586-a7a7-be4e87a16981 2018-08-18 23:33:47,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 23:33:47,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"subnet": {"name": "neutron_trunk-subnet_c830c29a-9f8f-490f-90db-736fed17a864", "enable_dhcp": true, "network_id": "1cfb10a0-f091-43de-86a0-f445cc1e7c1d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 23:33:47,868 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-1ee69f71-fa75-4ffa-828a-c5abb3d9baa0 Date: Sat, 18 Aug 2018 23:33:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1cfb10a0-f091-43de-86a0-f445cc1e7c1d","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T23:33:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T23:33:47Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"916340bf06fe4cb5a723b53dc60090de","id":"a2b14abc-6bca-424d-ac34-f6af57975b38","subnetpool_id":null,"name":"neutron_trunk-subnet_c830c29a-9f8f-490f-90db-736fed17a864"}} 2018-08-18 23:33:47,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1ee69f71-fa75-4ffa-828a-c5abb3d9baa0 2018-08-18 23:33:47,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.424910068512s 2018-08-18 23:33:47,869 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1ee69f71-fa75-4ffa-828a-c5abb3d9baa0 2018-08-18 23:33:47,869 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T23:33:47Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'a2b14abc-6bca-424d-ac34-f6af57975b38', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_c830c29a-9f8f-490f-90db-736fed17a864', u'enable_dhcp': True, u'network_id': u'1cfb10a0-f091-43de-86a0-f445cc1e7c1d', u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T23:33:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'916340bf06fe4cb5a723b53dc60090de'}) 2018-08-18 23:33:47,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 23:33:47,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "neutron_trunk-router_c830c29a-9f8f-490f-90db-736fed17a864", "admin_state_up": true}}' 2018-08-18 23:33:49,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-e3cb3e2c-6fb9-4e4d-9be0-29ec77d3d169 Date: Sat, 18 Aug 2018 23:33:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T23:33:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T23:33:49Z", "revision_number": 2, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "2d94f956-b0cc-451d-8535-310343f3e3df", "name": "neutron_trunk-router_c830c29a-9f8f-490f-90db-736fed17a864"}} 2018-08-18 23:33:49,143 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-e3cb3e2c-6fb9-4e4d-9be0-29ec77d3d169 2018-08-18 23:33:49,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27275800705s 2018-08-18 23:33:49,143 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-e3cb3e2c-6fb9-4e4d-9be0-29ec77d3d169 2018-08-18 23:33:49,143 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'916340bf06fe4cb5a723b53dc60090de', u'created_at': u'2018-08-18T23:33:48Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-18T23:33:49Z', u'revision_number': 2, u'routes': [], u'project_id': u'916340bf06fe4cb5a723b53dc60090de', u'id': u'2d94f956-b0cc-451d-8535-310343f3e3df', u'name': u'neutron_trunk-router_c830c29a-9f8f-490f-90db-736fed17a864'}) 2018-08-18 23:33:49,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 23:33:49,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2d94f956-b0cc-451d-8535-310343f3e3df/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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"subnet_id": "a2b14abc-6bca-424d-ac34-f6af57975b38"}' 2018-08-18 23:33:50,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e4ae904c-74d9-4101-8ba2-c22383d772da Date: Sat, 18 Aug 2018 23:33:50 GMT RESP BODY: {"network_id": "1cfb10a0-f091-43de-86a0-f445cc1e7c1d", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "a2b14abc-6bca-424d-ac34-f6af57975b38", "subnet_ids": ["a2b14abc-6bca-424d-ac34-f6af57975b38"], "port_id": "b6db71db-92a4-44d3-9f6b-3dcb95b1b9f0", "id": "2d94f956-b0cc-451d-8535-310343f3e3df"} 2018-08-18 23:33:50,861 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2d94f956-b0cc-451d-8535-310343f3e3df/add_router_interface.json used request id req-e4ae904c-74d9-4101-8ba2-c22383d772da 2018-08-18 23:33:50,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.71692204475s 2018-08-18 23:33:50,862 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2d94f956-b0cc-451d-8535-310343f3e3df/add_router_interface.json used request id req-e4ae904c-74d9-4101-8ba2-c22383d772da returning object 2d94f956-b0cc-451d-8535-310343f3e3df 2018-08-18 23:33:50,862 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 23:33:50,994 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 23:33:50,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:33:51,001 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 23:33:50 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 23:33:51,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:33:51,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:33:51,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2c99da8b-7f0a-4b33-b357-0ce097d66121 Date: Sat, 18 Aug 2018 23:33:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:33:51,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2c99da8b-7f0a-4b33-b357-0ce097d66121 2018-08-18 23:33:51,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.685022830963s 2018-08-18 23:33:51,692 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2c99da8b-7f0a-4b33-b357-0ce097d66121 2018-08-18 23:33:51,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 23:33:51,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864"}' 2018-08-18 23:33:51,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-90b5d00f-07ad-414f-9e23-e1c972f2f7c6 Date: Sat, 18 Aug 2018 23:33:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:33:51Z", "file": "/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "306c46a2-4190-4baa-8be3-9cf2104f0a75", "size": null, "self": "/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "checksum": null, "created_at": "2018-08-18T23:33:51Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 23:33:51,743 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-90b5d00f-07ad-414f-9e23-e1c972f2f7c6 2018-08-18 23:33:51,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0429840087891s 2018-08-18 23:33:51,743 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-90b5d00f-07ad-414f-9e23-e1c972f2f7c6 returning object 306c46a2-4190-4baa-8be3-9cf2104f0a75 2018-08-18 23:33:51,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 23:33:51,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '' 2018-08-18 23:33:52,527 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-379e1285-8743-4fe4-aed2-fd39c2eb2170 Date: Sat, 18 Aug 2018 23:33:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 23:33:52,527 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/file used request id req-379e1285-8743-4fe4-aed2-fd39c2eb2170 2018-08-18 23:33:52,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.783598899841s 2018-08-18 23:33:52,528 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/file used request id req-379e1285-8743-4fe4-aed2-fd39c2eb2170 2018-08-18 23:33:52,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:33:52,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:33:52,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-60732b78-557e-409e-b3df-28dcbf87b4e0 Date: Sat, 18 Aug 2018 23:33:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:33:52Z", "file": "/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "306c46a2-4190-4baa-8be3-9cf2104f0a75", "size": 12716032, "self": "/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T23:33:51Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:33:52,559 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-60732b78-557e-409e-b3df-28dcbf87b4e0 2018-08-18 23:33:52,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0262529850006s 2018-08-18 23:33:52,559 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-60732b78-557e-409e-b3df-28dcbf87b4e0 2018-08-18 23:33:52,561 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/snap', u'metadata': Munch({})})], 'file': u'/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'306c46a2-4190-4baa-8be3-9cf2104f0a75', 'size': 12716032, u'self': u'/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T23:33:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T23:33:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864', 'created': u'2018-08-18T23:33:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T23:33:51Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 23:33:52,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 23:33:52,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_c830c29a-9f8f-490f-90db-736fed17a864", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 23:33:52,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92c485d6-b525-4ad6-b266-49706196b653 x-compute-request-id: req-92c485d6-b525-4ad6-b266-49706196b653 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_c830c29a-9f8f-490f-90db-736fed17a864", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63", "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": "fe041b9e-6259-456d-aa18-c39d53b1ff63"}} 2018-08-18 23:33:52,875 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-92c485d6-b525-4ad6-b266-49706196b653 2018-08-18 23:33:52,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.312866926193s 2018-08-18 23:33:52,875 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-92c485d6-b525-4ad6-b266-49706196b653 2018-08-18 23:33:52,876 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_c830c29a-9f8f-490f-90db-736fed17a864', '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'916340bf06fe4cb5a723b53dc60090de', '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'fe041b9e-6259-456d-aa18-c39d53b1ff63', 'swap': 0}) 2018-08-18 23:33:52,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 23:33:52,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63/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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"extra_specs": {}}' 2018-08-18 23:33:52,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02db15ec-fe5e-4b34-bc7e-d80b9777563a x-compute-request-id: req-02db15ec-fe5e-4b34-bc7e-d80b9777563a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 23:33:52,902 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63/os-extra_specs used request id req-02db15ec-fe5e-4b34-bc7e-d80b9777563a 2018-08-18 23:33:52,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0257570743561s 2018-08-18 23:33:52,903 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63/os-extra_specs used request id req-02db15ec-fe5e-4b34-bc7e-d80b9777563a 2018-08-18 23:33:52,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:33:52,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 23:33:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4579971-3ff1-4cbb-addc-1a9e45d7e22f 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 23:33:52,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-d4579971-3ff1-4cbb-addc-1a9e45d7e22f 2018-08-18 23:33:52,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:33:52,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:33:53,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b8f9154-e746-4d94-8c43-aaff29681724 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:33:53,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2b8f9154-e746-4d94-8c43-aaff29681724 2018-08-18 23:33:53,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182880878448s 2018-08-18 23:33:53,103 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2b8f9154-e746-4d94-8c43-aaff29681724 2018-08-18 23:33:53,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:33:53,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:33:53,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a450aa5-2b72-40a0-89d2-e2d01b328197 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:33:53,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9a450aa5-2b72-40a0-89d2-e2d01b328197 2018-08-18 23:33:53,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177291154861s 2018-08-18 23:33:53,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9a450aa5-2b72-40a0-89d2-e2d01b328197 2018-08-18 23:33:53,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-18 23:33:53,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:33:53,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33: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-5db361a0-6c17-486c-8cc7-a007e711ae5c x-compute-request-id: req-5db361a0-6c17-486c-8cc7-a007e711ae5c Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 141, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 9}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-18 23:33:53,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-5db361a0-6c17-486c-8cc7-a007e711ae5c 2018-08-18 23:33:53,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0405459403992s 2018-08-18 23:33:53,337 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-5db361a0-6c17-486c-8cc7-a007e711ae5c 2018-08-18 23:33:53,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:33:53,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:33:53,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-81a22250-c0d0-40c7-8836-7b3a75971803 Date: Sat, 18 Aug 2018 23:33:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:33:52Z", "file": "/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "306c46a2-4190-4baa-8be3-9cf2104f0a75", "size": 12716032, "self": "/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T23:33:51Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:33:53,364 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-81a22250-c0d0-40c7-8836-7b3a75971803 2018-08-18 23:33:53,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0229589939117s 2018-08-18 23:33:53,365 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-81a22250-c0d0-40c7-8836-7b3a75971803 2018-08-18 23:33:53,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 23:33:53,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_c830c29a-9f8f-490f-90db-736fed17a864", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_c830c29a-9f8f-490f-90db-736fed17a864"}' 2018-08-18 23:33:53,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-242f723a-b67a-4214-afd5-62abec258edf Date: Sat, 18 Aug 2018 23:33:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:33:53Z", "file": "/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "1ea2e54b-662e-43da-b6ad-408c838501c7", "size": null, "self": "/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_c830c29a-9f8f-490f-90db-736fed17a864", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_c830c29a-9f8f-490f-90db-736fed17a864", "checksum": null, "created_at": "2018-08-18T23:33:53Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 23:33:53,409 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-242f723a-b67a-4214-afd5-62abec258edf 2018-08-18 23:33:53,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0364179611206s 2018-08-18 23:33:53,409 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-242f723a-b67a-4214-afd5-62abec258edf returning object 1ea2e54b-662e-43da-b6ad-408c838501c7 2018-08-18 23:33:53,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 23:33:53,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7/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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '' 2018-08-18 23:33:54,618 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a826bf9-7654-46dc-abac-dc76ca7448be Date: Sat, 18 Aug 2018 23:33: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-18 23:33:54,618 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7/file used request id req-9a826bf9-7654-46dc-abac-dc76ca7448be 2018-08-18 23:33:54,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.20864105225s 2018-08-18 23:33:54,619 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7/file used request id req-9a826bf9-7654-46dc-abac-dc76ca7448be 2018-08-18 23:33:54,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:33:54,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:33:54,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-49d1dd9e-abe3-4c43-9a24-f48c2695fef5 Date: Sat, 18 Aug 2018 23:33:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:33:54Z", "file": "/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "1ea2e54b-662e-43da-b6ad-408c838501c7", "size": 12716032, "self": "/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/1ea2e54b-662e-43da-b6ad-408c838501c7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/1ea2e54b-662e-43da-b6ad-408c838501c7/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_c830c29a-9f8f-490f-90db-736fed17a864", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_c830c29a-9f8f-490f-90db-736fed17a864", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T23:33:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:33:52Z", "file": "/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "306c46a2-4190-4baa-8be3-9cf2104f0a75", "size": 12716032, "self": "/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T23:33:51Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:33:54,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-49d1dd9e-abe3-4c43-9a24-f48c2695fef5 2018-08-18 23:33:54,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0302450656891s 2018-08-18 23:33:54,654 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-49d1dd9e-abe3-4c43-9a24-f48c2695fef5 2018-08-18 23:33:54,656 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/1ea2e54b-662e-43da-b6ad-408c838501c7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7/file', 'owner': u'916340bf06fe4cb5a723b53dc60090de', 'id': u'1ea2e54b-662e-43da-b6ad-408c838501c7', 'size': 12716032, u'self': u'/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'916340bf06fe4cb5a723b53dc60090de', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/1ea2e54b-662e-43da-b6ad-408c838501c7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T23:33:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-18T23:33:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_c830c29a-9f8f-490f-90db-736fed17a864', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_c830c29a-9f8f-490f-90db-736fed17a864', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_c830c29a-9f8f-490f-90db-736fed17a864', 'created': u'2018-08-18T23:33:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T23:33:53Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_c830c29a-9f8f-490f-90db-736fed17a864', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 23:33:54,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 23:33:54,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_c830c29a-9f8f-490f-90db-736fed17a864", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 23:33:54,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96e5abf2-3c39-48c1-b1c8-deff5e4a5310 x-compute-request-id: req-96e5abf2-3c39-48c1-b1c8-deff5e4a5310 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_c830c29a-9f8f-490f-90db-736fed17a864", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/261e43cc-b126-41b7-9e30-0c8f2e3b0640", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/261e43cc-b126-41b7-9e30-0c8f2e3b0640", "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": "261e43cc-b126-41b7-9e30-0c8f2e3b0640"}} 2018-08-18 23:33:54,692 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-96e5abf2-3c39-48c1-b1c8-deff5e4a5310 2018-08-18 23:33:54,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0352210998535s 2018-08-18 23:33:54,693 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-96e5abf2-3c39-48c1-b1c8-deff5e4a5310 2018-08-18 23:33:54,694 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_c830c29a-9f8f-490f-90db-736fed17a864', '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'916340bf06fe4cb5a723b53dc60090de', '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'261e43cc-b126-41b7-9e30-0c8f2e3b0640', 'swap': 0}) 2018-08-18 23:33:54,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 23:33:54,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/261e43cc-b126-41b7-9e30-0c8f2e3b0640/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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"extra_specs": {}}' 2018-08-18 23:33:54,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:33:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3ac5a129-faee-40a3-bc84-9b66c7a3f068 x-compute-request-id: req-3ac5a129-faee-40a3-bc84-9b66c7a3f068 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 23:33:54,716 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/261e43cc-b126-41b7-9e30-0c8f2e3b0640/os-extra_specs used request id req-3ac5a129-faee-40a3-bc84-9b66c7a3f068 2018-08-18 23:33:54,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215339660645s 2018-08-18 23:33:54,716 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/261e43cc-b126-41b7-9e30-0c8f2e3b0640/os-extra_specs used request id req-3ac5a129-faee-40a3-bc84-9b66c7a3f068 2018-08-18 23:33:54,716 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_c830c29a-9f8f-490f-90db-736fed17a864', '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'916340bf06fe4cb5a723b53dc60090de', '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'261e43cc-b126-41b7-9e30-0c8f2e3b0640', 'swap': 0}) 2018-08-18 23:33:58,253 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-18 23:33:58,254 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-18 23:33:58,254 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-18 23:33:58,256 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-18 23:33:58,259 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-18 23:34:01,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e4bcd1ae-b8bc-466a-9003-82471b372f9c/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-18 23:34:01,693 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-18 23:34:01,693 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-18 23:34:01,694 - 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-18 23:36:07,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d98f63a3-49b4-41c0-a7b8-cf2542d53ab9 2018-08-18 23:36:07,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd98f63a3-49b4-41c0-a7b8-cf2542d53ab9']'. 2018-08-18 23:36:08,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-18 23:36:08,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-18 23:36:08,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-18 23:36:08,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d98f63a3-49b4-41c0-a7b8-cf2542d53ab9 | 2018-08-18 23:36:08,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-18 23:36:08,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-18 23:34:04 | 2018-08-18 23:36:08,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-18 23:36:07 | 2018-08-18 23:36:08,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:03 | 2018-08-18 23:36:08,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-18 23:36:08,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-18 23:36:08,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e4bcd1ae-b8bc-466a-9003-82471b372f9c) | 2018-08-18 23:36:08,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-18 23:36:08,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9ffa5d9b-9782-4ccb-bdfc-a4c58b5d916e) | 2018-08-18 23:36:08,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-18 23:36:08,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 110.542 | 2018-08-18 23:36:08,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-18 23:36:08,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-18 23:36:08,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-18 23:36:08,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-18 23:36:08,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-18 23:36:08,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-18 23:36:08,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-18 23:36:08,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-18 23:36:08,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-18 23:36:08,400 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 23:36:08,400 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:21 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-18 23:36:08,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 23:36:08,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:09,015 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-28faf57f-4304-49cc-a3ef-8f737212b605 Date: Sat, 18 Aug 2018 23:36:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 23:36:09,015 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7 used request id req-28faf57f-4304-49cc-a3ef-8f737212b605 2018-08-18 23:36:09,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.608433961868s 2018-08-18 23:36:09,015 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1ea2e54b-662e-43da-b6ad-408c838501c7 used request id req-28faf57f-4304-49cc-a3ef-8f737212b605 2018-08-18 23:36:09,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:36:09,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:09,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:36: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-62689774-222f-4bd1-a54f-8b0693d164e4 x-compute-request-id: req-62689774-222f-4bd1-a54f-8b0693d164e4 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_alt_c830c29a-9f8f-490f-90db-736fed17a864", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/261e43cc-b126-41b7-9e30-0c8f2e3b0640", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/261e43cc-b126-41b7-9e30-0c8f2e3b0640", "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": "261e43cc-b126-41b7-9e30-0c8f2e3b0640"}, {"name": "neutron_trunk-flavor_c830c29a-9f8f-490f-90db-736fed17a864", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63", "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": "fe041b9e-6259-456d-aa18-c39d53b1ff63"}]} 2018-08-18 23:36:09,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-62689774-222f-4bd1-a54f-8b0693d164e4 2018-08-18 23:36:09,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027007818222s 2018-08-18 23:36:09,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-62689774-222f-4bd1-a54f-8b0693d164e4 2018-08-18 23:36:09,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 23:36:09,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/261e43cc-b126-41b7-9e30-0c8f2e3b0640 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:09,077 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23:36: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-9b935624-00e3-4087-a8b3-ec2ac70055c5 x-compute-request-id: req-9b935624-00e3-4087-a8b3-ec2ac70055c5 Content-Length: 0 Content-Type: application/json 2018-08-18 23:36:09,077 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/261e43cc-b126-41b7-9e30-0c8f2e3b0640 used request id req-9b935624-00e3-4087-a8b3-ec2ac70055c5 2018-08-18 23:36:09,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.031259059906s 2018-08-18 23:36:09,077 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/261e43cc-b126-41b7-9e30-0c8f2e3b0640 used request id req-9b935624-00e3-4087-a8b3-ec2ac70055c5 2018-08-18 23:36:09,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 23:36:09,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2d94f956-b0cc-451d-8535-310343f3e3df/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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" -d '{"subnet_id": "a2b14abc-6bca-424d-ac34-f6af57975b38"}' 2018-08-18 23:36:10,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2b658673-c8ff-47d6-a402-8c2fc6f4566b Date: Sat, 18 Aug 2018 23:36:10 GMT RESP BODY: {"network_id": "1cfb10a0-f091-43de-86a0-f445cc1e7c1d", "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "subnet_id": "a2b14abc-6bca-424d-ac34-f6af57975b38", "subnet_ids": ["a2b14abc-6bca-424d-ac34-f6af57975b38"], "port_id": "b6db71db-92a4-44d3-9f6b-3dcb95b1b9f0", "id": "2d94f956-b0cc-451d-8535-310343f3e3df"} 2018-08-18 23:36:10,860 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2d94f956-b0cc-451d-8535-310343f3e3df/remove_router_interface.json used request id req-2b658673-c8ff-47d6-a402-8c2fc6f4566b 2018-08-18 23:36:10,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.78234505653s 2018-08-18 23:36:10,860 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2d94f956-b0cc-451d-8535-310343f3e3df/remove_router_interface.json used request id req-2b658673-c8ff-47d6-a402-8c2fc6f4566b returning object 2d94f956-b0cc-451d-8535-310343f3e3df 2018-08-18 23:36:10,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 23:36:10,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:10,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-8a640303-bcb7-418f-988b-f46017d5b22e Date: Sat, 18 Aug 2018 23:36:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "916340bf06fe4cb5a723b53dc60090de", "created_at": "2018-08-18T23:33:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T23:36:10Z", "revision_number": 4, "routes": [], "project_id": "916340bf06fe4cb5a723b53dc60090de", "id": "2d94f956-b0cc-451d-8535-310343f3e3df", "name": "neutron_trunk-router_c830c29a-9f8f-490f-90db-736fed17a864"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9fbdea2e9f0d4939bee1962b641e7642", "created_at": "2018-08-18T21:45:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-18T21:46:04Z", "revision_number": 4, "routes": [], "project_id": "9fbdea2e9f0d4939bee1962b641e7642", "id": "d464b3fd-15ac-4fd7-8b7a-b8900bf34434", "name": "vmtp-router_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82"}]} 2018-08-18 23:36:10,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8a640303-bcb7-418f-988b-f46017d5b22e 2018-08-18 23:36:10,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119626998901s 2018-08-18 23:36:10,981 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8a640303-bcb7-418f-988b-f46017d5b22e 2018-08-18 23:36:10,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 23:36:10,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/2d94f956-b0cc-451d-8535-310343f3e3df.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:12,342 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-316f09db-6cb8-47c3-9554-c4200921bc6c Content-Length: 0 Date: Sat, 18 Aug 2018 23:36:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:36:12,342 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2d94f956-b0cc-451d-8535-310343f3e3df.json used request id req-316f09db-6cb8-47c3-9554-c4200921bc6c 2018-08-18 23:36:12,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35989809036s 2018-08-18 23:36:12,343 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2d94f956-b0cc-451d-8535-310343f3e3df.json used request id req-316f09db-6cb8-47c3-9554-c4200921bc6c 2018-08-18 23:36:12,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 23:36:12,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:12,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2546 X-Openstack-Request-Id: req-4b23bf30-da19-468a-8b57-c35f7d02ef59 Date: Sat, 18 Aug 2018 23:36:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:29Z","dns_nameservers":[],"updated_at":"2018-08-18T20:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a717651222bc4d4aa3a98a890714bc85","id":"4016d9bf-137d-47d2-ad3a-d1176fc3acd3","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1cfb10a0-f091-43de-86a0-f445cc1e7c1d","tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T23:33:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T23:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"916340bf06fe4cb5a723b53dc60090de","id":"a2b14abc-6bca-424d-ac34-f6af57975b38","subnetpool_id":null,"name":"neutron_trunk-subnet_c830c29a-9f8f-490f-90db-736fed17a864"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f46e1fdc-f771-4b18-831b-fc00d663f175","tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:45:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:45:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"9fbdea2e9f0d4939bee1962b641e7642","id":"cba4509c-6895-4cba-b007-d505030e765f","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c96f8b4-8ea7-415a-87a9-8087a6f0f94b","tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:46:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T21:46:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"9fbdea2e9f0d4939bee1962b641e7642","id":"deee57ff-1b09-4644-943d-a6efed907d3c","subnetpool_id":null,"name":"pns-internal-subnet2"}]} 2018-08-18 23:36:12,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4b23bf30-da19-468a-8b57-c35f7d02ef59 2018-08-18 23:36:12,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0960879325867s 2018-08-18 23:36:12,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4b23bf30-da19-468a-8b57-c35f7d02ef59 2018-08-18 23:36:12,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 23:36:12,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/a2b14abc-6bca-424d-ac34-f6af57975b38.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:13,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8cab5949-55b7-41ca-b26b-d9457850c4c4 Date: Sat, 18 Aug 2018 23:36:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:36:13,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/a2b14abc-6bca-424d-ac34-f6af57975b38.json used request id req-8cab5949-55b7-41ca-b26b-d9457850c4c4 2018-08-18 23:36:13,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.13637304306s 2018-08-18 23:36:13,578 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/a2b14abc-6bca-424d-ac34-f6af57975b38.json used request id req-8cab5949-55b7-41ca-b26b-d9457850c4c4 2018-08-18 23:36:13,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:36:13,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:13,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2755 X-Openstack-Request-Id: req-59454576-b9f8-4247-bb6d-199fd8669921 Date: Sat, 18 Aug 2018 23:36:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1cfb10a0-f091-43de-86a0-f445cc1e7c1d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"916340bf06fe4cb5a723b53dc60090de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T23:36:13Z","provider:segmentation_id":87,"name":"neutron_trunk-net_c830c29a-9f8f-490f-90db-736fed17a864","admin_state_up":true,"tenant_id":"916340bf06fe4cb5a723b53dc60090de","created_at":"2018-08-18T23:33:47Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4c96f8b4-8ea7-415a-87a9-8087a6f0f94b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9fbdea2e9f0d4939bee1962b641e7642","status":"ACTIVE","subnets":["deee57ff-1b09-4644-943d-a6efed907d3c"],"description":"","tags":[],"updated_at":"2018-08-18T21:46:00Z","provider:segmentation_id":57,"name":"pns-internal-net2_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82","admin_state_up":true,"tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:46:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f46e1fdc-f771-4b18-831b-fc00d663f175","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9fbdea2e9f0d4939bee1962b641e7642","status":"ACTIVE","subnets":["cba4509c-6895-4cba-b007-d505030e765f"],"description":"","tags":[],"updated_at":"2018-08-18T21:45:59Z","provider:segmentation_id":27,"name":"pns-internal-net_5a1d1b8e-bfb5-4fbe-bf2b-4fa77c308a82","admin_state_up":true,"tenant_id":"9fbdea2e9f0d4939bee1962b641e7642","created_at":"2018-08-18T21:45:59Z","provider:network_type":"vxlan"}]} 2018-08-18 23:36:13,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-59454576-b9f8-4247-bb6d-199fd8669921 2018-08-18 23:36:13,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0998167991638s 2018-08-18 23:36:13,679 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-59454576-b9f8-4247-bb6d-199fd8669921 2018-08-18 23:36:13,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 23:36:13,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/1cfb10a0-f091-43de-86a0-f445cc1e7c1d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:14,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4597877b-f114-4375-8981-e00590f87179 Date: Sat, 18 Aug 2018 23:36:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:36:14,959 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1cfb10a0-f091-43de-86a0-f445cc1e7c1d.json used request id req-4597877b-f114-4375-8981-e00590f87179 2018-08-18 23:36:14,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.2780148983s 2018-08-18 23:36:14,959 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1cfb10a0-f091-43de-86a0-f445cc1e7c1d.json used request id req-4597877b-f114-4375-8981-e00590f87179 2018-08-18 23:36:14,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:36:14,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:14,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-4f4bfca1-d31c-4aee-b2ac-e1d125f24710 Date: Sat, 18 Aug 2018 23:36:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:33:52Z", "file": "/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/file", "owner": "916340bf06fe4cb5a723b53dc60090de", "id": "306c46a2-4190-4baa-8be3-9cf2104f0a75", "size": 12716032, "self": "/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/306c46a2-4190-4baa-8be3-9cf2104f0a75/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_c830c29a-9f8f-490f-90db-736fed17a864", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T23:33:51Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:36:14,990 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4f4bfca1-d31c-4aee-b2ac-e1d125f24710 2018-08-18 23:36:14,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0260059833527s 2018-08-18 23:36:14,990 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4f4bfca1-d31c-4aee-b2ac-e1d125f24710 2018-08-18 23:36:14,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 23:36:14,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:15,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51e99d27-7567-4f25-b921-c54cc9f6d3fd Date: Sat, 18 Aug 2018 23:36:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 23:36:15,274 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75 used request id req-51e99d27-7567-4f25-b921-c54cc9f6d3fd 2018-08-18 23:36:15,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.282485961914s 2018-08-18 23:36:15,275 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/306c46a2-4190-4baa-8be3-9cf2104f0a75 used request id req-51e99d27-7567-4f25-b921-c54cc9f6d3fd 2018-08-18 23:36:15,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:36:15,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:15,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:36:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3618602d-3dd3-4008-a81a-8d5efb787ad8 x-compute-request-id: req-3618602d-3dd3-4008-a81a-8d5efb787ad8 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_c830c29a-9f8f-490f-90db-736fed17a864", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63", "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": "fe041b9e-6259-456d-aa18-c39d53b1ff63"}]} 2018-08-18 23:36:15,298 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3618602d-3dd3-4008-a81a-8d5efb787ad8 2018-08-18 23:36:15,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0231959819794s 2018-08-18 23:36:15,299 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3618602d-3dd3-4008-a81a-8d5efb787ad8 2018-08-18 23:36:15,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 23:36:15,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3aab6601c829844f0ca20031a4d2f9eb26a2681b" 2018-08-18 23:36:15,339 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23:36:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8f13f3d6-7857-43de-859e-6850dfcb3a08 x-compute-request-id: req-8f13f3d6-7857-43de-859e-6850dfcb3a08 Content-Length: 0 Content-Type: application/json 2018-08-18 23:36:15,340 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63 used request id req-8f13f3d6-7857-43de-859e-6850dfcb3a08 2018-08-18 23:36:15,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0390260219574s 2018-08-18 23:36:15,340 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fe041b9e-6259-456d-aa18-c39d53b1ff63 used request id req-8f13f3d6-7857-43de-859e-6850dfcb3a08 2018-08-18 23:36:15,401 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-18 23:36:15,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:36:15,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 23:36:15,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:36:15,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:36:15,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:36:15,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:36:15,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:36:15,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:36:15,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:36:15,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:36:15,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:36:15,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 23:36:15,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 23:36:15,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:36:15,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe2db2c1-a66b-455f-8623-f2af1d4aa677 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:36:15,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fe2db2c1-a66b-455f-8623-f2af1d4aa677 2018-08-18 23:36:15,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:36:15,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:36:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["_x8fds_PThSyL-uSiW362g"], "issued_at": "2018-08-18T23:36:15.000000Z"}} 2018-08-18 23:36:15,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:36:15,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e1bde33fd07d4c8be7bb36e008a6b8d25590274a" 2018-08-18 23:36:16,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-0b16697d-937d-4689-b08b-fc9c25a70cf3 Date: Sat, 18 Aug 2018 23:36:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 23:36:16,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0b16697d-937d-4689-b08b-fc9c25a70cf3 2018-08-18 23:36:16,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.325312137604s 2018-08-18 23:36:16,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0b16697d-937d-4689-b08b-fc9c25a70cf3 2018-08-18 23:36:16,174 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 23:36:19,016 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-18 23:36:21,792 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 7ce22c44-42c7-4a08-a97b-e01aceb9e936 | 2018-08-18T23:36:21.455505 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 7ce22c44-42c7-4a08-a97b-e01aceb9e936 ~/.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-18 23:36:25,677 - 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-18 23:36:25,677 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-18 23:36:28,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-18 23:36:31,627 - 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=ab490957-341d-4113-909b-c2060efb2dc5) as the default verifier for the future CLI operations. 2018-08-18 23:36:34,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-18 23:36:34,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e1bde33fd07d4c8be7bb36e008a6b8d25590274a" 2018-08-18 23:36:35,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-ccb34b7d-2fc4-4812-8e36-14dc80c31d99 Date: Sat, 18 Aug 2018 23:36:35 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": "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": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"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": "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": "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"}, {"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": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-18 23:36:35,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-ccb34b7d-2fc4-4812-8e36-14dc80c31d99 2018-08-18 23:36:35,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.271318912506s 2018-08-18 23:36:35,142 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-ccb34b7d-2fc4-4812-8e36-14dc80c31d99 2018-08-18 23:36:35,150 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-08-18 23:36:35,150 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-08-18 23:36:35,151 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-08-18 23:36:35,212 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:36:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:36:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 23:36:35,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 23:36:35,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:36:35,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a478687-8384-4a25-b47f-5bd208885f2d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:36:35,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3a478687-8384-4a25-b47f-5bd208885f2d 2018-08-18 23:36:35,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:36:35,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:36:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["V1j47bpuSZeOBXiB_5c_0Q"], "issued_at": "2018-08-18T23:36:35.000000Z"}} 2018-08-18 23:36:35,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:36:35,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}81178341fe5df32c3578c774b67259c9a36ede9c" 2018-08-18 23:36:36,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-af898be3-b51c-42a0-bb56-be3e936d0ccc Date: Sat, 18 Aug 2018 23:36:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 23:36:36,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-af898be3-b51c-42a0-bb56-be3e936d0ccc 2018-08-18 23:36:36,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.676764011383s 2018-08-18 23:36:36,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-af898be3-b51c-42a0-bb56-be3e936d0ccc 2018-08-18 23:36:36,362 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 23:36:40,312 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-18 23:36:43,324 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 1aab221c-ea61-426a-8705-dc4cdefe114b | 2018-08-18T23:36:42.959209 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 1aab221c-ea61-426a-8705-dc4cdefe114b ~/.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-18 23:36:47,065 - 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-18 23:36:47,066 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-18 23:36:49,707 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-18 23:36:53,224 - 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=f8f92bb4-a62d-4627-b0c5-b290a5e273b7) as the default verifier for the future CLI operations. 2018-08-18 23:36:56,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-18 23:36:56,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81178341fe5df32c3578c774b67259c9a36ede9c" 2018-08-18 23:36:56,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-49b38707-6191-40da-aa9d-848666110c96 Date: Sat, 18 Aug 2018 23:36:56 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": "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": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"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": "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": "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"}, {"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": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-18 23:36:56,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-49b38707-6191-40da-aa9d-848666110c96 2018-08-18 23:36:56,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.29013800621s 2018-08-18 23:36:56,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-49b38707-6191-40da-aa9d-848666110c96 2018-08-18 23:36:56,647 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-18 23:36:56,648 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-18 23:36:56,648 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-18 23:36:56,706 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:36:56,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-18 23:36:56,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-18 23:36:56,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:36:56,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:36:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-255211c0-bdcd-4635-8623-e3aa04178d0b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:36:56,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-255211c0-bdcd-4635-8623-e3aa04178d0b 2018-08-18 23:36:56,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:36:57,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:36:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["YAvW1y8CTYGEj7HD-Cjr-Q"], "issued_at": "2018-08-18T23:36:57.000000Z"}} 2018-08-18 23:36:57,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:36:57,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a40c0a8cefb9bf8d47f890badcf23b693618efbd" 2018-08-18 23:36:57,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-24032227-fac3-443f-b6d8-e3054c9def34 Date: Sat, 18 Aug 2018 23:36:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 23:36:57,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-24032227-fac3-443f-b6d8-e3054c9def34 2018-08-18 23:36:57,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.358011007309s 2018-08-18 23:36:57,512 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-24032227-fac3-443f-b6d8-e3054c9def34 2018-08-18 23:36:57,512 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-18 23:37:00,300 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-18 23:37:03,058 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 91d04e52-a99a-42e7-96df-c5785870bbb7 | 2018-08-18T23:37:02.679163 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 91d04e52-a99a-42e7-96df-c5785870bbb7 ~/.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-18 23:37:06,671 - 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-18 23:37:06,671 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-18 23:37:10,061 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-18 23:37:13,650 - 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=483556c1-91ad-4932-886b-4c8d8e436ce2) as the default verifier for the future CLI operations. 2018-08-18 23:37:16,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:37:16,868 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 23:37:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eff18a5d-fcb2-445a-9184-2d6e0ecb298b 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 23:37:16,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-eff18a5d-fcb2-445a-9184-2d6e0ecb298b 2018-08-18 23:37:16,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-18 23:37:16,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 23:37:16,877 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 23:37:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-690a5f19-7c4a-44ef-8383-9f993d38c576 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-18 23:37:16,877 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-690a5f19-7c4a-44ef-8383-9f993d38c576 2018-08-18 23:37:16,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a40c0a8cefb9bf8d47f890badcf23b693618efbd" 2018-08-18 23:37:17,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf6b581-cf08-41e2-8bb8-ff9dee5054d2 Content-Encoding: gzip Content-Length: 858 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3220ab4ed05a40bf9d2e1278dcd6619d"}, "enabled": true, "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b1566ae2a5d4f7c81816c21ed2d5e40"}, "enabled": true, "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4730dc960cea404c8d1b192602e59886"}, "enabled": true, "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5a3d797353954386ba32f487084346f8"}, "enabled": true, "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/77553816578e44e0959db1d391266597"}, "enabled": true, "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86ee421a72744c04ab368db4e0c880a7"}, "enabled": true, "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/9adc66ad014f4961a9ea7d3ee8df592c"}, "enabled": true, "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a3ff63ef96d44f059d60f2be9db02efb"}, "enabled": true, "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/aab86086c08642bfbcea48c5aaba17a2"}, "enabled": true, "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/af10e8c2af504c21966e249d70c4e7e7"}, "enabled": true, "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/afe8d727d63246449c73cac35e11ef0e"}, "enabled": true, "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b47526e984904e72bfa0249a83525681"}, "enabled": true, "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c5b9a1d284ba4106bd4c78b348a7e9ce"}, "enabled": true, "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c653b08fa067480c945b92b71cdeab70"}, "enabled": true, "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/effb71043f3945f383eac25ddafdef1b"}, "enabled": true, "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-18 23:37:17,060 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-aaf6b581-cf08-41e2-8bb8-ff9dee5054d2 2018-08-18 23:37:17,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.190352916718s 2018-08-18 23:37:17,061 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-aaf6b581-cf08-41e2-8bb8-ff9dee5054d2 2018-08-18 23:37:17,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-18 23:37:17,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a40c0a8cefb9bf8d47f890badcf23b693618efbd" 2018-08-18 23:37:17,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-dcf27c63-4ce1-4f50-923f-4ad20ce8f00f Date: Sat, 18 Aug 2018 23:37: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": "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": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"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": "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": "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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"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": "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": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"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": "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": "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"}, {"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": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-18 23:37:17,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-dcf27c63-4ce1-4f50-923f-4ad20ce8f00f 2018-08-18 23:37:17,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.272006034851s 2018-08-18 23:37:17,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-dcf27c63-4ce1-4f50-923f-4ad20ce8f00f 2018-08-18 23:37:17,347 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-18 23:37:17,347 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-18 23:37:17,353 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 05:01 | PASS | | neutron-tempest-plugin-api | functest | smoke | 11:47 | FAIL | | rally_sanity | functest | smoke | 23:36 | FAIL | | refstack_defcore | functest | smoke | 05:56 | PASS | | patrole | functest | smoke | 02:11 | PASS | | vmtp | functest | smoke | 42:03 | FAIL | | shaker | functest | smoke | 65:15 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:21 | PASS | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-18 23:37:17,365 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-18 23:37:17,396 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-18 23:37:20,249 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-223 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-18 23:37:20,254 - 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.28,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=YCnPtnEXwfJUO8qtSPCXJcD2Z 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=916340bf06fe4cb5a723b53dc60090de export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=h9pEogaJo6cWMVkr3rX2VUlOo export OS_REGION_NAME=regionOne 2018-08-18 23:37:20,254 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-18 23:37:20,255 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-18 23:37:20,256 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | | vgpu | functest | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-18 23:37:20,259 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-18 23:37:22,809 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-223 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-18 23:37:22,815 - 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.28,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=YCnPtnEXwfJUO8qtSPCXJcD2Z 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=916340bf06fe4cb5a723b53dc60090de export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=h9pEogaJo6cWMVkr3rX2VUlOo export OS_REGION_NAME=regionOne 2018-08-18 23:37:22,815 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-18 23:37:22,817 - 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-18 23:37:22,837 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-18 23:37:23,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:37:23,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:37:23,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:37:23,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:37:23,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df8b35e8-27ef-4959-a848-9889d6e8fd74 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:37:23,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-df8b35e8-27ef-4959-a848-9889d6e8fd74 2018-08-18 23:37:23,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:37:23,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:37:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["Nti9J4v8Qe-v8nuBjvrCWQ"], "issued_at": "2018-08-18T23:37:23.000000Z"}} 2018-08-18 23:37:23,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:37:23,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:37:23,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-3914372a-8d0a-4126-99c8-153f3a8fda91 Date: Sat, 18 Aug 2018 23:37:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 23:37:23,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3914372a-8d0a-4126-99c8-153f3a8fda91 2018-08-18 23:37:23,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.332372188568s 2018-08-18 23:37:23,999 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3914372a-8d0a-4126-99c8-153f3a8fda91 2018-08-18 23:37:24,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:37:24,012 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 23:37:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75da3a6f-66c9-44c4-b964-73b9ffdd2c98 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 23:37:24,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-75da3a6f-66c9-44c4-b964-73b9ffdd2c98 2018-08-18 23:37:24,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 23:37:24,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:37:24,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6b41620-6be7-40ab-8ea5-b83ec874c492 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 23:37:24,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-d6b41620-6be7-40ab-8ea5-b83ec874c492 2018-08-18 23:37:24,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178284883499s 2018-08-18 23:37:24,191 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-d6b41620-6be7-40ab-8ea5-b83ec874c492 2018-08-18 23:37:24,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 23:37:24,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c9cbc968080726a4930d40d41d0e2acb754ad784" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f"}}' 2018-08-18 23:37:24,396 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 23:37:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-851e30b2-740d-4ef8-bc8d-13fc375ef6b4 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.28:5000/v3/projects/b665c73f177844c6a2ea46690235eddc"}, "tags": [], "enabled": true, "id": "b665c73f177844c6a2ea46690235eddc", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f"}} 2018-08-18 23:37:24,396 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-851e30b2-740d-4ef8-bc8d-13fc375ef6b4 2018-08-18 23:37:24,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.202612876892s 2018-08-18 23:37:24,397 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-851e30b2-740d-4ef8-bc8d-13fc375ef6b4 2018-08-18 23:37:24,397 - 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'b665c73f177844c6a2ea46690235eddc', '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_69a352b1-009c-4543-b4dd-368d91d7484f'}) 2018-08-18 23:37:24,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 23:37:24,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "50308675-1350-4261-9323-bd0049ec99be", "email": null, "name": "cloudify-user_69a352b1-009c-4543-b4dd-368d91d7484f"}}' 2018-08-18 23:37:24,863 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 23:37:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15ba29ae-37a8-4619-9954-0fac6e4afd03 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_69a352b1-009c-4543-b4dd-368d91d7484f", "links": {"self": "http://172.30.9.28:5000/v3/users/2b4491a275624dc0901db53e6b26ed70"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2b4491a275624dc0901db53e6b26ed70", "domain_id": "default", "password_expires_at": null}} 2018-08-18 23:37:24,863 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-15ba29ae-37a8-4619-9954-0fac6e4afd03 2018-08-18 23:37:24,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.459560871124s 2018-08-18 23:37:24,863 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-15ba29ae-37a8-4619-9954-0fac6e4afd03 2018-08-18 23:37:24,864 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2b4491a275624dc0901db53e6b26ed70', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_69a352b1-009c-4543-b4dd-368d91d7484f'}) 2018-08-18 23:37:24,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:37:24,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:37:25,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91859dd1-56f9-4ebd-ba8c-64cbfe5ec2d0 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:37:25,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-91859dd1-56f9-4ebd-ba8c-64cbfe5ec2d0 2018-08-18 23:37:25,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17466711998s 2018-08-18 23:37:25,043 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-91859dd1-56f9-4ebd-ba8c-64cbfe5ec2d0 2018-08-18 23:37:25,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:37:25,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:37:25,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21039760-4e83-45a2-a5d2-f99b0dc6cba3 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:37:25,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-21039760-4e83-45a2-a5d2-f99b0dc6cba3 2018-08-18 23:37:25,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178112983704s 2018-08-18 23:37:25,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-21039760-4e83-45a2-a5d2-f99b0dc6cba3 2018-08-18 23:37:25,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:37:25,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:37:25,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53ceb732-ae41-419d-b735-8406fd3b648d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:37:25,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-53ceb732-ae41-419d-b735-8406fd3b648d 2018-08-18 23:37:25,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100572824478s 2018-08-18 23:37:25,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-53ceb732-ae41-419d-b735-8406fd3b648d 2018-08-18 23:37:25,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 23:37:25,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:37:25,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1e1cdd4-ff62-4e34-872e-6fbede1ae248 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 23:37:25,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-f1e1cdd4-ff62-4e34-872e-6fbede1ae248 2018-08-18 23:37:25,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.20002579689s 2018-08-18 23:37:25,537 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-f1e1cdd4-ff62-4e34-872e-6fbede1ae248 2018-08-18 23:37:25,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 23:37:25,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:37:25,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-068648fc-c244-44b7-a117-072aee49e6eb Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "cloudify-user_69a352b1-009c-4543-b4dd-368d91d7484f", "links": {"self": "http://172.30.9.28:5000/v3/users/2b4491a275624dc0901db53e6b26ed70"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2b4491a275624dc0901db53e6b26ed70", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 23:37:25,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-068648fc-c244-44b7-a117-072aee49e6eb 2018-08-18 23:37:25,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197741031647s 2018-08-18 23:37:25,736 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-068648fc-c244-44b7-a117-072aee49e6eb 2018-08-18 23:37:25,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 23:37:25,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:37:25,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22a31154-3b45-4171-b3d1-4a4aa3782739 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.28:5000/v3/projects/b665c73f177844c6a2ea46690235eddc"}, "tags": [], "enabled": true, "id": "b665c73f177844c6a2ea46690235eddc", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 23:37:25,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-22a31154-3b45-4171-b3d1-4a4aa3782739 2018-08-18 23:37:25,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184219121933s 2018-08-18 23:37:25,932 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-22a31154-3b45-4171-b3d1-4a4aa3782739 2018-08-18 23:37:25,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 23:37:25,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=2b4491a275624dc0901db53e6b26ed70&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=b665c73f177844c6a2ea46690235eddc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:37:26,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4333c350-af4f-47f3-a3bd-356c341902ef Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=2b4491a275624dc0901db53e6b26ed70&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=b665c73f177844c6a2ea46690235eddc", "previous": null, "next": null}} 2018-08-18 23:37:26,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=2b4491a275624dc0901db53e6b26ed70&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=b665c73f177844c6a2ea46690235eddc used request id req-4333c350-af4f-47f3-a3bd-356c341902ef 2018-08-18 23:37:26,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0968780517578s 2018-08-18 23:37:26,036 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=2b4491a275624dc0901db53e6b26ed70&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=b665c73f177844c6a2ea46690235eddc used request id req-4333c350-af4f-47f3-a3bd-356c341902ef 2018-08-18 23:37:26,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 23:37:26,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/b665c73f177844c6a2ea46690235eddc/users/2b4491a275624dc0901db53e6b26ed70/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:37:26,258 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:37:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df3912b0-bceb-47e2-9fdb-372ded42bd16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:37:26,258 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b665c73f177844c6a2ea46690235eddc/users/2b4491a275624dc0901db53e6b26ed70/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-df3912b0-bceb-47e2-9fdb-372ded42bd16 2018-08-18 23:37:26,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.218600034714s 2018-08-18 23:37:26,258 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b665c73f177844c6a2ea46690235eddc/users/2b4491a275624dc0901db53e6b26ed70/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-df3912b0-bceb-47e2-9fdb-372ded42bd16 2018-08-18 23:37:26,259 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f', 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'b665c73f177844c6a2ea46690235eddc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '50308675-1350-4261-9323-bd0049ec99be', 'username': u'cloudify-user_69a352b1-009c-4543-b4dd-368d91d7484f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 23:37:26,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:37:26,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:37:26,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:37:26,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:37:26,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:37:26,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:37:26,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:37:26,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:37:26,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:37:26,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:37:26,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:37:26,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:37:26,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:37:26,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:37:26,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:37:26,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:37:26,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:37:26,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:37:26,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:37:26,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:37:26,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:37:26,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:37:26,264 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_69a352b1-009c-4543-b4dd-368d91d7484f', 'password': '50308675-1350-4261-9323-bd0049ec99be', 'project_name': 'cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'b665c73f177844c6a2ea46690235eddc', 'project_domain_name': 'Default'} 2018-08-18 23:37:26,265 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-18 23:37:26,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:37:26,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94426c8e-455e-43fb-b42b-715b025bbbc3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:37:26,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-94426c8e-455e-43fb-b42b-715b025bbbc3 2018-08-18 23:37:26,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:37:26,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:37:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b665c73f177844c6a2ea46690235eddc", "name": "cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/b665c73f177844c6a2ea46690235eddc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/b665c73f177844c6a2ea46690235eddc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/b665c73f177844c6a2ea46690235eddc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/b665c73f177844c6a2ea46690235eddc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/b665c73f177844c6a2ea46690235eddc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/b665c73f177844c6a2ea46690235eddc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/b665c73f177844c6a2ea46690235eddc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/b665c73f177844c6a2ea46690235eddc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/b665c73f177844c6a2ea46690235eddc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_b665c73f177844c6a2ea46690235eddc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_b665c73f177844c6a2ea46690235eddc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/b665c73f177844c6a2ea46690235eddc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/b665c73f177844c6a2ea46690235eddc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/b665c73f177844c6a2ea46690235eddc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_69a352b1-009c-4543-b4dd-368d91d7484f", "id": "2b4491a275624dc0901db53e6b26ed70"}, "audit_ids": ["D-ow2TWiQg-iGrcK-bUEZg"], "issued_at": "2018-08-18T23:37:26.000000Z"}} 2018-08-18 23:37:26,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 23:37:26,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"network": {"name": "cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f", "admin_state_up": true}}' 2018-08-18 23:37:27,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-9614e421-554e-4323-be8d-621bd85ef18e Date: Sat, 18 Aug 2018 23:37:27 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:37:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-18T23:37:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b665c73f177844c6a2ea46690235eddc","id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","name":"cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f"}} 2018-08-18 23:37:27,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9614e421-554e-4323-be8d-621bd85ef18e 2018-08-18 23:37:27,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.981809139252s 2018-08-18 23:37:27,654 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9614e421-554e-4323-be8d-621bd85ef18e 2018-08-18 23:37:27,654 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T23:37:27Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'0dcbe760-0aac-4959-a2b2-0f120a3e6363', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f', u'admin_state_up': True, u'tenant_id': u'b665c73f177844c6a2ea46690235eddc', u'created_at': u'2018-08-18T23:37:27Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b665c73f177844c6a2ea46690235eddc'}) 2018-08-18 23:37:27,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:37:27,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:37:27,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-b56244b4-79f8-44ee-b9ec-552d797f6861 Date: Sat, 18 Aug 2018 23:37:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T23:37:27Z","tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:37:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"b665c73f177844c6a2ea46690235eddc","id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","name":"cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 23:37:27,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b56244b4-79f8-44ee-b9ec-552d797f6861 2018-08-18 23:37:27,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.176601886749s 2018-08-18 23:37:27,832 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b56244b4-79f8-44ee-b9ec-552d797f6861 2018-08-18 23:37:27,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 23:37:27,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"subnet": {"name": "cloudify-subnet_69a352b1-009c-4543-b4dd-368d91d7484f", "enable_dhcp": true, "network_id": "0dcbe760-0aac-4959-a2b2-0f120a3e6363", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 23:37:28,417 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0011d7d2-db71-471a-b72f-6d809cdd1f47 Date: Sat, 18 Aug 2018 23:37:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:37:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T23:37:28Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b665c73f177844c6a2ea46690235eddc","id":"3f947df7-d6e7-4b3b-8569-de9937b01b53","subnetpool_id":null,"name":"cloudify-subnet_69a352b1-009c-4543-b4dd-368d91d7484f"}} 2018-08-18 23:37:28,417 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0011d7d2-db71-471a-b72f-6d809cdd1f47 2018-08-18 23:37:28,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.583561897278s 2018-08-18 23:37:28,417 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0011d7d2-db71-471a-b72f-6d809cdd1f47 2018-08-18 23:37:28,418 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T23:37:28Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3f947df7-d6e7-4b3b-8569-de9937b01b53', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_69a352b1-009c-4543-b4dd-368d91d7484f', u'enable_dhcp': True, u'network_id': u'0dcbe760-0aac-4959-a2b2-0f120a3e6363', u'tenant_id': u'b665c73f177844c6a2ea46690235eddc', u'created_at': u'2018-08-18T23:37:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b665c73f177844c6a2ea46690235eddc'}) 2018-08-18 23:37:28,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 23:37:28,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "cloudify-router_69a352b1-009c-4543-b4dd-368d91d7484f", "admin_state_up": true}}' 2018-08-18 23:37:29,723 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-d8193679-2125-4a78-99f6-adc882451c54 Date: Sat, 18 Aug 2018 23:37:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:37:28Z", "admin_state_up": true, "updated_at": "2018-08-18T23:37:29Z", "revision_number": 2, "routes": [], "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "20175556-8c88-43cc-86cc-de884445a423", "name": "cloudify-router_69a352b1-009c-4543-b4dd-368d91d7484f"}} 2018-08-18 23:37:29,724 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d8193679-2125-4a78-99f6-adc882451c54 2018-08-18 23:37:29,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.30550122261s 2018-08-18 23:37:29,724 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d8193679-2125-4a78-99f6-adc882451c54 2018-08-18 23:37:29,725 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b665c73f177844c6a2ea46690235eddc', u'created_at': u'2018-08-18T23:37:28Z', u'admin_state_up': True, u'updated_at': u'2018-08-18T23:37:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'b665c73f177844c6a2ea46690235eddc', u'id': u'20175556-8c88-43cc-86cc-de884445a423', u'name': u'cloudify-router_69a352b1-009c-4543-b4dd-368d91d7484f'}) 2018-08-18 23:37:29,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 23:37:29,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/20175556-8c88-43cc-86cc-de884445a423/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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"subnet_id": "3f947df7-d6e7-4b3b-8569-de9937b01b53"}' 2018-08-18 23:37:31,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eebda449-b91a-4dfc-8f01-e8b804f6bdd0 Date: Sat, 18 Aug 2018 23:37:31 GMT RESP BODY: {"network_id": "0dcbe760-0aac-4959-a2b2-0f120a3e6363", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "subnet_id": "3f947df7-d6e7-4b3b-8569-de9937b01b53", "subnet_ids": ["3f947df7-d6e7-4b3b-8569-de9937b01b53"], "port_id": "50566650-06e1-4f8d-86f6-965fd0f034ea", "id": "20175556-8c88-43cc-86cc-de884445a423"} 2018-08-18 23:37:31,861 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/20175556-8c88-43cc-86cc-de884445a423/add_router_interface.json used request id req-eebda449-b91a-4dfc-8f01-e8b804f6bdd0 2018-08-18 23:37:31,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.13562488556s 2018-08-18 23:37:31,861 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/20175556-8c88-43cc-86cc-de884445a423/add_router_interface.json used request id req-eebda449-b91a-4dfc-8f01-e8b804f6bdd0 returning object 20175556-8c88-43cc-86cc-de884445a423 2018-08-18 23:37:31,861 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-18 23:38:18,364 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-18 23:38:18,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:38:18,375 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 23:38:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 23:38:18,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:38:18,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:38:19,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9ae0ce00-ad43-41ce-9f39-90830cd25563 Date: Sat, 18 Aug 2018 23:38:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:38:19,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9ae0ce00-ad43-41ce-9f39-90830cd25563 2018-08-18 23:38:19,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.690288066864s 2018-08-18 23:38:19,070 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9ae0ce00-ad43-41ce-9f39-90830cd25563 2018-08-18 23:38:19,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 23:38:19,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f"}' 2018-08-18 23:38:19,125 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-05d6498d-eaa7-48ce-b41e-a95990a76f62 Date: Sat, 18 Aug 2018 23:38:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:38:19Z", "file": "/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9/file", "owner": "b665c73f177844c6a2ea46690235eddc", "id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "size": null, "self": "/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f", "checksum": null, "created_at": "2018-08-18T23:38:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 23:38:19,125 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-05d6498d-eaa7-48ce-b41e-a95990a76f62 2018-08-18 23:38:19,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0476961135864s 2018-08-18 23:38:19,126 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-05d6498d-eaa7-48ce-b41e-a95990a76f62 returning object 193a9819-c470-450f-97d7-cf8fc9185cc9 2018-08-18 23:38:19,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 23:38:19,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9/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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '' 2018-08-18 23:39:22,791 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-69ea0e92-e1ad-4a75-b435-4d3357ddebed Date: Sat, 18 Aug 2018 23:39: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-18 23:39:22,791 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9/file used request id req-69ea0e92-e1ad-4a75-b435-4d3357ddebed 2018-08-18 23:39:22,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 63.6645140648s 2018-08-18 23:39:22,791 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9/file used request id req-69ea0e92-e1ad-4a75-b435-4d3357ddebed 2018-08-18 23:39:22,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:39:22,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:22,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-05eab0cb-2d9c-4f2b-b49b-d2b60aeb2b84 Date: Sat, 18 Aug 2018 23:39:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:39:22Z", "file": "/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9/file", "owner": "b665c73f177844c6a2ea46690235eddc", "id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "size": 4373348352, "self": "/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/193a9819-c470-450f-97d7-cf8fc9185cc9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/193a9819-c470-450f-97d7-cf8fc9185cc9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-18T23:38:19Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:39:22,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-05eab0cb-2d9c-4f2b-b49b-d2b60aeb2b84 2018-08-18 23:39:22,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0420680046082s 2018-08-18 23:39:22,838 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-05eab0cb-2d9c-4f2b-b49b-d2b60aeb2b84 2018-08-18 23:39:22,840 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/193a9819-c470-450f-97d7-cf8fc9185cc9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9/file', 'owner': u'b665c73f177844c6a2ea46690235eddc', 'id': u'193a9819-c470-450f-97d7-cf8fc9185cc9', 'size': 4373348352, u'self': u'/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b665c73f177844c6a2ea46690235eddc', 'name': 'cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/193a9819-c470-450f-97d7-cf8fc9185cc9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T23:39:22Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T23:39:22Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f', 'created': u'2018-08-18T23:38:19Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-18T23:38:19Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-18 23:39:22,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 23:39:22,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c9cbc968080726a4930d40d41d0e2acb754ad784" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_69a352b1-009c-4543-b4dd-368d91d7484f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-18 23:39:23,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-5a5e0e44-cb11-451e-98c8-1e1f381cda0c x-compute-request-id: req-5a5e0e44-cb11-451e-98c8-1e1f381cda0c Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_69a352b1-009c-4543-b4dd-368d91d7484f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "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": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a"}} 2018-08-18 23:39:23,140 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5a5e0e44-cb11-451e-98c8-1e1f381cda0c 2018-08-18 23:39:23,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.29895401001s 2018-08-18 23:39:23,141 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5a5e0e44-cb11-451e-98c8-1e1f381cda0c 2018-08-18 23:39:23,141 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_69a352b1-009c-4543-b4dd-368d91d7484f', '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'916340bf06fe4cb5a723b53dc60090de', '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'f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a', 'swap': 0}) 2018-08-18 23:39:23,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 23:39:23,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a/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}c9cbc968080726a4930d40d41d0e2acb754ad784" -d '{"extra_specs": {}}' 2018-08-18 23:39:23,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4aa25dcf-2eb6-4eb9-a039-904e0ffadf0c x-compute-request-id: req-4aa25dcf-2eb6-4eb9-a039-904e0ffadf0c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 23:39:23,174 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a/os-extra_specs used request id req-4aa25dcf-2eb6-4eb9-a039-904e0ffadf0c 2018-08-18 23:39:23,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0316331386566s 2018-08-18 23:39:23,174 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a/os-extra_specs used request id req-4aa25dcf-2eb6-4eb9-a039-904e0ffadf0c 2018-08-18 23:39:23,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 23:39:23,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"keypair": {"name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f"}}' 2018-08-18 23:39:24,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39: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-3fdb2bee-da95-404d-b8bd-0e52f53fd9e7 x-compute-request-id: req-3fdb2bee-da95-404d-b8bd-0e52f53fd9e7 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOr1ZHUV+aH2spcKZEDFRoGtrGwEUypQJJM++h6nb7Ozbay0zDelIx1ALraAC02XwvqtpsvhW6jKLtsHu1bH1WEcEcuEjBHp2NYN+MPOXqWNuwmL2LZBnP+nOvik2fZ3ZDHR5iWwEz5nGBk6KpzgCGPrJZ4LAHIzcOewUhePRTUlmOa0hXUNo+lK4xC2RB/wqH4SfjdWkjY7+IDz5JqOJrQfe+ciJfjzDPNySYjn0xnMKaFH8Y23xrIVB2qMWrX0kiuP78vTNpf7pQdRbg8JSY9dRoE8h6nwo5+45713+BnuHu5SqEVmVdUFRVu742co0km6GBvaq4QhRmmF+N/KSP Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAzq9WR1Ffmh9rKXCmRAxUaBraxsBFMqUCSTPvoep2+zs22stM\nw3pSMdQC62gAtNl8L6rabL4Vuoyi7bB7tWx9VhHBHLhIwR6djWDfjDzl6ljbsJi9\ni2QZz/pzr4pNn2d2Qx0eYlsBM+ZxgZOiqc4Ahj6yWeCwByM3DnsFIXj0U1JZjmtI\nV1DaPpSuMQtkQf8Kh+En43VpI2O/iA8+Sajia0H3vnIiX48wzzckmI59MZzCmhR/\nGNt8ayFQdqjFq19JIrj+/L0zaX+6UHUW4PCUmPXUaBPIep8KOfuOe9d/gZ7h7uUq\nhFZlXVBUVbu+NnKNJJuhgb2quEIUZphfjfykjwIDAQABAoIBAHensIZnSLacW9jI\n26jnjnIaoe+QXj88oj8o7yFI8QrvNAmkytMcXLt2Jx6LvmT0x918xylPPpsaUjTT\nCDt3DHSooKj000HibIntvF2e3+g0+zKYqpspH3x1XUYSBnAzYJboI7ADSYX3clz2\n0KQHm+wcHfrEhoQLUhNzCvxe3uvg5YUOXocyK9LAZWWtgNaGY0fgkV8znl2HFw0E\nUNrQXKP6w/u1ZVrUWl+RnlSAfrcshvEHyDzrqeabmICcglj+17bBow8bEmM1KWy4\nrw9VWMvuU/1mjSOLJ5F1zG5NVqrafsGmRB9RF8v749zgz1EOUVg9a03s0fFZiPwh\nsKU1uoECgYEA6/6z2WiRTWwrR5qy1+wlZNe2Oumw9PHAOzoRhxFaMKmd6xp1hF1c\ni59D093CQS/bQP+8wF4wYIe6dUbZ66vy9vIylWHRRhCTX3wHctC/dMyZRkrPCqfR\n4orLSarzFvfNuBBAQi+ESYlwUoKhJwqB1ZbbRo9C6r79zA+CqFOB7k8CgYEA4DSU\nzVnL5cW38fyDs1dmig5ce6mpzg2/JmGaYe7XVMvagB/db/vNqCLr4yHWVyWVHyKx\nxc8iOHYa+aEWsoCV9DcyHpjSgbSb3leyVjglkmnBYX8DZZaPMZJeR44B8sT0yQf9\n2HG30gSpBjZCBvt7yIT7QXQYOfiHLhM6r5BslcECgYApFF0aKymf4IRoInWfQGwB\n8cq21pcHDE36AVGrwUmBzwS+OAzczaOeakrURnXaAwqXdezVT4/8PaQnZf3pGDVi\n5yYG+tAC8j+1D1H8mnm5SyQjKEKCCFRwqthYKnnGNbyJncqRutO8OUBkHHkQ4rNX\nCruAvM9ZLYXgT5Le2ipz4QKBgDbNQ23qPAd+y5ZvhXWJsHugRQTJFMNT4twr0UOM\n0L9eUJsurr6Xis5FMulCtRR6EDgbD97s4U1xuOg5csXQ3lZiQ3LtIc8oaUzwnJus\nf6qJBQaiuB7VrUyNnVPaJynC8J5OwMJuEWNZVkM5cewo/jmmH5ABI4bP86LUemy9\nXX1BAoGAahBEPM6vcccOvMVGtDarYCZqFJshI4UcverTbU7+SErxFzXr9K2Sljw9\nqJg4KHcCfM3FGDC7YikV0QpTGJcayUg/8Ud/mKDyKUwikG0XYPwh710lGV21qz0Q\np9KvauNhajqUcQO7/ujOIizEVnBW0aV34EFPndSHS9Q9bvY4o1I=\n-----END RSA PRIVATE KEY-----\n", "user_id": "2b4491a275624dc0901db53e6b26ed70", "name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "fingerprint": "b1:4b:30:4d:05:95:71:08:87:1d:63:b9:70:2e:41:a1"}} 2018-08-18 23:39:24,273 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3fdb2bee-da95-404d-b8bd-0e52f53fd9e7 2018-08-18 23:39:24,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 1.09820485115s 2018-08-18 23:39:24,273 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3fdb2bee-da95-404d-b8bd-0e52f53fd9e7 2018-08-18 23:39:24,274 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOr1ZHUV+aH2spcKZEDFRoGtrGwEUypQJJM++h6nb7Ozbay0zDelIx1ALraAC02XwvqtpsvhW6jKLtsHu1bH1WEcEcuEjBHp2NYN+MPOXqWNuwmL2LZBnP+nOvik2fZ3ZDHR5iWwEz5nGBk6KpzgCGPrJZ4LAHIzcOewUhePRTUlmOa0hXUNo+lK4xC2RB/wqH4SfjdWkjY7+IDz5JqOJrQfe+ciJfjzDPNySYjn0xnMKaFH8Y23xrIVB2qMWrX0kiuP78vTNpf7pQdRbg8JSY9dRoE8h6nwo5+45713+BnuHu5SqEVmVdUFRVu742co0km6GBvaq4QhRmmF+N/KSP Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAzq9WR1Ffmh9rKXCmRAxUaBraxsBFMqUCSTPvoep2+zs22stM\nw3pSMdQC62gAtNl8L6rabL4Vuoyi7bB7tWx9VhHBHLhIwR6djWDfjDzl6ljbsJi9\ni2QZz/pzr4pNn2d2Qx0eYlsBM+ZxgZOiqc4Ahj6yWeCwByM3DnsFIXj0U1JZjmtI\nV1DaPpSuMQtkQf8Kh+En43VpI2O/iA8+Sajia0H3vnIiX48wzzckmI59MZzCmhR/\nGNt8ayFQdqjFq19JIrj+/L0zaX+6UHUW4PCUmPXUaBPIep8KOfuOe9d/gZ7h7uUq\nhFZlXVBUVbu+NnKNJJuhgb2quEIUZphfjfykjwIDAQABAoIBAHensIZnSLacW9jI\n26jnjnIaoe+QXj88oj8o7yFI8QrvNAmkytMcXLt2Jx6LvmT0x918xylPPpsaUjTT\nCDt3DHSooKj000HibIntvF2e3+g0+zKYqpspH3x1XUYSBnAzYJboI7ADSYX3clz2\n0KQHm+wcHfrEhoQLUhNzCvxe3uvg5YUOXocyK9LAZWWtgNaGY0fgkV8znl2HFw0E\nUNrQXKP6w/u1ZVrUWl+RnlSAfrcshvEHyDzrqeabmICcglj+17bBow8bEmM1KWy4\nrw9VWMvuU/1mjSOLJ5F1zG5NVqrafsGmRB9RF8v749zgz1EOUVg9a03s0fFZiPwh\nsKU1uoECgYEA6/6z2WiRTWwrR5qy1+wlZNe2Oumw9PHAOzoRhxFaMKmd6xp1hF1c\ni59D093CQS/bQP+8wF4wYIe6dUbZ66vy9vIylWHRRhCTX3wHctC/dMyZRkrPCqfR\n4orLSarzFvfNuBBAQi+ESYlwUoKhJwqB1ZbbRo9C6r79zA+CqFOB7k8CgYEA4DSU\nzVnL5cW38fyDs1dmig5ce6mpzg2/JmGaYe7XVMvagB/db/vNqCLr4yHWVyWVHyKx\nxc8iOHYa+aEWsoCV9DcyHpjSgbSb3leyVjglkmnBYX8DZZaPMZJeR44B8sT0yQf9\n2HG30gSpBjZCBvt7yIT7QXQYOfiHLhM6r5BslcECgYApFF0aKymf4IRoInWfQGwB\n8cq21pcHDE36AVGrwUmBzwS+OAzczaOeakrURnXaAwqXdezVT4/8PaQnZf3pGDVi\n5yYG+tAC8j+1D1H8mnm5SyQjKEKCCFRwqthYKnnGNbyJncqRutO8OUBkHHkQ4rNX\nCruAvM9ZLYXgT5Le2ipz4QKBgDbNQ23qPAd+y5ZvhXWJsHugRQTJFMNT4twr0UOM\n0L9eUJsurr6Xis5FMulCtRR6EDgbD97s4U1xuOg5csXQ3lZiQ3LtIc8oaUzwnJus\nf6qJBQaiuB7VrUyNnVPaJynC8J5OwMJuEWNZVkM5cewo/jmmH5ABI4bP86LUemy9\nXX1BAoGAahBEPM6vcccOvMVGtDarYCZqFJshI4UcverTbU7+SErxFzXr9K2Sljw9\nqJg4KHcCfM3FGDC7YikV0QpTGJcayUg/8Ud/mKDyKUwikG0XYPwh710lGV21qz0Q\np9KvauNhajqUcQO7/ujOIizEVnBW0aV34EFPndSHS9Q9bvY4o1I=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2b4491a275624dc0901db53e6b26ed70', 'name': u'cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f', 'created_at': '2018-08-18T23:39:24.274469', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b665c73f177844c6a2ea46690235eddc', 'name': 'cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b1:4b:30:4d:05:95:71:08:87:1d:63:b9:70:2e:41:a1', 'type': 'ssh', 'id': u'cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f'}) 2018-08-18 23:39:24,274 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAzq9WR1Ffmh9rKXCmRAxUaBraxsBFMqUCSTPvoep2+zs22stM w3pSMdQC62gAtNl8L6rabL4Vuoyi7bB7tWx9VhHBHLhIwR6djWDfjDzl6ljbsJi9 i2QZz/pzr4pNn2d2Qx0eYlsBM+ZxgZOiqc4Ahj6yWeCwByM3DnsFIXj0U1JZjmtI V1DaPpSuMQtkQf8Kh+En43VpI2O/iA8+Sajia0H3vnIiX48wzzckmI59MZzCmhR/ GNt8ayFQdqjFq19JIrj+/L0zaX+6UHUW4PCUmPXUaBPIep8KOfuOe9d/gZ7h7uUq hFZlXVBUVbu+NnKNJJuhgb2quEIUZphfjfykjwIDAQABAoIBAHensIZnSLacW9jI 26jnjnIaoe+QXj88oj8o7yFI8QrvNAmkytMcXLt2Jx6LvmT0x918xylPPpsaUjTT CDt3DHSooKj000HibIntvF2e3+g0+zKYqpspH3x1XUYSBnAzYJboI7ADSYX3clz2 0KQHm+wcHfrEhoQLUhNzCvxe3uvg5YUOXocyK9LAZWWtgNaGY0fgkV8znl2HFw0E UNrQXKP6w/u1ZVrUWl+RnlSAfrcshvEHyDzrqeabmICcglj+17bBow8bEmM1KWy4 rw9VWMvuU/1mjSOLJ5F1zG5NVqrafsGmRB9RF8v749zgz1EOUVg9a03s0fFZiPwh sKU1uoECgYEA6/6z2WiRTWwrR5qy1+wlZNe2Oumw9PHAOzoRhxFaMKmd6xp1hF1c i59D093CQS/bQP+8wF4wYIe6dUbZ66vy9vIylWHRRhCTX3wHctC/dMyZRkrPCqfR 4orLSarzFvfNuBBAQi+ESYlwUoKhJwqB1ZbbRo9C6r79zA+CqFOB7k8CgYEA4DSU zVnL5cW38fyDs1dmig5ce6mpzg2/JmGaYe7XVMvagB/db/vNqCLr4yHWVyWVHyKx xc8iOHYa+aEWsoCV9DcyHpjSgbSb3leyVjglkmnBYX8DZZaPMZJeR44B8sT0yQf9 2HG30gSpBjZCBvt7yIT7QXQYOfiHLhM6r5BslcECgYApFF0aKymf4IRoInWfQGwB 8cq21pcHDE36AVGrwUmBzwS+OAzczaOeakrURnXaAwqXdezVT4/8PaQnZf3pGDVi 5yYG+tAC8j+1D1H8mnm5SyQjKEKCCFRwqthYKnnGNbyJncqRutO8OUBkHHkQ4rNX CruAvM9ZLYXgT5Le2ipz4QKBgDbNQ23qPAd+y5ZvhXWJsHugRQTJFMNT4twr0UOM 0L9eUJsurr6Xis5FMulCtRR6EDgbD97s4U1xuOg5csXQ3lZiQ3LtIc8oaUzwnJus f6qJBQaiuB7VrUyNnVPaJynC8J5OwMJuEWNZVkM5cewo/jmmH5ABI4bP86LUemy9 XX1BAoGAahBEPM6vcccOvMVGtDarYCZqFJshI4UcverTbU7+SErxFzXr9K2Sljw9 qJg4KHcCfM3FGDC7YikV0QpTGJcayUg/8Ud/mKDyKUwikG0XYPwh710lGV21qz0Q p9KvauNhajqUcQO7/ujOIizEVnBW0aV34EFPndSHS9Q9bvY4o1I= -----END RSA PRIVATE KEY----- 2018-08-18 23:39:24,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-18 23:39:24,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"security_group": {"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-18 23:39:24,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-e072768a-a9ac-41bd-9161-d397865f9352 Date: Sat, 18 Aug 2018 23:39:24 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:24Z", "updated_at": "2018-08-18T23:39:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "7a1070d8-0e3a-4ba8-a412-7e1b51f44c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "db5f4839-e32d-4cf6-99ad-a2185c846ba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 1, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}} 2018-08-18 23:39:24,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e072768a-a9ac-41bd-9161-d397865f9352 2018-08-18 23:39:24,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.435693979263s 2018-08-18 23:39:24,714 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e072768a-a9ac-41bd-9161-d397865f9352 2018-08-18 23:39:24,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:39:24,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:24,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-0fff6b2d-3ccb-42e9-9516-7cdb6575c86d Date: Sat, 18 Aug 2018 23:39:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:24Z", "updated_at": "2018-08-18T23:39:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "7a1070d8-0e3a-4ba8-a412-7e1b51f44c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "db5f4839-e32d-4cf6-99ad-a2185c846ba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 1, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}, {"description": "Default security group", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:37:27Z", "updated_at": "2018-08-18T23:37:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "51e061e8-f93d-4af2-b2d7-d9e074fbf10d", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "691b6fa4-8826-4cff-b483-85320b53f079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "89d1b6d9-9a96-49b1-ab95-29b478d2d6dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "ad0eb6e0-4d21-4b46-9da8-efc4c2f51bb5", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 1, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "50b241ee-b885-4707-a99f-4a41fac29d54", "name": "default"}]} 2018-08-18 23:39:24,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0fff6b2d-3ccb-42e9-9516-7cdb6575c86d 2018-08-18 23:39:24,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0846009254456s 2018-08-18 23:39:24,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0fff6b2d-3ccb-42e9-9516-7cdb6575c86d 2018-08-18 23:39:24,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:39:24,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -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": "23bc49b0-3902-4fe1-a380-08460cb9807a"}}' 2018-08-18 23:39:25,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-49c6f2ff-f4cf-40ec-ba3a-d90b178560df Date: Sat, 18 Aug 2018 23:39:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "port_range_min": 22, "revision_number": 0, "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:24Z", "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "1ab54a3d-0d07-45d2-9001-6a6e59fcf93b"}} 2018-08-18 23:39:25,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-49c6f2ff-f4cf-40ec-ba3a-d90b178560df 2018-08-18 23:39:25,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.218085050583s 2018-08-18 23:39:25,025 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-49c6f2ff-f4cf-40ec-ba3a-d90b178560df 2018-08-18 23:39:25,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:39:25,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:25,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-e893073e-8bc4-4e29-85fc-c8030d86ec59 Date: Sat, 18 Aug 2018 23:39:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:24Z", "updated_at": "2018-08-18T23:39:24Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "1ab54a3d-0d07-45d2-9001-6a6e59fcf93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "7a1070d8-0e3a-4ba8-a412-7e1b51f44c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "db5f4839-e32d-4cf6-99ad-a2185c846ba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 2, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}, {"description": "Default security group", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:37:27Z", "updated_at": "2018-08-18T23:37:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "51e061e8-f93d-4af2-b2d7-d9e074fbf10d", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "691b6fa4-8826-4cff-b483-85320b53f079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "89d1b6d9-9a96-49b1-ab95-29b478d2d6dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "ad0eb6e0-4d21-4b46-9da8-efc4c2f51bb5", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 1, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "50b241ee-b885-4707-a99f-4a41fac29d54", "name": "default"}]} 2018-08-18 23:39:25,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e893073e-8bc4-4e29-85fc-c8030d86ec59 2018-08-18 23:39:25,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0606968402863s 2018-08-18 23:39:25,089 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e893073e-8bc4-4e29-85fc-c8030d86ec59 2018-08-18 23:39:25,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:39:25,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -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": "23bc49b0-3902-4fe1-a380-08460cb9807a"}}' 2018-08-18 23:39:25,316 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-71d5aedc-727f-4624-8d20-26444cd38974 Date: Sat, 18 Aug 2018 23:39:25 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-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "port_range_min": null, "revision_number": 0, "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:25Z", "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "2753d1e1-d42b-4759-a02f-5732e351b02e"}} 2018-08-18 23:39:25,317 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-71d5aedc-727f-4624-8d20-26444cd38974 2018-08-18 23:39:25,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.224577903748s 2018-08-18 23:39:25,317 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-71d5aedc-727f-4624-8d20-26444cd38974 2018-08-18 23:39:25,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:39:25,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:25,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-62b6d4b9-9c99-4f52-a8cc-7a923b373dab Date: Sat, 18 Aug 2018 23:39:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:24Z", "updated_at": "2018-08-18T23:39:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "1ab54a3d-0d07-45d2-9001-6a6e59fcf93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "2753d1e1-d42b-4759-a02f-5732e351b02e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "7a1070d8-0e3a-4ba8-a412-7e1b51f44c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "db5f4839-e32d-4cf6-99ad-a2185c846ba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 3, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}, {"description": "Default security group", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:37:27Z", "updated_at": "2018-08-18T23:37:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "51e061e8-f93d-4af2-b2d7-d9e074fbf10d", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "691b6fa4-8826-4cff-b483-85320b53f079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "89d1b6d9-9a96-49b1-ab95-29b478d2d6dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "ad0eb6e0-4d21-4b46-9da8-efc4c2f51bb5", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 1, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "50b241ee-b885-4707-a99f-4a41fac29d54", "name": "default"}]} 2018-08-18 23:39:25,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-62b6d4b9-9c99-4f52-a8cc-7a923b373dab 2018-08-18 23:39:25,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0473940372467s 2018-08-18 23:39:25,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-62b6d4b9-9c99-4f52-a8cc-7a923b373dab 2018-08-18 23:39:25,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:39:25,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -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": "23bc49b0-3902-4fe1-a380-08460cb9807a"}}' 2018-08-18 23:39:25,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-427d7ed4-f40b-4310-8f27-b24471671716 Date: Sat, 18 Aug 2018 23:39:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "port_range_min": 80, "revision_number": 0, "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:25Z", "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "d254245c-8f52-4bdc-a1b7-bd428301dfa5"}} 2018-08-18 23:39:25,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-427d7ed4-f40b-4310-8f27-b24471671716 2018-08-18 23:39:25,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.131355047226s 2018-08-18 23:39:25,504 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-427d7ed4-f40b-4310-8f27-b24471671716 2018-08-18 23:39:25,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:39:25,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:25,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-52d256a6-2b3c-4b01-8b3d-bd4477a0fa89 Date: Sat, 18 Aug 2018 23:39:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:24Z", "updated_at": "2018-08-18T23:39:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "1ab54a3d-0d07-45d2-9001-6a6e59fcf93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "2753d1e1-d42b-4759-a02f-5732e351b02e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "7a1070d8-0e3a-4ba8-a412-7e1b51f44c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "d254245c-8f52-4bdc-a1b7-bd428301dfa5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "db5f4839-e32d-4cf6-99ad-a2185c846ba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 4, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}, {"description": "Default security group", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:37:27Z", "updated_at": "2018-08-18T23:37:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "51e061e8-f93d-4af2-b2d7-d9e074fbf10d", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "691b6fa4-8826-4cff-b483-85320b53f079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "89d1b6d9-9a96-49b1-ab95-29b478d2d6dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "ad0eb6e0-4d21-4b46-9da8-efc4c2f51bb5", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 1, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "50b241ee-b885-4707-a99f-4a41fac29d54", "name": "default"}]} 2018-08-18 23:39:25,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-52d256a6-2b3c-4b01-8b3d-bd4477a0fa89 2018-08-18 23:39:25,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0452041625977s 2018-08-18 23:39:25,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-52d256a6-2b3c-4b01-8b3d-bd4477a0fa89 2018-08-18 23:39:25,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:39:25,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -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": "23bc49b0-3902-4fe1-a380-08460cb9807a"}}' 2018-08-18 23:39:25,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-501945be-6108-42f4-9a02-008f8e30ec67 Date: Sat, 18 Aug 2018 23:39:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "port_range_min": 443, "revision_number": 0, "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:25Z", "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "3b87c4e3-19f9-4da7-84dd-b3ae5db10d26"}} 2018-08-18 23:39:25,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-501945be-6108-42f4-9a02-008f8e30ec67 2018-08-18 23:39:25,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.16376709938s 2018-08-18 23:39:25,720 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-501945be-6108-42f4-9a02-008f8e30ec67 2018-08-18 23:39:25,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:39:25,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:25,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-238378bd-9f3c-4343-a226-6e31cfb3cb9d Date: Sat, 18 Aug 2018 23:39:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:24Z", "updated_at": "2018-08-18T23:39:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "1ab54a3d-0d07-45d2-9001-6a6e59fcf93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "2753d1e1-d42b-4759-a02f-5732e351b02e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "3b87c4e3-19f9-4da7-84dd-b3ae5db10d26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "7a1070d8-0e3a-4ba8-a412-7e1b51f44c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "d254245c-8f52-4bdc-a1b7-bd428301dfa5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "db5f4839-e32d-4cf6-99ad-a2185c846ba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 5, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}, {"description": "Default security group", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:37:27Z", "updated_at": "2018-08-18T23:37:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "51e061e8-f93d-4af2-b2d7-d9e074fbf10d", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "691b6fa4-8826-4cff-b483-85320b53f079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "89d1b6d9-9a96-49b1-ab95-29b478d2d6dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "ad0eb6e0-4d21-4b46-9da8-efc4c2f51bb5", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 1, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "50b241ee-b885-4707-a99f-4a41fac29d54", "name": "default"}]} 2018-08-18 23:39:25,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-238378bd-9f3c-4343-a226-6e31cfb3cb9d 2018-08-18 23:39:25,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0487411022186s 2018-08-18 23:39:25,772 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-238378bd-9f3c-4343-a226-6e31cfb3cb9d 2018-08-18 23:39:25,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:39:25,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -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": "23bc49b0-3902-4fe1-a380-08460cb9807a"}}' 2018-08-18 23:39:25,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-5b32d9e2-25cd-41d2-aafe-4b10569cfde6 Date: Sat, 18 Aug 2018 23:39:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "port_range_min": 5671, "revision_number": 0, "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:25Z", "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "e1b481db-fe9e-448e-8794-4653831f3409"}} 2018-08-18 23:39:25,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-5b32d9e2-25cd-41d2-aafe-4b10569cfde6 2018-08-18 23:39:25,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.153153181076s 2018-08-18 23:39:25,929 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-5b32d9e2-25cd-41d2-aafe-4b10569cfde6 2018-08-18 23:39:25,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:39:25,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:25,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-a6d9ed58-1a4e-4937-bf20-e1b0ca531363 Date: Sat, 18 Aug 2018 23:39:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:24Z", "updated_at": "2018-08-18T23:39:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "1ab54a3d-0d07-45d2-9001-6a6e59fcf93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "2753d1e1-d42b-4759-a02f-5732e351b02e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "3b87c4e3-19f9-4da7-84dd-b3ae5db10d26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "7a1070d8-0e3a-4ba8-a412-7e1b51f44c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "d254245c-8f52-4bdc-a1b7-bd428301dfa5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "db5f4839-e32d-4cf6-99ad-a2185c846ba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "e1b481db-fe9e-448e-8794-4653831f3409", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 6, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}, {"description": "Default security group", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:37:27Z", "updated_at": "2018-08-18T23:37:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "51e061e8-f93d-4af2-b2d7-d9e074fbf10d", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "691b6fa4-8826-4cff-b483-85320b53f079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "89d1b6d9-9a96-49b1-ab95-29b478d2d6dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "ad0eb6e0-4d21-4b46-9da8-efc4c2f51bb5", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 1, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "50b241ee-b885-4707-a99f-4a41fac29d54", "name": "default"}]} 2018-08-18 23:39:25,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-a6d9ed58-1a4e-4937-bf20-e1b0ca531363 2018-08-18 23:39:25,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0549969673157s 2018-08-18 23:39:25,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-a6d9ed58-1a4e-4937-bf20-e1b0ca531363 2018-08-18 23:39:25,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:39:25,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -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": "23bc49b0-3902-4fe1-a380-08460cb9807a"}}' 2018-08-18 23:39:26,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-85e93fac-e9bc-4c9e-bd5f-97bb1df3c0cd Date: Sat, 18 Aug 2018 23:39:26 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-18T23:39:26Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "port_range_min": 53333, "revision_number": 0, "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:26Z", "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "496376cb-cb6e-4da7-b87b-e73eb22892f4"}} 2018-08-18 23:39:26,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-85e93fac-e9bc-4c9e-bd5f-97bb1df3c0cd 2018-08-18 23:39:26,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.140496969223s 2018-08-18 23:39:26,132 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-85e93fac-e9bc-4c9e-bd5f-97bb1df3c0cd 2018-08-18 23:39:26,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:39:26,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:26,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-f11ae9e7-d71c-411e-98d9-5863167b77e4 Date: Sat, 18 Aug 2018 23:39:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f947df7-d6e7-4b3b-8569-de9937b01b53"],"updated_at":"2018-08-18T23:37:28Z","tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:37:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b665c73f177844c6a2ea46690235eddc","id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","name":"cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 23:39:26,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f11ae9e7-d71c-411e-98d9-5863167b77e4 2018-08-18 23:39:26,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0979130268097s 2018-08-18 23:39:26,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f11ae9e7-d71c-411e-98d9-5863167b77e4 2018-08-18 23:39:26,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:39:26,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:26,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-258cc115-1968-4d99-bedc-141da4c46bf6 Date: Sat, 18 Aug 2018 23:39:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:39:22Z", "file": "/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9/file", "owner": "b665c73f177844c6a2ea46690235eddc", "id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "size": 4373348352, "self": "/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/193a9819-c470-450f-97d7-cf8fc9185cc9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/193a9819-c470-450f-97d7-cf8fc9185cc9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-18T23:38:19Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:39:26,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-258cc115-1968-4d99-bedc-141da4c46bf6 2018-08-18 23:39:26,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0361850261688s 2018-08-18 23:39:26,273 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-258cc115-1968-4d99-bedc-141da4c46bf6 2018-08-18 23:39:26,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:39:26,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:26,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-82d8ed46-3551-42b9-8d86-98d94dfce69e x-compute-request-id: req-82d8ed46-3551-42b9-8d86-98d94dfce69e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_69a352b1-009c-4543-b4dd-368d91d7484f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "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": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a"}]} 2018-08-18 23:39:26,297 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-82d8ed46-3551-42b9-8d86-98d94dfce69e 2018-08-18 23:39:26,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0231139659882s 2018-08-18 23:39:26,298 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-82d8ed46-3551-42b9-8d86-98d94dfce69e 2018-08-18 23:39:26,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 23:39:26,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"server": {"name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "imageRef": "193a9819-c470-450f-97d7-cf8fc9185cc9", "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "flavorRef": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0dcbe760-0aac-4959-a2b2-0f120a3e6363"}], "security_groups": [{"name": "23bc49b0-3902-4fe1-a380-08460cb9807a"}]}}' 2018-08-18 23:39:28,810 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23:39:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34a499a5-643c-440f-b647-3d34676def41 x-compute-request-id: req-34a499a5-643c-440f-b647-3d34676def41 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "23bc49b0-3902-4fe1-a380-08460cb9807a"}], "OS-DCF:diskConfig": "MANUAL", "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "adminPass": "jTk7JFW5cpvz"}} 2018-08-18 23:39:28,810 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-34a499a5-643c-440f-b647-3d34676def41 2018-08-18 23:39:28,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.51096487045s 2018-08-18 23:39:28,811 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-34a499a5-643c-440f-b647-3d34676def41 2018-08-18 23:39:28,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:28,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:29,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39: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-81de4ae2-1be5-4df9-9ec1-826a9081508b x-compute-request-id: req-81de4ae2-1be5-4df9-9ec1-826a9081508b 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "user_id": "2b4491a275624dc0901db53e6b26ed70", "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-18T23:39:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:29,434 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-81de4ae2-1be5-4df9-9ec1-826a9081508b 2018-08-18 23:39:29,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622761011124s 2018-08-18 23:39:29,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-81de4ae2-1be5-4df9-9ec1-826a9081508b 2018-08-18 23:39:29,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:39:29,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:29,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-54779a3d-3056-4dfd-ba02-5941150735de Date: Sat, 18 Aug 2018 23:39:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f947df7-d6e7-4b3b-8569-de9937b01b53"],"updated_at":"2018-08-18T23:37:28Z","tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:37:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b665c73f177844c6a2ea46690235eddc","id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","name":"cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 23:39:29,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-54779a3d-3056-4dfd-ba02-5941150735de 2018-08-18 23:39:29,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.089478969574s 2018-08-18 23:39:29,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-54779a3d-3056-4dfd-ba02-5941150735de 2018-08-18 23:39:29,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 23:39:29,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:29,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-e9b95ee6-0f10-490e-bd28-fd61884f6ee8 Date: Sat, 18 Aug 2018 23:39:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:37:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T23:37:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b665c73f177844c6a2ea46690235eddc","id":"3f947df7-d6e7-4b3b-8569-de9937b01b53","subnetpool_id":null,"name":"cloudify-subnet_69a352b1-009c-4543-b4dd-368d91d7484f"}]} 2018-08-18 23:39:29,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e9b95ee6-0f10-490e-bd28-fd61884f6ee8 2018-08-18 23:39:29,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.04287981987s 2018-08-18 23:39:29,576 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e9b95ee6-0f10-490e-bd28-fd61884f6ee8 2018-08-18 23:39:29,576 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:31,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:31,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:31,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-2b284893-c4d7-4550-9e84-3a141e543bc4 x-compute-request-id: req-2b284893-c4d7-4550-9e84-3a141e543bc4 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:31,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2b284893-c4d7-4550-9e84-3a141e543bc4 2018-08-18 23:39:31,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352068901062s 2018-08-18 23:39:31,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2b284893-c4d7-4550-9e84-3a141e543bc4 2018-08-18 23:39:31,936 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:33,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:33,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:34,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-57ff54c5-38e8-4cd4-918d-bc4b20874360 x-compute-request-id: req-57ff54c5-38e8-4cd4-918d-bc4b20874360 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:34,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57ff54c5-38e8-4cd4-918d-bc4b20874360 2018-08-18 23:39:34,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.898285150528s 2018-08-18 23:39:34,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57ff54c5-38e8-4cd4-918d-bc4b20874360 2018-08-18 23:39:34,842 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:36,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:36,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:37,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39: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-92218be4-54e7-4065-837b-a6d8430bfe43 x-compute-request-id: req-92218be4-54e7-4065-837b-a6d8430bfe43 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:37,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-92218be4-54e7-4065-837b-a6d8430bfe43 2018-08-18 23:39:37,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745861053467s 2018-08-18 23:39:37,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-92218be4-54e7-4065-837b-a6d8430bfe43 2018-08-18 23:39:37,595 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:39,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:39,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:40,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39: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-85bf48bf-9655-41d6-8732-dee8ae6e9780 x-compute-request-id: req-85bf48bf-9655-41d6-8732-dee8ae6e9780 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:40,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-85bf48bf-9655-41d6-8732-dee8ae6e9780 2018-08-18 23:39:40,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683175086975s 2018-08-18 23:39:40,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-85bf48bf-9655-41d6-8732-dee8ae6e9780 2018-08-18 23:39:40,285 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:42,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:42,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:42,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a35f69a0-f6af-4791-a3f0-f79d83b11db4 x-compute-request-id: req-a35f69a0-f6af-4791-a3f0-f79d83b11db4 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:42,765 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a35f69a0-f6af-4791-a3f0-f79d83b11db4 2018-08-18 23:39:42,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.47712802887s 2018-08-18 23:39:42,766 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a35f69a0-f6af-4791-a3f0-f79d83b11db4 2018-08-18 23:39:42,769 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:44,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:44,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:45,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39: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-00e1d834-6ea7-4064-b468-ac96f2f0c705 x-compute-request-id: req-00e1d834-6ea7-4064-b468-ac96f2f0c705 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:45,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-00e1d834-6ea7-4064-b468-ac96f2f0c705 2018-08-18 23:39:45,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380954027176s 2018-08-18 23:39:45,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-00e1d834-6ea7-4064-b468-ac96f2f0c705 2018-08-18 23:39:45,157 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:47,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:47,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:47,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39: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-61201c16-8f6f-4e76-99f7-6e7460f1dfe9 x-compute-request-id: req-61201c16-8f6f-4e76-99f7-6e7460f1dfe9 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:47,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-61201c16-8f6f-4e76-99f7-6e7460f1dfe9 2018-08-18 23:39:47,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44090795517s 2018-08-18 23:39:47,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-61201c16-8f6f-4e76-99f7-6e7460f1dfe9 2018-08-18 23:39:47,605 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:49,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:49,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:50,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-72131732-45cc-4c8f-8bb6-3030a70e54e2 x-compute-request-id: req-72131732-45cc-4c8f-8bb6-3030a70e54e2 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:50,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-72131732-45cc-4c8f-8bb6-3030a70e54e2 2018-08-18 23:39:50,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439456939697s 2018-08-18 23:39:50,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-72131732-45cc-4c8f-8bb6-3030a70e54e2 2018-08-18 23:39:50,052 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:52,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:52,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:52,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39: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-9ee2c40b-e204-4ee0-9b8d-47a2fd11afa8 x-compute-request-id: req-9ee2c40b-e204-4ee0-9b8d-47a2fd11afa8 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:52,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9ee2c40b-e204-4ee0-9b8d-47a2fd11afa8 2018-08-18 23:39:52,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.68927693367s 2018-08-18 23:39:52,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9ee2c40b-e204-4ee0-9b8d-47a2fd11afa8 2018-08-18 23:39:52,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:54,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:54,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:55,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39: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-2f8f6830-c013-455f-8947-9ca709cf4f11 x-compute-request-id: req-2f8f6830-c013-455f-8947-9ca709cf4f11 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:55,184 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2f8f6830-c013-455f-8947-9ca709cf4f11 2018-08-18 23:39:55,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.433445930481s 2018-08-18 23:39:55,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2f8f6830-c013-455f-8947-9ca709cf4f11 2018-08-18 23:39:55,188 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:57,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:57,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:57,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39: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-ad5bf806-0c7b-4dda-ac02-3ba0fabb15b3 x-compute-request-id: req-ad5bf806-0c7b-4dda-ac02-3ba0fabb15b3 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:57,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ad5bf806-0c7b-4dda-ac02-3ba0fabb15b3 2018-08-18 23:39:57,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17493891716s 2018-08-18 23:39:57,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ad5bf806-0c7b-4dda-ac02-3ba0fabb15b3 2018-08-18 23:39:57,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:39:59,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:39:59,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:39:59,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:39: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-1a824f26-7fab-4c08-895c-17d6009a1901 x-compute-request-id: req-1a824f26-7fab-4c08-895c-17d6009a1901 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:39:59,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a824f26-7fab-4c08-895c-17d6009a1901 2018-08-18 23:39:59,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.34877204895s 2018-08-18 23:39:59,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a824f26-7fab-4c08-895c-17d6009a1901 2018-08-18 23:39:59,726 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:01,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:01,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:02,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-85208048-0d3f-4b23-a567-8f1bf8853a44 x-compute-request-id: req-85208048-0d3f-4b23-a567-8f1bf8853a44 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:02,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-85208048-0d3f-4b23-a567-8f1bf8853a44 2018-08-18 23:40:02,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.417974948883s 2018-08-18 23:40:02,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-85208048-0d3f-4b23-a567-8f1bf8853a44 2018-08-18 23:40:02,151 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:04,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:04,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:04,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-ea323e78-de42-4e27-8afd-da201b5e371a x-compute-request-id: req-ea323e78-de42-4e27-8afd-da201b5e371a 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:04,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ea323e78-de42-4e27-8afd-da201b5e371a 2018-08-18 23:40:04,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36164188385s 2018-08-18 23:40:04,516 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ea323e78-de42-4e27-8afd-da201b5e371a 2018-08-18 23:40:04,520 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:06,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:06,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:06,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-821200ac-e368-4933-9c59-709ab5d0f2fa x-compute-request-id: req-821200ac-e368-4933-9c59-709ab5d0f2fa 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:06,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-821200ac-e368-4933-9c59-709ab5d0f2fa 2018-08-18 23:40:06,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17876291275s 2018-08-18 23:40:06,702 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-821200ac-e368-4933-9c59-709ab5d0f2fa 2018-08-18 23:40:06,706 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:08,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:08,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:09,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-725547da-91d9-4b1d-9b49-185c19f83ecf x-compute-request-id: req-725547da-91d9-4b1d-9b49-185c19f83ecf 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:09,087 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-725547da-91d9-4b1d-9b49-185c19f83ecf 2018-08-18 23:40:09,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378520011902s 2018-08-18 23:40:09,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-725547da-91d9-4b1d-9b49-185c19f83ecf 2018-08-18 23:40:09,092 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:11,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:11,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:11,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f82ff96-ce47-4184-8842-fde16e033860 x-compute-request-id: req-1f82ff96-ce47-4184-8842-fde16e033860 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:11,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1f82ff96-ce47-4184-8842-fde16e033860 2018-08-18 23:40:11,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430527925491s 2018-08-18 23:40:11,526 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1f82ff96-ce47-4184-8842-fde16e033860 2018-08-18 23:40:11,530 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:13,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:13,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:13,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-6a0dca7f-7d64-459b-9072-a10bd9b8f3a0 x-compute-request-id: req-6a0dca7f-7d64-459b-9072-a10bd9b8f3a0 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:13,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6a0dca7f-7d64-459b-9072-a10bd9b8f3a0 2018-08-18 23:40:13,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177749872208s 2018-08-18 23:40:13,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6a0dca7f-7d64-459b-9072-a10bd9b8f3a0 2018-08-18 23:40:13,714 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:15,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:15,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:16,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-1db96443-7ba0-4f66-b75d-a97d6cb9ffbe x-compute-request-id: req-1db96443-7ba0-4f66-b75d-a97d6cb9ffbe 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:16,096 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1db96443-7ba0-4f66-b75d-a97d6cb9ffbe 2018-08-18 23:40:16,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379686117172s 2018-08-18 23:40:16,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1db96443-7ba0-4f66-b75d-a97d6cb9ffbe 2018-08-18 23:40:16,100 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:18,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:18,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:18,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4612ba80-ee10-412d-bc91-9db4a441142a x-compute-request-id: req-4612ba80-ee10-412d-bc91-9db4a441142a 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:18,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4612ba80-ee10-412d-bc91-9db4a441142a 2018-08-18 23:40:18,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184392929077s 2018-08-18 23:40:18,288 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4612ba80-ee10-412d-bc91-9db4a441142a 2018-08-18 23:40:18,292 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:20,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:20,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:20,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-e034dd68-149b-4825-9c99-c1c54c4f939c x-compute-request-id: req-e034dd68-149b-4825-9c99-c1c54c4f939c 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:20,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e034dd68-149b-4825-9c99-c1c54c4f939c 2018-08-18 23:40:20,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186149120331s 2018-08-18 23:40:20,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e034dd68-149b-4825-9c99-c1c54c4f939c 2018-08-18 23:40:20,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:22,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:22,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:23,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-38140d8a-5344-4797-96f7-8181f5338721 x-compute-request-id: req-38140d8a-5344-4797-96f7-8181f5338721 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:23,212 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-38140d8a-5344-4797-96f7-8181f5338721 2018-08-18 23:40:23,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724938869476s 2018-08-18 23:40:23,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-38140d8a-5344-4797-96f7-8181f5338721 2018-08-18 23:40:23,216 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:25,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:25,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-de2a9ddf-f389-44f7-a378-2a6872494474 x-compute-request-id: req-de2a9ddf-f389-44f7-a378-2a6872494474 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:25,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-de2a9ddf-f389-44f7-a378-2a6872494474 2018-08-18 23:40:25,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179124832153s 2018-08-18 23:40:25,399 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-de2a9ddf-f389-44f7-a378-2a6872494474 2018-08-18 23:40:25,402 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:27,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:27,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:27,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-08fdc156-0206-4163-a7cd-5456a1a40824 x-compute-request-id: req-08fdc156-0206-4163-a7cd-5456a1a40824 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:27,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-08fdc156-0206-4163-a7cd-5456a1a40824 2018-08-18 23:40:27,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420722007751s 2018-08-18 23:40:27,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-08fdc156-0206-4163-a7cd-5456a1a40824 2018-08-18 23:40:27,830 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:29,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:29,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:30,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-1925c37a-70ba-499e-b11e-d07abc738b56 x-compute-request-id: req-1925c37a-70ba-499e-b11e-d07abc738b56 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:30,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1925c37a-70ba-499e-b11e-d07abc738b56 2018-08-18 23:40:30,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17606306076s 2018-08-18 23:40:30,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1925c37a-70ba-499e-b11e-d07abc738b56 2018-08-18 23:40:30,014 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:32,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:32,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:32,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9927d6ba-44b2-4147-9a80-0a8f1a2910db x-compute-request-id: req-9927d6ba-44b2-4147-9a80-0a8f1a2910db 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:32,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9927d6ba-44b2-4147-9a80-0a8f1a2910db 2018-08-18 23:40:32,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342746973038s 2018-08-18 23:40:32,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9927d6ba-44b2-4147-9a80-0a8f1a2910db 2018-08-18 23:40:32,364 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:34,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:34,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:35,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-c6c7cdf8-6d46-4063-9711-1227be7484a2 x-compute-request-id: req-c6c7cdf8-6d46-4063-9711-1227be7484a2 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:35,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c6c7cdf8-6d46-4063-9711-1227be7484a2 2018-08-18 23:40:35,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.775850057602s 2018-08-18 23:40:35,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c6c7cdf8-6d46-4063-9711-1227be7484a2 2018-08-18 23:40:35,147 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:37,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:37,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:37,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc0f0de3-e5f4-424f-b1ea-331a48618d90 x-compute-request-id: req-dc0f0de3-e5f4-424f-b1ea-331a48618d90 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:37,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc0f0de3-e5f4-424f-b1ea-331a48618d90 2018-08-18 23:40:37,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197942972183s 2018-08-18 23:40:37,348 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc0f0de3-e5f4-424f-b1ea-331a48618d90 2018-08-18 23:40:37,351 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:39,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:39,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:39,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99bcf2f0-5fab-4ecf-84db-9f357a036f9f x-compute-request-id: req-99bcf2f0-5fab-4ecf-84db-9f357a036f9f 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:39,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-99bcf2f0-5fab-4ecf-84db-9f357a036f9f 2018-08-18 23:40:39,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368003129959s 2018-08-18 23:40:39,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-99bcf2f0-5fab-4ecf-84db-9f357a036f9f 2018-08-18 23:40:39,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:41,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:41,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:41,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-a6973bce-d3ff-4035-81ad-59c86a22b1a7 x-compute-request-id: req-a6973bce-d3ff-4035-81ad-59c86a22b1a7 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:41,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a6973bce-d3ff-4035-81ad-59c86a22b1a7 2018-08-18 23:40:41,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192952871323s 2018-08-18 23:40:41,923 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a6973bce-d3ff-4035-81ad-59c86a22b1a7 2018-08-18 23:40:41,927 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:43,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:43,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:44,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-153c4172-e80a-4bec-9831-9f447fd5154d x-compute-request-id: req-153c4172-e80a-4bec-9831-9f447fd5154d 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:44,298 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-153c4172-e80a-4bec-9831-9f447fd5154d 2018-08-18 23:40:44,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368281126022s 2018-08-18 23:40:44,298 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-153c4172-e80a-4bec-9831-9f447fd5154d 2018-08-18 23:40:44,302 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:46,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:46,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:47,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81c3aad7-42bc-4124-88b8-7028b4db9ca4 x-compute-request-id: req-81c3aad7-42bc-4124-88b8-7028b4db9ca4 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:47,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-81c3aad7-42bc-4124-88b8-7028b4db9ca4 2018-08-18 23:40:47,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701329946518s 2018-08-18 23:40:47,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-81c3aad7-42bc-4124-88b8-7028b4db9ca4 2018-08-18 23:40:47,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:49,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:49,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:49,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-660aac97-bc42-438f-8500-6ea4576347ef x-compute-request-id: req-660aac97-bc42-438f-8500-6ea4576347ef 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:49,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-660aac97-bc42-438f-8500-6ea4576347ef 2018-08-18 23:40:49,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373652219772s 2018-08-18 23:40:49,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-660aac97-bc42-438f-8500-6ea4576347ef 2018-08-18 23:40:49,391 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:51,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:51,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:51,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf617ef9-067b-4be5-b1fc-346f8414481d x-compute-request-id: req-bf617ef9-067b-4be5-b1fc-346f8414481d 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:51,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf617ef9-067b-4be5-b1fc-346f8414481d 2018-08-18 23:40:51,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494276046753s 2018-08-18 23:40:51,888 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf617ef9-067b-4be5-b1fc-346f8414481d 2018-08-18 23:40:51,892 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:53,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:53,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:54,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e12ea2b-46f6-4101-9a1c-71fa88503a4e x-compute-request-id: req-1e12ea2b-46f6-4101-9a1c-71fa88503a4e 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:54,348 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e12ea2b-46f6-4101-9a1c-71fa88503a4e 2018-08-18 23:40:54,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.453598022461s 2018-08-18 23:40:54,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e12ea2b-46f6-4101-9a1c-71fa88503a4e 2018-08-18 23:40:54,353 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:56,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:56,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:56,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40: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-ce23e295-da03-4ca6-bd9a-801fb2846f99 x-compute-request-id: req-ce23e295-da03-4ca6-bd9a-801fb2846f99 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:56,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ce23e295-da03-4ca6-bd9a-801fb2846f99 2018-08-18 23:40:56,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174765825272s 2018-08-18 23:40:56,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ce23e295-da03-4ca6-bd9a-801fb2846f99 2018-08-18 23:40:56,535 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:40:58,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:40:58,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:40:58,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d955ecd2-2c9a-4e07-88b9-8c17d623125b x-compute-request-id: req-d955ecd2-2c9a-4e07-88b9-8c17d623125b 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:40:58,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d955ecd2-2c9a-4e07-88b9-8c17d623125b 2018-08-18 23:40:58,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.428558111191s 2018-08-18 23:40:58,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d955ecd2-2c9a-4e07-88b9-8c17d623125b 2018-08-18 23:40:58,970 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:00,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:00,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:01,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-159ef0dc-7dde-4ac3-ba95-1871c75b31dd x-compute-request-id: req-159ef0dc-7dde-4ac3-ba95-1871c75b31dd 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:01,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-159ef0dc-7dde-4ac3-ba95-1871c75b31dd 2018-08-18 23:41:01,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441298007965s 2018-08-18 23:41:01,415 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-159ef0dc-7dde-4ac3-ba95-1871c75b31dd 2018-08-18 23:41:01,419 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:03,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:03,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:04,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41: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-32e79683-fa30-4e82-8120-6bc4e3cb5d0f x-compute-request-id: req-32e79683-fa30-4e82-8120-6bc4e3cb5d0f 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:04,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-32e79683-fa30-4e82-8120-6bc4e3cb5d0f 2018-08-18 23:41:04,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.584207057953s 2018-08-18 23:41:04,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-32e79683-fa30-4e82-8120-6bc4e3cb5d0f 2018-08-18 23:41:04,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:06,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:06,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:06,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41: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-9e2f64d8-e481-430f-a8dc-26e902a5a003 x-compute-request-id: req-9e2f64d8-e481-430f-a8dc-26e902a5a003 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:06,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9e2f64d8-e481-430f-a8dc-26e902a5a003 2018-08-18 23:41:06,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524518966675s 2018-08-18 23:41:06,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9e2f64d8-e481-430f-a8dc-26e902a5a003 2018-08-18 23:41:06,542 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:08,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:08,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:08,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41: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-dc3c771b-22ee-4c4b-8bfe-8400145d9965 x-compute-request-id: req-dc3c771b-22ee-4c4b-8bfe-8400145d9965 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:08,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc3c771b-22ee-4c4b-8bfe-8400145d9965 2018-08-18 23:41:08,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434731006622s 2018-08-18 23:41:08,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc3c771b-22ee-4c4b-8bfe-8400145d9965 2018-08-18 23:41:08,985 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:10,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:10,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:11,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-504f423e-2f15-4457-94b6-133b91649549 x-compute-request-id: req-504f423e-2f15-4457-94b6-133b91649549 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:11,386 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-504f423e-2f15-4457-94b6-133b91649549 2018-08-18 23:41:11,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398432970047s 2018-08-18 23:41:11,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-504f423e-2f15-4457-94b6-133b91649549 2018-08-18 23:41:11,390 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:13,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:13,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:13,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1a51f1e-45bc-49e7-8808-6ea2bdcbb8b7 x-compute-request-id: req-b1a51f1e-45bc-49e7-8808-6ea2bdcbb8b7 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:13,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b1a51f1e-45bc-49e7-8808-6ea2bdcbb8b7 2018-08-18 23:41:13,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351233959198s 2018-08-18 23:41:13,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b1a51f1e-45bc-49e7-8808-6ea2bdcbb8b7 2018-08-18 23:41:13,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:15,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:15,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:16,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04f71dd4-533b-41af-84d4-fe6190fdbfb6 x-compute-request-id: req-04f71dd4-533b-41af-84d4-fe6190fdbfb6 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:16,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-04f71dd4-533b-41af-84d4-fe6190fdbfb6 2018-08-18 23:41:16,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.722795009613s 2018-08-18 23:41:16,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-04f71dd4-533b-41af-84d4-fe6190fdbfb6 2018-08-18 23:41:16,478 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:18,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:18,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:18,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f81217e4-e4ea-4a07-bbe1-ee29431491bd x-compute-request-id: req-f81217e4-e4ea-4a07-bbe1-ee29431491bd 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:18,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f81217e4-e4ea-4a07-bbe1-ee29431491bd 2018-08-18 23:41:18,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183169841766s 2018-08-18 23:41:18,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f81217e4-e4ea-4a07-bbe1-ee29431491bd 2018-08-18 23:41:18,668 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:20,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:20,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:21,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05c867e7-ccea-4dbf-afc0-a80f69d1500d x-compute-request-id: req-05c867e7-ccea-4dbf-afc0-a80f69d1500d 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:21,127 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-05c867e7-ccea-4dbf-afc0-a80f69d1500d 2018-08-18 23:41:21,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456184864044s 2018-08-18 23:41:21,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-05c867e7-ccea-4dbf-afc0-a80f69d1500d 2018-08-18 23:41:21,132 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:23,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:23,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:23,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf05de8b-d6f5-4c4d-b295-a9f7ce0d5e68 x-compute-request-id: req-cf05de8b-d6f5-4c4d-b295-a9f7ce0d5e68 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:23,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cf05de8b-d6f5-4c4d-b295-a9f7ce0d5e68 2018-08-18 23:41:23,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440119028091s 2018-08-18 23:41:23,575 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cf05de8b-d6f5-4c4d-b295-a9f7ce0d5e68 2018-08-18 23:41:23,579 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:25,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:25,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:25,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d33cfda-ea03-45f4-93b0-eab31a600e34 x-compute-request-id: req-0d33cfda-ea03-45f4-93b0-eab31a600e34 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:25,927 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d33cfda-ea03-45f4-93b0-eab31a600e34 2018-08-18 23:41:25,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345540046692s 2018-08-18 23:41:25,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d33cfda-ea03-45f4-93b0-eab31a600e34 2018-08-18 23:41:25,931 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:27,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:27,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:28,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb5933b5-71e8-4300-9a2d-b986892b7424 x-compute-request-id: req-cb5933b5-71e8-4300-9a2d-b986892b7424 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:28,306 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cb5933b5-71e8-4300-9a2d-b986892b7424 2018-08-18 23:41:28,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371834039688s 2018-08-18 23:41:28,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cb5933b5-71e8-4300-9a2d-b986892b7424 2018-08-18 23:41:28,311 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:30,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:30,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:30,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13daea91-ea53-4696-b1ee-dc80e058cf0d x-compute-request-id: req-13daea91-ea53-4696-b1ee-dc80e058cf0d 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:30,767 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-13daea91-ea53-4696-b1ee-dc80e058cf0d 2018-08-18 23:41:30,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.453283071518s 2018-08-18 23:41:30,767 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-13daea91-ea53-4696-b1ee-dc80e058cf0d 2018-08-18 23:41:30,771 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:32,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:32,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:33,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9ca67d9-e1ed-46e9-9d46-1d49200cc936 x-compute-request-id: req-b9ca67d9-e1ed-46e9-9d46-1d49200cc936 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:33,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b9ca67d9-e1ed-46e9-9d46-1d49200cc936 2018-08-18 23:41:33,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45107793808s 2018-08-18 23:41:33,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b9ca67d9-e1ed-46e9-9d46-1d49200cc936 2018-08-18 23:41:33,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:35,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:35,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:35,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ed2956b-6bc0-4a74-990f-543529a925d6 x-compute-request-id: req-2ed2956b-6bc0-4a74-990f-543529a925d6 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:35,737 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2ed2956b-6bc0-4a74-990f-543529a925d6 2018-08-18 23:41:35,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504559993744s 2018-08-18 23:41:35,737 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2ed2956b-6bc0-4a74-990f-543529a925d6 2018-08-18 23:41:35,741 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:37,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:37,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:37,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37468943-ecac-494d-9aa9-f79fdb6f6290 x-compute-request-id: req-37468943-ecac-494d-9aa9-f79fdb6f6290 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.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:39:31Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:37,927 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-37468943-ecac-494d-9aa9-f79fdb6f6290 2018-08-18 23:41:37,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183210849762s 2018-08-18 23:41:37,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-37468943-ecac-494d-9aa9-f79fdb6f6290 2018-08-18 23:41:37,931 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:41:39,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:41:39,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:40,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35130997-9ac3-49aa-a066-16db163e538d x-compute-request-id: req-35130997-9ac3-49aa-a066-16db163e538d Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:fc:41", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:41:37.000000", "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:41:38Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:41:40,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-35130997-9ac3-49aa-a066-16db163e538d 2018-08-18 23:41:40,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167518138885s 2018-08-18 23:41:40,101 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-35130997-9ac3-49aa-a066-16db163e538d 2018-08-18 23:41:40,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 23:41:40,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=e972b193-6173-49a7-985b-c1c46e1b60ee" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:40,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1c1ac433-9f69-4704-b853-e2eb0f5e0633 Date: Sat, 18 Aug 2018 23:41:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:39:32Z","admin_state_up":true,"updated_at":"2018-08-18T23:41:37Z","binding:vnic_type":"normal","device_id":"e972b193-6173-49a7-985b-c1c46e1b60ee","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b9:fc:41","id":"27672b04-6355-41a7-9b36-8836cac94b70","port_security_enabled":true,"project_id":"b665c73f177844c6a2ea46690235eddc","fixed_ips":[{"subnet_id":"3f947df7-d6e7-4b3b-8569-de9937b01b53","ip_address":"192.168.120.15"}],"extra_dhcp_opts":[],"security_groups":["23bc49b0-3902-4fe1-a380-08460cb9807a"],"name":""}]} 2018-08-18 23:41:40,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e972b193-6173-49a7-985b-c1c46e1b60ee used request id req-1c1ac433-9f69-4704-b853-e2eb0f5e0633 2018-08-18 23:41:40,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0462899208069s 2018-08-18 23:41:40,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e972b193-6173-49a7-985b-c1c46e1b60ee used request id req-1c1ac433-9f69-4704-b853-e2eb0f5e0633 2018-08-18 23:41:40,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 23:41:40,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=27672b04-6355-41a7-9b36-8836cac94b70" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:40,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-020f1d0f-064f-4636-9630-6f5dc2c72574 Date: Sat, 18 Aug 2018 23:41:40 GMT RESP BODY: {"floatingips": []} 2018-08-18 23:41:40,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=27672b04-6355-41a7-9b36-8836cac94b70 used request id req-020f1d0f-064f-4636-9630-6f5dc2c72574 2018-08-18 23:41:40,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.254693984985s 2018-08-18 23:41:40,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=27672b04-6355-41a7-9b36-8836cac94b70 used request id req-020f1d0f-064f-4636-9630-6f5dc2c72574 2018-08-18 23:41:40,412 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b9:fc:41', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'193a9819-c470-450f-97d7-cf8fc9185cc9'}), 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-18T23:41:37.000000', 'flavor': Munch({u'id': u'f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a'}), 'az': u'nova', 'id': u'e972b193-6173-49a7-985b-c1c46e1b60ee', 'security_groups': [Munch({u'name': u'cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2b4491a275624dc0901db53e6b26ed70', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b665c73f177844c6a2ea46690235eddc', 'name': 'cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f', '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-18T23:41:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T23:41:38Z', 'hostId': u'1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f', 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1', '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-18T23:41:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b665c73f177844c6a2ea46690235eddc', 'name': u'cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f', 'adminPass': u'jTk7JFW5cpvz', 'tenant_id': u'b665c73f177844c6a2ea46690235eddc', 'created_at': u'2018-08-18T23:39:28Z', 'created': u'2018-08-18T23:39:28Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 23:41:40,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:41:40,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:40,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-31e607af-e577-41bd-94a6-da95fc1b4a33 Date: Sat, 18 Aug 2018 23:41:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f947df7-d6e7-4b3b-8569-de9937b01b53"],"updated_at":"2018-08-18T23:37:28Z","tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:37:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b665c73f177844c6a2ea46690235eddc","id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","name":"cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 23:41:40,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-31e607af-e577-41bd-94a6-da95fc1b4a33 2018-08-18 23:41:40,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0983262062073s 2018-08-18 23:41:40,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-31e607af-e577-41bd-94a6-da95fc1b4a33 2018-08-18 23:41:40,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 23:41:40,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=e972b193-6173-49a7-985b-c1c46e1b60ee" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:40,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-74b5eb58-86ab-4d71-95ab-768462237c76 Date: Sat, 18 Aug 2018 23:41:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:39:32Z","admin_state_up":true,"updated_at":"2018-08-18T23:41:37Z","binding:vnic_type":"normal","device_id":"e972b193-6173-49a7-985b-c1c46e1b60ee","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b9:fc:41","id":"27672b04-6355-41a7-9b36-8836cac94b70","port_security_enabled":true,"project_id":"b665c73f177844c6a2ea46690235eddc","fixed_ips":[{"subnet_id":"3f947df7-d6e7-4b3b-8569-de9937b01b53","ip_address":"192.168.120.15"}],"extra_dhcp_opts":[],"security_groups":["23bc49b0-3902-4fe1-a380-08460cb9807a"],"name":""}]} 2018-08-18 23:41:40,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e972b193-6173-49a7-985b-c1c46e1b60ee used request id req-74b5eb58-86ab-4d71-95ab-768462237c76 2018-08-18 23:41:40,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0534200668335s 2018-08-18 23:41:40,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=e972b193-6173-49a7-985b-c1c46e1b60ee used request id req-74b5eb58-86ab-4d71-95ab-768462237c76 2018-08-18 23:41:40,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-18 23:41:40,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"floatingip": {"floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.15", "port_id": "27672b04-6355-41a7-9b36-8836cac94b70"}}' 2018-08-18 23:41:42,378 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-67cda49c-f29e-48d2-9bf3-f61eb8ef14d8 Date: Sat, 18 Aug 2018 23:41:42 GMT RESP BODY: {"floatingip": {"router_id": "20175556-8c88-43cc-86cc-de884445a423", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T23:41:41Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "27672b04-6355-41a7-9b36-8836cac94b70", "id": "19b717f0-f6d2-4d61-90a3-876db63b413a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:41:41Z", "project_id": "b665c73f177844c6a2ea46690235eddc"}} 2018-08-18 23:41:42,378 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-67cda49c-f29e-48d2-9bf3-f61eb8ef14d8 2018-08-18 23:41:42,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.80867385864s 2018-08-18 23:41:42,379 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-67cda49c-f29e-48d2-9bf3-f61eb8ef14d8 2018-08-18 23:41:42,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 23:41:42,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:41:42,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-8a01edf8-473f-490b-b983-bc3b3f3c6f48 Date: Sat, 18 Aug 2018 23:41:42 GMT RESP BODY: {"floatingips": [{"router_id": "20175556-8c88-43cc-86cc-de884445a423", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T23:41:41Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "27672b04-6355-41a7-9b36-8836cac94b70", "id": "19b717f0-f6d2-4d61-90a3-876db63b413a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:41:41Z", "project_id": "b665c73f177844c6a2ea46690235eddc"}]} 2018-08-18 23:41:42,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8a01edf8-473f-490b-b983-bc3b3f3c6f48 2018-08-18 23:41:42,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0603730678558s 2018-08-18 23:41:42,448 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8a01edf8-473f-490b-b983-bc3b3f3c6f48 2018-08-18 23:41:42,451 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'20175556-8c88-43cc-86cc-de884445a423', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b665c73f177844c6a2ea46690235eddc', 'created_at': u'2018-08-18T23:41:41Z', 'attached': True, 'updated_at': u'2018-08-18T23:41:41Z', 'id': u'19b717f0-f6d2-4d61-90a3-876db63b413a', 'floating_network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', 'fixed_ip_address': u'192.168.120.15', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b665c73f177844c6a2ea46690235eddc', 'name': 'cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'20175556-8c88-43cc-86cc-de884445a423', 'project_id': u'b665c73f177844c6a2ea46690235eddc', 'port_id': u'27672b04-6355-41a7-9b36-8836cac94b70', 'port': u'27672b04-6355-41a7-9b36-8836cac94b70', 'network': u'65cd7cef-6b04-450e-9f27-e630c6e3994e'}) 2018-08-18 23:41:42,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:41:42,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:41:42,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50feebaf-20ee-4f7f-b9b1-0d702a2a246c x-compute-request-id: req-50feebaf-20ee-4f7f-b9b1-0d702a2a246c Content-Encoding: gzip Content-Length: 9288 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 1859871567 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.421451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.424420] pid_max: default: 32768 minimum: 301\n[ 0.426020] Security Framework initialized\n[ 0.427518] SELinux: Initializing.\n[ 0.429139] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.435448] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.439279] Mount-cache hash table entries: 4096\n[ 0.441170] Initializing cgroup subsys memory\n[ 0.442704] Initializing cgroup subsys devices\n[ 0.444259] Initializing cgroup subsys freezer\n[ 0.445821] Initializing cgroup subsys net_cls\n[ 0.447367] Initializing cgroup subsys blkio\n[ 0.448875] Initializing cgroup subsys perf_event\n[ 0.450467] Initializing cgroup subsys hugetlb\n[ 0.452012] Initializing cgroup subsys pids\n[ 0.453506] Initializing cgroup subsys net_prio\n[ 0.455143] CPU: Physical Processor ID: 0\n[ 0.457316] mce: CPU supports 10 MCE banks\n[ 0.458834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.460567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.462279] tlb_flushall_shift: 6\n[ 0.463817] Freeing SMP alternatives: 28k freed\n[ 0.468096] ACPI: Core revision 20130517\n[ 0.469993] ACPI: All ACPI Tables successfully acquired\n[ 0.471953] ftrace: allocating 25812 entries in 101 pages\n[ 0.494101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.496097] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.498102] smpboot: Max logical packages: 2\n[ 0.499914] Enabling x2apic\n[ 0.501153] Enabled x2apic\n[ 0.502651] Switched APIC routing to physical x2apic.\n[ 0.505709] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.507696] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.511212] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.519372] KVM setup paravirtual spinlock\n[ 0.522098] smpboot: Booting Node 0, Processors #1 OK\n[ 0.524205] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.546105] Brought up 2 CPUs\n[ 0.546116] KVM setup async PF for cpu 1\n[ 0.546124] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.550335] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.553290] devtmpfs: initialized\n[ 0.555994] EVM: security.selinux\n[ 0.557326] EVM: security.ima\n[ 0.558578] EVM: security.capability\n[ 0.560690] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.562744] pinctrl core: initialized pinctrl subsystem\n[ 0.564564] NET: Registered protocol family 16\n[ 0.566331] ACPI: bus type PCI registered\n[ 0.567796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.569822] PCI: Using configuration type 1 for base access\n[ 0.575040] ACPI: Added _OSI(Module Device)\n[ 0.576574] ACPI: Added _OSI(Processor Device)\n[ 0.578130] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.579720] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.582822] ACPI: Interpreter enabled\n[ 0.584237] ACPI: (supports S0 S5)\n[ 0.585573] ACPI: Using IOAPIC for interrupt routing\n[ 0.587234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.592089] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.593998] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.596032] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.598021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.601733] acpiphp: Slot [3] registered\n[ 0.603214] acpiphp: Slot [4] registered\n[ 0.604690] acpiphp: Slot [5] registered\n[ 0.606195] acpiphp: Slot [6] registered\n[ 0.607660] acpiphp: Slot [7] registered\n[ 0.609125] acpiphp: Slot [8] registered\n[ 0.610587] acpiphp: Slot [9] registered\n[ 0.612046] acpiphp: Slot [10] registered\n[ 0.613531] acpiphp: Slot [11] registered\n[ 0.615012] acpiphp: Slot [12] registered\n[ 0.616501] acpiphp: Slot [13] registered\n[ 0.617981] acpiphp: Slot [14] registered\n[ 0.619474] acpiphp: Slot [15] registered\n[ 0.620965] acpiphp: Slot [16] registered\n[ 0.622456] acpiphp: Slot [17] registered\n[ 0.623933] acpiphp: Slot [18] registered\n[ 0.625397] acpiphp: Slot [19] registered\n[ 0.626868] acpiphp: Slot [20] registered\n[ 0.628351] acpiphp: Slot [21] registered\n[ 0.629832] acpiphp: Slot [22] registered\n[ 0.631307] acpiphp: Slot [23] registered\n[ 0.632789] acpiphp: Slot [24] registered\n[ 0.634402] acpiphp: Slot [25] registered\n[ 0.635880] acpiphp: Slot [26] registered\n[ 0.637361] acpiphp: Slot [27] registered\n[ 0.638839] acpiphp: Slot [28] registered\n[ 0.640309] acpiphp: Slot [29] registered\n[ 0.641792] acpiphp: Slot [30] registered\n[ 0.643275] acpiphp: Slot [31] registered\n[ 0.644737] PCI host bridge to bus 0000:00\n[ 0.646215] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.647965] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.649988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.651997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.654693] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.657404] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.663735] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.665815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.667773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.669844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.674361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.677047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.702668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.705978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.708310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.710623] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.712926] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.715066] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.717444] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.720303] vgaarb: loaded\n[ 0.721500] vgaarb: bridge control possible 0000:00:02.0\n[ 0.723415] SCSI subsystem initialized\n[ 0.724875] ACPI: bus type USB registered\n[ 0.726366] usbcore: registered new interface driver usbfs\n[ 0.728141] usbcore: registered new interface driver hub\n[ 0.729888] usbcore: registered new device driver usb\n[ 0.731812] PCI: Using ACPI for IRQ routing\n[ 0.733717] NetLabel: Initializing\n[ 0.735078] NetLabel: domain hash size = 128\n[ 0.736614] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.738309] NetLabel: unlabeled traffic allowed by default\n[ 0.740296] Switched to clocksource kvm-clock\n[ 0.750127] pnp: PnP ACPI init\n[ 0.751406] ACPI: bus type PNP registered\n[ 0.753276] pnp: PnP ACPI: found 5 devices\n[ 0.754753] ACPI: bus type PNP unregistered\n[ 0.762812] NET: Registered protocol family 2\n[ 0.764681] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.767614] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.770032] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.772129] TCP: reno registered\n[ 0.773432] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.775360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.777401] NET: Registered protocol family 1\n[ 0.778949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.780792] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.782597] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.803061] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.823497] Unpacking initramfs...\n[ 1.312303] Freeing initrd memory: 37508k freed\n[ 1.322539] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.324732] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.328677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.330804] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.333199] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.335250] Initialise system trusted keyring\n[ 1.336888] audit: initializing netlink socket (disabled)\n[ 1.338763] type=2000 audit(1534635700.716:1): initialized\n[ 1.355814] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.357895] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.360801] zpool: loaded\n[ 1.362048] zbud: loaded\n[ 1.363441] VFS: Disk quotas dquot_6.5.2\n[ 1.364974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.367198] msgmni has been set to 7578\n[ 1.368715] Key type big_key registered\n[ 1.370988] NET: Registered protocol family 38\n[ 1.372636] Key type asymmetric registered\n[ 1.374175] Asymmetric key parser 'x509' registered\n[ 1.375883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.378714] io scheduler noop registered\n[ 1.380228] io scheduler deadline registered (default)\n[ 1.395973] io scheduler cfq registered\n[ 1.397569] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.399427] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.401593] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.404389] ACPI: Power Button [PWRF]\n[ 1.405975] GHES: HEST is not enabled!\n[ 1.407542] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.431792] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.434166] Non-volatile memory driver v1.3\n[ 1.435715] Linux agpgart interface v0.103\n[ 1.437388] crash memory driver: version 1.1\n[ 1.439020] rdac: device handler registered\n[ 1.440652] hp_sw: device handler registered\n[ 1.442227] emc: device handler registered\n[ 1.443756] alua: device handler registered\n[ 1.445326] libphy: Fixed MDIO Bus: probed\n[ 1.446916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448961] ehci-pci: EHCI PCI platform driver\n[ 1.450558] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.452512] ohci-pci: OHCI PCI platform driver\n[ 1.454115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.474500] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.476352] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.479145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.480913] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.482875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.484965] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.487679] usb usb1: Product: UHCI Host Controller\n[ 1.489374] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.491505] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.493251] hub 1-0:1.0: USB hub found\n[ 1.494701] hub 1-0:1.0: 2 ports detected\n[ 1.496355] usbcore: registered new interface driver usbserial\n[ 1.498240] usbcore: registered new interface driver usbserial_generic\n[ 1.500274] usbserial: USB Serial support registered for generic\n[ 1.502218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.505867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.507592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.509410] mousedev: PS/2 mouse device common for all mice\n[ 1.511602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.515261] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.518316] rtc_cmos 00:00: RTC can wake from S4\n[ 1.520228] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.520527] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.525208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.527201] cpuidle: using governor menu\n[ 1.528720] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.530548] usbcore: registered new interface driver usbhid\n[ 1.532308] usbhid: USB HID core driver\n[ 1.533748] drop_monitor: Initializing network drop monitor service\n[ 1.535697] TCP: cubic registered\n[ 1.537009] Initializing XFRM netlink socket\n[ 1.538590] NET: Registered protocol family 10\n[ 1.540402] NET: Registered protocol family 17\n[ 1.542116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.544013] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.545872] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.548984] Loading compiled-in X.509 certificates\n[ 1.550653] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.553832] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.557453] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.560606] registered taskstats version 1\n[ 1.564002] Key type trusted registered\n[ 1.566715] Key type encrypted registered\n[ 1.569371] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.571596] rtc_cmos 00:00: setting system clock to 2018-08-18 23:41:41 UTC (1534635701)\n[ 1.575128] Freeing unused kernel memory: 1680k freed\n[ 1.581026] 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.586637] systemd[1]: Detected virtualization kvm.\n[ 1.588356] systemd[1]: Detected architecture x86-64.\n[ 1.590077] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.593230] systemd[1]: No hostname configured.\n[ 1.594860] systemd[1]: Set hostname to .\n[ 1.596710] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.621311] systemd[1]: Reached target Swap.\n[ 1.622903] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.625477] systemd[1]: Created slice Root Slice.\n[ 1.627151] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.629888] systemd[1]: Listening on udev Control Socket.\n[ 1.631709] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.634544] systemd[1]: Created slice System Slice.\n[ 1.636257] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.638857] systemd[1]: Reached target Timers.\n[ 1.640471] systemd[1]: Starting Timers.\n[ 1.642022] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.644928] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.648802] systemd[1]: Reached target Paths.\n[ 1.650394] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Slices.\n[ 1.652861] systemd[1]: Reached target Slices.\n[ 1.654479] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.657117] systemd[1]: Reached target Local File Systems.\n[ 1.658947] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.661779] systemd[1]: Listening on udev Kernel Socket.\n[ 1.663580] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.666380] systemd[1]: Listening on Journal Socket.\n[ 1.668121] systemd[1]: Starting Journal Socket.\n[ 1.670260] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.673186] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.676223] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.680379] systemd[1]: Reached target Sockets.\n[ 1.682033] systemd[1]: Starting Sockets.\n[ 1.683841] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Journal Service.\n[ 1.690143] 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.748407] RPC: Registered named UNIX socket transport module.\n[ 1.750301] RPC: Registered udp transport module.\n[ 1.751901] RPC: Registered tcp transport module.\n[ 1.753530] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.798314] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.856903] FDC 0 is a S82078B\n[ 1.877666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.881512] scsi host0: ata_piix\n[ 1.883471] scsi host1: ata_piix\n[ 1.885138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.887857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.927619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.933783] vda: vda1\n[ 1.954322] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.956412] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.958547] usb 1-1: Product: QEMU USB Tablet\n[ 1.960064] usb 1-1: Manufacturer: QEMU\n[ 1.960065] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.974489] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.977768] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.065591] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.069212] XFS (vda1): Mounting V4 Filesystem\n[ 2.144464] 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[ 2.329384] tsc: Refined TSC clocksource calibration: 3491.841 MHz\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 Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped 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 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.391327] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.524858] SELinux: Disabled at runtime.\n[ 2.563364] type=1404 audit(1534635702.491:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.660157] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.662037] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n"} 2018-08-18 23:41:42,525 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/action used request id req-50feebaf-20ee-4f7f-b9b1-0d702a2a246c 2018-08-18 23:41:42,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0730221271515s 2018-08-18 23:41:42,526 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/action used request id req-50feebaf-20ee-4f7f-b9b1-0d702a2a246c 2018-08-18 23:41:42,526 - 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 1859871567 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.421451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.424420] pid_max: default: 32768 minimum: 301 [ 0.426020] Security Framework initialized [ 0.427518] SELinux: Initializing. [ 0.429139] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.435448] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.439279] Mount-cache hash table entries: 4096 [ 0.441170] Initializing cgroup subsys memory [ 0.442704] Initializing cgroup subsys devices [ 0.444259] Initializing cgroup subsys freezer [ 0.445821] Initializing cgroup subsys net_cls [ 0.447367] Initializing cgroup subsys blkio [ 0.448875] Initializing cgroup subsys perf_event [ 0.450467] Initializing cgroup subsys hugetlb [ 0.452012] Initializing cgroup subsys pids [ 0.453506] Initializing cgroup subsys net_prio [ 0.455143] CPU: Physical Processor ID: 0 [ 0.457316] mce: CPU supports 10 MCE banks [ 0.458834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.460567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.462279] tlb_flushall_shift: 6 [ 0.463817] Freeing SMP alternatives: 28k freed [ 0.468096] ACPI: Core revision 20130517 [ 0.469993] ACPI: All ACPI Tables successfully acquired [ 0.471953] ftrace: allocating 25812 entries in 101 pages [ 0.494101] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.496097] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.498102] smpboot: Max logical packages: 2 [ 0.499914] Enabling x2apic [ 0.501153] Enabled x2apic [ 0.502651] Switched APIC routing to physical x2apic. [ 0.505709] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.507696] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.511212] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.519372] KVM setup paravirtual spinlock [ 0.522098] smpboot: Booting Node 0, Processors #1 OK [ 0.524205] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.546105] Brought up 2 CPUs [ 0.546116] KVM setup async PF for cpu 1 [ 0.546124] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.550335] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.553290] devtmpfs: initialized [ 0.555994] EVM: security.selinux [ 0.557326] EVM: security.ima [ 0.558578] EVM: security.capability [ 0.560690] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.562744] pinctrl core: initialized pinctrl subsystem [ 0.564564] NET: Registered protocol family 16 [ 0.566331] ACPI: bus type PCI registered [ 0.567796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.569822] PCI: Using configuration type 1 for base access [ 0.575040] ACPI: Added _OSI(Module Device) [ 0.576574] ACPI: Added _OSI(Processor Device) [ 0.578130] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.579720] ACPI: Added _OSI(Processor Aggregator Device) [ 0.582822] ACPI: Interpreter enabled [ 0.584237] ACPI: (supports S0 S5) [ 0.585573] ACPI: Using IOAPIC for interrupt routing [ 0.587234] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.592089] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.593998] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.596032] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.598021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.601733] acpiphp: Slot [3] registered [ 0.603214] acpiphp: Slot [4] registered [ 0.604690] acpiphp: Slot [5] registered [ 0.606195] acpiphp: Slot [6] registered [ 0.607660] acpiphp: Slot [7] registered [ 0.609125] acpiphp: Slot [8] registered [ 0.610587] acpiphp: Slot [9] registered [ 0.612046] acpiphp: Slot [10] registered [ 0.613531] acpiphp: Slot [11] registered [ 0.615012] acpiphp: Slot [12] registered [ 0.616501] acpiphp: Slot [13] registered [ 0.617981] acpiphp: Slot [14] registered [ 0.619474] acpiphp: Slot [15] registered [ 0.620965] acpiphp: Slot [16] registered [ 0.622456] acpiphp: Slot [17] registered [ 0.623933] acpiphp: Slot [18] registered [ 0.625397] acpiphp: Slot [19] registered [ 0.626868] acpiphp: Slot [20] registered [ 0.628351] acpiphp: Slot [21] registered [ 0.629832] acpiphp: Slot [22] registered [ 0.631307] acpiphp: Slot [23] registered [ 0.632789] acpiphp: Slot [24] registered [ 0.634402] acpiphp: Slot [25] registered [ 0.635880] acpiphp: Slot [26] registered [ 0.637361] acpiphp: Slot [27] registered [ 0.638839] acpiphp: Slot [28] registered [ 0.640309] acpiphp: Slot [29] registered [ 0.641792] acpiphp: Slot [30] registered [ 0.643275] acpiphp: Slot [31] registered [ 0.644737] PCI host bridge to bus 0000:00 [ 0.646215] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.647965] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.649988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.651997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.654693] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.657404] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.663735] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.665815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.667773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.669844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.674361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.677047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.702668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.705978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.708310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.710623] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.712926] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.715066] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.717444] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.720303] vgaarb: loaded [ 0.721500] vgaarb: bridge control possible 0000:00:02.0 [ 0.723415] SCSI subsystem initialized [ 0.724875] ACPI: bus type USB registered [ 0.726366] usbcore: registered new interface driver usbfs [ 0.728141] usbcore: registered new interface driver hub [ 0.729888] usbcore: registered new device driver usb [ 0.731812] PCI: Using ACPI for IRQ routing [ 0.733717] NetLabel: Initializing [ 0.735078] NetLabel: domain hash size = 128 [ 0.736614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.738309] NetLabel: unlabeled traffic allowed by default [ 0.740296] Switched to clocksource kvm-clock [ 0.750127] pnp: PnP ACPI init [ 0.751406] ACPI: bus type PNP registered [ 0.753276] pnp: PnP ACPI: found 5 devices [ 0.754753] ACPI: bus type PNP unregistered [ 0.762812] NET: Registered protocol family 2 [ 0.764681] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.767614] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.770032] TCP: Hash tables configured (established 32768 bind 32768) [ 0.772129] TCP: reno registered [ 0.773432] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.775360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.777401] NET: Registered protocol family 1 [ 0.778949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.780792] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.782597] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.803061] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.823497] Unpacking initramfs... [ 1.312303] Freeing initrd memory: 37508k freed [ 1.322539] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.324732] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.328677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.330804] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.333199] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.335250] Initialise system trusted keyring [ 1.336888] audit: initializing netlink socket (disabled) [ 1.338763] type=2000 audit(1534635700.716:1): initialized [ 1.355814] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.357895] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.360801] zpool: loaded [ 1.362048] zbud: loaded [ 1.363441] VFS: Disk quotas dquot_6.5.2 [ 1.364974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.367198] msgmni has been set to 7578 [ 1.368715] Key type big_key registered [ 1.370988] NET: Registered protocol family 38 [ 1.372636] Key type asymmetric registered [ 1.374175] Asymmetric key parser 'x509' registered [ 1.375883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.378714] io scheduler noop registered [ 1.380228] io scheduler deadline registered (default) [ 1.395973] io scheduler cfq registered [ 1.397569] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.399427] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.401593] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.404389] ACPI: Power Button [PWRF] [ 1.405975] GHES: HEST is not enabled! [ 1.407542] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.431792] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.434166] Non-volatile memory driver v1.3 [ 1.435715] Linux agpgart interface v0.103 [ 1.437388] crash memory driver: version 1.1 [ 1.439020] rdac: device handler registered [ 1.440652] hp_sw: device handler registered [ 1.442227] emc: device handler registered [ 1.443756] alua: device handler registered [ 1.445326] libphy: Fixed MDIO Bus: probed [ 1.446916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448961] ehci-pci: EHCI PCI platform driver [ 1.450558] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.452512] ohci-pci: OHCI PCI platform driver [ 1.454115] uhci_hcd: USB Universal Host Controller Interface driver [ 1.474500] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.476352] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.479145] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.480913] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.482875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.484965] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.487679] usb usb1: Product: UHCI Host Controller [ 1.489374] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.491505] usb usb1: SerialNumber: 0000:00:01.2 [ 1.493251] hub 1-0:1.0: USB hub found [ 1.494701] hub 1-0:1.0: 2 ports detected [ 1.496355] usbcore: registered new interface driver usbserial [ 1.498240] usbcore: registered new interface driver usbserial_generic [ 1.500274] usbserial: USB Serial support registered for generic [ 1.502218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.505867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.507592] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.509410] mousedev: PS/2 mouse device common for all mice [ 1.511602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.515261] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.518316] rtc_cmos 00:00: RTC can wake from S4 [ 1.520228] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.520527] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.525208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.527201] cpuidle: using governor menu [ 1.528720] hidraw: raw HID events driver (C) Jiri Kosina [ 1.530548] usbcore: registered new interface driver usbhid [ 1.532308] usbhid: USB HID core driver [ 1.533748] drop_monitor: Initializing network drop monitor service [ 1.535697] TCP: cubic registered [ 1.537009] Initializing XFRM netlink socket [ 1.538590] NET: Registered protocol family 10 [ 1.540402] NET: Registered protocol family 17 [ 1.542116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.544013] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.545872] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.548984] Loading compiled-in X.509 certificates [ 1.550653] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.553832] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.557453] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.560606] registered taskstats version 1 [ 1.564002] Key type trusted registered [ 1.566715] Key type encrypted registered [ 1.569371] IMA: No TPM chip found, activating TPM-bypass! [ 1.571596] rtc_cmos 00:00: setting system clock to 2018-08-18 23:41:41 UTC (1534635701) [ 1.575128] Freeing unused kernel memory: 1680k freed [ 1.581026] 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.586637] systemd[1]: Detected virtualization kvm. [ 1.588356] systemd[1]: Detected architecture x86-64. [ 1.590077] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.593230] systemd[1]: No hostname configured. [ 1.594860] systemd[1]: Set hostname to . [ 1.596710] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.621311] systemd[1]: Reached target Swap. [ 1.622903] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.625477] systemd[1]: Created slice Root Slice. [ 1.627151] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.629888] systemd[1]: Listening on udev Control Socket. [ 1.631709] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.634544] systemd[1]: Created slice System Slice. [ 1.636257] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Timers. [ 1.638857] systemd[1]: Reached target Timers. [ 1.640471] systemd[1]: Starting Timers. [ 1.642022] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.644928] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.648802] systemd[1]: Reached target Paths. [ 1.650394] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Slices. [ 1.652861] systemd[1]: Reached target Slices. [ 1.654479] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.657117] systemd[1]: Reached target Local File Systems. [ 1.658947] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.661779] systemd[1]: Listening on udev Kernel Socket. [ 1.663580] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.666380] systemd[1]: Listening on Journal Socket. [ 1.668121] systemd[1]: Starting Journal Socket. [ 1.670260] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.673186] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.676223] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.680379] systemd[1]: Reached target Sockets. [ 1.682033] systemd[1]: Starting Sockets. [ 1.683841] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.690143] 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.748407] RPC: Registered named UNIX socket transport module. [ 1.750301] RPC: Registered udp transport module. [ 1.751901] RPC: Registered tcp transport module. [ 1.753530] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.798314] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.856903] FDC 0 is a S82078B [ 1.877666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.881512] scsi host0: ata_piix [ 1.883471] scsi host1: ata_piix [ 1.885138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.887857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.927619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.933783] vda: vda1 [ 1.954322] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.956412] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.958547] usb 1-1: Product: QEMU USB Tablet [ 1.960064] usb 1-1: Manufacturer: QEMU [ 1.960065] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.974489] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.977768] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.065591] SGI XFS with ACLs, security attributes, no debug enabled [ 2.069212] XFS (vda1): Mounting V4 Filesystem [ 2.144464] 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... [ 2.329384] tsc: Refined TSC clocksource calibration: 3491.841 MHz [[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 Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped 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 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.391327] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.524858] SELinux: Disabled at runtime. [ 2.563364] type=1404 audit(1534635702.491:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.660157] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.662037] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! 2018-08-18 23:41:43,530 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.206: timed out 2018-08-18 23:41:52,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:41:52,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:41:52,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:41:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae6c84b3-1f59-42c1-8584-916dd995534e x-compute-request-id: req-ae6c84b3-1f59-42c1-8584-916dd995534e Content-Encoding: gzip Content-Length: 11746 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 1859871567 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.421451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.424420] pid_max: default: 32768 minimum: 301\n[ 0.426020] Security Framework initialized\n[ 0.427518] SELinux: Initializing.\n[ 0.429139] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.435448] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.439279] Mount-cache hash table entries: 4096\n[ 0.441170] Initializing cgroup subsys memory\n[ 0.442704] Initializing cgroup subsys devices\n[ 0.444259] Initializing cgroup subsys freezer\n[ 0.445821] Initializing cgroup subsys net_cls\n[ 0.447367] Initializing cgroup subsys blkio\n[ 0.448875] Initializing cgroup subsys perf_event\n[ 0.450467] Initializing cgroup subsys hugetlb\n[ 0.452012] Initializing cgroup subsys pids\n[ 0.453506] Initializing cgroup subsys net_prio\n[ 0.455143] CPU: Physical Processor ID: 0\n[ 0.457316] mce: CPU supports 10 MCE banks\n[ 0.458834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.460567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.462279] tlb_flushall_shift: 6\n[ 0.463817] Freeing SMP alternatives: 28k freed\n[ 0.468096] ACPI: Core revision 20130517\n[ 0.469993] ACPI: All ACPI Tables successfully acquired\n[ 0.471953] ftrace: allocating 25812 entries in 101 pages\n[ 0.494101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.496097] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.498102] smpboot: Max logical packages: 2\n[ 0.499914] Enabling x2apic\n[ 0.501153] Enabled x2apic\n[ 0.502651] Switched APIC routing to physical x2apic.\n[ 0.505709] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.507696] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.511212] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.519372] KVM setup paravirtual spinlock\n[ 0.522098] smpboot: Booting Node 0, Processors #1 OK\n[ 0.524205] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.546105] Brought up 2 CPUs\n[ 0.546116] KVM setup async PF for cpu 1\n[ 0.546124] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.550335] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.553290] devtmpfs: initialized\n[ 0.555994] EVM: security.selinux\n[ 0.557326] EVM: security.ima\n[ 0.558578] EVM: security.capability\n[ 0.560690] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.562744] pinctrl core: initialized pinctrl subsystem\n[ 0.564564] NET: Registered protocol family 16\n[ 0.566331] ACPI: bus type PCI registered\n[ 0.567796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.569822] PCI: Using configuration type 1 for base access\n[ 0.575040] ACPI: Added _OSI(Module Device)\n[ 0.576574] ACPI: Added _OSI(Processor Device)\n[ 0.578130] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.579720] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.582822] ACPI: Interpreter enabled\n[ 0.584237] ACPI: (supports S0 S5)\n[ 0.585573] ACPI: Using IOAPIC for interrupt routing\n[ 0.587234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.592089] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.593998] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.596032] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.598021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.601733] acpiphp: Slot [3] registered\n[ 0.603214] acpiphp: Slot [4] registered\n[ 0.604690] acpiphp: Slot [5] registered\n[ 0.606195] acpiphp: Slot [6] registered\n[ 0.607660] acpiphp: Slot [7] registered\n[ 0.609125] acpiphp: Slot [8] registered\n[ 0.610587] acpiphp: Slot [9] registered\n[ 0.612046] acpiphp: Slot [10] registered\n[ 0.613531] acpiphp: Slot [11] registered\n[ 0.615012] acpiphp: Slot [12] registered\n[ 0.616501] acpiphp: Slot [13] registered\n[ 0.617981] acpiphp: Slot [14] registered\n[ 0.619474] acpiphp: Slot [15] registered\n[ 0.620965] acpiphp: Slot [16] registered\n[ 0.622456] acpiphp: Slot [17] registered\n[ 0.623933] acpiphp: Slot [18] registered\n[ 0.625397] acpiphp: Slot [19] registered\n[ 0.626868] acpiphp: Slot [20] registered\n[ 0.628351] acpiphp: Slot [21] registered\n[ 0.629832] acpiphp: Slot [22] registered\n[ 0.631307] acpiphp: Slot [23] registered\n[ 0.632789] acpiphp: Slot [24] registered\n[ 0.634402] acpiphp: Slot [25] registered\n[ 0.635880] acpiphp: Slot [26] registered\n[ 0.637361] acpiphp: Slot [27] registered\n[ 0.638839] acpiphp: Slot [28] registered\n[ 0.640309] acpiphp: Slot [29] registered\n[ 0.641792] acpiphp: Slot [30] registered\n[ 0.643275] acpiphp: Slot [31] registered\n[ 0.644737] PCI host bridge to bus 0000:00\n[ 0.646215] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.647965] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.649988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.651997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.654693] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.657404] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.663735] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.665815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.667773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.669844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.674361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.677047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.702668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.705978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.708310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.710623] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.712926] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.715066] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.717444] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.720303] vgaarb: loaded\n[ 0.721500] vgaarb: bridge control possible 0000:00:02.0\n[ 0.723415] SCSI subsystem initialized\n[ 0.724875] ACPI: bus type USB registered\n[ 0.726366] usbcore: registered new interface driver usbfs\n[ 0.728141] usbcore: registered new interface driver hub\n[ 0.729888] usbcore: registered new device driver usb\n[ 0.731812] PCI: Using ACPI for IRQ routing\n[ 0.733717] NetLabel: Initializing\n[ 0.735078] NetLabel: domain hash size = 128\n[ 0.736614] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.738309] NetLabel: unlabeled traffic allowed by default\n[ 0.740296] Switched to clocksource kvm-clock\n[ 0.750127] pnp: PnP ACPI init\n[ 0.751406] ACPI: bus type PNP registered\n[ 0.753276] pnp: PnP ACPI: found 5 devices\n[ 0.754753] ACPI: bus type PNP unregistered\n[ 0.762812] NET: Registered protocol family 2\n[ 0.764681] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.767614] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.770032] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.772129] TCP: reno registered\n[ 0.773432] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.775360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.777401] NET: Registered protocol family 1\n[ 0.778949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.780792] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.782597] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.803061] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.823497] Unpacking initramfs...\n[ 1.312303] Freeing initrd memory: 37508k freed\n[ 1.322539] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.324732] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.328677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.330804] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.333199] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.335250] Initialise system trusted keyring\n[ 1.336888] audit: initializing netlink socket (disabled)\n[ 1.338763] type=2000 audit(1534635700.716:1): initialized\n[ 1.355814] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.357895] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.360801] zpool: loaded\n[ 1.362048] zbud: loaded\n[ 1.363441] VFS: Disk quotas dquot_6.5.2\n[ 1.364974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.367198] msgmni has been set to 7578\n[ 1.368715] Key type big_key registered\n[ 1.370988] NET: Registered protocol family 38\n[ 1.372636] Key type asymmetric registered\n[ 1.374175] Asymmetric key parser 'x509' registered\n[ 1.375883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.378714] io scheduler noop registered\n[ 1.380228] io scheduler deadline registered (default)\n[ 1.395973] io scheduler cfq registered\n[ 1.397569] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.399427] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.401593] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.404389] ACPI: Power Button [PWRF]\n[ 1.405975] GHES: HEST is not enabled!\n[ 1.407542] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.431792] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.434166] Non-volatile memory driver v1.3\n[ 1.435715] Linux agpgart interface v0.103\n[ 1.437388] crash memory driver: version 1.1\n[ 1.439020] rdac: device handler registered\n[ 1.440652] hp_sw: device handler registered\n[ 1.442227] emc: device handler registered\n[ 1.443756] alua: device handler registered\n[ 1.445326] libphy: Fixed MDIO Bus: probed\n[ 1.446916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448961] ehci-pci: EHCI PCI platform driver\n[ 1.450558] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.452512] ohci-pci: OHCI PCI platform driver\n[ 1.454115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.474500] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.476352] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.479145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.480913] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.482875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.484965] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.487679] usb usb1: Product: UHCI Host Controller\n[ 1.489374] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.491505] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.493251] hub 1-0:1.0: USB hub found\n[ 1.494701] hub 1-0:1.0: 2 ports detected\n[ 1.496355] usbcore: registered new interface driver usbserial\n[ 1.498240] usbcore: registered new interface driver usbserial_generic\n[ 1.500274] usbserial: USB Serial support registered for generic\n[ 1.502218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.505867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.507592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.509410] mousedev: PS/2 mouse device common for all mice\n[ 1.511602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.515261] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.518316] rtc_cmos 00:00: RTC can wake from S4\n[ 1.520228] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.520527] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.525208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.527201] cpuidle: using governor menu\n[ 1.528720] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.530548] usbcore: registered new interface driver usbhid\n[ 1.532308] usbhid: USB HID core driver\n[ 1.533748] drop_monitor: Initializing network drop monitor service\n[ 1.535697] TCP: cubic registered\n[ 1.537009] Initializing XFRM netlink socket\n[ 1.538590] NET: Registered protocol family 10\n[ 1.540402] NET: Registered protocol family 17\n[ 1.542116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.544013] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.545872] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.548984] Loading compiled-in X.509 certificates\n[ 1.550653] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.553832] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.557453] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.560606] registered taskstats version 1\n[ 1.564002] Key type trusted registered\n[ 1.566715] Key type encrypted registered\n[ 1.569371] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.571596] rtc_cmos 00:00: setting system clock to 2018-08-18 23:41:41 UTC (1534635701)\n[ 1.575128] Freeing unused kernel memory: 1680k freed\n[ 1.581026] 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.586637] systemd[1]: Detected virtualization kvm.\n[ 1.588356] systemd[1]: Detected architecture x86-64.\n[ 1.590077] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.593230] systemd[1]: No hostname configured.\n[ 1.594860] systemd[1]: Set hostname to .\n[ 1.596710] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.621311] systemd[1]: Reached target Swap.\n[ 1.622903] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.625477] systemd[1]: Created slice Root Slice.\n[ 1.627151] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.629888] systemd[1]: Listening on udev Control Socket.\n[ 1.631709] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.634544] systemd[1]: Created slice System Slice.\n[ 1.636257] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.638857] systemd[1]: Reached target Timers.\n[ 1.640471] systemd[1]: Starting Timers.\n[ 1.642022] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.644928] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.648802] systemd[1]: Reached target Paths.\n[ 1.650394] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Slices.\n[ 1.652861] systemd[1]: Reached target Slices.\n[ 1.654479] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.657117] systemd[1]: Reached target Local File Systems.\n[ 1.658947] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.661779] systemd[1]: Listening on udev Kernel Socket.\n[ 1.663580] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.666380] systemd[1]: Listening on Journal Socket.\n[ 1.668121] systemd[1]: Starting Journal Socket.\n[ 1.670260] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.673186] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.676223] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.680379] systemd[1]: Reached target Sockets.\n[ 1.682033] systemd[1]: Starting Sockets.\n[ 1.683841] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Journal Service.\n[ 1.690143] 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.748407] RPC: Registered named UNIX socket transport module.\n[ 1.750301] RPC: Registered udp transport module.\n[ 1.751901] RPC: Registered tcp transport module.\n[ 1.753530] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.798314] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.856903] FDC 0 is a S82078B\n[ 1.877666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.881512] scsi host0: ata_piix\n[ 1.883471] scsi host1: ata_piix\n[ 1.885138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.887857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.927619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.933783] vda: vda1\n[ 1.954322] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.956412] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.958547] usb 1-1: Product: QEMU USB Tablet\n[ 1.960064] usb 1-1: Manufacturer: QEMU\n[ 1.960065] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.974489] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.977768] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.065591] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.069212] XFS (vda1): Mounting V4 Filesystem\n[ 2.144464] 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[ 2.329384] tsc: Refined TSC clocksource calibration: 3491.841 MHz\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 Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped 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 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.391327] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.524858] SELinux: Disabled at runtime.\n[ 2.563364] type=1404 audit(1534635702.491:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.660157] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.662037] 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 system-serial\\x2dgetty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\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] Reached target Swap.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Debug File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 3.053203] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Configure read-only root support.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.131127] systemd-journald[398]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Setup Virtual Console.\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 Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\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 Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 3.322509] type=1305 audit(1534635703.250:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[ 3.512611] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.519758] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting irqbalance daemon...[ 3.526106] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n\n[ 3.534147] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.536817] [TTM] Initializing pool allocator\n[ 3.538708] [TTM] Initializing DMA pool allocator\n[ 3.538929] [drm] fb mappable at 0xFC000000\n[ 3.538929] [drm] vram aper at 0xFC000000\n[ 3.538930] [drm] size 33554432\n Starting Initial cloud-init job (pre-networking)...\n[ 3.538930] [drm] fb depth is 24\n[ 3.538930] [drm] pitch is 3072\n[ 3.545714] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.557944] ppdev: user-space parallel port driver\n[ 3.570920] Console: switching to colour frame buffer device 128x48\n[ 3.585788] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Startin[ 3.590308] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ng GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n Starting NTP client/server...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n Starting Login Service...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.722043] AES CTR mode by8 optimization enabled\n[ 3.727354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authoriz[ 3.737534] alg: No test for crc32 (crc32-pclmul)\nation Manager.\n[ 3.747177] intel_rapl: no valid rapl domains found in package 0\n[ 3.751621] intel_rapl: no valid rapl domains found in package 0\n[ 3.754545] intel_powerclamp: No package C-state available\n[ 3.759944] intel_powerclamp: No package C-state available[ 3.810536] cloud-init[481]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:41:44 +0000. Up 3.78 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting System Logging Service...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.110497] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:41:46 +0000. Up 6.05 seconds.\n[ 6.126176] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.128503] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.132725] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.137134] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.140378] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.146836] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.15 | 255.255.255.0 | fa:16:3e:b9:fc:41 |\n[ 6.149428] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.155511] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.158431] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.162281] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.171052] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.176483] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.182822] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.190673] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.197258] cloud-init[798]: 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: "} 2018-08-18 23:41:52,647 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/action used request id req-ae6c84b3-1f59-42c1-8584-916dd995534e 2018-08-18 23:41:52,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.106597900391s 2018-08-18 23:41:52,648 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/action used request id req-ae6c84b3-1f59-42c1-8584-916dd995534e 2018-08-18 23:41:52,648 - 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 1859871567 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.421451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.424420] pid_max: default: 32768 minimum: 301 [ 0.426020] Security Framework initialized [ 0.427518] SELinux: Initializing. [ 0.429139] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.435448] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.439279] Mount-cache hash table entries: 4096 [ 0.441170] Initializing cgroup subsys memory [ 0.442704] Initializing cgroup subsys devices [ 0.444259] Initializing cgroup subsys freezer [ 0.445821] Initializing cgroup subsys net_cls [ 0.447367] Initializing cgroup subsys blkio [ 0.448875] Initializing cgroup subsys perf_event [ 0.450467] Initializing cgroup subsys hugetlb [ 0.452012] Initializing cgroup subsys pids [ 0.453506] Initializing cgroup subsys net_prio [ 0.455143] CPU: Physical Processor ID: 0 [ 0.457316] mce: CPU supports 10 MCE banks [ 0.458834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.460567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.462279] tlb_flushall_shift: 6 [ 0.463817] Freeing SMP alternatives: 28k freed [ 0.468096] ACPI: Core revision 20130517 [ 0.469993] ACPI: All ACPI Tables successfully acquired [ 0.471953] ftrace: allocating 25812 entries in 101 pages [ 0.494101] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.496097] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.498102] smpboot: Max logical packages: 2 [ 0.499914] Enabling x2apic [ 0.501153] Enabled x2apic [ 0.502651] Switched APIC routing to physical x2apic. [ 0.505709] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.507696] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.511212] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.519372] KVM setup paravirtual spinlock [ 0.522098] smpboot: Booting Node 0, Processors #1 OK [ 0.524205] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.546105] Brought up 2 CPUs [ 0.546116] KVM setup async PF for cpu 1 [ 0.546124] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.550335] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.553290] devtmpfs: initialized [ 0.555994] EVM: security.selinux [ 0.557326] EVM: security.ima [ 0.558578] EVM: security.capability [ 0.560690] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.562744] pinctrl core: initialized pinctrl subsystem [ 0.564564] NET: Registered protocol family 16 [ 0.566331] ACPI: bus type PCI registered [ 0.567796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.569822] PCI: Using configuration type 1 for base access [ 0.575040] ACPI: Added _OSI(Module Device) [ 0.576574] ACPI: Added _OSI(Processor Device) [ 0.578130] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.579720] ACPI: Added _OSI(Processor Aggregator Device) [ 0.582822] ACPI: Interpreter enabled [ 0.584237] ACPI: (supports S0 S5) [ 0.585573] ACPI: Using IOAPIC for interrupt routing [ 0.587234] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.592089] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.593998] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.596032] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.598021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.601733] acpiphp: Slot [3] registered [ 0.603214] acpiphp: Slot [4] registered [ 0.604690] acpiphp: Slot [5] registered [ 0.606195] acpiphp: Slot [6] registered [ 0.607660] acpiphp: Slot [7] registered [ 0.609125] acpiphp: Slot [8] registered [ 0.610587] acpiphp: Slot [9] registered [ 0.612046] acpiphp: Slot [10] registered [ 0.613531] acpiphp: Slot [11] registered [ 0.615012] acpiphp: Slot [12] registered [ 0.616501] acpiphp: Slot [13] registered [ 0.617981] acpiphp: Slot [14] registered [ 0.619474] acpiphp: Slot [15] registered [ 0.620965] acpiphp: Slot [16] registered [ 0.622456] acpiphp: Slot [17] registered [ 0.623933] acpiphp: Slot [18] registered [ 0.625397] acpiphp: Slot [19] registered [ 0.626868] acpiphp: Slot [20] registered [ 0.628351] acpiphp: Slot [21] registered [ 0.629832] acpiphp: Slot [22] registered [ 0.631307] acpiphp: Slot [23] registered [ 0.632789] acpiphp: Slot [24] registered [ 0.634402] acpiphp: Slot [25] registered [ 0.635880] acpiphp: Slot [26] registered [ 0.637361] acpiphp: Slot [27] registered [ 0.638839] acpiphp: Slot [28] registered [ 0.640309] acpiphp: Slot [29] registered [ 0.641792] acpiphp: Slot [30] registered [ 0.643275] acpiphp: Slot [31] registered [ 0.644737] PCI host bridge to bus 0000:00 [ 0.646215] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.647965] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.649988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.651997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.654693] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.657404] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.663735] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.665815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.667773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.669844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.674361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.677047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.702668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.705978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.708310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.710623] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.712926] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.715066] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.717444] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.720303] vgaarb: loaded [ 0.721500] vgaarb: bridge control possible 0000:00:02.0 [ 0.723415] SCSI subsystem initialized [ 0.724875] ACPI: bus type USB registered [ 0.726366] usbcore: registered new interface driver usbfs [ 0.728141] usbcore: registered new interface driver hub [ 0.729888] usbcore: registered new device driver usb [ 0.731812] PCI: Using ACPI for IRQ routing [ 0.733717] NetLabel: Initializing [ 0.735078] NetLabel: domain hash size = 128 [ 0.736614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.738309] NetLabel: unlabeled traffic allowed by default [ 0.740296] Switched to clocksource kvm-clock [ 0.750127] pnp: PnP ACPI init [ 0.751406] ACPI: bus type PNP registered [ 0.753276] pnp: PnP ACPI: found 5 devices [ 0.754753] ACPI: bus type PNP unregistered [ 0.762812] NET: Registered protocol family 2 [ 0.764681] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.767614] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.770032] TCP: Hash tables configured (established 32768 bind 32768) [ 0.772129] TCP: reno registered [ 0.773432] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.775360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.777401] NET: Registered protocol family 1 [ 0.778949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.780792] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.782597] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.803061] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.823497] Unpacking initramfs... [ 1.312303] Freeing initrd memory: 37508k freed [ 1.322539] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.324732] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.328677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.330804] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.333199] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.335250] Initialise system trusted keyring [ 1.336888] audit: initializing netlink socket (disabled) [ 1.338763] type=2000 audit(1534635700.716:1): initialized [ 1.355814] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.357895] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.360801] zpool: loaded [ 1.362048] zbud: loaded [ 1.363441] VFS: Disk quotas dquot_6.5.2 [ 1.364974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.367198] msgmni has been set to 7578 [ 1.368715] Key type big_key registered [ 1.370988] NET: Registered protocol family 38 [ 1.372636] Key type asymmetric registered [ 1.374175] Asymmetric key parser 'x509' registered [ 1.375883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.378714] io scheduler noop registered [ 1.380228] io scheduler deadline registered (default) [ 1.395973] io scheduler cfq registered [ 1.397569] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.399427] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.401593] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.404389] ACPI: Power Button [PWRF] [ 1.405975] GHES: HEST is not enabled! [ 1.407542] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.431792] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.434166] Non-volatile memory driver v1.3 [ 1.435715] Linux agpgart interface v0.103 [ 1.437388] crash memory driver: version 1.1 [ 1.439020] rdac: device handler registered [ 1.440652] hp_sw: device handler registered [ 1.442227] emc: device handler registered [ 1.443756] alua: device handler registered [ 1.445326] libphy: Fixed MDIO Bus: probed [ 1.446916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448961] ehci-pci: EHCI PCI platform driver [ 1.450558] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.452512] ohci-pci: OHCI PCI platform driver [ 1.454115] uhci_hcd: USB Universal Host Controller Interface driver [ 1.474500] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.476352] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.479145] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.480913] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.482875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.484965] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.487679] usb usb1: Product: UHCI Host Controller [ 1.489374] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.491505] usb usb1: SerialNumber: 0000:00:01.2 [ 1.493251] hub 1-0:1.0: USB hub found [ 1.494701] hub 1-0:1.0: 2 ports detected [ 1.496355] usbcore: registered new interface driver usbserial [ 1.498240] usbcore: registered new interface driver usbserial_generic [ 1.500274] usbserial: USB Serial support registered for generic [ 1.502218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.505867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.507592] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.509410] mousedev: PS/2 mouse device common for all mice [ 1.511602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.515261] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.518316] rtc_cmos 00:00: RTC can wake from S4 [ 1.520228] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.520527] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.525208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.527201] cpuidle: using governor menu [ 1.528720] hidraw: raw HID events driver (C) Jiri Kosina [ 1.530548] usbcore: registered new interface driver usbhid [ 1.532308] usbhid: USB HID core driver [ 1.533748] drop_monitor: Initializing network drop monitor service [ 1.535697] TCP: cubic registered [ 1.537009] Initializing XFRM netlink socket [ 1.538590] NET: Registered protocol family 10 [ 1.540402] NET: Registered protocol family 17 [ 1.542116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.544013] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.545872] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.548984] Loading compiled-in X.509 certificates [ 1.550653] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.553832] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.557453] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.560606] registered taskstats version 1 [ 1.564002] Key type trusted registered [ 1.566715] Key type encrypted registered [ 1.569371] IMA: No TPM chip found, activating TPM-bypass! [ 1.571596] rtc_cmos 00:00: setting system clock to 2018-08-18 23:41:41 UTC (1534635701) [ 1.575128] Freeing unused kernel memory: 1680k freed [ 1.581026] 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.586637] systemd[1]: Detected virtualization kvm. [ 1.588356] systemd[1]: Detected architecture x86-64. [ 1.590077] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.593230] systemd[1]: No hostname configured. [ 1.594860] systemd[1]: Set hostname to . [ 1.596710] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.621311] systemd[1]: Reached target Swap. [ 1.622903] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.625477] systemd[1]: Created slice Root Slice. [ 1.627151] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.629888] systemd[1]: Listening on udev Control Socket. [ 1.631709] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.634544] systemd[1]: Created slice System Slice. [ 1.636257] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Timers. [ 1.638857] systemd[1]: Reached target Timers. [ 1.640471] systemd[1]: Starting Timers. [ 1.642022] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.644928] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.648802] systemd[1]: Reached target Paths. [ 1.650394] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Slices. [ 1.652861] systemd[1]: Reached target Slices. [ 1.654479] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.657117] systemd[1]: Reached target Local File Systems. [ 1.658947] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.661779] systemd[1]: Listening on udev Kernel Socket. [ 1.663580] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.666380] systemd[1]: Listening on Journal Socket. [ 1.668121] systemd[1]: Starting Journal Socket. [ 1.670260] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.673186] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.676223] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.680379] systemd[1]: Reached target Sockets. [ 1.682033] systemd[1]: Starting Sockets. [ 1.683841] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.690143] 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.748407] RPC: Registered named UNIX socket transport module. [ 1.750301] RPC: Registered udp transport module. [ 1.751901] RPC: Registered tcp transport module. [ 1.753530] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.798314] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.856903] FDC 0 is a S82078B [ 1.877666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.881512] scsi host0: ata_piix [ 1.883471] scsi host1: ata_piix [ 1.885138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.887857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.927619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.933783] vda: vda1 [ 1.954322] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.956412] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.958547] usb 1-1: Product: QEMU USB Tablet [ 1.960064] usb 1-1: Manufacturer: QEMU [ 1.960065] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.974489] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.977768] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.065591] SGI XFS with ACLs, security attributes, no debug enabled [ 2.069212] XFS (vda1): Mounting V4 Filesystem [ 2.144464] 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... [ 2.329384] tsc: Refined TSC clocksource calibration: 3491.841 MHz [[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 Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped 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 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.391327] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.524858] SELinux: Disabled at runtime. [ 2.563364] type=1404 audit(1534635702.491:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.660157] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.662037] 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 system-serial\x2dgetty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. 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] Reached target Swap. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Debug File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [ 3.053203] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Configure read-only root support. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 3.131127] systemd-journald[398]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Setup Virtual Console. [[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 Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 3.322509] type=1305 audit(1534635703.250:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 3.512611] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Started irqbalance daemon. [ 3.519758] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting irqbalance daemon...[ 3.526106] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.534147] [TTM] Zone kernel: Available graphics memory: 1940960 kiB Starting Dump dmesg to /var/log/dmesg... [ 3.536817] [TTM] Initializing pool allocator [ 3.538708] [TTM] Initializing DMA pool allocator [ 3.538929] [drm] fb mappable at 0xFC000000 [ 3.538929] [drm] vram aper at 0xFC000000 [ 3.538930] [drm] size 33554432 Starting Initial cloud-init job (pre-networking)... [ 3.538930] [drm] fb depth is 24 [ 3.538930] [drm] pitch is 3072 [ 3.545714] fbcon: cirrusdrmfb (fb0) is primary device [ 3.557944] ppdev: user-space parallel port driver [ 3.570920] Console: switching to colour frame buffer device 128x48 [ 3.585788] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Startin[ 3.590308] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 g GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... Starting Authorization Manager... Starting NTP client/server... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... Starting Login Service... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.722043] AES CTR mode by8 optimization enabled [ 3.727354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authoriz[ 3.737534] alg: No test for crc32 (crc32-pclmul) ation Manager. [ 3.747177] intel_rapl: no valid rapl domains found in package 0 [ 3.751621] intel_rapl: no valid rapl domains found in package 0 [ 3.754545] intel_powerclamp: No package C-state available [ 3.759944] intel_powerclamp: No package C-state available[ 3.810536] cloud-init[481]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:41:44 +0000. Up 3.78 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting System Logging Service... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.110497] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:41:46 +0000. Up 6.05 seconds. [ 6.126176] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.128503] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.132725] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.137134] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.140378] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.146836] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.15 | 255.255.255.0 | fa:16:3e:b9:fc:41 | [ 6.149428] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.155511] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.158431] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.162281] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.171052] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.176483] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.182822] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.190673] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.197258] cloud-init[798]: 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: 2018-08-18 23:41:52,652 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ebea4d0L 2018-08-18 23:41:52,653 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 23:41:52,682 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-18 23:41:52,682 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-18 23:41:52,706 - 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-18 23:41:52,706 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 23:41:52,706 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-18 23:41:52,707 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 23:41:52,707 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 23:41:52,707 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 23:41:52,714 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 23:41:52,715 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 23:41:52,716 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.206: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-18 23:41:52,717 - paramiko.transport - DEBUG - Trying discovered key b14b304d05957108871d63b9702e41a1 in /tmp/tmp5NjvqC 2018-08-18 23:41:52,754 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 23:42:02,790 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-18 23:42:02,795 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-18 23:42:02,799 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 23:42:02,817 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-18 23:42:02,828 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.206: Authentication failed. 2018-08-18 23:42:11,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:42:11,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:42:11,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0919c5a6-8552-474a-8545-d57b201ff691 x-compute-request-id: req-0919c5a6-8552-474a-8545-d57b201ff691 Content-Encoding: gzip Content-Length: 11746 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 1859871567 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.421451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.424420] pid_max: default: 32768 minimum: 301\n[ 0.426020] Security Framework initialized\n[ 0.427518] SELinux: Initializing.\n[ 0.429139] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.435448] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.439279] Mount-cache hash table entries: 4096\n[ 0.441170] Initializing cgroup subsys memory\n[ 0.442704] Initializing cgroup subsys devices\n[ 0.444259] Initializing cgroup subsys freezer\n[ 0.445821] Initializing cgroup subsys net_cls\n[ 0.447367] Initializing cgroup subsys blkio\n[ 0.448875] Initializing cgroup subsys perf_event\n[ 0.450467] Initializing cgroup subsys hugetlb\n[ 0.452012] Initializing cgroup subsys pids\n[ 0.453506] Initializing cgroup subsys net_prio\n[ 0.455143] CPU: Physical Processor ID: 0\n[ 0.457316] mce: CPU supports 10 MCE banks\n[ 0.458834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.460567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.462279] tlb_flushall_shift: 6\n[ 0.463817] Freeing SMP alternatives: 28k freed\n[ 0.468096] ACPI: Core revision 20130517\n[ 0.469993] ACPI: All ACPI Tables successfully acquired\n[ 0.471953] ftrace: allocating 25812 entries in 101 pages\n[ 0.494101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.496097] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.498102] smpboot: Max logical packages: 2\n[ 0.499914] Enabling x2apic\n[ 0.501153] Enabled x2apic\n[ 0.502651] Switched APIC routing to physical x2apic.\n[ 0.505709] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.507696] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.511212] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.519372] KVM setup paravirtual spinlock\n[ 0.522098] smpboot: Booting Node 0, Processors #1 OK\n[ 0.524205] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.546105] Brought up 2 CPUs\n[ 0.546116] KVM setup async PF for cpu 1\n[ 0.546124] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.550335] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.553290] devtmpfs: initialized\n[ 0.555994] EVM: security.selinux\n[ 0.557326] EVM: security.ima\n[ 0.558578] EVM: security.capability\n[ 0.560690] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.562744] pinctrl core: initialized pinctrl subsystem\n[ 0.564564] NET: Registered protocol family 16\n[ 0.566331] ACPI: bus type PCI registered\n[ 0.567796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.569822] PCI: Using configuration type 1 for base access\n[ 0.575040] ACPI: Added _OSI(Module Device)\n[ 0.576574] ACPI: Added _OSI(Processor Device)\n[ 0.578130] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.579720] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.582822] ACPI: Interpreter enabled\n[ 0.584237] ACPI: (supports S0 S5)\n[ 0.585573] ACPI: Using IOAPIC for interrupt routing\n[ 0.587234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.592089] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.593998] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.596032] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.598021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.601733] acpiphp: Slot [3] registered\n[ 0.603214] acpiphp: Slot [4] registered\n[ 0.604690] acpiphp: Slot [5] registered\n[ 0.606195] acpiphp: Slot [6] registered\n[ 0.607660] acpiphp: Slot [7] registered\n[ 0.609125] acpiphp: Slot [8] registered\n[ 0.610587] acpiphp: Slot [9] registered\n[ 0.612046] acpiphp: Slot [10] registered\n[ 0.613531] acpiphp: Slot [11] registered\n[ 0.615012] acpiphp: Slot [12] registered\n[ 0.616501] acpiphp: Slot [13] registered\n[ 0.617981] acpiphp: Slot [14] registered\n[ 0.619474] acpiphp: Slot [15] registered\n[ 0.620965] acpiphp: Slot [16] registered\n[ 0.622456] acpiphp: Slot [17] registered\n[ 0.623933] acpiphp: Slot [18] registered\n[ 0.625397] acpiphp: Slot [19] registered\n[ 0.626868] acpiphp: Slot [20] registered\n[ 0.628351] acpiphp: Slot [21] registered\n[ 0.629832] acpiphp: Slot [22] registered\n[ 0.631307] acpiphp: Slot [23] registered\n[ 0.632789] acpiphp: Slot [24] registered\n[ 0.634402] acpiphp: Slot [25] registered\n[ 0.635880] acpiphp: Slot [26] registered\n[ 0.637361] acpiphp: Slot [27] registered\n[ 0.638839] acpiphp: Slot [28] registered\n[ 0.640309] acpiphp: Slot [29] registered\n[ 0.641792] acpiphp: Slot [30] registered\n[ 0.643275] acpiphp: Slot [31] registered\n[ 0.644737] PCI host bridge to bus 0000:00\n[ 0.646215] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.647965] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.649988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.651997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.654693] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.657404] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.663735] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.665815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.667773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.669844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.674361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.677047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.702668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.705978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.708310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.710623] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.712926] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.715066] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.717444] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.720303] vgaarb: loaded\n[ 0.721500] vgaarb: bridge control possible 0000:00:02.0\n[ 0.723415] SCSI subsystem initialized\n[ 0.724875] ACPI: bus type USB registered\n[ 0.726366] usbcore: registered new interface driver usbfs\n[ 0.728141] usbcore: registered new interface driver hub\n[ 0.729888] usbcore: registered new device driver usb\n[ 0.731812] PCI: Using ACPI for IRQ routing\n[ 0.733717] NetLabel: Initializing\n[ 0.735078] NetLabel: domain hash size = 128\n[ 0.736614] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.738309] NetLabel: unlabeled traffic allowed by default\n[ 0.740296] Switched to clocksource kvm-clock\n[ 0.750127] pnp: PnP ACPI init\n[ 0.751406] ACPI: bus type PNP registered\n[ 0.753276] pnp: PnP ACPI: found 5 devices\n[ 0.754753] ACPI: bus type PNP unregistered\n[ 0.762812] NET: Registered protocol family 2\n[ 0.764681] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.767614] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.770032] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.772129] TCP: reno registered\n[ 0.773432] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.775360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.777401] NET: Registered protocol family 1\n[ 0.778949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.780792] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.782597] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.803061] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.823497] Unpacking initramfs...\n[ 1.312303] Freeing initrd memory: 37508k freed\n[ 1.322539] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.324732] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.328677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.330804] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.333199] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.335250] Initialise system trusted keyring\n[ 1.336888] audit: initializing netlink socket (disabled)\n[ 1.338763] type=2000 audit(1534635700.716:1): initialized\n[ 1.355814] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.357895] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.360801] zpool: loaded\n[ 1.362048] zbud: loaded\n[ 1.363441] VFS: Disk quotas dquot_6.5.2\n[ 1.364974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.367198] msgmni has been set to 7578\n[ 1.368715] Key type big_key registered\n[ 1.370988] NET: Registered protocol family 38\n[ 1.372636] Key type asymmetric registered\n[ 1.374175] Asymmetric key parser 'x509' registered\n[ 1.375883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.378714] io scheduler noop registered\n[ 1.380228] io scheduler deadline registered (default)\n[ 1.395973] io scheduler cfq registered\n[ 1.397569] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.399427] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.401593] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.404389] ACPI: Power Button [PWRF]\n[ 1.405975] GHES: HEST is not enabled!\n[ 1.407542] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.431792] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.434166] Non-volatile memory driver v1.3\n[ 1.435715] Linux agpgart interface v0.103\n[ 1.437388] crash memory driver: version 1.1\n[ 1.439020] rdac: device handler registered\n[ 1.440652] hp_sw: device handler registered\n[ 1.442227] emc: device handler registered\n[ 1.443756] alua: device handler registered\n[ 1.445326] libphy: Fixed MDIO Bus: probed\n[ 1.446916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448961] ehci-pci: EHCI PCI platform driver\n[ 1.450558] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.452512] ohci-pci: OHCI PCI platform driver\n[ 1.454115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.474500] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.476352] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.479145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.480913] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.482875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.484965] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.487679] usb usb1: Product: UHCI Host Controller\n[ 1.489374] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.491505] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.493251] hub 1-0:1.0: USB hub found\n[ 1.494701] hub 1-0:1.0: 2 ports detected\n[ 1.496355] usbcore: registered new interface driver usbserial\n[ 1.498240] usbcore: registered new interface driver usbserial_generic\n[ 1.500274] usbserial: USB Serial support registered for generic\n[ 1.502218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.505867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.507592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.509410] mousedev: PS/2 mouse device common for all mice\n[ 1.511602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.515261] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.518316] rtc_cmos 00:00: RTC can wake from S4\n[ 1.520228] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.520527] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.525208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.527201] cpuidle: using governor menu\n[ 1.528720] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.530548] usbcore: registered new interface driver usbhid\n[ 1.532308] usbhid: USB HID core driver\n[ 1.533748] drop_monitor: Initializing network drop monitor service\n[ 1.535697] TCP: cubic registered\n[ 1.537009] Initializing XFRM netlink socket\n[ 1.538590] NET: Registered protocol family 10\n[ 1.540402] NET: Registered protocol family 17\n[ 1.542116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.544013] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.545872] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.548984] Loading compiled-in X.509 certificates\n[ 1.550653] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.553832] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.557453] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.560606] registered taskstats version 1\n[ 1.564002] Key type trusted registered\n[ 1.566715] Key type encrypted registered\n[ 1.569371] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.571596] rtc_cmos 00:00: setting system clock to 2018-08-18 23:41:41 UTC (1534635701)\n[ 1.575128] Freeing unused kernel memory: 1680k freed\n[ 1.581026] 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.586637] systemd[1]: Detected virtualization kvm.\n[ 1.588356] systemd[1]: Detected architecture x86-64.\n[ 1.590077] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.593230] systemd[1]: No hostname configured.\n[ 1.594860] systemd[1]: Set hostname to .\n[ 1.596710] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.621311] systemd[1]: Reached target Swap.\n[ 1.622903] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.625477] systemd[1]: Created slice Root Slice.\n[ 1.627151] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.629888] systemd[1]: Listening on udev Control Socket.\n[ 1.631709] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.634544] systemd[1]: Created slice System Slice.\n[ 1.636257] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.638857] systemd[1]: Reached target Timers.\n[ 1.640471] systemd[1]: Starting Timers.\n[ 1.642022] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.644928] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.648802] systemd[1]: Reached target Paths.\n[ 1.650394] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Slices.\n[ 1.652861] systemd[1]: Reached target Slices.\n[ 1.654479] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.657117] systemd[1]: Reached target Local File Systems.\n[ 1.658947] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.661779] systemd[1]: Listening on udev Kernel Socket.\n[ 1.663580] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.666380] systemd[1]: Listening on Journal Socket.\n[ 1.668121] systemd[1]: Starting Journal Socket.\n[ 1.670260] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.673186] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.676223] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.680379] systemd[1]: Reached target Sockets.\n[ 1.682033] systemd[1]: Starting Sockets.\n[ 1.683841] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Journal Service.\n[ 1.690143] 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.748407] RPC: Registered named UNIX socket transport module.\n[ 1.750301] RPC: Registered udp transport module.\n[ 1.751901] RPC: Registered tcp transport module.\n[ 1.753530] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.798314] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.856903] FDC 0 is a S82078B\n[ 1.877666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.881512] scsi host0: ata_piix\n[ 1.883471] scsi host1: ata_piix\n[ 1.885138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.887857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.927619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.933783] vda: vda1\n[ 1.954322] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.956412] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.958547] usb 1-1: Product: QEMU USB Tablet\n[ 1.960064] usb 1-1: Manufacturer: QEMU\n[ 1.960065] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.974489] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.977768] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.065591] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.069212] XFS (vda1): Mounting V4 Filesystem\n[ 2.144464] 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[ 2.329384] tsc: Refined TSC clocksource calibration: 3491.841 MHz\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 Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped 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 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.391327] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.524858] SELinux: Disabled at runtime.\n[ 2.563364] type=1404 audit(1534635702.491:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.660157] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.662037] 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 system-serial\\x2dgetty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\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] Reached target Swap.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Debug File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 3.053203] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Configure read-only root support.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.131127] systemd-journald[398]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Setup Virtual Console.\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 Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\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 Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 3.322509] type=1305 audit(1534635703.250:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[ 3.512611] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.519758] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting irqbalance daemon...[ 3.526106] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n\n[ 3.534147] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.536817] [TTM] Initializing pool allocator\n[ 3.538708] [TTM] Initializing DMA pool allocator\n[ 3.538929] [drm] fb mappable at 0xFC000000\n[ 3.538929] [drm] vram aper at 0xFC000000\n[ 3.538930] [drm] size 33554432\n Starting Initial cloud-init job (pre-networking)...\n[ 3.538930] [drm] fb depth is 24\n[ 3.538930] [drm] pitch is 3072\n[ 3.545714] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.557944] ppdev: user-space parallel port driver\n[ 3.570920] Console: switching to colour frame buffer device 128x48\n[ 3.585788] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Startin[ 3.590308] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ng GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n Starting NTP client/server...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n Starting Login Service...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.722043] AES CTR mode by8 optimization enabled\n[ 3.727354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authoriz[ 3.737534] alg: No test for crc32 (crc32-pclmul)\nation Manager.\n[ 3.747177] intel_rapl: no valid rapl domains found in package 0\n[ 3.751621] intel_rapl: no valid rapl domains found in package 0\n[ 3.754545] intel_powerclamp: No package C-state available\n[ 3.759944] intel_powerclamp: No package C-state available[ 3.810536] cloud-init[481]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:41:44 +0000. Up 3.78 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting System Logging Service...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.110497] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:41:46 +0000. Up 6.05 seconds.\n[ 6.126176] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.128503] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.132725] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.137134] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.140378] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.146836] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.15 | 255.255.255.0 | fa:16:3e:b9:fc:41 |\n[ 6.149428] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.155511] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.158431] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.162281] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.171052] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.176483] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.182822] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.190673] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.197258] cloud-init[798]: 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: "} 2018-08-18 23:42:11,914 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/action used request id req-0919c5a6-8552-474a-8545-d57b201ff691 2018-08-18 23:42:11,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0763428211212s 2018-08-18 23:42:11,915 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/action used request id req-0919c5a6-8552-474a-8545-d57b201ff691 2018-08-18 23:42:11,916 - 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 1859871567 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.421451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.424420] pid_max: default: 32768 minimum: 301 [ 0.426020] Security Framework initialized [ 0.427518] SELinux: Initializing. [ 0.429139] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.435448] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.439279] Mount-cache hash table entries: 4096 [ 0.441170] Initializing cgroup subsys memory [ 0.442704] Initializing cgroup subsys devices [ 0.444259] Initializing cgroup subsys freezer [ 0.445821] Initializing cgroup subsys net_cls [ 0.447367] Initializing cgroup subsys blkio [ 0.448875] Initializing cgroup subsys perf_event [ 0.450467] Initializing cgroup subsys hugetlb [ 0.452012] Initializing cgroup subsys pids [ 0.453506] Initializing cgroup subsys net_prio [ 0.455143] CPU: Physical Processor ID: 0 [ 0.457316] mce: CPU supports 10 MCE banks [ 0.458834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.460567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.462279] tlb_flushall_shift: 6 [ 0.463817] Freeing SMP alternatives: 28k freed [ 0.468096] ACPI: Core revision 20130517 [ 0.469993] ACPI: All ACPI Tables successfully acquired [ 0.471953] ftrace: allocating 25812 entries in 101 pages [ 0.494101] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.496097] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.498102] smpboot: Max logical packages: 2 [ 0.499914] Enabling x2apic [ 0.501153] Enabled x2apic [ 0.502651] Switched APIC routing to physical x2apic. [ 0.505709] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.507696] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.511212] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.519372] KVM setup paravirtual spinlock [ 0.522098] smpboot: Booting Node 0, Processors #1 OK [ 0.524205] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.546105] Brought up 2 CPUs [ 0.546116] KVM setup async PF for cpu 1 [ 0.546124] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.550335] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.553290] devtmpfs: initialized [ 0.555994] EVM: security.selinux [ 0.557326] EVM: security.ima [ 0.558578] EVM: security.capability [ 0.560690] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.562744] pinctrl core: initialized pinctrl subsystem [ 0.564564] NET: Registered protocol family 16 [ 0.566331] ACPI: bus type PCI registered [ 0.567796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.569822] PCI: Using configuration type 1 for base access [ 0.575040] ACPI: Added _OSI(Module Device) [ 0.576574] ACPI: Added _OSI(Processor Device) [ 0.578130] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.579720] ACPI: Added _OSI(Processor Aggregator Device) [ 0.582822] ACPI: Interpreter enabled [ 0.584237] ACPI: (supports S0 S5) [ 0.585573] ACPI: Using IOAPIC for interrupt routing [ 0.587234] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.592089] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.593998] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.596032] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.598021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.601733] acpiphp: Slot [3] registered [ 0.603214] acpiphp: Slot [4] registered [ 0.604690] acpiphp: Slot [5] registered [ 0.606195] acpiphp: Slot [6] registered [ 0.607660] acpiphp: Slot [7] registered [ 0.609125] acpiphp: Slot [8] registered [ 0.610587] acpiphp: Slot [9] registered [ 0.612046] acpiphp: Slot [10] registered [ 0.613531] acpiphp: Slot [11] registered [ 0.615012] acpiphp: Slot [12] registered [ 0.616501] acpiphp: Slot [13] registered [ 0.617981] acpiphp: Slot [14] registered [ 0.619474] acpiphp: Slot [15] registered [ 0.620965] acpiphp: Slot [16] registered [ 0.622456] acpiphp: Slot [17] registered [ 0.623933] acpiphp: Slot [18] registered [ 0.625397] acpiphp: Slot [19] registered [ 0.626868] acpiphp: Slot [20] registered [ 0.628351] acpiphp: Slot [21] registered [ 0.629832] acpiphp: Slot [22] registered [ 0.631307] acpiphp: Slot [23] registered [ 0.632789] acpiphp: Slot [24] registered [ 0.634402] acpiphp: Slot [25] registered [ 0.635880] acpiphp: Slot [26] registered [ 0.637361] acpiphp: Slot [27] registered [ 0.638839] acpiphp: Slot [28] registered [ 0.640309] acpiphp: Slot [29] registered [ 0.641792] acpiphp: Slot [30] registered [ 0.643275] acpiphp: Slot [31] registered [ 0.644737] PCI host bridge to bus 0000:00 [ 0.646215] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.647965] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.649988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.651997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.654693] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.657404] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.663735] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.665815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.667773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.669844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.674361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.677047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.702668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.705978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.708310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.710623] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.712926] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.715066] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.717444] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.720303] vgaarb: loaded [ 0.721500] vgaarb: bridge control possible 0000:00:02.0 [ 0.723415] SCSI subsystem initialized [ 0.724875] ACPI: bus type USB registered [ 0.726366] usbcore: registered new interface driver usbfs [ 0.728141] usbcore: registered new interface driver hub [ 0.729888] usbcore: registered new device driver usb [ 0.731812] PCI: Using ACPI for IRQ routing [ 0.733717] NetLabel: Initializing [ 0.735078] NetLabel: domain hash size = 128 [ 0.736614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.738309] NetLabel: unlabeled traffic allowed by default [ 0.740296] Switched to clocksource kvm-clock [ 0.750127] pnp: PnP ACPI init [ 0.751406] ACPI: bus type PNP registered [ 0.753276] pnp: PnP ACPI: found 5 devices [ 0.754753] ACPI: bus type PNP unregistered [ 0.762812] NET: Registered protocol family 2 [ 0.764681] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.767614] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.770032] TCP: Hash tables configured (established 32768 bind 32768) [ 0.772129] TCP: reno registered [ 0.773432] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.775360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.777401] NET: Registered protocol family 1 [ 0.778949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.780792] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.782597] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.803061] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.823497] Unpacking initramfs... [ 1.312303] Freeing initrd memory: 37508k freed [ 1.322539] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.324732] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.328677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.330804] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.333199] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.335250] Initialise system trusted keyring [ 1.336888] audit: initializing netlink socket (disabled) [ 1.338763] type=2000 audit(1534635700.716:1): initialized [ 1.355814] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.357895] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.360801] zpool: loaded [ 1.362048] zbud: loaded [ 1.363441] VFS: Disk quotas dquot_6.5.2 [ 1.364974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.367198] msgmni has been set to 7578 [ 1.368715] Key type big_key registered [ 1.370988] NET: Registered protocol family 38 [ 1.372636] Key type asymmetric registered [ 1.374175] Asymmetric key parser 'x509' registered [ 1.375883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.378714] io scheduler noop registered [ 1.380228] io scheduler deadline registered (default) [ 1.395973] io scheduler cfq registered [ 1.397569] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.399427] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.401593] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.404389] ACPI: Power Button [PWRF] [ 1.405975] GHES: HEST is not enabled! [ 1.407542] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.431792] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.434166] Non-volatile memory driver v1.3 [ 1.435715] Linux agpgart interface v0.103 [ 1.437388] crash memory driver: version 1.1 [ 1.439020] rdac: device handler registered [ 1.440652] hp_sw: device handler registered [ 1.442227] emc: device handler registered [ 1.443756] alua: device handler registered [ 1.445326] libphy: Fixed MDIO Bus: probed [ 1.446916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448961] ehci-pci: EHCI PCI platform driver [ 1.450558] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.452512] ohci-pci: OHCI PCI platform driver [ 1.454115] uhci_hcd: USB Universal Host Controller Interface driver [ 1.474500] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.476352] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.479145] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.480913] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.482875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.484965] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.487679] usb usb1: Product: UHCI Host Controller [ 1.489374] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.491505] usb usb1: SerialNumber: 0000:00:01.2 [ 1.493251] hub 1-0:1.0: USB hub found [ 1.494701] hub 1-0:1.0: 2 ports detected [ 1.496355] usbcore: registered new interface driver usbserial [ 1.498240] usbcore: registered new interface driver usbserial_generic [ 1.500274] usbserial: USB Serial support registered for generic [ 1.502218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.505867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.507592] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.509410] mousedev: PS/2 mouse device common for all mice [ 1.511602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.515261] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.518316] rtc_cmos 00:00: RTC can wake from S4 [ 1.520228] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.520527] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.525208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.527201] cpuidle: using governor menu [ 1.528720] hidraw: raw HID events driver (C) Jiri Kosina [ 1.530548] usbcore: registered new interface driver usbhid [ 1.532308] usbhid: USB HID core driver [ 1.533748] drop_monitor: Initializing network drop monitor service [ 1.535697] TCP: cubic registered [ 1.537009] Initializing XFRM netlink socket [ 1.538590] NET: Registered protocol family 10 [ 1.540402] NET: Registered protocol family 17 [ 1.542116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.544013] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.545872] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.548984] Loading compiled-in X.509 certificates [ 1.550653] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.553832] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.557453] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.560606] registered taskstats version 1 [ 1.564002] Key type trusted registered [ 1.566715] Key type encrypted registered [ 1.569371] IMA: No TPM chip found, activating TPM-bypass! [ 1.571596] rtc_cmos 00:00: setting system clock to 2018-08-18 23:41:41 UTC (1534635701) [ 1.575128] Freeing unused kernel memory: 1680k freed [ 1.581026] 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.586637] systemd[1]: Detected virtualization kvm. [ 1.588356] systemd[1]: Detected architecture x86-64. [ 1.590077] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.593230] systemd[1]: No hostname configured. [ 1.594860] systemd[1]: Set hostname to . [ 1.596710] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.621311] systemd[1]: Reached target Swap. [ 1.622903] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.625477] systemd[1]: Created slice Root Slice. [ 1.627151] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.629888] systemd[1]: Listening on udev Control Socket. [ 1.631709] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.634544] systemd[1]: Created slice System Slice. [ 1.636257] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Timers. [ 1.638857] systemd[1]: Reached target Timers. [ 1.640471] systemd[1]: Starting Timers. [ 1.642022] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.644928] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.648802] systemd[1]: Reached target Paths. [ 1.650394] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Slices. [ 1.652861] systemd[1]: Reached target Slices. [ 1.654479] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.657117] systemd[1]: Reached target Local File Systems. [ 1.658947] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.661779] systemd[1]: Listening on udev Kernel Socket. [ 1.663580] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.666380] systemd[1]: Listening on Journal Socket. [ 1.668121] systemd[1]: Starting Journal Socket. [ 1.670260] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.673186] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.676223] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.680379] systemd[1]: Reached target Sockets. [ 1.682033] systemd[1]: Starting Sockets. [ 1.683841] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.690143] 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.748407] RPC: Registered named UNIX socket transport module. [ 1.750301] RPC: Registered udp transport module. [ 1.751901] RPC: Registered tcp transport module. [ 1.753530] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.798314] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.856903] FDC 0 is a S82078B [ 1.877666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.881512] scsi host0: ata_piix [ 1.883471] scsi host1: ata_piix [ 1.885138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.887857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.927619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.933783] vda: vda1 [ 1.954322] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.956412] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.958547] usb 1-1: Product: QEMU USB Tablet [ 1.960064] usb 1-1: Manufacturer: QEMU [ 1.960065] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.974489] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.977768] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.065591] SGI XFS with ACLs, security attributes, no debug enabled [ 2.069212] XFS (vda1): Mounting V4 Filesystem [ 2.144464] 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... [ 2.329384] tsc: Refined TSC clocksource calibration: 3491.841 MHz [[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 Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped 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 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.391327] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.524858] SELinux: Disabled at runtime. [ 2.563364] type=1404 audit(1534635702.491:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.660157] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.662037] 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 system-serial\x2dgetty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. 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] Reached target Swap. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Debug File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [ 3.053203] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Configure read-only root support. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 3.131127] systemd-journald[398]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Setup Virtual Console. [[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 Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 3.322509] type=1305 audit(1534635703.250:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 3.512611] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Started irqbalance daemon. [ 3.519758] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting irqbalance daemon...[ 3.526106] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.534147] [TTM] Zone kernel: Available graphics memory: 1940960 kiB Starting Dump dmesg to /var/log/dmesg... [ 3.536817] [TTM] Initializing pool allocator [ 3.538708] [TTM] Initializing DMA pool allocator [ 3.538929] [drm] fb mappable at 0xFC000000 [ 3.538929] [drm] vram aper at 0xFC000000 [ 3.538930] [drm] size 33554432 Starting Initial cloud-init job (pre-networking)... [ 3.538930] [drm] fb depth is 24 [ 3.538930] [drm] pitch is 3072 [ 3.545714] fbcon: cirrusdrmfb (fb0) is primary device [ 3.557944] ppdev: user-space parallel port driver [ 3.570920] Console: switching to colour frame buffer device 128x48 [ 3.585788] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Startin[ 3.590308] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 g GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... Starting Authorization Manager... Starting NTP client/server... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... Starting Login Service... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.722043] AES CTR mode by8 optimization enabled [ 3.727354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authoriz[ 3.737534] alg: No test for crc32 (crc32-pclmul) ation Manager. [ 3.747177] intel_rapl: no valid rapl domains found in package 0 [ 3.751621] intel_rapl: no valid rapl domains found in package 0 [ 3.754545] intel_powerclamp: No package C-state available [ 3.759944] intel_powerclamp: No package C-state available[ 3.810536] cloud-init[481]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:41:44 +0000. Up 3.78 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting System Logging Service... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.110497] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:41:46 +0000. Up 6.05 seconds. [ 6.126176] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.128503] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.132725] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.137134] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.140378] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.146836] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.15 | 255.255.255.0 | fa:16:3e:b9:fc:41 | [ 6.149428] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.155511] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.158431] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.162281] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.171052] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.176483] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.182822] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.190673] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.197258] cloud-init[798]: 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: 2018-08-18 23:42:11,919 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ebb0950L 2018-08-18 23:42:11,920 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 23:42:11,925 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-18 23:42:11,925 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-18 23:42:11,927 - 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-18 23:42:11,927 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 23:42:11,927 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-18 23:42:11,927 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 23:42:11,927 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 23:42:11,927 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 23:42:11,933 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 23:42:11,933 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 23:42:11,936 - paramiko.transport - DEBUG - Trying discovered key b14b304d05957108871d63b9702e41a1 in /tmp/tmp5NjvqC 2018-08-18 23:42:11,973 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 23:42:21,991 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-18 23:42:22,018 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-18 23:42:22,019 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 23:42:22,028 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-18 23:42:22,033 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.206: Authentication failed. 2018-08-18 23:42:31,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:42:31,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:42:31,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17135739-73d2-4341-83fe-446336d78823 x-compute-request-id: req-17135739-73d2-4341-83fe-446336d78823 Content-Encoding: gzip Content-Length: 11746 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 1859871567 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.421451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.424420] pid_max: default: 32768 minimum: 301\n[ 0.426020] Security Framework initialized\n[ 0.427518] SELinux: Initializing.\n[ 0.429139] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.435448] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.439279] Mount-cache hash table entries: 4096\n[ 0.441170] Initializing cgroup subsys memory\n[ 0.442704] Initializing cgroup subsys devices\n[ 0.444259] Initializing cgroup subsys freezer\n[ 0.445821] Initializing cgroup subsys net_cls\n[ 0.447367] Initializing cgroup subsys blkio\n[ 0.448875] Initializing cgroup subsys perf_event\n[ 0.450467] Initializing cgroup subsys hugetlb\n[ 0.452012] Initializing cgroup subsys pids\n[ 0.453506] Initializing cgroup subsys net_prio\n[ 0.455143] CPU: Physical Processor ID: 0\n[ 0.457316] mce: CPU supports 10 MCE banks\n[ 0.458834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.460567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.462279] tlb_flushall_shift: 6\n[ 0.463817] Freeing SMP alternatives: 28k freed\n[ 0.468096] ACPI: Core revision 20130517\n[ 0.469993] ACPI: All ACPI Tables successfully acquired\n[ 0.471953] ftrace: allocating 25812 entries in 101 pages\n[ 0.494101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.496097] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.498102] smpboot: Max logical packages: 2\n[ 0.499914] Enabling x2apic\n[ 0.501153] Enabled x2apic\n[ 0.502651] Switched APIC routing to physical x2apic.\n[ 0.505709] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.507696] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.511212] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.519372] KVM setup paravirtual spinlock\n[ 0.522098] smpboot: Booting Node 0, Processors #1 OK\n[ 0.524205] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.546105] Brought up 2 CPUs\n[ 0.546116] KVM setup async PF for cpu 1\n[ 0.546124] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.550335] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.553290] devtmpfs: initialized\n[ 0.555994] EVM: security.selinux\n[ 0.557326] EVM: security.ima\n[ 0.558578] EVM: security.capability\n[ 0.560690] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.562744] pinctrl core: initialized pinctrl subsystem\n[ 0.564564] NET: Registered protocol family 16\n[ 0.566331] ACPI: bus type PCI registered\n[ 0.567796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.569822] PCI: Using configuration type 1 for base access\n[ 0.575040] ACPI: Added _OSI(Module Device)\n[ 0.576574] ACPI: Added _OSI(Processor Device)\n[ 0.578130] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.579720] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.582822] ACPI: Interpreter enabled\n[ 0.584237] ACPI: (supports S0 S5)\n[ 0.585573] ACPI: Using IOAPIC for interrupt routing\n[ 0.587234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.592089] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.593998] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.596032] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.598021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.601733] acpiphp: Slot [3] registered\n[ 0.603214] acpiphp: Slot [4] registered\n[ 0.604690] acpiphp: Slot [5] registered\n[ 0.606195] acpiphp: Slot [6] registered\n[ 0.607660] acpiphp: Slot [7] registered\n[ 0.609125] acpiphp: Slot [8] registered\n[ 0.610587] acpiphp: Slot [9] registered\n[ 0.612046] acpiphp: Slot [10] registered\n[ 0.613531] acpiphp: Slot [11] registered\n[ 0.615012] acpiphp: Slot [12] registered\n[ 0.616501] acpiphp: Slot [13] registered\n[ 0.617981] acpiphp: Slot [14] registered\n[ 0.619474] acpiphp: Slot [15] registered\n[ 0.620965] acpiphp: Slot [16] registered\n[ 0.622456] acpiphp: Slot [17] registered\n[ 0.623933] acpiphp: Slot [18] registered\n[ 0.625397] acpiphp: Slot [19] registered\n[ 0.626868] acpiphp: Slot [20] registered\n[ 0.628351] acpiphp: Slot [21] registered\n[ 0.629832] acpiphp: Slot [22] registered\n[ 0.631307] acpiphp: Slot [23] registered\n[ 0.632789] acpiphp: Slot [24] registered\n[ 0.634402] acpiphp: Slot [25] registered\n[ 0.635880] acpiphp: Slot [26] registered\n[ 0.637361] acpiphp: Slot [27] registered\n[ 0.638839] acpiphp: Slot [28] registered\n[ 0.640309] acpiphp: Slot [29] registered\n[ 0.641792] acpiphp: Slot [30] registered\n[ 0.643275] acpiphp: Slot [31] registered\n[ 0.644737] PCI host bridge to bus 0000:00\n[ 0.646215] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.647965] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.649988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.651997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.654693] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.657404] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.663735] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.665815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.667773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.669844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.674361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.677047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.702668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.705978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.708310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.710623] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.712926] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.715066] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.717444] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.720303] vgaarb: loaded\n[ 0.721500] vgaarb: bridge control possible 0000:00:02.0\n[ 0.723415] SCSI subsystem initialized\n[ 0.724875] ACPI: bus type USB registered\n[ 0.726366] usbcore: registered new interface driver usbfs\n[ 0.728141] usbcore: registered new interface driver hub\n[ 0.729888] usbcore: registered new device driver usb\n[ 0.731812] PCI: Using ACPI for IRQ routing\n[ 0.733717] NetLabel: Initializing\n[ 0.735078] NetLabel: domain hash size = 128\n[ 0.736614] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.738309] NetLabel: unlabeled traffic allowed by default\n[ 0.740296] Switched to clocksource kvm-clock\n[ 0.750127] pnp: PnP ACPI init\n[ 0.751406] ACPI: bus type PNP registered\n[ 0.753276] pnp: PnP ACPI: found 5 devices\n[ 0.754753] ACPI: bus type PNP unregistered\n[ 0.762812] NET: Registered protocol family 2\n[ 0.764681] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.767614] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.770032] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.772129] TCP: reno registered\n[ 0.773432] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.775360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.777401] NET: Registered protocol family 1\n[ 0.778949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.780792] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.782597] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.803061] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.823497] Unpacking initramfs...\n[ 1.312303] Freeing initrd memory: 37508k freed\n[ 1.322539] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.324732] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.328677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.330804] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.333199] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.335250] Initialise system trusted keyring\n[ 1.336888] audit: initializing netlink socket (disabled)\n[ 1.338763] type=2000 audit(1534635700.716:1): initialized\n[ 1.355814] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.357895] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.360801] zpool: loaded\n[ 1.362048] zbud: loaded\n[ 1.363441] VFS: Disk quotas dquot_6.5.2\n[ 1.364974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.367198] msgmni has been set to 7578\n[ 1.368715] Key type big_key registered\n[ 1.370988] NET: Registered protocol family 38\n[ 1.372636] Key type asymmetric registered\n[ 1.374175] Asymmetric key parser 'x509' registered\n[ 1.375883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.378714] io scheduler noop registered\n[ 1.380228] io scheduler deadline registered (default)\n[ 1.395973] io scheduler cfq registered\n[ 1.397569] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.399427] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.401593] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.404389] ACPI: Power Button [PWRF]\n[ 1.405975] GHES: HEST is not enabled!\n[ 1.407542] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.431792] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.434166] Non-volatile memory driver v1.3\n[ 1.435715] Linux agpgart interface v0.103\n[ 1.437388] crash memory driver: version 1.1\n[ 1.439020] rdac: device handler registered\n[ 1.440652] hp_sw: device handler registered\n[ 1.442227] emc: device handler registered\n[ 1.443756] alua: device handler registered\n[ 1.445326] libphy: Fixed MDIO Bus: probed\n[ 1.446916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448961] ehci-pci: EHCI PCI platform driver\n[ 1.450558] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.452512] ohci-pci: OHCI PCI platform driver\n[ 1.454115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.474500] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.476352] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.479145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.480913] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.482875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.484965] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.487679] usb usb1: Product: UHCI Host Controller\n[ 1.489374] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.491505] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.493251] hub 1-0:1.0: USB hub found\n[ 1.494701] hub 1-0:1.0: 2 ports detected\n[ 1.496355] usbcore: registered new interface driver usbserial\n[ 1.498240] usbcore: registered new interface driver usbserial_generic\n[ 1.500274] usbserial: USB Serial support registered for generic\n[ 1.502218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.505867] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.507592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.509410] mousedev: PS/2 mouse device common for all mice\n[ 1.511602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.515261] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.518316] rtc_cmos 00:00: RTC can wake from S4\n[ 1.520228] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.520527] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.525208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.527201] cpuidle: using governor menu\n[ 1.528720] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.530548] usbcore: registered new interface driver usbhid\n[ 1.532308] usbhid: USB HID core driver\n[ 1.533748] drop_monitor: Initializing network drop monitor service\n[ 1.535697] TCP: cubic registered\n[ 1.537009] Initializing XFRM netlink socket\n[ 1.538590] NET: Registered protocol family 10\n[ 1.540402] NET: Registered protocol family 17\n[ 1.542116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.544013] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.545872] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.548984] Loading compiled-in X.509 certificates\n[ 1.550653] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.553832] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.557453] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.560606] registered taskstats version 1\n[ 1.564002] Key type trusted registered\n[ 1.566715] Key type encrypted registered\n[ 1.569371] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.571596] rtc_cmos 00:00: setting system clock to 2018-08-18 23:41:41 UTC (1534635701)\n[ 1.575128] Freeing unused kernel memory: 1680k freed\n[ 1.581026] 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.586637] systemd[1]: Detected virtualization kvm.\n[ 1.588356] systemd[1]: Detected architecture x86-64.\n[ 1.590077] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.593230] systemd[1]: No hostname configured.\n[ 1.594860] systemd[1]: Set hostname to .\n[ 1.596710] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.621311] systemd[1]: Reached target Swap.\n[ 1.622903] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.625477] systemd[1]: Created slice Root Slice.\n[ 1.627151] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.629888] systemd[1]: Listening on udev Control Socket.\n[ 1.631709] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.634544] systemd[1]: Created slice System Slice.\n[ 1.636257] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.638857] systemd[1]: Reached target Timers.\n[ 1.640471] systemd[1]: Starting Timers.\n[ 1.642022] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.644928] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.648802] systemd[1]: Reached target Paths.\n[ 1.650394] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Slices.\n[ 1.652861] systemd[1]: Reached target Slices.\n[ 1.654479] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.657117] systemd[1]: Reached target Local File Systems.\n[ 1.658947] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.661779] systemd[1]: Listening on udev Kernel Socket.\n[ 1.663580] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.666380] systemd[1]: Listening on Journal Socket.\n[ 1.668121] systemd[1]: Starting Journal Socket.\n[ 1.670260] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.673186] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.676223] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.680379] systemd[1]: Reached target Sockets.\n[ 1.682033] systemd[1]: Starting Sockets.\n[ 1.683841] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Journal Service.\n[ 1.690143] 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.748407] RPC: Registered named UNIX socket transport module.\n[ 1.750301] RPC: Registered udp transport module.\n[ 1.751901] RPC: Registered tcp transport module.\n[ 1.753530] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.798314] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.856903] FDC 0 is a S82078B\n[ 1.877666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.881512] scsi host0: ata_piix\n[ 1.883471] scsi host1: ata_piix\n[ 1.885138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.887857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.927619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.933783] vda: vda1\n[ 1.954322] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.956412] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.958547] usb 1-1: Product: QEMU USB Tablet\n[ 1.960064] usb 1-1: Manufacturer: QEMU\n[ 1.960065] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.974489] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.977768] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.065591] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.069212] XFS (vda1): Mounting V4 Filesystem\n[ 2.144464] 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[ 2.329384] tsc: Refined TSC clocksource calibration: 3491.841 MHz\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 Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped 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 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.391327] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.524858] SELinux: Disabled at runtime.\n[ 2.563364] type=1404 audit(1534635702.491:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.660157] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.662037] 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 system-serial\\x2dgetty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\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] Reached target Swap.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Debug File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 3.053203] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Configure read-only root support.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.131127] systemd-journald[398]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Setup Virtual Console.\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 Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\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 Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 3.322509] type=1305 audit(1534635703.250:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[ 3.512611] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.519758] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting irqbalance daemon...[ 3.526106] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n\n[ 3.534147] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.536817] [TTM] Initializing pool allocator\n[ 3.538708] [TTM] Initializing DMA pool allocator\n[ 3.538929] [drm] fb mappable at 0xFC000000\n[ 3.538929] [drm] vram aper at 0xFC000000\n[ 3.538930] [drm] size 33554432\n Starting Initial cloud-init job (pre-networking)...\n[ 3.538930] [drm] fb depth is 24\n[ 3.538930] [drm] pitch is 3072\n[ 3.545714] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.557944] ppdev: user-space parallel port driver\n[ 3.570920] Console: switching to colour frame buffer device 128x48\n[ 3.585788] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Startin[ 3.590308] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ng GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n Starting NTP client/server...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n Starting Login Service...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.722043] AES CTR mode by8 optimization enabled\n[ 3.727354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authoriz[ 3.737534] alg: No test for crc32 (crc32-pclmul)\nation Manager.\n[ 3.747177] intel_rapl: no valid rapl domains found in package 0\n[ 3.751621] intel_rapl: no valid rapl domains found in package 0\n[ 3.754545] intel_powerclamp: No package C-state available\n[ 3.759944] intel_powerclamp: No package C-state available[ 3.810536] cloud-init[481]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:41:44 +0000. Up 3.78 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting System Logging Service...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.110497] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:41:46 +0000. Up 6.05 seconds.\n[ 6.126176] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.128503] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.132725] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.137134] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.140378] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.146836] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.15 | 255.255.255.0 | fa:16:3e:b9:fc:41 |\n[ 6.149428] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.155511] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.158431] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.162281] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.171052] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.176483] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.182822] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.190673] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.197258] cloud-init[798]: 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: "} 2018-08-18 23:42:31,123 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/action used request id req-17135739-73d2-4341-83fe-446336d78823 2018-08-18 23:42:31,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0795450210571s 2018-08-18 23:42:31,124 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee/action used request id req-17135739-73d2-4341-83fe-446336d78823 2018-08-18 23:42:31,125 - 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 1859871567 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.421451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.424420] pid_max: default: 32768 minimum: 301 [ 0.426020] Security Framework initialized [ 0.427518] SELinux: Initializing. [ 0.429139] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.435448] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.439279] Mount-cache hash table entries: 4096 [ 0.441170] Initializing cgroup subsys memory [ 0.442704] Initializing cgroup subsys devices [ 0.444259] Initializing cgroup subsys freezer [ 0.445821] Initializing cgroup subsys net_cls [ 0.447367] Initializing cgroup subsys blkio [ 0.448875] Initializing cgroup subsys perf_event [ 0.450467] Initializing cgroup subsys hugetlb [ 0.452012] Initializing cgroup subsys pids [ 0.453506] Initializing cgroup subsys net_prio [ 0.455143] CPU: Physical Processor ID: 0 [ 0.457316] mce: CPU supports 10 MCE banks [ 0.458834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.460567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.462279] tlb_flushall_shift: 6 [ 0.463817] Freeing SMP alternatives: 28k freed [ 0.468096] ACPI: Core revision 20130517 [ 0.469993] ACPI: All ACPI Tables successfully acquired [ 0.471953] ftrace: allocating 25812 entries in 101 pages [ 0.494101] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.496097] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.498102] smpboot: Max logical packages: 2 [ 0.499914] Enabling x2apic [ 0.501153] Enabled x2apic [ 0.502651] Switched APIC routing to physical x2apic. [ 0.505709] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.507696] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.511212] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.519372] KVM setup paravirtual spinlock [ 0.522098] smpboot: Booting Node 0, Processors #1 OK [ 0.524205] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.546105] Brought up 2 CPUs [ 0.546116] KVM setup async PF for cpu 1 [ 0.546124] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.550335] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.553290] devtmpfs: initialized [ 0.555994] EVM: security.selinux [ 0.557326] EVM: security.ima [ 0.558578] EVM: security.capability [ 0.560690] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.562744] pinctrl core: initialized pinctrl subsystem [ 0.564564] NET: Registered protocol family 16 [ 0.566331] ACPI: bus type PCI registered [ 0.567796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.569822] PCI: Using configuration type 1 for base access [ 0.575040] ACPI: Added _OSI(Module Device) [ 0.576574] ACPI: Added _OSI(Processor Device) [ 0.578130] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.579720] ACPI: Added _OSI(Processor Aggregator Device) [ 0.582822] ACPI: Interpreter enabled [ 0.584237] ACPI: (supports S0 S5) [ 0.585573] ACPI: Using IOAPIC for interrupt routing [ 0.587234] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.592089] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.593998] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.596032] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.598021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.601733] acpiphp: Slot [3] registered [ 0.603214] acpiphp: Slot [4] registered [ 0.604690] acpiphp: Slot [5] registered [ 0.606195] acpiphp: Slot [6] registered [ 0.607660] acpiphp: Slot [7] registered [ 0.609125] acpiphp: Slot [8] registered [ 0.610587] acpiphp: Slot [9] registered [ 0.612046] acpiphp: Slot [10] registered [ 0.613531] acpiphp: Slot [11] registered [ 0.615012] acpiphp: Slot [12] registered [ 0.616501] acpiphp: Slot [13] registered [ 0.617981] acpiphp: Slot [14] registered [ 0.619474] acpiphp: Slot [15] registered [ 0.620965] acpiphp: Slot [16] registered [ 0.622456] acpiphp: Slot [17] registered [ 0.623933] acpiphp: Slot [18] registered [ 0.625397] acpiphp: Slot [19] registered [ 0.626868] acpiphp: Slot [20] registered [ 0.628351] acpiphp: Slot [21] registered [ 0.629832] acpiphp: Slot [22] registered [ 0.631307] acpiphp: Slot [23] registered [ 0.632789] acpiphp: Slot [24] registered [ 0.634402] acpiphp: Slot [25] registered [ 0.635880] acpiphp: Slot [26] registered [ 0.637361] acpiphp: Slot [27] registered [ 0.638839] acpiphp: Slot [28] registered [ 0.640309] acpiphp: Slot [29] registered [ 0.641792] acpiphp: Slot [30] registered [ 0.643275] acpiphp: Slot [31] registered [ 0.644737] PCI host bridge to bus 0000:00 [ 0.646215] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.647965] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.649988] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.651997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.654693] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.657404] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.663735] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.665815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.667773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.669844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.674361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.677047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.702668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.705978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.708310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.710623] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.712926] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.715066] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.717444] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.720303] vgaarb: loaded [ 0.721500] vgaarb: bridge control possible 0000:00:02.0 [ 0.723415] SCSI subsystem initialized [ 0.724875] ACPI: bus type USB registered [ 0.726366] usbcore: registered new interface driver usbfs [ 0.728141] usbcore: registered new interface driver hub [ 0.729888] usbcore: registered new device driver usb [ 0.731812] PCI: Using ACPI for IRQ routing [ 0.733717] NetLabel: Initializing [ 0.735078] NetLabel: domain hash size = 128 [ 0.736614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.738309] NetLabel: unlabeled traffic allowed by default [ 0.740296] Switched to clocksource kvm-clock [ 0.750127] pnp: PnP ACPI init [ 0.751406] ACPI: bus type PNP registered [ 0.753276] pnp: PnP ACPI: found 5 devices [ 0.754753] ACPI: bus type PNP unregistered [ 0.762812] NET: Registered protocol family 2 [ 0.764681] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.767614] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.770032] TCP: Hash tables configured (established 32768 bind 32768) [ 0.772129] TCP: reno registered [ 0.773432] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.775360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.777401] NET: Registered protocol family 1 [ 0.778949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.780792] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.782597] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.803061] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.823497] Unpacking initramfs... [ 1.312303] Freeing initrd memory: 37508k freed [ 1.322539] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.324732] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.328677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.330804] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.333199] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.335250] Initialise system trusted keyring [ 1.336888] audit: initializing netlink socket (disabled) [ 1.338763] type=2000 audit(1534635700.716:1): initialized [ 1.355814] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.357895] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.360801] zpool: loaded [ 1.362048] zbud: loaded [ 1.363441] VFS: Disk quotas dquot_6.5.2 [ 1.364974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.367198] msgmni has been set to 7578 [ 1.368715] Key type big_key registered [ 1.370988] NET: Registered protocol family 38 [ 1.372636] Key type asymmetric registered [ 1.374175] Asymmetric key parser 'x509' registered [ 1.375883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.378714] io scheduler noop registered [ 1.380228] io scheduler deadline registered (default) [ 1.395973] io scheduler cfq registered [ 1.397569] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.399427] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.401593] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.404389] ACPI: Power Button [PWRF] [ 1.405975] GHES: HEST is not enabled! [ 1.407542] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.431792] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.434166] Non-volatile memory driver v1.3 [ 1.435715] Linux agpgart interface v0.103 [ 1.437388] crash memory driver: version 1.1 [ 1.439020] rdac: device handler registered [ 1.440652] hp_sw: device handler registered [ 1.442227] emc: device handler registered [ 1.443756] alua: device handler registered [ 1.445326] libphy: Fixed MDIO Bus: probed [ 1.446916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448961] ehci-pci: EHCI PCI platform driver [ 1.450558] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.452512] ohci-pci: OHCI PCI platform driver [ 1.454115] uhci_hcd: USB Universal Host Controller Interface driver [ 1.474500] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.476352] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.479145] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.480913] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.482875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.484965] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.487679] usb usb1: Product: UHCI Host Controller [ 1.489374] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.491505] usb usb1: SerialNumber: 0000:00:01.2 [ 1.493251] hub 1-0:1.0: USB hub found [ 1.494701] hub 1-0:1.0: 2 ports detected [ 1.496355] usbcore: registered new interface driver usbserial [ 1.498240] usbcore: registered new interface driver usbserial_generic [ 1.500274] usbserial: USB Serial support registered for generic [ 1.502218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.505867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.507592] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.509410] mousedev: PS/2 mouse device common for all mice [ 1.511602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.515261] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.518316] rtc_cmos 00:00: RTC can wake from S4 [ 1.520228] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.520527] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.525208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.527201] cpuidle: using governor menu [ 1.528720] hidraw: raw HID events driver (C) Jiri Kosina [ 1.530548] usbcore: registered new interface driver usbhid [ 1.532308] usbhid: USB HID core driver [ 1.533748] drop_monitor: Initializing network drop monitor service [ 1.535697] TCP: cubic registered [ 1.537009] Initializing XFRM netlink socket [ 1.538590] NET: Registered protocol family 10 [ 1.540402] NET: Registered protocol family 17 [ 1.542116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.544013] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.545872] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.548984] Loading compiled-in X.509 certificates [ 1.550653] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.553832] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.557453] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.560606] registered taskstats version 1 [ 1.564002] Key type trusted registered [ 1.566715] Key type encrypted registered [ 1.569371] IMA: No TPM chip found, activating TPM-bypass! [ 1.571596] rtc_cmos 00:00: setting system clock to 2018-08-18 23:41:41 UTC (1534635701) [ 1.575128] Freeing unused kernel memory: 1680k freed [ 1.581026] 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.586637] systemd[1]: Detected virtualization kvm. [ 1.588356] systemd[1]: Detected architecture x86-64. [ 1.590077] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.593230] systemd[1]: No hostname configured. [ 1.594860] systemd[1]: Set hostname to . [ 1.596710] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.621311] systemd[1]: Reached target Swap. [ 1.622903] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.625477] systemd[1]: Created slice Root Slice. [ 1.627151] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.629888] systemd[1]: Listening on udev Control Socket. [ 1.631709] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.634544] systemd[1]: Created slice System Slice. [ 1.636257] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Timers. [ 1.638857] systemd[1]: Reached target Timers. [ 1.640471] systemd[1]: Starting Timers. [ 1.642022] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.644928] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.648802] systemd[1]: Reached target Paths. [ 1.650394] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Slices. [ 1.652861] systemd[1]: Reached target Slices. [ 1.654479] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.657117] systemd[1]: Reached target Local File Systems. [ 1.658947] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.661779] systemd[1]: Listening on udev Kernel Socket. [ 1.663580] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.666380] systemd[1]: Listening on Journal Socket. [ 1.668121] systemd[1]: Starting Journal Socket. [ 1.670260] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.673186] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.676223] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.680379] systemd[1]: Reached target Sockets. [ 1.682033] systemd[1]: Starting Sockets. [ 1.683841] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.690143] 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.748407] RPC: Registered named UNIX socket transport module. [ 1.750301] RPC: Registered udp transport module. [ 1.751901] RPC: Registered tcp transport module. [ 1.753530] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.798314] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.856903] FDC 0 is a S82078B [ 1.877666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.881512] scsi host0: ata_piix [ 1.883471] scsi host1: ata_piix [ 1.885138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.887857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.927619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.933783] vda: vda1 [ 1.954322] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.956412] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.958547] usb 1-1: Product: QEMU USB Tablet [ 1.960064] usb 1-1: Manufacturer: QEMU [ 1.960065] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.974489] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.977768] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.065591] SGI XFS with ACLs, security attributes, no debug enabled [ 2.069212] XFS (vda1): Mounting V4 Filesystem [ 2.144464] 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... [ 2.329384] tsc: Refined TSC clocksource calibration: 3491.841 MHz [[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 Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped 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 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.391327] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.524858] SELinux: Disabled at runtime. [ 2.563364] type=1404 audit(1534635702.491:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.660157] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.662037] 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 system-serial\x2dgetty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. 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] Reached target Swap. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Debug File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [ 3.053203] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Configure read-only root support. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 3.131127] systemd-journald[398]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Setup Virtual Console. [[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 Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 3.322509] type=1305 audit(1534635703.250:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 3.512611] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Started irqbalance daemon. [ 3.519758] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting irqbalance daemon...[ 3.526106] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.534147] [TTM] Zone kernel: Available graphics memory: 1940960 kiB Starting Dump dmesg to /var/log/dmesg... [ 3.536817] [TTM] Initializing pool allocator [ 3.538708] [TTM] Initializing DMA pool allocator [ 3.538929] [drm] fb mappable at 0xFC000000 [ 3.538929] [drm] vram aper at 0xFC000000 [ 3.538930] [drm] size 33554432 Starting Initial cloud-init job (pre-networking)... [ 3.538930] [drm] fb depth is 24 [ 3.538930] [drm] pitch is 3072 [ 3.545714] fbcon: cirrusdrmfb (fb0) is primary device [ 3.557944] ppdev: user-space parallel port driver [ 3.570920] Console: switching to colour frame buffer device 128x48 [ 3.585788] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Startin[ 3.590308] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 g GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... Starting Authorization Manager... Starting NTP client/server... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... Starting Login Service... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.722043] AES CTR mode by8 optimization enabled [ 3.727354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authoriz[ 3.737534] alg: No test for crc32 (crc32-pclmul) ation Manager. [ 3.747177] intel_rapl: no valid rapl domains found in package 0 [ 3.751621] intel_rapl: no valid rapl domains found in package 0 [ 3.754545] intel_powerclamp: No package C-state available [ 3.759944] intel_powerclamp: No package C-state available[ 3.810536] cloud-init[481]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:41:44 +0000. Up 3.78 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting System Logging Service... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.110497] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:41:46 +0000. Up 6.05 seconds. [ 6.126176] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.128503] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.132725] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.137134] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.140378] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.146836] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.15 | 255.255.255.0 | fa:16:3e:b9:fc:41 | [ 6.149428] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.155511] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.158431] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.162281] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.171052] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.176483] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.182822] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.190673] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.197258] cloud-init[798]: 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: 2018-08-18 23:42:31,128 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ebb07d0L 2018-08-18 23:42:31,128 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 23:42:31,135 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-18 23:42:31,135 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-18 23:42:31,138 - 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-18 23:42:31,138 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 23:42:31,138 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-18 23:42:31,138 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 23:42:31,138 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 23:42:31,138 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 23:42:31,143 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 23:42:31,144 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 23:42:31,161 - paramiko.transport - DEBUG - Trying discovered key b14b304d05957108871d63b9702e41a1 in /tmp/tmp5NjvqC 2018-08-18 23:42:31,184 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 23:42:41,206 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-18 23:42:41,207 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-18 23:42:41,207 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-18 23:42:41,208 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-18 23:42:41,208 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.206:80/api/v3/status 2018-08-18 23:42:41,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:42:41,414 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:42:41,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:42:41,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:42:41,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:42:41,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:42:41,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:42:41,415 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 819, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 7999, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 904, "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": 830, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 916, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-18 23:42:41,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:42:41,415 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:42:41 GMT 2018-08-18 23:42:41,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:42:41,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-18 23:42:41,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:42:41,416 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 819, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 7999, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 904, 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': 830, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 916, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-18 23:42:41,416 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.206:80/api/v3/status 2018-08-18 23:42:41,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:42:41,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:42:41,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:42:41,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:42:41,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:42:41,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:42:41,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:42:41,509 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 819, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 7999, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 904, "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": 830, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 916, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-18 23:42:41,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:42:41,509 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:42:41 GMT 2018-08-18 23:42:41,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:42:41,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-18 23:42:41,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:42:41,510 - functest.core.cloudify - INFO - The current manager status is running 2018-08-18 23:42:41,510 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.206:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-18 23:42:41,573 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:42:41,573 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:42:41,573 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:42:41,573 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:42:41,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:42:41,573 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:42:41,573 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:42:41,573 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-18 23:42:41,573 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:42:41.693Z", "updated_at": "2018-08-18T23:42:41.693Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-18 23:42:41,574 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:42:41,574 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:42:41 GMT 2018-08-18 23:42:41,574 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:42:41,574 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-18 23:42:41,574 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:42:41,574 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.206:80/api/v3/secrets 2018-08-18 23:42:41,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:42:41,622 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:42:41,622 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:42:41,622 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:42:41,622 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:42:41,622 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:42:41,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:42:41,623 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-18T23:42:41.693Z", "updated_at": "2018-08-18T23:42:41.693Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-18 23:42:41,623 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:42:41,623 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:42:41 GMT 2018-08-18 23:42:41,623 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:42:41,623 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-18 23:42:41,623 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:42:41,623 - functest.core.cloudify - DEBUG - List secrets: 2018-08-18 23:42:41,624 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.206:80/api/v3/secrets/foo 2018-08-18 23:42:41,672 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:42:41,672 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:42:41,672 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:42:41,672 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:42:41,672 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:42:41,673 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:42:41,673 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:42:41,673 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-18 23:42:41,673 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:42:41.693Z", "updated_at": "2018-08-18T23:42:41.693Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-18 23:42:41,673 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:42:41,673 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:42:41 GMT 2018-08-18 23:42:41,673 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:42:41,673 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-18 23:42:41,673 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:42:41,674 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-18 23:42:41,674 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-18 23:42:41,797 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 23:42:41,797 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 05:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 23:42:41,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-18 23:42:41,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/19b717f0-f6d2-4d61-90a3-876db63b413a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:42,946 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae7a89a0-35b1-468f-aeb0-d5094efe72dc Content-Length: 0 Date: Sat, 18 Aug 2018 23:42:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:42:42,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/19b717f0-f6d2-4d61-90a3-876db63b413a.json used request id req-ae7a89a0-35b1-468f-aeb0-d5094efe72dc 2018-08-18 23:42:42,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.14078712463s 2018-08-18 23:42:42,946 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/19b717f0-f6d2-4d61-90a3-876db63b413a.json used request id req-ae7a89a0-35b1-468f-aeb0-d5094efe72dc 2018-08-18 23:42:42,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 23:42:42,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:43,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-351a1c69-bdd3-4a18-b88e-8a2ca4e078ac Date: Sat, 18 Aug 2018 23:42:43 GMT RESP BODY: {"floatingips": []} 2018-08-18 23:42:43,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-351a1c69-bdd3-4a18-b88e-8a2ca4e078ac 2018-08-18 23:42:43,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.055223941803s 2018-08-18 23:42:43,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-351a1c69-bdd3-4a18-b88e-8a2ca4e078ac 2018-08-18 23:42:43,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 23:42:43,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:43,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7c8e6d22-db04-430a-830d-1625f8fb58a8 x-compute-request-id: req-7c8e6d22-db04-430a-830d-1625f8fb58a8 Content-Type: application/json 2018-08-18 23:42:43,180 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee used request id req-7c8e6d22-db04-430a-830d-1625f8fb58a8 2018-08-18 23:42:43,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.172632932663s 2018-08-18 23:42:43,181 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee used request id req-7c8e6d22-db04-430a-830d-1625f8fb58a8 2018-08-18 23:42:43,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:42:43,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:43,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7983e8a3-9457-49e3-a061-b1637d6fd6f5 x-compute-request-id: req-7983e8a3-9457-49e3-a061-b1637d6fd6f5 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:fc:41", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:fc:41", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e972b193-6173-49a7-985b-c1c46e1b60ee", "rel": "bookmark"}], "image": {"id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "links": [{"href": "http://172.30.9.28:8774/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:41:37.000000", "flavor": {"id": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "links": [{"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "bookmark"}]}, "id": "e972b193-6173-49a7-985b-c1c46e1b60ee", "security_groups": [{"name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}], "user_id": "2b4491a275624dc0901db53e6b26ed70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:42:43Z", "hostId": "1d7f3472cbfa1dd02ed7adcf6d84409839fb0f884d22aa5a6ecb05d1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f", "name": "cloudify-vm_69a352b1-009c-4543-b4dd-368d91d7484f", "created": "2018-08-18T23:39:28Z", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:42:43,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7983e8a3-9457-49e3-a061-b1637d6fd6f5 2018-08-18 23:42:43,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227377891541s 2018-08-18 23:42:43,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7983e8a3-9457-49e3-a061-b1637d6fd6f5 2018-08-18 23:42:43,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:42:45,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:42:45,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:45,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42: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-46caaf21-5f8b-405c-b771-43be498047d5 x-compute-request-id: req-46caaf21-5f8b-405c-b771-43be498047d5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 23:42:45,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-46caaf21-5f8b-405c-b771-43be498047d5 2018-08-18 23:42:45,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0833158493042s 2018-08-18 23:42:45,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-46caaf21-5f8b-405c-b771-43be498047d5 2018-08-18 23:42:45,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:42:45,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:45,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-4f41d4e4-43ff-449d-ad05-35de847f153c Date: Sat, 18 Aug 2018 23:42:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:39:24Z", "updated_at": "2018-08-18T23:39:26Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "1ab54a3d-0d07-45d2-9001-6a6e59fcf93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "2753d1e1-d42b-4759-a02f-5732e351b02e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "3b87c4e3-19f9-4da7-84dd-b3ae5db10d26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-18T23:39:26Z", "revision_number": 0, "id": "496376cb-cb6e-4da7-b87b-e73eb22892f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:26Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "7a1070d8-0e3a-4ba8-a412-7e1b51f44c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "d254245c-8f52-4bdc-a1b7-bd428301dfa5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:39:24Z", "revision_number": 0, "id": "db5f4839-e32d-4cf6-99ad-a2185c846ba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:24Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-18T23:39:25Z", "revision_number": 0, "id": "e1b481db-fe9e-448e-8794-4653831f3409", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:39:25Z", "security_group_id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 7, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "23bc49b0-3902-4fe1-a380-08460cb9807a", "name": "cloudify-sg_69a352b1-009c-4543-b4dd-368d91d7484f"}, {"description": "Default security group", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:37:27Z", "updated_at": "2018-08-18T23:37:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "51e061e8-f93d-4af2-b2d7-d9e074fbf10d", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "691b6fa4-8826-4cff-b483-85320b53f079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "89d1b6d9-9a96-49b1-ab95-29b478d2d6dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:37:27Z", "revision_number": 0, "id": "ad0eb6e0-4d21-4b46-9da8-efc4c2f51bb5", "remote_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "remote_ip_prefix": null, "created_at": "2018-08-18T23:37:27Z", "security_group_id": "50b241ee-b885-4707-a99f-4a41fac29d54", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b665c73f177844c6a2ea46690235eddc"}], "revision_number": 1, "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "50b241ee-b885-4707-a99f-4a41fac29d54", "name": "default"}]} 2018-08-18 23:42:45,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4f41d4e4-43ff-449d-ad05-35de847f153c 2018-08-18 23:42:45,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0566790103912s 2018-08-18 23:42:45,555 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4f41d4e4-43ff-449d-ad05-35de847f153c 2018-08-18 23:42:45,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-18 23:42:45,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/23bc49b0-3902-4fe1-a380-08460cb9807a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:45,768 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-319a47ce-b8b8-4f41-a9f8-6b7ef510a9cb Content-Length: 0 Date: Sat, 18 Aug 2018 23:42:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:42:45,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/23bc49b0-3902-4fe1-a380-08460cb9807a.json used request id req-319a47ce-b8b8-4f41-a9f8-6b7ef510a9cb 2018-08-18 23:42:45,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.211879968643s 2018-08-18 23:42:45,769 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/23bc49b0-3902-4fe1-a380-08460cb9807a.json used request id req-319a47ce-b8b8-4f41-a9f8-6b7ef510a9cb 2018-08-18 23:42:45,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-18 23:42:45,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:45,829 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23:42: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-bdf84ef5-b766-46d5-871c-5575578b0e92 x-compute-request-id: req-bdf84ef5-b766-46d5-871c-5575578b0e92 Content-Length: 0 Content-Type: application/json 2018-08-18 23:42:45,829 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f used request id req-bdf84ef5-b766-46d5-871c-5575578b0e92 2018-08-18 23:42:45,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.060065984726s 2018-08-18 23:42:45,830 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify-kp_69a352b1-009c-4543-b4dd-368d91d7484f used request id req-bdf84ef5-b766-46d5-871c-5575578b0e92 2018-08-18 23:42:45,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 23:42:45,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/20175556-8c88-43cc-86cc-de884445a423/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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" -d '{"subnet_id": "3f947df7-d6e7-4b3b-8569-de9937b01b53"}' 2018-08-18 23:42:47,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8bc53d67-c999-4e6a-af32-12cf1462b2dd Date: Sat, 18 Aug 2018 23:42:47 GMT RESP BODY: {"network_id": "0dcbe760-0aac-4959-a2b2-0f120a3e6363", "tenant_id": "b665c73f177844c6a2ea46690235eddc", "subnet_id": "3f947df7-d6e7-4b3b-8569-de9937b01b53", "subnet_ids": ["3f947df7-d6e7-4b3b-8569-de9937b01b53"], "port_id": "50566650-06e1-4f8d-86f6-965fd0f034ea", "id": "20175556-8c88-43cc-86cc-de884445a423"} 2018-08-18 23:42:47,524 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/20175556-8c88-43cc-86cc-de884445a423/remove_router_interface.json used request id req-8bc53d67-c999-4e6a-af32-12cf1462b2dd 2018-08-18 23:42:47,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.69405412674s 2018-08-18 23:42:47,525 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/20175556-8c88-43cc-86cc-de884445a423/remove_router_interface.json used request id req-8bc53d67-c999-4e6a-af32-12cf1462b2dd returning object 20175556-8c88-43cc-86cc-de884445a423 2018-08-18 23:42:47,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 23:42:47,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:47,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e7192988-5f0e-4aa7-810b-f8d0b9540f00 Date: Sat, 18 Aug 2018 23:42:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "b665c73f177844c6a2ea46690235eddc", "created_at": "2018-08-18T23:37:28Z", "admin_state_up": true, "updated_at": "2018-08-18T23:42:46Z", "revision_number": 4, "routes": [], "project_id": "b665c73f177844c6a2ea46690235eddc", "id": "20175556-8c88-43cc-86cc-de884445a423", "name": "cloudify-router_69a352b1-009c-4543-b4dd-368d91d7484f"}]} 2018-08-18 23:42:47,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-e7192988-5f0e-4aa7-810b-f8d0b9540f00 2018-08-18 23:42:47,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.138374090195s 2018-08-18 23:42:47,664 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-e7192988-5f0e-4aa7-810b-f8d0b9540f00 2018-08-18 23:42:47,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 23:42:47,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/20175556-8c88-43cc-86cc-de884445a423.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:48,969 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c334ac4b-748b-48c1-8916-ed8955a0981e Content-Length: 0 Date: Sat, 18 Aug 2018 23:42:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:42:48,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/20175556-8c88-43cc-86cc-de884445a423.json used request id req-c334ac4b-748b-48c1-8916-ed8955a0981e 2018-08-18 23:42:48,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.30429601669s 2018-08-18 23:42:48,970 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/20175556-8c88-43cc-86cc-de884445a423.json used request id req-c334ac4b-748b-48c1-8916-ed8955a0981e 2018-08-18 23:42:48,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 23:42:48,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:49,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-597e4a4e-3920-4b6a-be9b-0dce8e69982f Date: Sat, 18 Aug 2018 23:42:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:37:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T23:37:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b665c73f177844c6a2ea46690235eddc","id":"3f947df7-d6e7-4b3b-8569-de9937b01b53","subnetpool_id":null,"name":"cloudify-subnet_69a352b1-009c-4543-b4dd-368d91d7484f"}]} 2018-08-18 23:42:49,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-597e4a4e-3920-4b6a-be9b-0dce8e69982f 2018-08-18 23:42:49,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.261679172516s 2018-08-18 23:42:49,233 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-597e4a4e-3920-4b6a-be9b-0dce8e69982f 2018-08-18 23:42:49,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 23:42:49,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/3f947df7-d6e7-4b3b-8569-de9937b01b53.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:50,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ef75c29-9e6d-4c7b-9ce4-72ec69adbbf9 Date: Sat, 18 Aug 2018 23:42:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:42:50,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3f947df7-d6e7-4b3b-8569-de9937b01b53.json used request id req-2ef75c29-9e6d-4c7b-9ce4-72ec69adbbf9 2018-08-18 23:42:50,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.963386058807s 2018-08-18 23:42:50,198 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3f947df7-d6e7-4b3b-8569-de9937b01b53.json used request id req-2ef75c29-9e6d-4c7b-9ce4-72ec69adbbf9 2018-08-18 23:42:50,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:42:50,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:50,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-067c81a2-6ba8-494d-a136-96c098e9a57b Date: Sat, 18 Aug 2018 23:42:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T23:42:50Z","tenant_id":"b665c73f177844c6a2ea46690235eddc","created_at":"2018-08-18T23:37:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b665c73f177844c6a2ea46690235eddc","id":"0dcbe760-0aac-4959-a2b2-0f120a3e6363","name":"cloudify-net_69a352b1-009c-4543-b4dd-368d91d7484f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-18 23:42:50,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-067c81a2-6ba8-494d-a136-96c098e9a57b 2018-08-18 23:42:50,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0928740501404s 2018-08-18 23:42:50,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-067c81a2-6ba8-494d-a136-96c098e9a57b 2018-08-18 23:42:50,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 23:42:50,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/0dcbe760-0aac-4959-a2b2-0f120a3e6363.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:51,661 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-144bc7cd-b086-4ba8-8aea-e679ef5ef1db Date: Sat, 18 Aug 2018 23:42:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:42:51,661 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/0dcbe760-0aac-4959-a2b2-0f120a3e6363.json used request id req-144bc7cd-b086-4ba8-8aea-e679ef5ef1db 2018-08-18 23:42:51,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.36788201332s 2018-08-18 23:42:51,661 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/0dcbe760-0aac-4959-a2b2-0f120a3e6363.json used request id req-144bc7cd-b086-4ba8-8aea-e679ef5ef1db 2018-08-18 23:42:51,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:42:51,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:51,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9c5b22c3-77ea-416a-b001-ce95f6d69ef3 Date: Sat, 18 Aug 2018 23:42:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:39:22Z", "file": "/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9/file", "owner": "b665c73f177844c6a2ea46690235eddc", "id": "193a9819-c470-450f-97d7-cf8fc9185cc9", "size": 4373348352, "self": "/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/193a9819-c470-450f-97d7-cf8fc9185cc9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/193a9819-c470-450f-97d7-cf8fc9185cc9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_69a352b1-009c-4543-b4dd-368d91d7484f", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-18T23:38:19Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:42:51,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9c5b22c3-77ea-416a-b001-ce95f6d69ef3 2018-08-18 23:42:51,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.272886037827s 2018-08-18 23:42:51,939 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9c5b22c3-77ea-416a-b001-ce95f6d69ef3 2018-08-18 23:42:51,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 23:42:51,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a12b11c850fcfaccfe1f73b2e83359c4e21c4391" 2018-08-18 23:42:53,026 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0c9d685c-034f-4e5b-ba23-fb8817a11c70 Date: Sat, 18 Aug 2018 23:42:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 23:42:53,027 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9 used request id req-0c9d685c-034f-4e5b-ba23-fb8817a11c70 2018-08-18 23:42:53,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.08550310135s 2018-08-18 23:42:53,027 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/193a9819-c470-450f-97d7-cf8fc9185cc9 used request id req-0c9d685c-034f-4e5b-ba23-fb8817a11c70 2018-08-18 23:42:53,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:42:53,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:42:53,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccde9070-01c1-4adb-8d64-edbe5fe2572e x-compute-request-id: req-ccde9070-01c1-4adb-8d64-edbe5fe2572e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_69a352b1-009c-4543-b4dd-368d91d7484f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a", "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": "f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a"}]} 2018-08-18 23:42:53,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-ccde9070-01c1-4adb-8d64-edbe5fe2572e 2018-08-18 23:42:53,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0237319469452s 2018-08-18 23:42:53,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-ccde9070-01c1-4adb-8d64-edbe5fe2572e 2018-08-18 23:42:53,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 23:42:53,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:42:53,097 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c8cff5f5-89df-4fb1-bf5a-ebd24dc559f4 x-compute-request-id: req-c8cff5f5-89df-4fb1-bf5a-ebd24dc559f4 Content-Length: 0 Content-Type: application/json 2018-08-18 23:42:53,097 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a used request id req-c8cff5f5-89df-4fb1-bf5a-ebd24dc559f4 2018-08-18 23:42:53,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0443358421326s 2018-08-18 23:42:53,098 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f5baa2e6-252b-4be5-98c8-3bdbba1d8d0a used request id req-c8cff5f5-89df-4fb1-bf5a-ebd24dc559f4 2018-08-18 23:42:53,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 23:42:53,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:42:53,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-756e644c-8821-4915-90fe-d310881804e2 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "cloudify-user_69a352b1-009c-4543-b4dd-368d91d7484f", "links": {"self": "http://172.30.9.28:5000/v3/users/2b4491a275624dc0901db53e6b26ed70"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2b4491a275624dc0901db53e6b26ed70", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 23:42:53,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-756e644c-8821-4915-90fe-d310881804e2 2018-08-18 23:42:53,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200817108154s 2018-08-18 23:42:53,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-756e644c-8821-4915-90fe-d310881804e2 2018-08-18 23:42:53,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 23:42:53,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/2b4491a275624dc0901db53e6b26ed70 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:42:53,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c266381a-025d-4da9-8fcc-411bc9e7762a Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_69a352b1-009c-4543-b4dd-368d91d7484f", "links": {"self": "http://172.30.9.28:5000/v3/users/2b4491a275624dc0901db53e6b26ed70"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2b4491a275624dc0901db53e6b26ed70", "description": null}} 2018-08-18 23:42:53,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/2b4491a275624dc0901db53e6b26ed70 used request id req-c266381a-025d-4da9-8fcc-411bc9e7762a 2018-08-18 23:42:53,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.227015018463s 2018-08-18 23:42:53,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/2b4491a275624dc0901db53e6b26ed70 used request id req-c266381a-025d-4da9-8fcc-411bc9e7762a 2018-08-18 23:42:53,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 23:42:53,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/2b4491a275624dc0901db53e6b26ed70 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:42:53,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:42:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17d4aa6a-789b-4341-b45f-7ee7f5a47f2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:42:53,816 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/2b4491a275624dc0901db53e6b26ed70 used request id req-17d4aa6a-789b-4341-b45f-7ee7f5a47f2d 2018-08-18 23:42:53,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.283252000809s 2018-08-18 23:42:53,817 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/2b4491a275624dc0901db53e6b26ed70 used request id req-17d4aa6a-789b-4341-b45f-7ee7f5a47f2d 2018-08-18 23:42:53,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 23:42:53,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:42:54,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db27790a-998f-41f5-98c6-7ffb309b8faa Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.28:5000/v3/projects/b665c73f177844c6a2ea46690235eddc"}, "tags": [], "enabled": true, "id": "b665c73f177844c6a2ea46690235eddc", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_69a352b1-009c-4543-b4dd-368d91d7484f"}]} 2018-08-18 23:42:54,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-db27790a-998f-41f5-98c6-7ffb309b8faa 2018-08-18 23:42:54,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188370227814s 2018-08-18 23:42:54,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-db27790a-998f-41f5-98c6-7ffb309b8faa 2018-08-18 23:42:54,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 23:42:54,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/b665c73f177844c6a2ea46690235eddc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9cbc968080726a4930d40d41d0e2acb754ad784" 2018-08-18 23:42:54,299 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8875ec65-bf45-49b5-84fd-47535a3fc225 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:42:54,299 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b665c73f177844c6a2ea46690235eddc used request id req-8875ec65-bf45-49b5-84fd-47535a3fc225 2018-08-18 23:42:54,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.281866073608s 2018-08-18 23:42:54,299 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b665c73f177844c6a2ea46690235eddc used request id req-8875ec65-bf45-49b5-84fd-47535a3fc225 2018-08-18 23:42:54,332 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-18 23:42:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:42:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:42:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:42:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:42:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:42:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:42:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:42:54,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:42:54,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:42:54,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:42:54,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:42:54,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:42:54,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a540166-a9c9-4c5f-98ee-a2670c280d4e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:42:54,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4a540166-a9c9-4c5f-98ee-a2670c280d4e 2018-08-18 23:42:54,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:42:54,773 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:42:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["W4v3DKkNQG-V-u0x4lBAHw"], "issued_at": "2018-08-18T23:42:54.000000Z"}} 2018-08-18 23:42:54,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:42:54,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:42:55,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-8ae3063d-5045-4842-a045-f9238b3e681e Date: Sat, 18 Aug 2018 23:42:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 23:42:55,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8ae3063d-5045-4842-a045-f9238b3e681e 2018-08-18 23:42:55,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.333231210709s 2018-08-18 23:42:55,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8ae3063d-5045-4842-a045-f9238b3e681e 2018-08-18 23:42:55,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:42:55,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 23:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0beacba6-8285-4b4d-9fcb-18de5a409098 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 23:42:55,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-0beacba6-8285-4b4d-9fcb-18de5a409098 2018-08-18 23:42:55,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 23:42:55,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:42:55,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a21ba2-ad49-49c9-80fa-2a91815260dd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 23:42:55,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-28a21ba2-ad49-49c9-80fa-2a91815260dd 2018-08-18 23:42:55,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180244922638s 2018-08-18 23:42:55,301 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-28a21ba2-ad49-49c9-80fa-2a91815260dd 2018-08-18 23:42:55,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 23:42:55,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244"}}' 2018-08-18 23:42:55,442 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 23:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26ee287d-b95f-49f7-812e-31cdb99888d0 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.28:5000/v3/projects/57707c573fbd4786ae7d8dc00ed4284c"}, "tags": [], "enabled": true, "id": "57707c573fbd4786ae7d8dc00ed4284c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244"}} 2018-08-18 23:42:55,442 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-26ee287d-b95f-49f7-812e-31cdb99888d0 2018-08-18 23:42:55,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.134286880493s 2018-08-18 23:42:55,443 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-26ee287d-b95f-49f7-812e-31cdb99888d0 2018-08-18 23:42:55,443 - 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'57707c573fbd4786ae7d8dc00ed4284c', '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_03dfb399-8476-43e6-b82a-20acd5c12244'}) 2018-08-18 23:42:55,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 23:42:55,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "07003436-062d-42f1-a2b8-357b8889fe7b", "email": null, "name": "cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244"}}' 2018-08-18 23:42:55,847 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 23:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78161cb7-848e-4118-9f49-a90152e8420f Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244", "links": {"self": "http://172.30.9.28:5000/v3/users/8c25be11e40b4da3bac625ceb3a3cc7c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8c25be11e40b4da3bac625ceb3a3cc7c", "domain_id": "default", "password_expires_at": null}} 2018-08-18 23:42:55,847 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-78161cb7-848e-4118-9f49-a90152e8420f 2018-08-18 23:42:55,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.397808074951s 2018-08-18 23:42:55,848 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-78161cb7-848e-4118-9f49-a90152e8420f 2018-08-18 23:42:55,848 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8c25be11e40b4da3bac625ceb3a3cc7c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244'}) 2018-08-18 23:42:55,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:42:55,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:42:56,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-594fee1e-290e-444c-b1a1-f9f2fb510fb9 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:42:56,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-594fee1e-290e-444c-b1a1-f9f2fb510fb9 2018-08-18 23:42:56,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180112123489s 2018-08-18 23:42:56,033 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-594fee1e-290e-444c-b1a1-f9f2fb510fb9 2018-08-18 23:42:56,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:42:56,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:42:56,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e4297d-4924-4890-a378-933b7ab99736 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:42:56,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c9e4297d-4924-4890-a378-933b7ab99736 2018-08-18 23:42:56,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.145930051804s 2018-08-18 23:42:56,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c9e4297d-4924-4890-a378-933b7ab99736 2018-08-18 23:42:56,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:42:56,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:42:56,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54030fc9-9c48-4b09-9f61-074aac688112 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:42:56,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-54030fc9-9c48-4b09-9f61-074aac688112 2018-08-18 23:42:56,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108287096024s 2018-08-18 23:42:56,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-54030fc9-9c48-4b09-9f61-074aac688112 2018-08-18 23:42:56,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 23:42:56,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:42:56,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe490675-c511-4dd3-af13-826325966a31 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 23:42:56,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-fe490675-c511-4dd3-af13-826325966a31 2018-08-18 23:42:56,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178771018982s 2018-08-18 23:42:56,482 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-fe490675-c511-4dd3-af13-826325966a31 2018-08-18 23:42:56,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 23:42:56,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:42:56,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-805d75a1-74c8-47a8-8759-1a5b1ecdc01e Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244", "links": {"self": "http://172.30.9.28:5000/v3/users/8c25be11e40b4da3bac625ceb3a3cc7c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8c25be11e40b4da3bac625ceb3a3cc7c", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 23:42:56,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-805d75a1-74c8-47a8-8759-1a5b1ecdc01e 2018-08-18 23:42:56,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204875946045s 2018-08-18 23:42:56,688 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-805d75a1-74c8-47a8-8759-1a5b1ecdc01e 2018-08-18 23:42:56,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 23:42:56,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:42:56,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02de23d6-6077-4e59-97c1-ad79bd761bee Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/57707c573fbd4786ae7d8dc00ed4284c"}, "tags": [], "enabled": true, "id": "57707c573fbd4786ae7d8dc00ed4284c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 23:42:56,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-02de23d6-6077-4e59-97c1-ad79bd761bee 2018-08-18 23:42:56,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192631959915s 2018-08-18 23:42:56,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-02de23d6-6077-4e59-97c1-ad79bd761bee 2018-08-18 23:42:56,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 23:42:56,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=8c25be11e40b4da3bac625ceb3a3cc7c&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=57707c573fbd4786ae7d8dc00ed4284c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:42:57,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a03202b-982e-421b-95e4-02eacd6409d0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=8c25be11e40b4da3bac625ceb3a3cc7c&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=57707c573fbd4786ae7d8dc00ed4284c", "previous": null, "next": null}} 2018-08-18 23:42:57,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8c25be11e40b4da3bac625ceb3a3cc7c&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=57707c573fbd4786ae7d8dc00ed4284c used request id req-1a03202b-982e-421b-95e4-02eacd6409d0 2018-08-18 23:42:57,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.143383979797s 2018-08-18 23:42:57,044 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8c25be11e40b4da3bac625ceb3a3cc7c&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=57707c573fbd4786ae7d8dc00ed4284c used request id req-1a03202b-982e-421b-95e4-02eacd6409d0 2018-08-18 23:42:57,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 23:42:57,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/57707c573fbd4786ae7d8dc00ed4284c/users/8c25be11e40b4da3bac625ceb3a3cc7c/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:42:57,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:42:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90acbb61-9c31-4164-add6-df9f4919bbe1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:42:57,268 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/57707c573fbd4786ae7d8dc00ed4284c/users/8c25be11e40b4da3bac625ceb3a3cc7c/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-90acbb61-9c31-4164-add6-df9f4919bbe1 2018-08-18 23:42:57,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.219932079315s 2018-08-18 23:42:57,268 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/57707c573fbd4786ae7d8dc00ed4284c/users/8c25be11e40b4da3bac625ceb3a3cc7c/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-90acbb61-9c31-4164-add6-df9f4919bbe1 2018-08-18 23:42:57,269 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244', 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'57707c573fbd4786ae7d8dc00ed4284c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '07003436-062d-42f1-a2b8-357b8889fe7b', 'username': u'cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 23:42:57,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:42:57,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:42:57,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:42:57,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:42:57,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:42:57,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:42:57,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:42:57,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:42:57,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:42:57,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:42:57,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:42:57,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:42:57,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:42:57,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:42:57,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:42:57,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:42:57,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:42:57,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:42:57,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:42:57,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:42:57,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:42:57,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:42:57,274 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244', 'password': '07003436-062d-42f1-a2b8-357b8889fe7b', 'project_name': 'cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '57707c573fbd4786ae7d8dc00ed4284c', 'project_domain_name': 'Default'} 2018-08-18 23:42:57,327 - 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-18 23:42:57,341 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-18 23:42:57,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:42:57,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c185c563-9a21-4e82-8bb7-0c20834ea013 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:42:57,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c185c563-9a21-4e82-8bb7-0c20834ea013 2018-08-18 23:42:57,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:42:57,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57707c573fbd4786ae7d8dc00ed4284c", "name": "cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/57707c573fbd4786ae7d8dc00ed4284c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/57707c573fbd4786ae7d8dc00ed4284c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/57707c573fbd4786ae7d8dc00ed4284c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/57707c573fbd4786ae7d8dc00ed4284c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/57707c573fbd4786ae7d8dc00ed4284c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/57707c573fbd4786ae7d8dc00ed4284c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/57707c573fbd4786ae7d8dc00ed4284c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/57707c573fbd4786ae7d8dc00ed4284c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/57707c573fbd4786ae7d8dc00ed4284c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_57707c573fbd4786ae7d8dc00ed4284c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_57707c573fbd4786ae7d8dc00ed4284c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/57707c573fbd4786ae7d8dc00ed4284c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/57707c573fbd4786ae7d8dc00ed4284c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/57707c573fbd4786ae7d8dc00ed4284c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244", "id": "8c25be11e40b4da3bac625ceb3a3cc7c"}, "audit_ids": ["-h-NevWaQ32brFiAkhjo4w"], "issued_at": "2018-08-18T23:42:57.000000Z"}} 2018-08-18 23:42:57,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 23:42:57,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" -d '{"network": {"name": "cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244", "admin_state_up": true}}' 2018-08-18 23:42:58,416 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4dac17da-dde6-4d54-bdd2-32567425e5fd Date: Sat, 18 Aug 2018 23:42:58 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:42:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-18T23:42:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"57707c573fbd4786ae7d8dc00ed4284c","id":"6bcd1778-87ef-4e53-85af-046b45cbc922","name":"cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244"}} 2018-08-18 23:42:58,417 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4dac17da-dde6-4d54-bdd2-32567425e5fd 2018-08-18 23:42:58,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.67446398735s 2018-08-18 23:42:58,417 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4dac17da-dde6-4d54-bdd2-32567425e5fd 2018-08-18 23:42:58,417 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T23:42:58Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'6bcd1778-87ef-4e53-85af-046b45cbc922', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244', u'admin_state_up': True, u'tenant_id': u'57707c573fbd4786ae7d8dc00ed4284c', u'created_at': u'2018-08-18T23:42:58Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'57707c573fbd4786ae7d8dc00ed4284c'}) 2018-08-18 23:42:58,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:42:58,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:42:58,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-40151a29-e4ea-430b-bcff-58fcdcfa5fed Date: Sat, 18 Aug 2018 23:42:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T23:42:58Z","tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:42:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"57707c573fbd4786ae7d8dc00ed4284c","id":"6bcd1778-87ef-4e53-85af-046b45cbc922","name":"cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:42:58,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-40151a29-e4ea-430b-bcff-58fcdcfa5fed 2018-08-18 23:42:58,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128279924393s 2018-08-18 23:42:58,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-40151a29-e4ea-430b-bcff-58fcdcfa5fed 2018-08-18 23:42:58,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 23:42:58,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -d '{"subnet": {"name": "cloudify_ims-subnet_03dfb399-8476-43e6-b82a-20acd5c12244", "enable_dhcp": true, "network_id": "6bcd1778-87ef-4e53-85af-046b45cbc922", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 23:42:59,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1d9b025e-b84d-4a90-bcf1-789cf28c441e Date: Sat, 18 Aug 2018 23:42:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6bcd1778-87ef-4e53-85af-046b45cbc922","tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:42:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T23:42:58Z","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":"57707c573fbd4786ae7d8dc00ed4284c","id":"6fa06ea8-c8f0-419d-a9c1-d1553085d9c9","subnetpool_id":null,"name":"cloudify_ims-subnet_03dfb399-8476-43e6-b82a-20acd5c12244"}} 2018-08-18 23:42:59,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1d9b025e-b84d-4a90-bcf1-789cf28c441e 2018-08-18 23:42:59,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.603217124939s 2018-08-18 23:42:59,152 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1d9b025e-b84d-4a90-bcf1-789cf28c441e 2018-08-18 23:42:59,152 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T23:42:58Z', 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'6fa06ea8-c8f0-419d-a9c1-d1553085d9c9', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_03dfb399-8476-43e6-b82a-20acd5c12244', u'enable_dhcp': True, u'network_id': u'6bcd1778-87ef-4e53-85af-046b45cbc922', u'tenant_id': u'57707c573fbd4786ae7d8dc00ed4284c', u'created_at': u'2018-08-18T23:42:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'57707c573fbd4786ae7d8dc00ed4284c'}) 2018-08-18 23:42:59,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 23:42:59,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "cloudify_ims-router_03dfb399-8476-43e6-b82a-20acd5c12244", "admin_state_up": true}}' 2018-08-18 23:43:00,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-10ff8f78-7139-4e8b-a8fb-d4add9ad97ca Date: Sat, 18 Aug 2018 23:43:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:42:59Z", "admin_state_up": true, "updated_at": "2018-08-18T23:43:00Z", "revision_number": 2, "routes": [], "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "2c99bac3-53fb-4644-bd77-b64cc690f56c", "name": "cloudify_ims-router_03dfb399-8476-43e6-b82a-20acd5c12244"}} 2018-08-18 23:43:00,522 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-10ff8f78-7139-4e8b-a8fb-d4add9ad97ca 2018-08-18 23:43:00,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36860704422s 2018-08-18 23:43:00,522 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-10ff8f78-7139-4e8b-a8fb-d4add9ad97ca 2018-08-18 23:43:00,522 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'57707c573fbd4786ae7d8dc00ed4284c', u'created_at': u'2018-08-18T23:42:59Z', u'admin_state_up': True, u'updated_at': u'2018-08-18T23:43:00Z', u'revision_number': 2, u'routes': [], u'project_id': u'57707c573fbd4786ae7d8dc00ed4284c', u'id': u'2c99bac3-53fb-4644-bd77-b64cc690f56c', u'name': u'cloudify_ims-router_03dfb399-8476-43e6-b82a-20acd5c12244'}) 2018-08-18 23:43:00,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 23:43:00,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2c99bac3-53fb-4644-bd77-b64cc690f56c/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}8c79579c605620b833c523afc22152968ef2d435" -d '{"subnet_id": "6fa06ea8-c8f0-419d-a9c1-d1553085d9c9"}' 2018-08-18 23:43:02,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-376cd3c3-70e7-40f4-95a8-6b2abc21c7e5 Date: Sat, 18 Aug 2018 23:43:02 GMT RESP BODY: {"network_id": "6bcd1778-87ef-4e53-85af-046b45cbc922", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "subnet_id": "6fa06ea8-c8f0-419d-a9c1-d1553085d9c9", "subnet_ids": ["6fa06ea8-c8f0-419d-a9c1-d1553085d9c9"], "port_id": "78b95d9b-b887-45e5-893d-be434b658327", "id": "2c99bac3-53fb-4644-bd77-b64cc690f56c"} 2018-08-18 23:43:02,445 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2c99bac3-53fb-4644-bd77-b64cc690f56c/add_router_interface.json used request id req-376cd3c3-70e7-40f4-95a8-6b2abc21c7e5 2018-08-18 23:43:02,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.92185807228s 2018-08-18 23:43:02,445 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2c99bac3-53fb-4644-bd77-b64cc690f56c/add_router_interface.json used request id req-376cd3c3-70e7-40f4-95a8-6b2abc21c7e5 returning object 2c99bac3-53fb-4644-bd77-b64cc690f56c 2018-08-18 23:43:02,446 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-18 23:43:25,253 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-18 23:43:25,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:43:25,259 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 23:43:25 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 23:43:25,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:43:25,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:43:25,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3c603aec-d2aa-4e5b-8510-d6cf35f71e0f Date: Sat, 18 Aug 2018 23:43:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:43:25,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3c603aec-d2aa-4e5b-8510-d6cf35f71e0f 2018-08-18 23:43:25,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197839975357s 2018-08-18 23:43:25,459 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3c603aec-d2aa-4e5b-8510-d6cf35f71e0f 2018-08-18 23:43:25,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 23:43:25,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244"}' 2018-08-18 23:43:25,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b1f4d7a8-593b-414c-ac41-e1d38121ee4c Date: Sat, 18 Aug 2018 23:43:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:43:25Z", "file": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6/file", "owner": "57707c573fbd4786ae7d8dc00ed4284c", "id": "090265f1-3798-42fe-a55a-084cb28d57d6", "size": null, "self": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "checksum": null, "created_at": "2018-08-18T23:43:25Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 23:43:25,509 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b1f4d7a8-593b-414c-ac41-e1d38121ee4c 2018-08-18 23:43:25,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0407600402832s 2018-08-18 23:43:25,509 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b1f4d7a8-593b-414c-ac41-e1d38121ee4c returning object 090265f1-3798-42fe-a55a-084cb28d57d6 2018-08-18 23:43:25,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 23:43:25,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6/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}8c79579c605620b833c523afc22152968ef2d435" -d '' 2018-08-18 23:44:27,166 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6eeec148-2eea-4143-8b73-e87d971d4beb Date: Sat, 18 Aug 2018 23:44:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 23:44:27,166 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6/file used request id req-6eeec148-2eea-4143-8b73-e87d971d4beb 2018-08-18 23:44:27,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 61.6567997932s 2018-08-18 23:44:27,167 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6/file used request id req-6eeec148-2eea-4143-8b73-e87d971d4beb 2018-08-18 23:44:27,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:44:27,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:27,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-802196e2-d2c9-48eb-853d-a2c9272af7d7 Date: Sat, 18 Aug 2018 23:44:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:44:27Z", "file": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6/file", "owner": "57707c573fbd4786ae7d8dc00ed4284c", "id": "090265f1-3798-42fe-a55a-084cb28d57d6", "size": 4373348352, "self": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-18T23:43:25Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:44:27,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-802196e2-d2c9-48eb-853d-a2c9272af7d7 2018-08-18 23:44:27,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0373950004578s 2018-08-18 23:44:27,208 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-802196e2-d2c9-48eb-853d-a2c9272af7d7 2018-08-18 23:44:27,210 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6/file', 'owner': u'57707c573fbd4786ae7d8dc00ed4284c', 'id': u'090265f1-3798-42fe-a55a-084cb28d57d6', 'size': 4373348352, u'self': u'/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'57707c573fbd4786ae7d8dc00ed4284c', 'name': 'cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T23:44:27Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T23:44:27Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244', 'created': u'2018-08-18T23:43:25Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-18T23:43:25Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-18 23:44:27,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 23:44:27,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_03dfb399-8476-43e6-b82a-20acd5c12244", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-18 23:44:27,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-0ef52233-8054-4d15-b5bf-f960e10e3f4c x-compute-request-id: req-0ef52233-8054-4d15-b5bf-f960e10e3f4c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_03dfb399-8476-43e6-b82a-20acd5c12244", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "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": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31"}} 2018-08-18 23:44:27,532 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0ef52233-8054-4d15-b5bf-f960e10e3f4c 2018-08-18 23:44:27,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.320827007294s 2018-08-18 23:44:27,533 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0ef52233-8054-4d15-b5bf-f960e10e3f4c 2018-08-18 23:44:27,534 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_03dfb399-8476-43e6-b82a-20acd5c12244', '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'916340bf06fe4cb5a723b53dc60090de', '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'1df8505c-dcfb-4a1c-bc80-8a946d2b9e31', 'swap': 0}) 2018-08-18 23:44:27,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 23:44:27,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31/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}3b35bc6b28bdfde62cdd333ddada9416c003889a" -d '{"extra_specs": {}}' 2018-08-18 23:44:27,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-13f4d902-0126-487e-ad7a-04a1ea17b102 x-compute-request-id: req-13f4d902-0126-487e-ad7a-04a1ea17b102 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 23:44:27,555 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31/os-extra_specs used request id req-13f4d902-0126-487e-ad7a-04a1ea17b102 2018-08-18 23:44:27,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205640792847s 2018-08-18 23:44:27,555 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31/os-extra_specs used request id req-13f4d902-0126-487e-ad7a-04a1ea17b102 2018-08-18 23:44:27,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 23:44:27,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -d '{"keypair": {"name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244"}}' 2018-08-18 23:44:27,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-67425a8d-953e-4503-929e-cf276916aa8a x-compute-request-id: req-67425a8d-953e-4503-929e-cf276916aa8a Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFUNa9961h59b+vix2f0bgcL/dA6FWe5JVmTd6u2Hqt5W27wEKDtWAgM8qluhHK4DBPwa9ahPuJ4VKVqsD8tDqA8V88hOFwmFbFLvRXGMUKTFZQVg4B3KD87QqmoujJGV3f2iXzz4dMxMxYYQFJ3CDIx4QD3lON8peHBbs/hJ7Q48aBV1cq+xqJ6K5s9A6B4JjNA1GlfU+Fl17/J4oV0gSamwATDGIes/vv/pM3uydHb+cQzC1apGrAHpMpAuKP98IvcQ1WakC0xeyLQm4Dd5DdvXAzI3eAkUV6F6FwcywvCvRjTzV3ue0c7aH9uzYZdTAGzCQLylxKUmO8Vq4Q+M5 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxVDWvfetYefW/r4sdn9G4HC/3QOhVnuSVZk3erth6reVtu8B\nCg7VgIDPKpboRyuAwT8GvWoT7ieFSlarA/LQ6gPFfPIThcJhWxS70VxjFCkxWUFY\nOAdyg/O0KpqLoyRld39ol88+HTMTMWGEBSdwgyMeEA95TjfKXhwW7P4Se0OPGgVd\nXKvsaieiubPQOgeCYzQNRpX1PhZde/yeKFdIEmpsAEwxiHrP77/6TN7snR2/nEMw\ntWqRqwB6TKQLij/fCL3ENVmpAtMXsi0JuA3eQ3b1wMyN3gJFFehehcHMsLwr0Y08\n1d7ntHO2h/bs2GXUwBswkC8pcSlJjvFauEPjOQIDAQABAoIBACqDCEFVo518fe3U\nu2+sbHDe2fecWJ5xcU3P/QwMY0RW2YLYa7jnCUjud7QNX242CT+ZfLJCsJiXGzix\nA5eOMUS6G0qYPWyMPL2K8gxhg1dMqL06Pu+TazDSyPaE5aD4roPYh4httkxEPNZe\n1DroDG20mz2Kl/AqRQeRtb7J3uF/g6ckgNaCDB/cYtmfMVXVsfDCM1LMwFpHbTOS\npJWJm/5+B+EatMf/T0ng+D/rykhQNzi7fvmSoDRNJ3NSfulcu5m6jl0n1Y9hdZfo\nWbfcBFAT1NyQRJVr2MT/azx4Vlqj1zQne9S/Hhz2WMdvjTagAUt2gkqcBdDeufGY\n+1vBPIECgYEA8zySWpWRCKNOvFbIfXLMdCIrF6/m7fuBuDqyJ/GOeDLspXj+VW4g\nZD2FIf586EEk9fqsw04vV79NlS1bu8fTuGMbxhi3dKW9F6ZhGOTX8DuNsjK7gr4u\nfB43NJjmGsyHouIQ9WoN6EJZ9pmzE1FI5DKNTUNra/XKygroBpFOQD0CgYEAz6to\nIg1l+Vp9w5zBD/exRPaNmWVeLrquCZHv89FJlPviB4XzroK1qlVAwMsL0mPnZBWS\nhDpiWwKEtBbVr/9rVfVwiA1v01gsGfvhFmMiRf9Z31LL1l7puCCXMmmHqgFRp69B\nZFpbm0rbtmXrSh0jLY2OzIIGmNetyQvjYf2KAq0CgYA0kpH7fDpVyJ5a/NLmsmpY\na44u13ktVOALxrv9ACvP9QnLFiS6qEvd/qII3+11cacgd2bh68M1zwZgyOX750vu\nnZVCMtNsJeqB8xcnf0bhCK4upuJ6dsqrTwiVmLqbbjuezAfoU1zgJ380WrIm6bm8\ngOSjn3/XXM/Q7ZyK1ts37QKBgQCZRmbmc0Mnpv2aCjGIyoWBZAShCmtYTBq2H4ue\nRoNrvflXGiwASqMw5BmV8od4MpqPiUiJ5dnAWHx/uzbe3sNnP29eS6SUtchfKUQ5\n1NNwHIdFyIOAZq9UYmGWKMOj27Nb84NtQS/Jz5eY6WKfYiAbuBaEpRefadjvwaGD\nKrHZRQKBgAax5QPHbaWxujhdRc3KOLsi6SXdXZ19Tpk5utXUakLuMfzsQUCT5+9w\neBwVQJkUbpwxF2szS6W4l04O8upOtjgbxxEKSt+Yb5WUMUMAoJVRnuyG+US14ale\nWRoqs6EnsOeUnYz317z1aQUgpVs/eSrUMAH70zDKH12FzxiwO4M/\n-----END RSA PRIVATE KEY-----\n", "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "fingerprint": "8d:4b:32:49:52:7e:2e:b7:cd:17:ca:97:f5:01:ea:43"}} 2018-08-18 23:44:27,982 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-67425a8d-953e-4503-929e-cf276916aa8a 2018-08-18 23:44:27,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.426505088806s 2018-08-18 23:44:27,983 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-67425a8d-953e-4503-929e-cf276916aa8a 2018-08-18 23:44:27,984 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFUNa9961h59b+vix2f0bgcL/dA6FWe5JVmTd6u2Hqt5W27wEKDtWAgM8qluhHK4DBPwa9ahPuJ4VKVqsD8tDqA8V88hOFwmFbFLvRXGMUKTFZQVg4B3KD87QqmoujJGV3f2iXzz4dMxMxYYQFJ3CDIx4QD3lON8peHBbs/hJ7Q48aBV1cq+xqJ6K5s9A6B4JjNA1GlfU+Fl17/J4oV0gSamwATDGIes/vv/pM3uydHb+cQzC1apGrAHpMpAuKP98IvcQ1WakC0xeyLQm4Dd5DdvXAzI3eAkUV6F6FwcywvCvRjTzV3ue0c7aH9uzYZdTAGzCQLylxKUmO8Vq4Q+M5 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxVDWvfetYefW/r4sdn9G4HC/3QOhVnuSVZk3erth6reVtu8B\nCg7VgIDPKpboRyuAwT8GvWoT7ieFSlarA/LQ6gPFfPIThcJhWxS70VxjFCkxWUFY\nOAdyg/O0KpqLoyRld39ol88+HTMTMWGEBSdwgyMeEA95TjfKXhwW7P4Se0OPGgVd\nXKvsaieiubPQOgeCYzQNRpX1PhZde/yeKFdIEmpsAEwxiHrP77/6TN7snR2/nEMw\ntWqRqwB6TKQLij/fCL3ENVmpAtMXsi0JuA3eQ3b1wMyN3gJFFehehcHMsLwr0Y08\n1d7ntHO2h/bs2GXUwBswkC8pcSlJjvFauEPjOQIDAQABAoIBACqDCEFVo518fe3U\nu2+sbHDe2fecWJ5xcU3P/QwMY0RW2YLYa7jnCUjud7QNX242CT+ZfLJCsJiXGzix\nA5eOMUS6G0qYPWyMPL2K8gxhg1dMqL06Pu+TazDSyPaE5aD4roPYh4httkxEPNZe\n1DroDG20mz2Kl/AqRQeRtb7J3uF/g6ckgNaCDB/cYtmfMVXVsfDCM1LMwFpHbTOS\npJWJm/5+B+EatMf/T0ng+D/rykhQNzi7fvmSoDRNJ3NSfulcu5m6jl0n1Y9hdZfo\nWbfcBFAT1NyQRJVr2MT/azx4Vlqj1zQne9S/Hhz2WMdvjTagAUt2gkqcBdDeufGY\n+1vBPIECgYEA8zySWpWRCKNOvFbIfXLMdCIrF6/m7fuBuDqyJ/GOeDLspXj+VW4g\nZD2FIf586EEk9fqsw04vV79NlS1bu8fTuGMbxhi3dKW9F6ZhGOTX8DuNsjK7gr4u\nfB43NJjmGsyHouIQ9WoN6EJZ9pmzE1FI5DKNTUNra/XKygroBpFOQD0CgYEAz6to\nIg1l+Vp9w5zBD/exRPaNmWVeLrquCZHv89FJlPviB4XzroK1qlVAwMsL0mPnZBWS\nhDpiWwKEtBbVr/9rVfVwiA1v01gsGfvhFmMiRf9Z31LL1l7puCCXMmmHqgFRp69B\nZFpbm0rbtmXrSh0jLY2OzIIGmNetyQvjYf2KAq0CgYA0kpH7fDpVyJ5a/NLmsmpY\na44u13ktVOALxrv9ACvP9QnLFiS6qEvd/qII3+11cacgd2bh68M1zwZgyOX750vu\nnZVCMtNsJeqB8xcnf0bhCK4upuJ6dsqrTwiVmLqbbjuezAfoU1zgJ380WrIm6bm8\ngOSjn3/XXM/Q7ZyK1ts37QKBgQCZRmbmc0Mnpv2aCjGIyoWBZAShCmtYTBq2H4ue\nRoNrvflXGiwASqMw5BmV8od4MpqPiUiJ5dnAWHx/uzbe3sNnP29eS6SUtchfKUQ5\n1NNwHIdFyIOAZq9UYmGWKMOj27Nb84NtQS/Jz5eY6WKfYiAbuBaEpRefadjvwaGD\nKrHZRQKBgAax5QPHbaWxujhdRc3KOLsi6SXdXZ19Tpk5utXUakLuMfzsQUCT5+9w\neBwVQJkUbpwxF2szS6W4l04O8upOtjgbxxEKSt+Yb5WUMUMAoJVRnuyG+US14ale\nWRoqs6EnsOeUnYz317z1aQUgpVs/eSrUMAH70zDKH12FzxiwO4M/\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8c25be11e40b4da3bac625ceb3a3cc7c', 'name': u'cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244', 'created_at': '2018-08-18T23:44:27.984013', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'57707c573fbd4786ae7d8dc00ed4284c', 'name': 'cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'8d:4b:32:49:52:7e:2e:b7:cd:17:ca:97:f5:01:ea:43', 'type': 'ssh', 'id': u'cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244'}) 2018-08-18 23:44:27,984 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAxVDWvfetYefW/r4sdn9G4HC/3QOhVnuSVZk3erth6reVtu8B Cg7VgIDPKpboRyuAwT8GvWoT7ieFSlarA/LQ6gPFfPIThcJhWxS70VxjFCkxWUFY OAdyg/O0KpqLoyRld39ol88+HTMTMWGEBSdwgyMeEA95TjfKXhwW7P4Se0OPGgVd XKvsaieiubPQOgeCYzQNRpX1PhZde/yeKFdIEmpsAEwxiHrP77/6TN7snR2/nEMw tWqRqwB6TKQLij/fCL3ENVmpAtMXsi0JuA3eQ3b1wMyN3gJFFehehcHMsLwr0Y08 1d7ntHO2h/bs2GXUwBswkC8pcSlJjvFauEPjOQIDAQABAoIBACqDCEFVo518fe3U u2+sbHDe2fecWJ5xcU3P/QwMY0RW2YLYa7jnCUjud7QNX242CT+ZfLJCsJiXGzix A5eOMUS6G0qYPWyMPL2K8gxhg1dMqL06Pu+TazDSyPaE5aD4roPYh4httkxEPNZe 1DroDG20mz2Kl/AqRQeRtb7J3uF/g6ckgNaCDB/cYtmfMVXVsfDCM1LMwFpHbTOS pJWJm/5+B+EatMf/T0ng+D/rykhQNzi7fvmSoDRNJ3NSfulcu5m6jl0n1Y9hdZfo WbfcBFAT1NyQRJVr2MT/azx4Vlqj1zQne9S/Hhz2WMdvjTagAUt2gkqcBdDeufGY +1vBPIECgYEA8zySWpWRCKNOvFbIfXLMdCIrF6/m7fuBuDqyJ/GOeDLspXj+VW4g ZD2FIf586EEk9fqsw04vV79NlS1bu8fTuGMbxhi3dKW9F6ZhGOTX8DuNsjK7gr4u fB43NJjmGsyHouIQ9WoN6EJZ9pmzE1FI5DKNTUNra/XKygroBpFOQD0CgYEAz6to Ig1l+Vp9w5zBD/exRPaNmWVeLrquCZHv89FJlPviB4XzroK1qlVAwMsL0mPnZBWS hDpiWwKEtBbVr/9rVfVwiA1v01gsGfvhFmMiRf9Z31LL1l7puCCXMmmHqgFRp69B ZFpbm0rbtmXrSh0jLY2OzIIGmNetyQvjYf2KAq0CgYA0kpH7fDpVyJ5a/NLmsmpY a44u13ktVOALxrv9ACvP9QnLFiS6qEvd/qII3+11cacgd2bh68M1zwZgyOX750vu nZVCMtNsJeqB8xcnf0bhCK4upuJ6dsqrTwiVmLqbbjuezAfoU1zgJ380WrIm6bm8 gOSjn3/XXM/Q7ZyK1ts37QKBgQCZRmbmc0Mnpv2aCjGIyoWBZAShCmtYTBq2H4ue RoNrvflXGiwASqMw5BmV8od4MpqPiUiJ5dnAWHx/uzbe3sNnP29eS6SUtchfKUQ5 1NNwHIdFyIOAZq9UYmGWKMOj27Nb84NtQS/Jz5eY6WKfYiAbuBaEpRefadjvwaGD KrHZRQKBgAax5QPHbaWxujhdRc3KOLsi6SXdXZ19Tpk5utXUakLuMfzsQUCT5+9w eBwVQJkUbpwxF2szS6W4l04O8upOtjgbxxEKSt+Yb5WUMUMAoJVRnuyG+US14ale WRoqs6EnsOeUnYz317z1aQUgpVs/eSrUMAH70zDKH12FzxiwO4M/ -----END RSA PRIVATE KEY----- 2018-08-18 23:44:27,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-18 23:44:27,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -d '{"security_group": {"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-18 23:44:28,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-e05bfda6-bd63-4337-926a-e013aa05de13 Date: Sat, 18 Aug 2018 23:44:28 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:28Z", "updated_at": "2018-08-18T23:44:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "bcfcec78-c79e-409f-a161-ab09bde81e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "ebc8f319-1268-4562-8e92-1e4b200ec099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 1, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "ae41ea55-d130-4740-b30e-c503e36d8871", "name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}} 2018-08-18 23:44:28,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e05bfda6-bd63-4337-926a-e013aa05de13 2018-08-18 23:44:28,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.50918006897s 2018-08-18 23:44:28,497 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e05bfda6-bd63-4337-926a-e013aa05de13 2018-08-18 23:44:28,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:44:28,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:28,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-81307eb8-e349-4fc5-83c5-943fb091c11f Date: Sat, 18 Aug 2018 23:44:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:42:58Z", "updated_at": "2018-08-18T23:42:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "2bb88029-1309-4a42-bb21-d20c06eed0b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "6e88b8d2-c64c-4aec-85ba-b63f54c83fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "7d010bbc-19d3-4c85-af60-8b9bf1ea72b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "c147ccba-412f-4933-b9d2-5a98585420cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 1, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:28Z", "updated_at": "2018-08-18T23:44:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "bcfcec78-c79e-409f-a161-ab09bde81e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "ebc8f319-1268-4562-8e92-1e4b200ec099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 1, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "ae41ea55-d130-4740-b30e-c503e36d8871", "name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:44:28,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-81307eb8-e349-4fc5-83c5-943fb091c11f 2018-08-18 23:44:28,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0993909835815s 2018-08-18 23:44:28,602 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-81307eb8-e349-4fc5-83c5-943fb091c11f 2018-08-18 23:44:28,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:44:28,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -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": "ae41ea55-d130-4740-b30e-c503e36d8871"}}' 2018-08-18 23:44:28,929 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-76b236e0-fd9c-49e0-9eb1-d197e6242171 Date: Sat, 18 Aug 2018 23:44:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "port_range_min": 22, "revision_number": 0, "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:28Z", "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "a00e07ac-1985-497d-97da-4d1f600d9637"}} 2018-08-18 23:44:28,929 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-76b236e0-fd9c-49e0-9eb1-d197e6242171 2018-08-18 23:44:28,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.322963953018s 2018-08-18 23:44:28,930 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-76b236e0-fd9c-49e0-9eb1-d197e6242171 2018-08-18 23:44:28,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:44:28,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:28,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-ef4ea439-7302-4888-afef-1a914945ee20 Date: Sat, 18 Aug 2018 23:44:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:42:58Z", "updated_at": "2018-08-18T23:42:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "2bb88029-1309-4a42-bb21-d20c06eed0b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "6e88b8d2-c64c-4aec-85ba-b63f54c83fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "7d010bbc-19d3-4c85-af60-8b9bf1ea72b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "c147ccba-412f-4933-b9d2-5a98585420cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 1, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:28Z", "updated_at": "2018-08-18T23:44:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "a00e07ac-1985-497d-97da-4d1f600d9637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "bcfcec78-c79e-409f-a161-ab09bde81e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "ebc8f319-1268-4562-8e92-1e4b200ec099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 2, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "ae41ea55-d130-4740-b30e-c503e36d8871", "name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:44:28,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ef4ea439-7302-4888-afef-1a914945ee20 2018-08-18 23:44:28,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.052784204483s 2018-08-18 23:44:28,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ef4ea439-7302-4888-afef-1a914945ee20 2018-08-18 23:44:28,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:44:28,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -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": "ae41ea55-d130-4740-b30e-c503e36d8871"}}' 2018-08-18 23:44:29,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2b5d6c0d-7154-4cf7-b9c6-3b8fbdf7dd60 Date: Sat, 18 Aug 2018 23:44:29 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-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "port_range_min": null, "revision_number": 0, "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:29Z", "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "299085b0-fbbc-43dc-90a5-d6f9a32d5d43"}} 2018-08-18 23:44:29,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2b5d6c0d-7154-4cf7-b9c6-3b8fbdf7dd60 2018-08-18 23:44:29,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.194189071655s 2018-08-18 23:44:29,184 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2b5d6c0d-7154-4cf7-b9c6-3b8fbdf7dd60 2018-08-18 23:44:29,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:44:29,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:29,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-8edd53bc-7dde-46d8-addd-04e15fe36ded Date: Sat, 18 Aug 2018 23:44:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:42:58Z", "updated_at": "2018-08-18T23:42:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "2bb88029-1309-4a42-bb21-d20c06eed0b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "6e88b8d2-c64c-4aec-85ba-b63f54c83fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "7d010bbc-19d3-4c85-af60-8b9bf1ea72b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "c147ccba-412f-4933-b9d2-5a98585420cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 1, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:28Z", "updated_at": "2018-08-18T23:44:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "299085b0-fbbc-43dc-90a5-d6f9a32d5d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "a00e07ac-1985-497d-97da-4d1f600d9637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "bcfcec78-c79e-409f-a161-ab09bde81e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "ebc8f319-1268-4562-8e92-1e4b200ec099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 3, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "ae41ea55-d130-4740-b30e-c503e36d8871", "name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:44:29,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8edd53bc-7dde-46d8-addd-04e15fe36ded 2018-08-18 23:44:29,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0485880374908s 2018-08-18 23:44:29,236 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8edd53bc-7dde-46d8-addd-04e15fe36ded 2018-08-18 23:44:29,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:44:29,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -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": "ae41ea55-d130-4740-b30e-c503e36d8871"}}' 2018-08-18 23:44:29,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-697ec9c9-5f9b-4504-890e-8694c9ceb1f2 Date: Sat, 18 Aug 2018 23:44:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "port_range_min": 80, "revision_number": 0, "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:29Z", "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "11049569-280e-48fa-97cf-157843e1bec2"}} 2018-08-18 23:44:29,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-697ec9c9-5f9b-4504-890e-8694c9ceb1f2 2018-08-18 23:44:29,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.129563808441s 2018-08-18 23:44:29,369 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-697ec9c9-5f9b-4504-890e-8694c9ceb1f2 2018-08-18 23:44:29,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:44:29,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:29,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-6ddb5ce0-7df2-46ca-b764-137de7f27556 Date: Sat, 18 Aug 2018 23:44:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:42:58Z", "updated_at": "2018-08-18T23:42:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "2bb88029-1309-4a42-bb21-d20c06eed0b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "6e88b8d2-c64c-4aec-85ba-b63f54c83fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "7d010bbc-19d3-4c85-af60-8b9bf1ea72b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "c147ccba-412f-4933-b9d2-5a98585420cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 1, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:28Z", "updated_at": "2018-08-18T23:44:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "11049569-280e-48fa-97cf-157843e1bec2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "299085b0-fbbc-43dc-90a5-d6f9a32d5d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "a00e07ac-1985-497d-97da-4d1f600d9637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "bcfcec78-c79e-409f-a161-ab09bde81e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "ebc8f319-1268-4562-8e92-1e4b200ec099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 4, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "ae41ea55-d130-4740-b30e-c503e36d8871", "name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:44:29,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6ddb5ce0-7df2-46ca-b764-137de7f27556 2018-08-18 23:44:29,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0609469413757s 2018-08-18 23:44:29,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6ddb5ce0-7df2-46ca-b764-137de7f27556 2018-08-18 23:44:29,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:44:29,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -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": "ae41ea55-d130-4740-b30e-c503e36d8871"}}' 2018-08-18 23:44:29,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-a5c818eb-640a-4adb-8fc0-3f73cc96a993 Date: Sat, 18 Aug 2018 23:44:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "port_range_min": 443, "revision_number": 0, "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:29Z", "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "0324301c-2640-4885-8210-794e9cceabfc"}} 2018-08-18 23:44:29,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-a5c818eb-640a-4adb-8fc0-3f73cc96a993 2018-08-18 23:44:29,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.134731054306s 2018-08-18 23:44:29,570 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-a5c818eb-640a-4adb-8fc0-3f73cc96a993 2018-08-18 23:44:29,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:44:29,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:29,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-370fa752-f29c-49e7-878f-206e8736d5f0 Date: Sat, 18 Aug 2018 23:44:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:42:58Z", "updated_at": "2018-08-18T23:42:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "2bb88029-1309-4a42-bb21-d20c06eed0b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "6e88b8d2-c64c-4aec-85ba-b63f54c83fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "7d010bbc-19d3-4c85-af60-8b9bf1ea72b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "c147ccba-412f-4933-b9d2-5a98585420cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 1, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:28Z", "updated_at": "2018-08-18T23:44:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "0324301c-2640-4885-8210-794e9cceabfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "11049569-280e-48fa-97cf-157843e1bec2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "299085b0-fbbc-43dc-90a5-d6f9a32d5d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "a00e07ac-1985-497d-97da-4d1f600d9637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "bcfcec78-c79e-409f-a161-ab09bde81e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "ebc8f319-1268-4562-8e92-1e4b200ec099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 5, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "ae41ea55-d130-4740-b30e-c503e36d8871", "name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:44:29,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-370fa752-f29c-49e7-878f-206e8736d5f0 2018-08-18 23:44:29,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0526821613312s 2018-08-18 23:44:29,627 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-370fa752-f29c-49e7-878f-206e8736d5f0 2018-08-18 23:44:29,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:44:29,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -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": "ae41ea55-d130-4740-b30e-c503e36d8871"}}' 2018-08-18 23:44:29,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-0ca427b5-b524-4a3c-b8f6-ecd2957d6fea Date: Sat, 18 Aug 2018 23:44:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "port_range_min": 5671, "revision_number": 0, "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:29Z", "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "2c94799e-dd96-4d93-9453-b19df44a3a29"}} 2018-08-18 23:44:29,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0ca427b5-b524-4a3c-b8f6-ecd2957d6fea 2018-08-18 23:44:29,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.17202091217s 2018-08-18 23:44:29,804 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0ca427b5-b524-4a3c-b8f6-ecd2957d6fea 2018-08-18 23:44:29,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:44:29,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:29,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-118e9961-b760-4ac5-ba34-5cd9d9651ac4 Date: Sat, 18 Aug 2018 23:44:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:42:58Z", "updated_at": "2018-08-18T23:42:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "2bb88029-1309-4a42-bb21-d20c06eed0b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "6e88b8d2-c64c-4aec-85ba-b63f54c83fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "7d010bbc-19d3-4c85-af60-8b9bf1ea72b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "c147ccba-412f-4933-b9d2-5a98585420cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 1, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:28Z", "updated_at": "2018-08-18T23:44:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "0324301c-2640-4885-8210-794e9cceabfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "11049569-280e-48fa-97cf-157843e1bec2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "299085b0-fbbc-43dc-90a5-d6f9a32d5d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "2c94799e-dd96-4d93-9453-b19df44a3a29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "a00e07ac-1985-497d-97da-4d1f600d9637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "bcfcec78-c79e-409f-a161-ab09bde81e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "ebc8f319-1268-4562-8e92-1e4b200ec099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 6, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "ae41ea55-d130-4740-b30e-c503e36d8871", "name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:44:29,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-118e9961-b760-4ac5-ba34-5cd9d9651ac4 2018-08-18 23:44:29,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.050173997879s 2018-08-18 23:44:29,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-118e9961-b760-4ac5-ba34-5cd9d9651ac4 2018-08-18 23:44:29,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:44:29,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -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": "ae41ea55-d130-4740-b30e-c503e36d8871"}}' 2018-08-18 23:44:30,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-ab56a2a3-838c-44e9-89c9-24e4c1b823e5 Date: Sat, 18 Aug 2018 23:44:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "port_range_min": 53333, "revision_number": 0, "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:29Z", "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "aeeab2c2-6ef4-468d-8f28-24bfba457b83"}} 2018-08-18 23:44:30,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-ab56a2a3-838c-44e9-89c9-24e4c1b823e5 2018-08-18 23:44:30,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.154507160187s 2018-08-18 23:44:30,016 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-ab56a2a3-838c-44e9-89c9-24e4c1b823e5 2018-08-18 23:44:30,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:44:30,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:30,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-8e261a6e-9c49-4723-8bfa-5a41acffbfb8 Date: Sat, 18 Aug 2018 23:44:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fa06ea8-c8f0-419d-a9c1-d1553085d9c9"],"updated_at":"2018-08-18T23:42:58Z","tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:42:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"57707c573fbd4786ae7d8dc00ed4284c","id":"6bcd1778-87ef-4e53-85af-046b45cbc922","name":"cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:44:30,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8e261a6e-9c49-4723-8bfa-5a41acffbfb8 2018-08-18 23:44:30,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102184057236s 2018-08-18 23:44:30,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8e261a6e-9c49-4723-8bfa-5a41acffbfb8 2018-08-18 23:44:30,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:44:30,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:30,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-d17761a5-90bc-4f19-8d40-aee52a09781a Date: Sat, 18 Aug 2018 23:44:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:44:27Z", "file": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6/file", "owner": "57707c573fbd4786ae7d8dc00ed4284c", "id": "090265f1-3798-42fe-a55a-084cb28d57d6", "size": 4373348352, "self": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-18T23:43:25Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:44:30,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d17761a5-90bc-4f19-8d40-aee52a09781a 2018-08-18 23:44:30,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0349590778351s 2018-08-18 23:44:30,160 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d17761a5-90bc-4f19-8d40-aee52a09781a 2018-08-18 23:44:30,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:44:30,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:30,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-a0324189-6d6e-4e21-8db2-f04d68308fd3 x-compute-request-id: req-a0324189-6d6e-4e21-8db2-f04d68308fd3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_03dfb399-8476-43e6-b82a-20acd5c12244", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "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": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31"}]} 2018-08-18 23:44:30,191 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a0324189-6d6e-4e21-8db2-f04d68308fd3 2018-08-18 23:44:30,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0296940803528s 2018-08-18 23:44:30,191 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a0324189-6d6e-4e21-8db2-f04d68308fd3 2018-08-18 23:44:30,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 23:44:30,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -d '{"server": {"name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "imageRef": "090265f1-3798-42fe-a55a-084cb28d57d6", "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "flavorRef": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6bcd1778-87ef-4e53-85af-046b45cbc922"}], "security_groups": [{"name": "ae41ea55-d130-4740-b30e-c503e36d8871"}]}}' 2018-08-18 23:44:32,075 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23:44:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-697b4f4c-c9e5-413b-b7be-4eb69a7aaa0b x-compute-request-id: req-697b4f4c-c9e5-413b-b7be-4eb69a7aaa0b Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ae41ea55-d130-4740-b30e-c503e36d8871"}], "OS-DCF:diskConfig": "MANUAL", "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "adminPass": "BY9G3EjbJLrd"}} 2018-08-18 23:44:32,075 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-697b4f4c-c9e5-413b-b7be-4eb69a7aaa0b 2018-08-18 23:44:32,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.88267707825s 2018-08-18 23:44:32,076 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-697b4f4c-c9e5-413b-b7be-4eb69a7aaa0b 2018-08-18 23:44:32,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:32,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:32,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77103222-e794-4031-b238-a18369c8e6b6 x-compute-request-id: req-77103222-e794-4031-b238-a18369c8e6b6 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.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "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-18T23:44:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:32,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-77103222-e794-4031-b238-a18369c8e6b6 2018-08-18 23:44:32,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512802839279s 2018-08-18 23:44:32,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-77103222-e794-4031-b238-a18369c8e6b6 2018-08-18 23:44:32,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:44:32,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:32,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-64c7c9ad-0e5b-4beb-9374-68c88a319aea Date: Sat, 18 Aug 2018 23:44:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fa06ea8-c8f0-419d-a9c1-d1553085d9c9"],"updated_at":"2018-08-18T23:42:58Z","tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:42:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"57707c573fbd4786ae7d8dc00ed4284c","id":"6bcd1778-87ef-4e53-85af-046b45cbc922","name":"cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:44:32,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-64c7c9ad-0e5b-4beb-9374-68c88a319aea 2018-08-18 23:44:32,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0922608375549s 2018-08-18 23:44:32,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-64c7c9ad-0e5b-4beb-9374-68c88a319aea 2018-08-18 23:44:32,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 23:44:32,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:32,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-54ae50f3-147a-49ea-a15d-d2ec4a361256 Date: Sat, 18 Aug 2018 23:44:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6bcd1778-87ef-4e53-85af-046b45cbc922","tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:42:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T23:42:58Z","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":"57707c573fbd4786ae7d8dc00ed4284c","id":"6fa06ea8-c8f0-419d-a9c1-d1553085d9c9","subnetpool_id":null,"name":"cloudify_ims-subnet_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:44:32,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-54ae50f3-147a-49ea-a15d-d2ec4a361256 2018-08-18 23:44:32,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0421669483185s 2018-08-18 23:44:32,733 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-54ae50f3-147a-49ea-a15d-d2ec4a361256 2018-08-18 23:44:32,733 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:34,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:34,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:34,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-de2dec2a-4c9e-40b7-a4f3-ae79e26a5ff2 x-compute-request-id: req-de2dec2a-4c9e-40b7-a4f3-ae79e26a5ff2 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.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:34,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-de2dec2a-4c9e-40b7-a4f3-ae79e26a5ff2 2018-08-18 23:44:34,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.116801977158s 2018-08-18 23:44:34,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-de2dec2a-4c9e-40b7-a4f3-ae79e26a5ff2 2018-08-18 23:44:34,857 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:36,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:36,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:37,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-13728bba-12b8-424f-b488-e9b1a69c847d x-compute-request-id: req-13728bba-12b8-424f-b488-e9b1a69c847d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:37,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-13728bba-12b8-424f-b488-e9b1a69c847d 2018-08-18 23:44:37,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658992052078s 2018-08-18 23:44:37,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-13728bba-12b8-424f-b488-e9b1a69c847d 2018-08-18 23:44:37,523 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:39,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:39,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:40,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-125ff903-490d-4e89-8460-3fbf9df73eb2 x-compute-request-id: req-125ff903-490d-4e89-8460-3fbf9df73eb2 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:40,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-125ff903-490d-4e89-8460-3fbf9df73eb2 2018-08-18 23:44:40,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66086101532s 2018-08-18 23:44:40,187 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-125ff903-490d-4e89-8460-3fbf9df73eb2 2018-08-18 23:44:40,192 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:42,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:42,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:42,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-91bd209f-17d5-4b4a-b9bf-b734f3cefc54 x-compute-request-id: req-91bd209f-17d5-4b4a-b9bf-b734f3cefc54 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:42,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-91bd209f-17d5-4b4a-b9bf-b734f3cefc54 2018-08-18 23:44:42,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44575214386s 2018-08-18 23:44:42,641 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-91bd209f-17d5-4b4a-b9bf-b734f3cefc54 2018-08-18 23:44:42,644 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:44,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:44,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:45,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-95326108-8a59-4887-babe-a410e71fca1b x-compute-request-id: req-95326108-8a59-4887-babe-a410e71fca1b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:45,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95326108-8a59-4887-babe-a410e71fca1b 2018-08-18 23:44:45,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.473689079285s 2018-08-18 23:44:45,121 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95326108-8a59-4887-babe-a410e71fca1b 2018-08-18 23:44:45,125 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:47,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:47,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:47,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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,Accept-Encoding x-openstack-request-id: req-9158ca17-93ae-4d84-87ab-be6982c9f004 x-compute-request-id: req-9158ca17-93ae-4d84-87ab-be6982c9f004 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:47,561 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9158ca17-93ae-4d84-87ab-be6982c9f004 2018-08-18 23:44:47,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432641029358s 2018-08-18 23:44:47,561 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9158ca17-93ae-4d84-87ab-be6982c9f004 2018-08-18 23:44:47,565 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:49,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:49,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:49,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-56a12373-2101-4d49-8d02-b8f22b522913 x-compute-request-id: req-56a12373-2101-4d49-8d02-b8f22b522913 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:49,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-56a12373-2101-4d49-8d02-b8f22b522913 2018-08-18 23:44:49,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195158004761s 2018-08-18 23:44:49,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-56a12373-2101-4d49-8d02-b8f22b522913 2018-08-18 23:44:49,767 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:51,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:51,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:51,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3a200ac-e8ce-47ed-ad95-80bf4570a971 x-compute-request-id: req-d3a200ac-e8ce-47ed-ad95-80bf4570a971 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:51,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d3a200ac-e8ce-47ed-ad95-80bf4570a971 2018-08-18 23:44:51,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178905010223s 2018-08-18 23:44:51,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d3a200ac-e8ce-47ed-ad95-80bf4570a971 2018-08-18 23:44:51,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:53,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:53,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:54,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-14596d20-499b-4dc9-a7f5-930c30a8453c x-compute-request-id: req-14596d20-499b-4dc9-a7f5-930c30a8453c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:54,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14596d20-499b-4dc9-a7f5-930c30a8453c 2018-08-18 23:44:54,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.615298032761s 2018-08-18 23:44:54,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14596d20-499b-4dc9-a7f5-930c30a8453c 2018-08-18 23:44:54,575 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:56,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:56,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:56,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-b6ede4d5-ecbb-4115-885a-4fd72af1be28 x-compute-request-id: req-b6ede4d5-ecbb-4115-885a-4fd72af1be28 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:56,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b6ede4d5-ecbb-4115-885a-4fd72af1be28 2018-08-18 23:44:56,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18595290184s 2018-08-18 23:44:56,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b6ede4d5-ecbb-4115-885a-4fd72af1be28 2018-08-18 23:44:56,768 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:44:58,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:44:58,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:44:59,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:44: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-7bbb572d-a26e-4092-90ec-d29e0fbf959a x-compute-request-id: req-7bbb572d-a26e-4092-90ec-d29e0fbf959a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:44:59,410 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7bbb572d-a26e-4092-90ec-d29e0fbf959a 2018-08-18 23:44:59,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640092849731s 2018-08-18 23:44:59,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7bbb572d-a26e-4092-90ec-d29e0fbf959a 2018-08-18 23:44:59,415 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:01,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:01,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:01,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45: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-0d41e4b4-fdf5-444d-896d-4ec4922eddf8 x-compute-request-id: req-0d41e4b4-fdf5-444d-896d-4ec4922eddf8 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:01,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d41e4b4-fdf5-444d-896d-4ec4922eddf8 2018-08-18 23:45:01,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185032129288s 2018-08-18 23:45:01,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d41e4b4-fdf5-444d-896d-4ec4922eddf8 2018-08-18 23:45:01,606 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:03,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:03,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:03,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-9b7ce1aa-e6be-4b76-b8c8-2a2874f6c147 x-compute-request-id: req-9b7ce1aa-e6be-4b76-b8c8-2a2874f6c147 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:03,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9b7ce1aa-e6be-4b76-b8c8-2a2874f6c147 2018-08-18 23:45:03,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184190988541s 2018-08-18 23:45:03,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9b7ce1aa-e6be-4b76-b8c8-2a2874f6c147 2018-08-18 23:45:03,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:05,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:05,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:05,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d50fd62e-944e-47cb-aa7e-42d96d123680 x-compute-request-id: req-d50fd62e-944e-47cb-aa7e-42d96d123680 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:05,999 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d50fd62e-944e-47cb-aa7e-42d96d123680 2018-08-18 23:45:05,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199811935425s 2018-08-18 23:45:05,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d50fd62e-944e-47cb-aa7e-42d96d123680 2018-08-18 23:45:06,003 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:08,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:08,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:08,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-5d0accd5-babb-4146-997a-f2a3a29f6b63 x-compute-request-id: req-5d0accd5-babb-4146-997a-f2a3a29f6b63 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:08,441 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d0accd5-babb-4146-997a-f2a3a29f6b63 2018-08-18 23:45:08,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4350669384s 2018-08-18 23:45:08,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d0accd5-babb-4146-997a-f2a3a29f6b63 2018-08-18 23:45:08,445 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:10,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:10,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:10,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a14f08d3-9fe3-4896-b702-7b792ee15793 x-compute-request-id: req-a14f08d3-9fe3-4896-b702-7b792ee15793 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:10,865 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a14f08d3-9fe3-4896-b702-7b792ee15793 2018-08-18 23:45:10,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.417398929596s 2018-08-18 23:45:10,866 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a14f08d3-9fe3-4896-b702-7b792ee15793 2018-08-18 23:45:10,870 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:12,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:12,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:13,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff7b4a2a-f2c3-4026-aae9-48e9b5578c82 x-compute-request-id: req-ff7b4a2a-f2c3-4026-aae9-48e9b5578c82 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:13,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ff7b4a2a-f2c3-4026-aae9-48e9b5578c82 2018-08-18 23:45:13,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176059007645s 2018-08-18 23:45:13,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ff7b4a2a-f2c3-4026-aae9-48e9b5578c82 2018-08-18 23:45:13,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:15,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:15,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:15,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96db76ec-9d24-421a-9799-2d06c7e87f5b x-compute-request-id: req-96db76ec-9d24-421a-9799-2d06c7e87f5b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:15,506 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-96db76ec-9d24-421a-9799-2d06c7e87f5b 2018-08-18 23:45:15,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.450598955154s 2018-08-18 23:45:15,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-96db76ec-9d24-421a-9799-2d06c7e87f5b 2018-08-18 23:45:15,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:17,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:17,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:18,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-d3359e16-88ac-4bce-9013-b5ac9a02b19d x-compute-request-id: req-d3359e16-88ac-4bce-9013-b5ac9a02b19d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:18,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d3359e16-88ac-4bce-9013-b5ac9a02b19d 2018-08-18 23:45:18,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689562082291s 2018-08-18 23:45:18,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d3359e16-88ac-4bce-9013-b5ac9a02b19d 2018-08-18 23:45:18,206 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:20,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:20,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:20,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef43572c-50a4-4a33-8b9e-ad2ffb3cb411 x-compute-request-id: req-ef43572c-50a4-4a33-8b9e-ad2ffb3cb411 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:20,835 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ef43572c-50a4-4a33-8b9e-ad2ffb3cb411 2018-08-18 23:45:20,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.626186132431s 2018-08-18 23:45:20,836 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ef43572c-50a4-4a33-8b9e-ad2ffb3cb411 2018-08-18 23:45:20,839 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:22,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:22,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:23,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0489731-2ef1-4841-be35-698a48b0077a x-compute-request-id: req-b0489731-2ef1-4841-be35-698a48b0077a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:23,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b0489731-2ef1-4841-be35-698a48b0077a 2018-08-18 23:45:23,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.451235055923s 2018-08-18 23:45:23,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b0489731-2ef1-4841-be35-698a48b0077a 2018-08-18 23:45:23,297 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:25,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:25,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:25,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aaa588e0-1301-4c41-be4c-c0744d486aa7 x-compute-request-id: req-aaa588e0-1301-4c41-be4c-c0744d486aa7 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:25,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aaa588e0-1301-4c41-be4c-c0744d486aa7 2018-08-18 23:45:25,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360972166061s 2018-08-18 23:45:25,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aaa588e0-1301-4c41-be4c-c0744d486aa7 2018-08-18 23:45:25,665 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:27,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:27,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:28,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9d3db2a-a9a6-4349-a102-95cb3552eb20 x-compute-request-id: req-e9d3db2a-a9a6-4349-a102-95cb3552eb20 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:28,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e9d3db2a-a9a6-4349-a102-95cb3552eb20 2018-08-18 23:45:28,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361377954483s 2018-08-18 23:45:28,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e9d3db2a-a9a6-4349-a102-95cb3552eb20 2018-08-18 23:45:28,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:30,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:30,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:30,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87806168-a2d5-4d7e-8762-1a2b50c23f47 x-compute-request-id: req-87806168-a2d5-4d7e-8762-1a2b50c23f47 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:30,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-87806168-a2d5-4d7e-8762-1a2b50c23f47 2018-08-18 23:45:30,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167906045914s 2018-08-18 23:45:30,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-87806168-a2d5-4d7e-8762-1a2b50c23f47 2018-08-18 23:45:30,208 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:32,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:32,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:32,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db6ba75f-35a7-4266-9098-031f80f2dfa6 x-compute-request-id: req-db6ba75f-35a7-4266-9098-031f80f2dfa6 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:32,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-db6ba75f-35a7-4266-9098-031f80f2dfa6 2018-08-18 23:45:32,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.457325935364s 2018-08-18 23:45:32,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-db6ba75f-35a7-4266-9098-031f80f2dfa6 2018-08-18 23:45:32,670 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:34,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:34,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:35,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88697188-458d-4c5b-95fa-951b7c29bf20 x-compute-request-id: req-88697188-458d-4c5b-95fa-951b7c29bf20 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:35,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-88697188-458d-4c5b-95fa-951b7c29bf20 2018-08-18 23:45:35,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658221960068s 2018-08-18 23:45:35,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-88697188-458d-4c5b-95fa-951b7c29bf20 2018-08-18 23:45:35,335 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:37,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:37,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:37,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b25da5ef-ac32-42c1-a719-c35edb18ffc3 x-compute-request-id: req-b25da5ef-ac32-42c1-a719-c35edb18ffc3 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:37,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b25da5ef-ac32-42c1-a719-c35edb18ffc3 2018-08-18 23:45:37,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359021902084s 2018-08-18 23:45:37,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b25da5ef-ac32-42c1-a719-c35edb18ffc3 2018-08-18 23:45:37,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:39,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:39,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:40,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e317b89c-79cb-4f25-8ebd-8520fc4f6d6a x-compute-request-id: req-e317b89c-79cb-4f25-8ebd-8520fc4f6d6a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:40,580 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e317b89c-79cb-4f25-8ebd-8520fc4f6d6a 2018-08-18 23:45:40,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.879992961884s 2018-08-18 23:45:40,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e317b89c-79cb-4f25-8ebd-8520fc4f6d6a 2018-08-18 23:45:40,581 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:42,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:42,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:42,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-4e87789a-cd95-4425-aa36-3e5a58d881a6 x-compute-request-id: req-4e87789a-cd95-4425-aa36-3e5a58d881a6 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:42,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4e87789a-cd95-4425-aa36-3e5a58d881a6 2018-08-18 23:45:42,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203706979752s 2018-08-18 23:45:42,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4e87789a-cd95-4425-aa36-3e5a58d881a6 2018-08-18 23:45:42,789 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:44,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:44,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:45,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-91f62381-8d8f-4c39-add2-fa5da1703610 x-compute-request-id: req-91f62381-8d8f-4c39-add2-fa5da1703610 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:45,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-91f62381-8d8f-4c39-add2-fa5da1703610 2018-08-18 23:45:45,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363991975784s 2018-08-18 23:45:45,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-91f62381-8d8f-4c39-add2-fa5da1703610 2018-08-18 23:45:45,160 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:47,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:47,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:47,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-3a8a2a80-45d9-4813-a9b6-2538f1686e30 x-compute-request-id: req-3a8a2a80-45d9-4813-a9b6-2538f1686e30 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:47,372 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3a8a2a80-45d9-4813-a9b6-2538f1686e30 2018-08-18 23:45:47,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209402084351s 2018-08-18 23:45:47,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3a8a2a80-45d9-4813-a9b6-2538f1686e30 2018-08-18 23:45:47,375 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:49,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:49,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:49,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45: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-57a607e2-d547-4900-962e-2bf96a6379f1 x-compute-request-id: req-57a607e2-d547-4900-962e-2bf96a6379f1 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:49,873 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57a607e2-d547-4900-962e-2bf96a6379f1 2018-08-18 23:45:49,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496145963669s 2018-08-18 23:45:49,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57a607e2-d547-4900-962e-2bf96a6379f1 2018-08-18 23:45:49,878 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:51,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:51,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:52,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1410e06f-9ed6-457d-af99-06f4c61c5b13 x-compute-request-id: req-1410e06f-9ed6-457d-af99-06f4c61c5b13 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:52,401 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1410e06f-9ed6-457d-af99-06f4c61c5b13 2018-08-18 23:45:52,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520591974258s 2018-08-18 23:45:52,401 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1410e06f-9ed6-457d-af99-06f4c61c5b13 2018-08-18 23:45:52,405 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:54,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:54,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:54,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45: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-b0b189c1-ef2e-4318-b3ec-bbecacabb35e x-compute-request-id: req-b0b189c1-ef2e-4318-b3ec-bbecacabb35e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:54,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b0b189c1-ef2e-4318-b3ec-bbecacabb35e 2018-08-18 23:45:54,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185805797577s 2018-08-18 23:45:54,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b0b189c1-ef2e-4318-b3ec-bbecacabb35e 2018-08-18 23:45:54,598 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:56,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:56,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:56,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c97f7e8-26ce-4dca-a04f-7ec664c3ea17 x-compute-request-id: req-1c97f7e8-26ce-4dca-a04f-7ec664c3ea17 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:56,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1c97f7e8-26ce-4dca-a04f-7ec664c3ea17 2018-08-18 23:45:56,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186680078506s 2018-08-18 23:45:56,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1c97f7e8-26ce-4dca-a04f-7ec664c3ea17 2018-08-18 23:45:56,791 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:45:58,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:45:58,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:45:59,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:45: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-c37f3569-4c4d-4b9a-bf64-148bb07e3af5 x-compute-request-id: req-c37f3569-4c4d-4b9a-bf64-148bb07e3af5 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:45:59,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c37f3569-4c4d-4b9a-bf64-148bb07e3af5 2018-08-18 23:45:59,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461333990097s 2018-08-18 23:45:59,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c37f3569-4c4d-4b9a-bf64-148bb07e3af5 2018-08-18 23:45:59,259 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:01,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:01,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:01,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29af67d7-3534-4bea-9ff5-e4495aef7f62 x-compute-request-id: req-29af67d7-3534-4bea-9ff5-e4495aef7f62 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:01,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-29af67d7-3534-4bea-9ff5-e4495aef7f62 2018-08-18 23:46:01,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407898902893s 2018-08-18 23:46:01,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-29af67d7-3534-4bea-9ff5-e4495aef7f62 2018-08-18 23:46:01,674 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:03,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:03,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:04,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46: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-2b2836bb-d7c5-4b22-9c94-26abe2dddb9f x-compute-request-id: req-2b2836bb-d7c5-4b22-9c94-26abe2dddb9f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:04,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2b2836bb-d7c5-4b22-9c94-26abe2dddb9f 2018-08-18 23:46:04,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.393117904663s 2018-08-18 23:46:04,070 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2b2836bb-d7c5-4b22-9c94-26abe2dddb9f 2018-08-18 23:46:04,074 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:06,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:06,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:06,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46: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-17ee4412-3bcd-4444-b43e-2f90aa634095 x-compute-request-id: req-17ee4412-3bcd-4444-b43e-2f90aa634095 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:06,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-17ee4412-3bcd-4444-b43e-2f90aa634095 2018-08-18 23:46:06,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347651958466s 2018-08-18 23:46:06,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-17ee4412-3bcd-4444-b43e-2f90aa634095 2018-08-18 23:46:06,429 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:08,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:08,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:08,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-64d221d1-8d62-480d-a63c-95dd7c93d525 x-compute-request-id: req-64d221d1-8d62-480d-a63c-95dd7c93d525 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:08,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-64d221d1-8d62-480d-a63c-95dd7c93d525 2018-08-18 23:46:08,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461727142334s 2018-08-18 23:46:08,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-64d221d1-8d62-480d-a63c-95dd7c93d525 2018-08-18 23:46:08,897 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:10,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:10,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:11,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-c50f8ab9-4146-4a03-8de2-ce71195b6b5c x-compute-request-id: req-c50f8ab9-4146-4a03-8de2-ce71195b6b5c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:11,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c50f8ab9-4146-4a03-8de2-ce71195b6b5c 2018-08-18 23:46:11,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173252105713s 2018-08-18 23:46:11,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c50f8ab9-4146-4a03-8de2-ce71195b6b5c 2018-08-18 23:46:11,078 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:13,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:13,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:13,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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,Accept-Encoding x-openstack-request-id: req-552ca226-7797-411b-9488-93ae5a6f6cdf x-compute-request-id: req-552ca226-7797-411b-9488-93ae5a6f6cdf Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:13,515 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-552ca226-7797-411b-9488-93ae5a6f6cdf 2018-08-18 23:46:13,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.43425989151s 2018-08-18 23:46:13,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-552ca226-7797-411b-9488-93ae5a6f6cdf 2018-08-18 23:46:13,520 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:15,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:15,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:15,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fe592b9-2b37-4a91-9dc2-28169affb000 x-compute-request-id: req-5fe592b9-2b37-4a91-9dc2-28169affb000 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:15,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5fe592b9-2b37-4a91-9dc2-28169affb000 2018-08-18 23:46:15,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.399125814438s 2018-08-18 23:46:15,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5fe592b9-2b37-4a91-9dc2-28169affb000 2018-08-18 23:46:15,924 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:17,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:17,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:18,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f943957-4fc5-4c80-af4e-9fdca3448052 x-compute-request-id: req-4f943957-4fc5-4c80-af4e-9fdca3448052 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:18,357 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4f943957-4fc5-4c80-af4e-9fdca3448052 2018-08-18 23:46:18,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.429702997208s 2018-08-18 23:46:18,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4f943957-4fc5-4c80-af4e-9fdca3448052 2018-08-18 23:46:18,361 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:20,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:20,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:21,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-54f273ce-268e-4b30-9e2b-5849a94f63cf x-compute-request-id: req-54f273ce-268e-4b30-9e2b-5849a94f63cf Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:21,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-54f273ce-268e-4b30-9e2b-5849a94f63cf 2018-08-18 23:46:21,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.64435505867s 2018-08-18 23:46:21,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-54f273ce-268e-4b30-9e2b-5849a94f63cf 2018-08-18 23:46:21,013 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:23,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:23,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:23,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e819795-6fdd-44a4-821c-094018453ccb x-compute-request-id: req-2e819795-6fdd-44a4-821c-094018453ccb Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:23,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e819795-6fdd-44a4-821c-094018453ccb 2018-08-18 23:46:23,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631649017334s 2018-08-18 23:46:23,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e819795-6fdd-44a4-821c-094018453ccb 2018-08-18 23:46:23,651 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:25,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:25,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:26,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3cdcf76-d510-421a-95c5-6826db0f015c x-compute-request-id: req-d3cdcf76-d510-421a-95c5-6826db0f015c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:26,103 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d3cdcf76-d510-421a-95c5-6826db0f015c 2018-08-18 23:46:26,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.448824882507s 2018-08-18 23:46:26,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d3cdcf76-d510-421a-95c5-6826db0f015c 2018-08-18 23:46:26,107 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:28,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:28,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:28,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71261153-3e2a-442f-9415-a61e818dc6ab x-compute-request-id: req-71261153-3e2a-442f-9415-a61e818dc6ab Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:28,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-71261153-3e2a-442f-9415-a61e818dc6ab 2018-08-18 23:46:28,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352348089218s 2018-08-18 23:46:28,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-71261153-3e2a-442f-9415-a61e818dc6ab 2018-08-18 23:46:28,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:30,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:30,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:30,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c58a28c-3dda-472f-9e97-424d9152772f x-compute-request-id: req-2c58a28c-3dda-472f-9e97-424d9152772f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:30,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c58a28c-3dda-472f-9e97-424d9152772f 2018-08-18 23:46:30,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461760997772s 2018-08-18 23:46:30,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c58a28c-3dda-472f-9e97-424d9152772f 2018-08-18 23:46:30,936 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:32,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:32,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:33,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-ed667ee7-790d-4b6f-aca6-4efc3864ead3 x-compute-request-id: req-ed667ee7-790d-4b6f-aca6-4efc3864ead3 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:33,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ed667ee7-790d-4b6f-aca6-4efc3864ead3 2018-08-18 23:46:33,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438091993332s 2018-08-18 23:46:33,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ed667ee7-790d-4b6f-aca6-4efc3864ead3 2018-08-18 23:46:33,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:35,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:35,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:35,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46: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-a016c827-4d0f-4160-b050-61d82d26ceb8 x-compute-request-id: req-a016c827-4d0f-4160-b050-61d82d26ceb8 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:35,760 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a016c827-4d0f-4160-b050-61d82d26ceb8 2018-08-18 23:46:35,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37438082695s 2018-08-18 23:46:35,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a016c827-4d0f-4160-b050-61d82d26ceb8 2018-08-18 23:46:35,764 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:37,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:37,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:38,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-c4424bec-fb01-4005-ad40-f1e2f4aa0987 x-compute-request-id: req-c4424bec-fb01-4005-ad40-f1e2f4aa0987 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-18T23:44:34Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:38,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c4424bec-fb01-4005-ad40-f1e2f4aa0987 2018-08-18 23:46:38,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.451012849808s 2018-08-18 23:46:38,218 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c4424bec-fb01-4005-ad40-f1e2f4aa0987 2018-08-18 23:46:38,222 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:46:40,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:46:40,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:40,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:46: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-2c309ace-1b1f-4318-bc58-343e646507b4 x-compute-request-id: req-2c309ace-1b1f-4318-bc58-343e646507b4 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:c8:d8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:46:38.000000", "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:46:39Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:46:40,680 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c309ace-1b1f-4318-bc58-343e646507b4 2018-08-18 23:46:40,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455220937729s 2018-08-18 23:46:40,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c309ace-1b1f-4318-bc58-343e646507b4 2018-08-18 23:46:40,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 23:46:40,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=521158cb-36c5-493e-a7d1-a38ed46637a1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:40,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-df3ee5b5-45b4-4443-9178-ffbdcb5d5c5b Date: Sat, 18 Aug 2018 23:46:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6bcd1778-87ef-4e53-85af-046b45cbc922","tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:44:35Z","admin_state_up":true,"updated_at":"2018-08-18T23:46:38Z","binding:vnic_type":"normal","device_id":"521158cb-36c5-493e-a7d1-a38ed46637a1","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:02:c8:d8","id":"277d12d0-bb75-4954-bdb7-3c7a6b9a34de","port_security_enabled":true,"project_id":"57707c573fbd4786ae7d8dc00ed4284c","fixed_ips":[{"subnet_id":"6fa06ea8-c8f0-419d-a9c1-d1553085d9c9","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["ae41ea55-d130-4740-b30e-c503e36d8871"],"name":""}]} 2018-08-18 23:46:40,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=521158cb-36c5-493e-a7d1-a38ed46637a1 used request id req-df3ee5b5-45b4-4443-9178-ffbdcb5d5c5b 2018-08-18 23:46:40,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0561299324036s 2018-08-18 23:46:40,741 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=521158cb-36c5-493e-a7d1-a38ed46637a1 used request id req-df3ee5b5-45b4-4443-9178-ffbdcb5d5c5b 2018-08-18 23:46:40,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 23:46:40,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=277d12d0-bb75-4954-bdb7-3c7a6b9a34de" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:40,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-de7d2d5b-8f15-4f98-a785-420bfd9c8165 Date: Sat, 18 Aug 2018 23:46:40 GMT RESP BODY: {"floatingips": []} 2018-08-18 23:46:40,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=277d12d0-bb75-4954-bdb7-3c7a6b9a34de used request id req-de7d2d5b-8f15-4f98-a785-420bfd9c8165 2018-08-18 23:46:40,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0436840057373s 2018-08-18 23:46:40,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=277d12d0-bb75-4954-bdb7-3c7a6b9a34de used request id req-de7d2d5b-8f15-4f98-a785-420bfd9c8165 2018-08-18 23:46:40,790 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:02:c8:d8', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'090265f1-3798-42fe-a55a-084cb28d57d6'}), 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-18T23:46:38.000000', 'flavor': Munch({u'id': u'1df8505c-dcfb-4a1c-bc80-8a946d2b9e31'}), 'az': u'nova', 'id': u'521158cb-36c5-493e-a7d1-a38ed46637a1', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8c25be11e40b4da3bac625ceb3a3cc7c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'57707c573fbd4786ae7d8dc00ed4284c', 'name': 'cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244', '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-18T23:46:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T23:46:39Z', 'hostId': u'd80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'd80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084', '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-18T23:46:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'57707c573fbd4786ae7d8dc00ed4284c', 'name': u'cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244', 'adminPass': u'BY9G3EjbJLrd', 'tenant_id': u'57707c573fbd4786ae7d8dc00ed4284c', 'created_at': u'2018-08-18T23:44:32Z', 'created': u'2018-08-18T23:44:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 23:46:40,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:46:40,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:40,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-ce42db06-2545-4eb6-b389-d7cd4bf8ba0f Date: Sat, 18 Aug 2018 23:46:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fa06ea8-c8f0-419d-a9c1-d1553085d9c9"],"updated_at":"2018-08-18T23:42:58Z","tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:42:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"57707c573fbd4786ae7d8dc00ed4284c","id":"6bcd1778-87ef-4e53-85af-046b45cbc922","name":"cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:46:40,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ce42db06-2545-4eb6-b389-d7cd4bf8ba0f 2018-08-18 23:46:40,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0925929546356s 2018-08-18 23:46:40,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ce42db06-2545-4eb6-b389-d7cd4bf8ba0f 2018-08-18 23:46:40,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 23:46:40,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=521158cb-36c5-493e-a7d1-a38ed46637a1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:40,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fe4691fc-ca52-434a-a194-6f31257ca1ce Date: Sat, 18 Aug 2018 23:46:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6bcd1778-87ef-4e53-85af-046b45cbc922","tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:44:35Z","admin_state_up":true,"updated_at":"2018-08-18T23:46:38Z","binding:vnic_type":"normal","device_id":"521158cb-36c5-493e-a7d1-a38ed46637a1","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:02:c8:d8","id":"277d12d0-bb75-4954-bdb7-3c7a6b9a34de","port_security_enabled":true,"project_id":"57707c573fbd4786ae7d8dc00ed4284c","fixed_ips":[{"subnet_id":"6fa06ea8-c8f0-419d-a9c1-d1553085d9c9","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["ae41ea55-d130-4740-b30e-c503e36d8871"],"name":""}]} 2018-08-18 23:46:40,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=521158cb-36c5-493e-a7d1-a38ed46637a1 used request id req-fe4691fc-ca52-434a-a194-6f31257ca1ce 2018-08-18 23:46:40,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0472540855408s 2018-08-18 23:46:40,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=521158cb-36c5-493e-a7d1-a38ed46637a1 used request id req-fe4691fc-ca52-434a-a194-6f31257ca1ce 2018-08-18 23:46:40,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-18 23:46:40,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" -d '{"floatingip": {"floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.13", "port_id": "277d12d0-bb75-4954-bdb7-3c7a6b9a34de"}}' 2018-08-18 23:46:42,699 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-462643fb-9b46-486c-bc77-bdf4366c0538 Date: Sat, 18 Aug 2018 23:46:42 GMT RESP BODY: {"floatingip": {"router_id": "2c99bac3-53fb-4644-bd77-b64cc690f56c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T23:46:41Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "277d12d0-bb75-4954-bdb7-3c7a6b9a34de", "id": "7d4a41e5-a72a-4d8c-831d-1e42031e7fd7", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:46:41Z", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}} 2018-08-18 23:46:42,699 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-462643fb-9b46-486c-bc77-bdf4366c0538 2018-08-18 23:46:42,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.76412796974s 2018-08-18 23:46:42,699 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-462643fb-9b46-486c-bc77-bdf4366c0538 2018-08-18 23:46:42,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 23:46:42,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:46:42,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-646bb537-0943-41f4-9dbb-4c42e8c14e06 Date: Sat, 18 Aug 2018 23:46:42 GMT RESP BODY: {"floatingips": [{"router_id": "2c99bac3-53fb-4644-bd77-b64cc690f56c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-18T23:46:41Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "277d12d0-bb75-4954-bdb7-3c7a6b9a34de", "id": "7d4a41e5-a72a-4d8c-831d-1e42031e7fd7", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:46:41Z", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}]} 2018-08-18 23:46:42,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-646bb537-0943-41f4-9dbb-4c42e8c14e06 2018-08-18 23:46:42,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0797901153564s 2018-08-18 23:46:42,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-646bb537-0943-41f4-9dbb-4c42e8c14e06 2018-08-18 23:46:42,791 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'2c99bac3-53fb-4644-bd77-b64cc690f56c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'57707c573fbd4786ae7d8dc00ed4284c', 'created_at': u'2018-08-18T23:46:41Z', 'attached': True, 'updated_at': u'2018-08-18T23:46:41Z', 'id': u'7d4a41e5-a72a-4d8c-831d-1e42031e7fd7', 'floating_network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'57707c573fbd4786ae7d8dc00ed4284c', 'name': 'cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'2c99bac3-53fb-4644-bd77-b64cc690f56c', 'project_id': u'57707c573fbd4786ae7d8dc00ed4284c', 'port_id': u'277d12d0-bb75-4954-bdb7-3c7a6b9a34de', 'port': u'277d12d0-bb75-4954-bdb7-3c7a6b9a34de', 'network': u'65cd7cef-6b04-450e-9f27-e630c6e3994e'}) 2018-08-18 23:46:42,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:46:42,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/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}8c79579c605620b833c523afc22152968ef2d435" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:46:42,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-2d5c95ed-f016-4aff-a2aa-bfb2f65d9fe0 x-compute-request-id: req-2d5c95ed-f016-4aff-a2aa-bfb2f65d9fe0 Content-Encoding: gzip Content-Length: 8682 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 1928086959 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.423736] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.426750] pid_max: default: 32768 minimum: 301\n[ 0.428419] Security Framework initialized\n[ 0.429926] SELinux: Initializing.\n[ 0.431578] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.437888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.442082] Mount-cache hash table entries: 4096\n[ 0.444218] Initializing cgroup subsys memory\n[ 0.445993] Initializing cgroup subsys devices\n[ 0.447774] Initializing cgroup subsys freezer\n[ 0.449556] Initializing cgroup subsys net_cls\n[ 0.451346] Initializing cgroup subsys blkio\n[ 0.453095] Initializing cgroup subsys perf_event\n[ 0.454937] Initializing cgroup subsys hugetlb\n[ 0.456711] Initializing cgroup subsys pids\n[ 0.458448] Initializing cgroup subsys net_prio\n[ 0.460367] CPU: Physical Processor ID: 0\n[ 0.462805] mce: CPU supports 10 MCE banks\n[ 0.464580] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.466612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.468647] tlb_flushall_shift: 6\n[ 0.470394] Freeing SMP alternatives: 28k freed\n[ 0.474863] ACPI: Core revision 20130517\n[ 0.477005] ACPI: All ACPI Tables successfully acquired\n[ 0.479286] ftrace: allocating 25812 entries in 101 pages\n[ 0.501569] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.503947] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506299] smpboot: Max logical packages: 2\n[ 0.508355] Enabling x2apic\n[ 0.509738] Enabled x2apic\n[ 0.511439] Switched APIC routing to physical x2apic.\n[ 0.514500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.516465] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519963] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.528154] KVM setup paravirtual spinlock\n[ 0.531037] smpboot: Booting Node 0, Processors #1 OK\n[ 0.533163] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.555463] Brought up 2 CPUs\n[ 0.555466] KVM setup async PF for cpu 1\n[ 0.555469] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.559747] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.562614] devtmpfs: initialized\n[ 0.565358] EVM: security.selinux\n[ 0.566691] EVM: security.ima\n[ 0.567943] EVM: security.capability\n[ 0.569995] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.572062] pinctrl core: initialized pinctrl subsystem\n[ 0.573899] NET: Registered protocol family 16\n[ 0.575663] ACPI: bus type PCI registered\n[ 0.577138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.579188] PCI: Using configuration type 1 for base access\n[ 0.584413] ACPI: Added _OSI(Module Device)\n[ 0.585958] ACPI: Added _OSI(Processor Device)\n[ 0.587525] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589130] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.591958] ACPI: Interpreter enabled\n[ 0.593381] ACPI: (supports S0 S5)\n[ 0.594727] ACPI: Using IOAPIC for interrupt routing\n[ 0.596393] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.601325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.603229] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.605284] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.607276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.610983] acpiphp: Slot [3] registered\n[ 0.612456] acpiphp: Slot [4] registered\n[ 0.613924] acpiphp: Slot [5] registered\n[ 0.615389] acpiphp: Slot [6] registered\n[ 0.616851] acpiphp: Slot [7] registered\n[ 0.618313] acpiphp: Slot [8] registered\n[ 0.619771] acpiphp: Slot [9] registered\n[ 0.621241] acpiphp: Slot [10] registered\n[ 0.622719] acpiphp: Slot [11] registered\n[ 0.624195] acpiphp: Slot [12] registered\n[ 0.625689] acpiphp: Slot [13] registered\n[ 0.627173] acpiphp: Slot [14] registered\n[ 0.628672] acpiphp: Slot [15] registered\n[ 0.630163] acpiphp: Slot [16] registered\n[ 0.631642] acpiphp: Slot [17] registered\n[ 0.633122] acpiphp: Slot [18] registered\n[ 0.634601] acpiphp: Slot [19] registered\n[ 0.636092] acpiphp: Slot [20] registered\n[ 0.637578] acpiphp: Slot [21] registered\n[ 0.639066] acpiphp: Slot [22] registered\n[ 0.640547] acpiphp: Slot [23] registered\n[ 0.642023] acpiphp: Slot [24] registered\n[ 0.643551] acpiphp: Slot [25] registered\n[ 0.645034] acpiphp: Slot [26] registered\n[ 0.646528] acpiphp: Slot [27] registered\n[ 0.648006] acpiphp: Slot [28] registered\n[ 0.649490] acpiphp: Slot [29] registered\n[ 0.650968] acpiphp: Slot [30] registered\n[ 0.652452] acpiphp: Slot [31] registered\n[ 0.653924] PCI host bridge to bus 0000:00\n[ 0.655417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.657169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.659193] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.661215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.663939] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.666652] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.672100] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.674199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.676165] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.678261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.682448] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.685130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.708823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.711298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.713954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.716318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.718639] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.720813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.723034] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.725927] vgaarb: loaded\n[ 0.727140] vgaarb: bridge control possible 0000:00:02.0\n[ 0.729082] SCSI subsystem initialized\n[ 0.730539] ACPI: bus type USB registered\n[ 0.732041] usbcore: registered new interface driver usbfs\n[ 0.733839] usbcore: registered new interface driver hub\n[ 0.735616] usbcore: registered new device driver usb\n[ 0.737513] PCI: Using ACPI for IRQ routing\n[ 0.739428] NetLabel: Initializing\n[ 0.740789] NetLabel: domain hash size = 128\n[ 0.742335] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.744047] NetLabel: unlabeled traffic allowed by default\n[ 0.745966] Switched to clocksource kvm-clock\n[ 0.755923] pnp: PnP ACPI init\n[ 0.757263] ACPI: bus type PNP registered\n[ 0.759389] pnp: PnP ACPI: found 5 devices\n[ 0.761075] ACPI: bus type PNP unregistered\n[ 0.768964] NET: Registered protocol family 2\n[ 0.771010] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.774341] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.777056] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.779430] TCP: reno registered\n[ 0.780860] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.783054] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.785383] NET: Registered protocol family 1\n[ 0.787113] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.789200] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.791292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.811897] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.832074] Unpacking initramfs...\n[ 1.305953] Freeing initrd memory: 37508k freed\n[ 1.315782] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.318133] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.322311] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.324648] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.327241] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.329514] Initialise system trusted keyring\n[ 1.331303] audit: initializing netlink socket (disabled)\n[ 1.333355] type=2000 audit(1534636001.742:1): initialized\n[ 1.350961] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.353253] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.356445] zpool: loaded\n[ 1.357782] zbud: loaded\n[ 1.359280] VFS: Disk quotas dquot_6.5.2\n[ 1.360984] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.363430] msgmni has been set to 7578\n[ 1.365133] Key type big_key registered\n[ 1.367526] NET: Registered protocol family 38\n[ 1.369351] Key type asymmetric registered\n[ 1.371056] Asymmetric key parser 'x509' registered\n[ 1.372968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.376119] io scheduler noop registered\n[ 1.377791] io scheduler deadline registered (default)\n[ 1.393887] io scheduler cfq registered\n[ 1.395629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.397711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.400150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.403254] ACPI: Power Button [PWRF]\n[ 1.405007] GHES: HEST is not enabled!\n[ 1.406729] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.431250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.433830] Non-volatile memory driver v1.3\n[ 1.435349] Linux agpgart interface v0.103\n[ 1.436974] crash memory driver: version 1.1\n[ 1.438574] rdac: device handler registered\n[ 1.440143] hp_sw: device handler registered\n[ 1.441676] emc: device handler registered\n[ 1.443152] alua: device handler registered\n[ 1.444686] libphy: Fixed MDIO Bus: probed\n[ 1.446257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448210] ehci-pci: EHCI PCI platform driver\n[ 1.449767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.451667] ohci-pci: OHCI PCI platform driver\n[ 1.453233] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.473667] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.475456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.478198] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.479944] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.481853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.483897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.486563] usb usb1: Product: UHCI Host Controller\n[ 1.488212] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.490288] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.491988] hub 1-0:1.0: USB hub found\n[ 1.493423] hub 1-0:1.0: 2 ports detected\n[ 1.495036] usbcore: registered new interface driver usbserial\n[ 1.496905] usbcore: registered new interface driver usbserial_generic\n[ 1.498888] usbserial: USB Serial support registered for generic\n[ 1.500786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.504389] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.506064] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.507849] mousedev: PS/2 mouse device common for all mice\n[ 1.509991] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.513217] rtc_cmos 00:00: RTC can wake from S4\n[ 1.515441] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.518410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.520589] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.523596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.525653] cpuidle: using governor menu\n[ 1.527239] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.529054] usbcore: registered new interface driver usbhid\n[ 1.530793] usbhid: USB HID core driver\n[ 1.532242] drop_monitor: Initializing network drop monitor service\n[ 1.534186] TCP: cubic registered\n[ 1.535490] Initializing XFRM netlink socket\n[ 1.537043] NET: Registered protocol family 10\n[ 1.538893] NET: Registered protocol family 17\n[ 1.540584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.542435] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.544251] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.547263] Loading compiled-in X.509 certificates\n[ 1.548870] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.551931] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.555418] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.559243] registered taskstats version 1\n[ 1.562900] Key type trusted registered\n[ 1.565944] Key type encrypted registered\n[ 1.568935] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.571498] rtc_cmos 00:00: setting system clock to 2018-08-18 23:46:41 UTC (1534636001)\n[ 1.575578] Freeing unused kernel memory: 1680k freed\n[ 1.581313] 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.586766] systemd[1]: Detected virtualization kvm.\n[ 1.588445] systemd[1]: Detected architecture x86-64.\n[ 1.590126] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.593198] systemd[1]: No hostname configured.\n[ 1.594841] systemd[1]: Set hostname to .\n[ 1.596568] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.620360] systemd[1]: Created slice Root Slice.\n[ 1.622001] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.624595] systemd[1]: Listening on Journal Socket.\n[ 1.626264] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.628918] systemd[1]: Reached target Local File Systems.\n[ 1.630670] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.633258] systemd[1]: Reached target Timers.\n[ 1.634793] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.637293] systemd[1]: Created slice System Slice.\n[ 1.638946] systemd[1]: Starting System Slice.\n[ 1.640897] 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.645631] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.649266] systemd[1]: Reached target Slices.\n[ 1.650817] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.653383] systemd[1]: Listening on udev Kernel Socket.\n[ 1.655104] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.657733] systemd[1]: Reached target Swap.\n[ 1.659253] systemd[1]: Starting Swap.\n[ 1.660985] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.663772] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.666594] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.670718] systemd[1]: Reached target Paths.\n[ 1.672255] systemd[1]: Starting Paths.\n[ 1.673957] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.677600] systemd[1]: Listening on udev Control Socket.\n[ 1.679359] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.688999] systemd[1]: Reached target Sockets.\n[ 1.690580] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.694390] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.698817] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.701682] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 1.720073] RPC: Registered named UNIX socket transport module.\n[ 1.721920] RPC: Registered udp transport module.\n[ 1.723663] RPC: Registered tcp transport module.\n[ 1.725402] 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[ 1.796989] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.824146] scsi host0: ata_piix\n[ 1.825827] scsi host1: ata_piix\n[ 1.827405] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.829891] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.853182] FDC 0 is a S82078B\n[ 1.869473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.910837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.917203] 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.951226] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953389] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.955647] usb 1-1: Product: QEMU USB Tablet\n[ 1.957295] usb 1-1: Manufacturer: QEMU\n[ 1.958815] usb 1-1: SerialNumber: 42\n[ 1.969418] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.973095] 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"} 2018-08-18 23:46:42,864 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/action used request id req-2d5c95ed-f016-4aff-a2aa-bfb2f65d9fe0 2018-08-18 23:46:42,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0718550682068s 2018-08-18 23:46:42,865 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/action used request id req-2d5c95ed-f016-4aff-a2aa-bfb2f65d9fe0 2018-08-18 23:46:42,865 - 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 1928086959 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.423736] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.426750] pid_max: default: 32768 minimum: 301 [ 0.428419] Security Framework initialized [ 0.429926] SELinux: Initializing. [ 0.431578] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.437888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.442082] Mount-cache hash table entries: 4096 [ 0.444218] Initializing cgroup subsys memory [ 0.445993] Initializing cgroup subsys devices [ 0.447774] Initializing cgroup subsys freezer [ 0.449556] Initializing cgroup subsys net_cls [ 0.451346] Initializing cgroup subsys blkio [ 0.453095] Initializing cgroup subsys perf_event [ 0.454937] Initializing cgroup subsys hugetlb [ 0.456711] Initializing cgroup subsys pids [ 0.458448] Initializing cgroup subsys net_prio [ 0.460367] CPU: Physical Processor ID: 0 [ 0.462805] mce: CPU supports 10 MCE banks [ 0.464580] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.466612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.468647] tlb_flushall_shift: 6 [ 0.470394] Freeing SMP alternatives: 28k freed [ 0.474863] ACPI: Core revision 20130517 [ 0.477005] ACPI: All ACPI Tables successfully acquired [ 0.479286] ftrace: allocating 25812 entries in 101 pages [ 0.501569] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.503947] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506299] smpboot: Max logical packages: 2 [ 0.508355] Enabling x2apic [ 0.509738] Enabled x2apic [ 0.511439] Switched APIC routing to physical x2apic. [ 0.514500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.516465] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519963] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.528154] KVM setup paravirtual spinlock [ 0.531037] smpboot: Booting Node 0, Processors #1 OK [ 0.533163] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.555463] Brought up 2 CPUs [ 0.555466] KVM setup async PF for cpu 1 [ 0.555469] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.559747] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.562614] devtmpfs: initialized [ 0.565358] EVM: security.selinux [ 0.566691] EVM: security.ima [ 0.567943] EVM: security.capability [ 0.569995] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.572062] pinctrl core: initialized pinctrl subsystem [ 0.573899] NET: Registered protocol family 16 [ 0.575663] ACPI: bus type PCI registered [ 0.577138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.579188] PCI: Using configuration type 1 for base access [ 0.584413] ACPI: Added _OSI(Module Device) [ 0.585958] ACPI: Added _OSI(Processor Device) [ 0.587525] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589130] ACPI: Added _OSI(Processor Aggregator Device) [ 0.591958] ACPI: Interpreter enabled [ 0.593381] ACPI: (supports S0 S5) [ 0.594727] ACPI: Using IOAPIC for interrupt routing [ 0.596393] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.601325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.603229] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.605284] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.607276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.610983] acpiphp: Slot [3] registered [ 0.612456] acpiphp: Slot [4] registered [ 0.613924] acpiphp: Slot [5] registered [ 0.615389] acpiphp: Slot [6] registered [ 0.616851] acpiphp: Slot [7] registered [ 0.618313] acpiphp: Slot [8] registered [ 0.619771] acpiphp: Slot [9] registered [ 0.621241] acpiphp: Slot [10] registered [ 0.622719] acpiphp: Slot [11] registered [ 0.624195] acpiphp: Slot [12] registered [ 0.625689] acpiphp: Slot [13] registered [ 0.627173] acpiphp: Slot [14] registered [ 0.628672] acpiphp: Slot [15] registered [ 0.630163] acpiphp: Slot [16] registered [ 0.631642] acpiphp: Slot [17] registered [ 0.633122] acpiphp: Slot [18] registered [ 0.634601] acpiphp: Slot [19] registered [ 0.636092] acpiphp: Slot [20] registered [ 0.637578] acpiphp: Slot [21] registered [ 0.639066] acpiphp: Slot [22] registered [ 0.640547] acpiphp: Slot [23] registered [ 0.642023] acpiphp: Slot [24] registered [ 0.643551] acpiphp: Slot [25] registered [ 0.645034] acpiphp: Slot [26] registered [ 0.646528] acpiphp: Slot [27] registered [ 0.648006] acpiphp: Slot [28] registered [ 0.649490] acpiphp: Slot [29] registered [ 0.650968] acpiphp: Slot [30] registered [ 0.652452] acpiphp: Slot [31] registered [ 0.653924] PCI host bridge to bus 0000:00 [ 0.655417] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.657169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.659193] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.661215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.663939] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.666652] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.672100] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.674199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.676165] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.678261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.682448] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.685130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.708823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.711298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.713954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.716318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.718639] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.720813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.723034] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.725927] vgaarb: loaded [ 0.727140] vgaarb: bridge control possible 0000:00:02.0 [ 0.729082] SCSI subsystem initialized [ 0.730539] ACPI: bus type USB registered [ 0.732041] usbcore: registered new interface driver usbfs [ 0.733839] usbcore: registered new interface driver hub [ 0.735616] usbcore: registered new device driver usb [ 0.737513] PCI: Using ACPI for IRQ routing [ 0.739428] NetLabel: Initializing [ 0.740789] NetLabel: domain hash size = 128 [ 0.742335] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.744047] NetLabel: unlabeled traffic allowed by default [ 0.745966] Switched to clocksource kvm-clock [ 0.755923] pnp: PnP ACPI init [ 0.757263] ACPI: bus type PNP registered [ 0.759389] pnp: PnP ACPI: found 5 devices [ 0.761075] ACPI: bus type PNP unregistered [ 0.768964] NET: Registered protocol family 2 [ 0.771010] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.774341] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.777056] TCP: Hash tables configured (established 32768 bind 32768) [ 0.779430] TCP: reno registered [ 0.780860] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.783054] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.785383] NET: Registered protocol family 1 [ 0.787113] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.789200] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.791292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.811897] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.832074] Unpacking initramfs... [ 1.305953] Freeing initrd memory: 37508k freed [ 1.315782] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.318133] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.322311] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.324648] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.327241] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.329514] Initialise system trusted keyring [ 1.331303] audit: initializing netlink socket (disabled) [ 1.333355] type=2000 audit(1534636001.742:1): initialized [ 1.350961] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.353253] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.356445] zpool: loaded [ 1.357782] zbud: loaded [ 1.359280] VFS: Disk quotas dquot_6.5.2 [ 1.360984] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.363430] msgmni has been set to 7578 [ 1.365133] Key type big_key registered [ 1.367526] NET: Registered protocol family 38 [ 1.369351] Key type asymmetric registered [ 1.371056] Asymmetric key parser 'x509' registered [ 1.372968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.376119] io scheduler noop registered [ 1.377791] io scheduler deadline registered (default) [ 1.393887] io scheduler cfq registered [ 1.395629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.397711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.400150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.403254] ACPI: Power Button [PWRF] [ 1.405007] GHES: HEST is not enabled! [ 1.406729] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.431250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.433830] Non-volatile memory driver v1.3 [ 1.435349] Linux agpgart interface v0.103 [ 1.436974] crash memory driver: version 1.1 [ 1.438574] rdac: device handler registered [ 1.440143] hp_sw: device handler registered [ 1.441676] emc: device handler registered [ 1.443152] alua: device handler registered [ 1.444686] libphy: Fixed MDIO Bus: probed [ 1.446257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448210] ehci-pci: EHCI PCI platform driver [ 1.449767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.451667] ohci-pci: OHCI PCI platform driver [ 1.453233] uhci_hcd: USB Universal Host Controller Interface driver [ 1.473667] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.475456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.478198] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.479944] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.481853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.483897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.486563] usb usb1: Product: UHCI Host Controller [ 1.488212] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.490288] usb usb1: SerialNumber: 0000:00:01.2 [ 1.491988] hub 1-0:1.0: USB hub found [ 1.493423] hub 1-0:1.0: 2 ports detected [ 1.495036] usbcore: registered new interface driver usbserial [ 1.496905] usbcore: registered new interface driver usbserial_generic [ 1.498888] usbserial: USB Serial support registered for generic [ 1.500786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.504389] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.506064] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.507849] mousedev: PS/2 mouse device common for all mice [ 1.509991] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.513217] rtc_cmos 00:00: RTC can wake from S4 [ 1.515441] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.518410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.520589] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.523596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.525653] cpuidle: using governor menu [ 1.527239] hidraw: raw HID events driver (C) Jiri Kosina [ 1.529054] usbcore: registered new interface driver usbhid [ 1.530793] usbhid: USB HID core driver [ 1.532242] drop_monitor: Initializing network drop monitor service [ 1.534186] TCP: cubic registered [ 1.535490] Initializing XFRM netlink socket [ 1.537043] NET: Registered protocol family 10 [ 1.538893] NET: Registered protocol family 17 [ 1.540584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.542435] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.544251] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.547263] Loading compiled-in X.509 certificates [ 1.548870] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.551931] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.555418] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.559243] registered taskstats version 1 [ 1.562900] Key type trusted registered [ 1.565944] Key type encrypted registered [ 1.568935] IMA: No TPM chip found, activating TPM-bypass! [ 1.571498] rtc_cmos 00:00: setting system clock to 2018-08-18 23:46:41 UTC (1534636001) [ 1.575578] Freeing unused kernel memory: 1680k freed [ 1.581313] 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.586766] systemd[1]: Detected virtualization kvm. [ 1.588445] systemd[1]: Detected architecture x86-64. [ 1.590126] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.593198] systemd[1]: No hostname configured. [ 1.594841] systemd[1]: Set hostname to . [ 1.596568] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.620360] systemd[1]: Created slice Root Slice. [ 1.622001] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.624595] systemd[1]: Listening on Journal Socket. [ 1.626264] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.628918] systemd[1]: Reached target Local File Systems. [ 1.630670] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.633258] systemd[1]: Reached target Timers. [ 1.634793] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.637293] systemd[1]: Created slice System Slice. [ 1.638946] systemd[1]: Starting System Slice. [ 1.640897] 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.645631] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.649266] systemd[1]: Reached target Slices. [ 1.650817] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.653383] systemd[1]: Listening on udev Kernel Socket. [ 1.655104] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Swap. [ 1.657733] systemd[1]: Reached target Swap. [ 1.659253] systemd[1]: Starting Swap. [ 1.660985] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.663772] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.666594] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.670718] systemd[1]: Reached target Paths. [ 1.672255] systemd[1]: Starting Paths. [ 1.673957] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.677600] systemd[1]: Listening on udev Control Socket. [ 1.679359] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.688999] systemd[1]: Reached target Sockets. [ 1.690580] systemd[1]: Starting Sockets. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.694390] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.698817] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.701682] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 1.720073] RPC: Registered named UNIX socket transport module. [ 1.721920] RPC: Registered udp transport module. [ 1.723663] RPC: Registered tcp transport module. [ 1.725402] 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... [ 1.796989] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.824146] scsi host0: ata_piix [ 1.825827] scsi host1: ata_piix [ 1.827405] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.829891] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.853182] FDC 0 is a S82078B [ 1.869473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.910837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.917203] 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.951226] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953389] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.955647] usb 1-1: Product: QEMU USB Tablet [ 1.957295] usb 1-1: Manufacturer: QEMU [ 1.958815] usb 1-1: SerialNumber: 42 [ 1.969418] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.973095] 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 2018-08-18 23:46:43,868 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-18 23:46:52,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:46:52,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/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}8c79579c605620b833c523afc22152968ef2d435" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:46:52,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-dc6a7381-7bf7-44e4-a9a9-e98618c0f082 x-compute-request-id: req-dc6a7381-7bf7-44e4-a9a9-e98618c0f082 Content-Encoding: gzip Content-Length: 11786 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 1928086959 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.423736] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.426750] pid_max: default: 32768 minimum: 301\n[ 0.428419] Security Framework initialized\n[ 0.429926] SELinux: Initializing.\n[ 0.431578] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.437888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.442082] Mount-cache hash table entries: 4096\n[ 0.444218] Initializing cgroup subsys memory\n[ 0.445993] Initializing cgroup subsys devices\n[ 0.447774] Initializing cgroup subsys freezer\n[ 0.449556] Initializing cgroup subsys net_cls\n[ 0.451346] Initializing cgroup subsys blkio\n[ 0.453095] Initializing cgroup subsys perf_event\n[ 0.454937] Initializing cgroup subsys hugetlb\n[ 0.456711] Initializing cgroup subsys pids\n[ 0.458448] Initializing cgroup subsys net_prio\n[ 0.460367] CPU: Physical Processor ID: 0\n[ 0.462805] mce: CPU supports 10 MCE banks\n[ 0.464580] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.466612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.468647] tlb_flushall_shift: 6\n[ 0.470394] Freeing SMP alternatives: 28k freed\n[ 0.474863] ACPI: Core revision 20130517\n[ 0.477005] ACPI: All ACPI Tables successfully acquired\n[ 0.479286] ftrace: allocating 25812 entries in 101 pages\n[ 0.501569] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.503947] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506299] smpboot: Max logical packages: 2\n[ 0.508355] Enabling x2apic\n[ 0.509738] Enabled x2apic\n[ 0.511439] Switched APIC routing to physical x2apic.\n[ 0.514500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.516465] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519963] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.528154] KVM setup paravirtual spinlock\n[ 0.531037] smpboot: Booting Node 0, Processors #1 OK\n[ 0.533163] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.555463] Brought up 2 CPUs\n[ 0.555466] KVM setup async PF for cpu 1\n[ 0.555469] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.559747] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.562614] devtmpfs: initialized\n[ 0.565358] EVM: security.selinux\n[ 0.566691] EVM: security.ima\n[ 0.567943] EVM: security.capability\n[ 0.569995] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.572062] pinctrl core: initialized pinctrl subsystem\n[ 0.573899] NET: Registered protocol family 16\n[ 0.575663] ACPI: bus type PCI registered\n[ 0.577138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.579188] PCI: Using configuration type 1 for base access\n[ 0.584413] ACPI: Added _OSI(Module Device)\n[ 0.585958] ACPI: Added _OSI(Processor Device)\n[ 0.587525] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589130] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.591958] ACPI: Interpreter enabled\n[ 0.593381] ACPI: (supports S0 S5)\n[ 0.594727] ACPI: Using IOAPIC for interrupt routing\n[ 0.596393] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.601325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.603229] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.605284] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.607276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.610983] acpiphp: Slot [3] registered\n[ 0.612456] acpiphp: Slot [4] registered\n[ 0.613924] acpiphp: Slot [5] registered\n[ 0.615389] acpiphp: Slot [6] registered\n[ 0.616851] acpiphp: Slot [7] registered\n[ 0.618313] acpiphp: Slot [8] registered\n[ 0.619771] acpiphp: Slot [9] registered\n[ 0.621241] acpiphp: Slot [10] registered\n[ 0.622719] acpiphp: Slot [11] registered\n[ 0.624195] acpiphp: Slot [12] registered\n[ 0.625689] acpiphp: Slot [13] registered\n[ 0.627173] acpiphp: Slot [14] registered\n[ 0.628672] acpiphp: Slot [15] registered\n[ 0.630163] acpiphp: Slot [16] registered\n[ 0.631642] acpiphp: Slot [17] registered\n[ 0.633122] acpiphp: Slot [18] registered\n[ 0.634601] acpiphp: Slot [19] registered\n[ 0.636092] acpiphp: Slot [20] registered\n[ 0.637578] acpiphp: Slot [21] registered\n[ 0.639066] acpiphp: Slot [22] registered\n[ 0.640547] acpiphp: Slot [23] registered\n[ 0.642023] acpiphp: Slot [24] registered\n[ 0.643551] acpiphp: Slot [25] registered\n[ 0.645034] acpiphp: Slot [26] registered\n[ 0.646528] acpiphp: Slot [27] registered\n[ 0.648006] acpiphp: Slot [28] registered\n[ 0.649490] acpiphp: Slot [29] registered\n[ 0.650968] acpiphp: Slot [30] registered\n[ 0.652452] acpiphp: Slot [31] registered\n[ 0.653924] PCI host bridge to bus 0000:00\n[ 0.655417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.657169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.659193] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.661215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.663939] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.666652] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.672100] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.674199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.676165] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.678261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.682448] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.685130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.708823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.711298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.713954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.716318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.718639] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.720813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.723034] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.725927] vgaarb: loaded\n[ 0.727140] vgaarb: bridge control possible 0000:00:02.0\n[ 0.729082] SCSI subsystem initialized\n[ 0.730539] ACPI: bus type USB registered\n[ 0.732041] usbcore: registered new interface driver usbfs\n[ 0.733839] usbcore: registered new interface driver hub\n[ 0.735616] usbcore: registered new device driver usb\n[ 0.737513] PCI: Using ACPI for IRQ routing\n[ 0.739428] NetLabel: Initializing\n[ 0.740789] NetLabel: domain hash size = 128\n[ 0.742335] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.744047] NetLabel: unlabeled traffic allowed by default\n[ 0.745966] Switched to clocksource kvm-clock\n[ 0.755923] pnp: PnP ACPI init\n[ 0.757263] ACPI: bus type PNP registered\n[ 0.759389] pnp: PnP ACPI: found 5 devices\n[ 0.761075] ACPI: bus type PNP unregistered\n[ 0.768964] NET: Registered protocol family 2\n[ 0.771010] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.774341] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.777056] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.779430] TCP: reno registered\n[ 0.780860] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.783054] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.785383] NET: Registered protocol family 1\n[ 0.787113] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.789200] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.791292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.811897] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.832074] Unpacking initramfs...\n[ 1.305953] Freeing initrd memory: 37508k freed\n[ 1.315782] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.318133] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.322311] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.324648] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.327241] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.329514] Initialise system trusted keyring\n[ 1.331303] audit: initializing netlink socket (disabled)\n[ 1.333355] type=2000 audit(1534636001.742:1): initialized\n[ 1.350961] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.353253] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.356445] zpool: loaded\n[ 1.357782] zbud: loaded\n[ 1.359280] VFS: Disk quotas dquot_6.5.2\n[ 1.360984] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.363430] msgmni has been set to 7578\n[ 1.365133] Key type big_key registered\n[ 1.367526] NET: Registered protocol family 38\n[ 1.369351] Key type asymmetric registered\n[ 1.371056] Asymmetric key parser 'x509' registered\n[ 1.372968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.376119] io scheduler noop registered\n[ 1.377791] io scheduler deadline registered (default)\n[ 1.393887] io scheduler cfq registered\n[ 1.395629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.397711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.400150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.403254] ACPI: Power Button [PWRF]\n[ 1.405007] GHES: HEST is not enabled!\n[ 1.406729] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.431250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.433830] Non-volatile memory driver v1.3\n[ 1.435349] Linux agpgart interface v0.103\n[ 1.436974] crash memory driver: version 1.1\n[ 1.438574] rdac: device handler registered\n[ 1.440143] hp_sw: device handler registered\n[ 1.441676] emc: device handler registered\n[ 1.443152] alua: device handler registered\n[ 1.444686] libphy: Fixed MDIO Bus: probed\n[ 1.446257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448210] ehci-pci: EHCI PCI platform driver\n[ 1.449767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.451667] ohci-pci: OHCI PCI platform driver\n[ 1.453233] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.473667] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.475456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.478198] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.479944] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.481853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.483897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.486563] usb usb1: Product: UHCI Host Controller\n[ 1.488212] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.490288] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.491988] hub 1-0:1.0: USB hub found\n[ 1.493423] hub 1-0:1.0: 2 ports detected\n[ 1.495036] usbcore: registered new interface driver usbserial\n[ 1.496905] usbcore: registered new interface driver usbserial_generic\n[ 1.498888] usbserial: USB Serial support registered for generic\n[ 1.500786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.504389] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.506064] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.507849] mousedev: PS/2 mouse device common for all mice\n[ 1.509991] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.513217] rtc_cmos 00:00: RTC can wake from S4\n[ 1.515441] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.518410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.520589] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.523596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.525653] cpuidle: using governor menu\n[ 1.527239] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.529054] usbcore: registered new interface driver usbhid\n[ 1.530793] usbhid: USB HID core driver\n[ 1.532242] drop_monitor: Initializing network drop monitor service\n[ 1.534186] TCP: cubic registered\n[ 1.535490] Initializing XFRM netlink socket\n[ 1.537043] NET: Registered protocol family 10\n[ 1.538893] NET: Registered protocol family 17\n[ 1.540584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.542435] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.544251] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.547263] Loading compiled-in X.509 certificates\n[ 1.548870] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.551931] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.555418] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.559243] registered taskstats version 1\n[ 1.562900] Key type trusted registered\n[ 1.565944] Key type encrypted registered\n[ 1.568935] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.571498] rtc_cmos 00:00: setting system clock to 2018-08-18 23:46:41 UTC (1534636001)\n[ 1.575578] Freeing unused kernel memory: 1680k freed\n[ 1.581313] 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.586766] systemd[1]: Detected virtualization kvm.\n[ 1.588445] systemd[1]: Detected architecture x86-64.\n[ 1.590126] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.593198] systemd[1]: No hostname configured.\n[ 1.594841] systemd[1]: Set hostname to .\n[ 1.596568] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.620360] systemd[1]: Created slice Root Slice.\n[ 1.622001] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.624595] systemd[1]: Listening on Journal Socket.\n[ 1.626264] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.628918] systemd[1]: Reached target Local File Systems.\n[ 1.630670] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.633258] systemd[1]: Reached target Timers.\n[ 1.634793] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.637293] systemd[1]: Created slice System Slice.\n[ 1.638946] systemd[1]: Starting System Slice.\n[ 1.640897] 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.645631] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.649266] systemd[1]: Reached target Slices.\n[ 1.650817] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.653383] systemd[1]: Listening on udev Kernel Socket.\n[ 1.655104] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.657733] systemd[1]: Reached target Swap.\n[ 1.659253] systemd[1]: Starting Swap.\n[ 1.660985] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.663772] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.666594] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.670718] systemd[1]: Reached target Paths.\n[ 1.672255] systemd[1]: Starting Paths.\n[ 1.673957] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.677600] systemd[1]: Listening on udev Control Socket.\n[ 1.679359] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.688999] systemd[1]: Reached target Sockets.\n[ 1.690580] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.694390] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.698817] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.701682] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 1.720073] RPC: Registered named UNIX socket transport module.\n[ 1.721920] RPC: Registered udp transport module.\n[ 1.723663] RPC: Registered tcp transport module.\n[ 1.725402] 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[ 1.796989] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.824146] scsi host0: ata_piix\n[ 1.825827] scsi host1: ata_piix\n[ 1.827405] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.829891] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.853182] FDC 0 is a S82078B\n[ 1.869473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.910837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.917203] 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.951226] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953389] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.955647] usb 1-1: Product: QEMU USB Tablet\n[ 1.957295] usb 1-1: Manufacturer: QEMU\n[ 1.958815] usb 1-1: SerialNumber: 42\n[ 1.969418] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.973095] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.059035] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.062131] XFS (vda1): Mounting V4 Filesystem\n[ 2.086708] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped 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.323044] tsc: Refined TSC clocksource calibration: 3491.845 MHz\n[ 2.331398] systemd-journald[142]: Received SIGTERM from PID 1 (systemd).\n[ 2.413691] SELinux: Disabled at runtime.\n[ 2.452055] type=1404 audit(1534636002.380:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.505780] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.507626] 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] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Huge Pages File System...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n 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 Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[ 2.866658] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[ 2.966103] systemd-journald[388]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Setup Virtual Console.\n[ 3.030282] type=1305 audit(1534636002.958:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[ 3.247482] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[ 3.265845] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.269722] [drm] Initialized drm 1.1.0 20060810\n[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n[ 3.294029] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.297480] [TTM] Initializing pool allocator\n[ 3.299662] [TTM] Initializing DMA pool allocator\n[ 3.304201] ppdev: user-space parallel port driver\n[ 3.305518] [drm] fb mappable at 0xFC000000\n[ 3.305519] [drm] vram aper at 0xFC000000\n[ 3.305519] [drm] size 33554432\n[ 3.305520] [drm] fb depth is 24\n[ 3.305520] [drm] pitch is 3072\n[ 3.314583] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.338545] Console: switching to colour frame buffer device 128x48\n[ 3.354167] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.358071] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting NTP client/server...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.435113] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[ 3.472619] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.493849] alg: No test for crc32 (crc32-pclmul)\n[ 3.497870] intel_rapl: no valid rapl domains found in package 0\n[ 3.504382] intel_rapl: no valid rapl domains found in package 0\n[ 3.517357] intel_powerclamp: No package C-state available\n[ 3.522336] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available\n[ 3.532330] intel_powerclamp: No package C-state available[ 3.534555] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:46:43 +0000. Up 3.50 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 OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.863155] cloud-init[791]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:46:46 +0000. Up 5.81 seconds.\n[ 5.885237] cloud-init[791]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.887363] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.889179] cloud-init[791]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.891061] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.892917] cloud-init[791]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.894725] cloud-init[791]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:02:c8:d8 |\n[ 5.900539] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.902350] cloud-init[791]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.904294] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.906235] cloud-init[791]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.915023] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.917220] cloud-init[791]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.919189] cloud-init[791]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.921115] cloud-init[791]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.923043] cloud-init[791]: 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: "} 2018-08-18 23:46:52,957 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/action used request id req-dc6a7381-7bf7-44e4-a9a9-e98618c0f082 2018-08-18 23:46:52,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0791299343109s 2018-08-18 23:46:52,959 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/action used request id req-dc6a7381-7bf7-44e4-a9a9-e98618c0f082 2018-08-18 23:46:52,959 - 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 1928086959 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.423736] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.426750] pid_max: default: 32768 minimum: 301 [ 0.428419] Security Framework initialized [ 0.429926] SELinux: Initializing. [ 0.431578] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.437888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.442082] Mount-cache hash table entries: 4096 [ 0.444218] Initializing cgroup subsys memory [ 0.445993] Initializing cgroup subsys devices [ 0.447774] Initializing cgroup subsys freezer [ 0.449556] Initializing cgroup subsys net_cls [ 0.451346] Initializing cgroup subsys blkio [ 0.453095] Initializing cgroup subsys perf_event [ 0.454937] Initializing cgroup subsys hugetlb [ 0.456711] Initializing cgroup subsys pids [ 0.458448] Initializing cgroup subsys net_prio [ 0.460367] CPU: Physical Processor ID: 0 [ 0.462805] mce: CPU supports 10 MCE banks [ 0.464580] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.466612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.468647] tlb_flushall_shift: 6 [ 0.470394] Freeing SMP alternatives: 28k freed [ 0.474863] ACPI: Core revision 20130517 [ 0.477005] ACPI: All ACPI Tables successfully acquired [ 0.479286] ftrace: allocating 25812 entries in 101 pages [ 0.501569] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.503947] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506299] smpboot: Max logical packages: 2 [ 0.508355] Enabling x2apic [ 0.509738] Enabled x2apic [ 0.511439] Switched APIC routing to physical x2apic. [ 0.514500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.516465] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519963] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.528154] KVM setup paravirtual spinlock [ 0.531037] smpboot: Booting Node 0, Processors #1 OK [ 0.533163] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.555463] Brought up 2 CPUs [ 0.555466] KVM setup async PF for cpu 1 [ 0.555469] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.559747] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.562614] devtmpfs: initialized [ 0.565358] EVM: security.selinux [ 0.566691] EVM: security.ima [ 0.567943] EVM: security.capability [ 0.569995] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.572062] pinctrl core: initialized pinctrl subsystem [ 0.573899] NET: Registered protocol family 16 [ 0.575663] ACPI: bus type PCI registered [ 0.577138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.579188] PCI: Using configuration type 1 for base access [ 0.584413] ACPI: Added _OSI(Module Device) [ 0.585958] ACPI: Added _OSI(Processor Device) [ 0.587525] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589130] ACPI: Added _OSI(Processor Aggregator Device) [ 0.591958] ACPI: Interpreter enabled [ 0.593381] ACPI: (supports S0 S5) [ 0.594727] ACPI: Using IOAPIC for interrupt routing [ 0.596393] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.601325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.603229] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.605284] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.607276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.610983] acpiphp: Slot [3] registered [ 0.612456] acpiphp: Slot [4] registered [ 0.613924] acpiphp: Slot [5] registered [ 0.615389] acpiphp: Slot [6] registered [ 0.616851] acpiphp: Slot [7] registered [ 0.618313] acpiphp: Slot [8] registered [ 0.619771] acpiphp: Slot [9] registered [ 0.621241] acpiphp: Slot [10] registered [ 0.622719] acpiphp: Slot [11] registered [ 0.624195] acpiphp: Slot [12] registered [ 0.625689] acpiphp: Slot [13] registered [ 0.627173] acpiphp: Slot [14] registered [ 0.628672] acpiphp: Slot [15] registered [ 0.630163] acpiphp: Slot [16] registered [ 0.631642] acpiphp: Slot [17] registered [ 0.633122] acpiphp: Slot [18] registered [ 0.634601] acpiphp: Slot [19] registered [ 0.636092] acpiphp: Slot [20] registered [ 0.637578] acpiphp: Slot [21] registered [ 0.639066] acpiphp: Slot [22] registered [ 0.640547] acpiphp: Slot [23] registered [ 0.642023] acpiphp: Slot [24] registered [ 0.643551] acpiphp: Slot [25] registered [ 0.645034] acpiphp: Slot [26] registered [ 0.646528] acpiphp: Slot [27] registered [ 0.648006] acpiphp: Slot [28] registered [ 0.649490] acpiphp: Slot [29] registered [ 0.650968] acpiphp: Slot [30] registered [ 0.652452] acpiphp: Slot [31] registered [ 0.653924] PCI host bridge to bus 0000:00 [ 0.655417] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.657169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.659193] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.661215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.663939] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.666652] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.672100] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.674199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.676165] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.678261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.682448] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.685130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.708823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.711298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.713954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.716318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.718639] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.720813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.723034] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.725927] vgaarb: loaded [ 0.727140] vgaarb: bridge control possible 0000:00:02.0 [ 0.729082] SCSI subsystem initialized [ 0.730539] ACPI: bus type USB registered [ 0.732041] usbcore: registered new interface driver usbfs [ 0.733839] usbcore: registered new interface driver hub [ 0.735616] usbcore: registered new device driver usb [ 0.737513] PCI: Using ACPI for IRQ routing [ 0.739428] NetLabel: Initializing [ 0.740789] NetLabel: domain hash size = 128 [ 0.742335] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.744047] NetLabel: unlabeled traffic allowed by default [ 0.745966] Switched to clocksource kvm-clock [ 0.755923] pnp: PnP ACPI init [ 0.757263] ACPI: bus type PNP registered [ 0.759389] pnp: PnP ACPI: found 5 devices [ 0.761075] ACPI: bus type PNP unregistered [ 0.768964] NET: Registered protocol family 2 [ 0.771010] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.774341] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.777056] TCP: Hash tables configured (established 32768 bind 32768) [ 0.779430] TCP: reno registered [ 0.780860] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.783054] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.785383] NET: Registered protocol family 1 [ 0.787113] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.789200] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.791292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.811897] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.832074] Unpacking initramfs... [ 1.305953] Freeing initrd memory: 37508k freed [ 1.315782] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.318133] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.322311] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.324648] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.327241] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.329514] Initialise system trusted keyring [ 1.331303] audit: initializing netlink socket (disabled) [ 1.333355] type=2000 audit(1534636001.742:1): initialized [ 1.350961] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.353253] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.356445] zpool: loaded [ 1.357782] zbud: loaded [ 1.359280] VFS: Disk quotas dquot_6.5.2 [ 1.360984] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.363430] msgmni has been set to 7578 [ 1.365133] Key type big_key registered [ 1.367526] NET: Registered protocol family 38 [ 1.369351] Key type asymmetric registered [ 1.371056] Asymmetric key parser 'x509' registered [ 1.372968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.376119] io scheduler noop registered [ 1.377791] io scheduler deadline registered (default) [ 1.393887] io scheduler cfq registered [ 1.395629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.397711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.400150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.403254] ACPI: Power Button [PWRF] [ 1.405007] GHES: HEST is not enabled! [ 1.406729] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.431250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.433830] Non-volatile memory driver v1.3 [ 1.435349] Linux agpgart interface v0.103 [ 1.436974] crash memory driver: version 1.1 [ 1.438574] rdac: device handler registered [ 1.440143] hp_sw: device handler registered [ 1.441676] emc: device handler registered [ 1.443152] alua: device handler registered [ 1.444686] libphy: Fixed MDIO Bus: probed [ 1.446257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448210] ehci-pci: EHCI PCI platform driver [ 1.449767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.451667] ohci-pci: OHCI PCI platform driver [ 1.453233] uhci_hcd: USB Universal Host Controller Interface driver [ 1.473667] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.475456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.478198] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.479944] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.481853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.483897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.486563] usb usb1: Product: UHCI Host Controller [ 1.488212] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.490288] usb usb1: SerialNumber: 0000:00:01.2 [ 1.491988] hub 1-0:1.0: USB hub found [ 1.493423] hub 1-0:1.0: 2 ports detected [ 1.495036] usbcore: registered new interface driver usbserial [ 1.496905] usbcore: registered new interface driver usbserial_generic [ 1.498888] usbserial: USB Serial support registered for generic [ 1.500786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.504389] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.506064] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.507849] mousedev: PS/2 mouse device common for all mice [ 1.509991] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.513217] rtc_cmos 00:00: RTC can wake from S4 [ 1.515441] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.518410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.520589] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.523596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.525653] cpuidle: using governor menu [ 1.527239] hidraw: raw HID events driver (C) Jiri Kosina [ 1.529054] usbcore: registered new interface driver usbhid [ 1.530793] usbhid: USB HID core driver [ 1.532242] drop_monitor: Initializing network drop monitor service [ 1.534186] TCP: cubic registered [ 1.535490] Initializing XFRM netlink socket [ 1.537043] NET: Registered protocol family 10 [ 1.538893] NET: Registered protocol family 17 [ 1.540584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.542435] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.544251] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.547263] Loading compiled-in X.509 certificates [ 1.548870] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.551931] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.555418] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.559243] registered taskstats version 1 [ 1.562900] Key type trusted registered [ 1.565944] Key type encrypted registered [ 1.568935] IMA: No TPM chip found, activating TPM-bypass! [ 1.571498] rtc_cmos 00:00: setting system clock to 2018-08-18 23:46:41 UTC (1534636001) [ 1.575578] Freeing unused kernel memory: 1680k freed [ 1.581313] 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.586766] systemd[1]: Detected virtualization kvm. [ 1.588445] systemd[1]: Detected architecture x86-64. [ 1.590126] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.593198] systemd[1]: No hostname configured. [ 1.594841] systemd[1]: Set hostname to . [ 1.596568] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.620360] systemd[1]: Created slice Root Slice. [ 1.622001] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.624595] systemd[1]: Listening on Journal Socket. [ 1.626264] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.628918] systemd[1]: Reached target Local File Systems. [ 1.630670] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.633258] systemd[1]: Reached target Timers. [ 1.634793] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.637293] systemd[1]: Created slice System Slice. [ 1.638946] systemd[1]: Starting System Slice. [ 1.640897] 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.645631] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.649266] systemd[1]: Reached target Slices. [ 1.650817] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.653383] systemd[1]: Listening on udev Kernel Socket. [ 1.655104] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Swap. [ 1.657733] systemd[1]: Reached target Swap. [ 1.659253] systemd[1]: Starting Swap. [ 1.660985] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.663772] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.666594] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.670718] systemd[1]: Reached target Paths. [ 1.672255] systemd[1]: Starting Paths. [ 1.673957] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.677600] systemd[1]: Listening on udev Control Socket. [ 1.679359] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.688999] systemd[1]: Reached target Sockets. [ 1.690580] systemd[1]: Starting Sockets. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.694390] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.698817] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.701682] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 1.720073] RPC: Registered named UNIX socket transport module. [ 1.721920] RPC: Registered udp transport module. [ 1.723663] RPC: Registered tcp transport module. [ 1.725402] 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... [ 1.796989] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.824146] scsi host0: ata_piix [ 1.825827] scsi host1: ata_piix [ 1.827405] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.829891] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.853182] FDC 0 is a S82078B [ 1.869473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.910837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.917203] 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.951226] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953389] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.955647] usb 1-1: Product: QEMU USB Tablet [ 1.957295] usb 1-1: Manufacturer: QEMU [ 1.958815] usb 1-1: SerialNumber: 42 [ 1.969418] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.973095] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.059035] SGI XFS with ACLs, security attributes, no debug enabled [ 2.062131] XFS (vda1): Mounting V4 Filesystem [ 2.086708] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped 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.323044] tsc: Refined TSC clocksource calibration: 3491.845 MHz [ 2.331398] systemd-journald[142]: Received SIGTERM from PID 1 (systemd). [ 2.413691] SELinux: Disabled at runtime. [ 2.452055] type=1404 audit(1534636002.380:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.505780] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.507626] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. Starting Create list of required st... nodes for the current kernel... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Huge Pages File System... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Initrd File Systems. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Apply Kernel Variables... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [ 2.866658] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [ 2.966103] systemd-journald[388]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Setup Virtual Console. [ 3.030282] type=1305 audit(1534636002.958:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [ 3.247482] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[ 3.265845] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.269722] [drm] Initialized drm 1.1.0 20060810 [32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... [ 3.294029] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [[32m OK [0m] Started D-Bus System Message Bus. [ 3.297480] [TTM] Initializing pool allocator [ 3.299662] [TTM] Initializing DMA pool allocator [ 3.304201] ppdev: user-space parallel port driver [ 3.305518] [drm] fb mappable at 0xFC000000 [ 3.305519] [drm] vram aper at 0xFC000000 [ 3.305519] [drm] size 33554432 [ 3.305520] [drm] fb depth is 24 [ 3.305520] [drm] pitch is 3072 [ 3.314583] fbcon: cirrusdrmfb (fb0) is primary device [ 3.338545] Console: switching to colour frame buffer device 128x48 [ 3.354167] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.358071] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting Login Service... Starting NTP client/server... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.435113] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.472619] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.493849] alg: No test for crc32 (crc32-pclmul) [ 3.497870] intel_rapl: no valid rapl domains found in package 0 [ 3.504382] intel_rapl: no valid rapl domains found in package 0 [ 3.517357] intel_powerclamp: No package C-state available [ 3.522336] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available [ 3.532330] intel_powerclamp: No package C-state available[ 3.534555] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:46:43 +0000. Up 3.50 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 OpenSSH server daemon... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.863155] cloud-init[791]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:46:46 +0000. Up 5.81 seconds. [ 5.885237] cloud-init[791]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.887363] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.889179] cloud-init[791]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.891061] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.892917] cloud-init[791]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.894725] cloud-init[791]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:02:c8:d8 | [ 5.900539] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.902350] cloud-init[791]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.904294] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.906235] cloud-init[791]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.915023] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.917220] cloud-init[791]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.919189] cloud-init[791]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.921115] cloud-init[791]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.923043] cloud-init[791]: 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: 2018-08-18 23:46:52,964 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ebb0b50L 2018-08-18 23:46:52,964 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 23:46:52,976 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-18 23:46:52,976 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-18 23:46:53,014 - 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-18 23:46:53,014 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 23:46:53,014 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-18 23:46:53,014 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 23:46:53,015 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 23:46:53,015 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 23:46:53,024 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 23:46:53,025 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 23:46:53,028 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.201: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-18 23:46:53,028 - paramiko.transport - DEBUG - Trying discovered key 8d4b3249527e2eb7cd17ca97f501ea43 in /tmp/tmpYFlLOg 2018-08-18 23:46:53,064 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 23:47:03,095 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-18 23:47:03,109 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-18 23:47:03,110 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 23:47:03,115 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-18 23:47:03,117 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.201: Authentication failed. 2018-08-18 23:47:12,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:47:12,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/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}8c79579c605620b833c523afc22152968ef2d435" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:47:12,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:47: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-ce12daf7-59c1-4eff-8431-74c5452ef4d1 x-compute-request-id: req-ce12daf7-59c1-4eff-8431-74c5452ef4d1 Content-Encoding: gzip Content-Length: 11786 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 1928086959 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.423736] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.426750] pid_max: default: 32768 minimum: 301\n[ 0.428419] Security Framework initialized\n[ 0.429926] SELinux: Initializing.\n[ 0.431578] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.437888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.442082] Mount-cache hash table entries: 4096\n[ 0.444218] Initializing cgroup subsys memory\n[ 0.445993] Initializing cgroup subsys devices\n[ 0.447774] Initializing cgroup subsys freezer\n[ 0.449556] Initializing cgroup subsys net_cls\n[ 0.451346] Initializing cgroup subsys blkio\n[ 0.453095] Initializing cgroup subsys perf_event\n[ 0.454937] Initializing cgroup subsys hugetlb\n[ 0.456711] Initializing cgroup subsys pids\n[ 0.458448] Initializing cgroup subsys net_prio\n[ 0.460367] CPU: Physical Processor ID: 0\n[ 0.462805] mce: CPU supports 10 MCE banks\n[ 0.464580] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.466612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.468647] tlb_flushall_shift: 6\n[ 0.470394] Freeing SMP alternatives: 28k freed\n[ 0.474863] ACPI: Core revision 20130517\n[ 0.477005] ACPI: All ACPI Tables successfully acquired\n[ 0.479286] ftrace: allocating 25812 entries in 101 pages\n[ 0.501569] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.503947] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506299] smpboot: Max logical packages: 2\n[ 0.508355] Enabling x2apic\n[ 0.509738] Enabled x2apic\n[ 0.511439] Switched APIC routing to physical x2apic.\n[ 0.514500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.516465] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519963] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.528154] KVM setup paravirtual spinlock\n[ 0.531037] smpboot: Booting Node 0, Processors #1 OK\n[ 0.533163] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.555463] Brought up 2 CPUs\n[ 0.555466] KVM setup async PF for cpu 1\n[ 0.555469] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.559747] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.562614] devtmpfs: initialized\n[ 0.565358] EVM: security.selinux\n[ 0.566691] EVM: security.ima\n[ 0.567943] EVM: security.capability\n[ 0.569995] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.572062] pinctrl core: initialized pinctrl subsystem\n[ 0.573899] NET: Registered protocol family 16\n[ 0.575663] ACPI: bus type PCI registered\n[ 0.577138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.579188] PCI: Using configuration type 1 for base access\n[ 0.584413] ACPI: Added _OSI(Module Device)\n[ 0.585958] ACPI: Added _OSI(Processor Device)\n[ 0.587525] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589130] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.591958] ACPI: Interpreter enabled\n[ 0.593381] ACPI: (supports S0 S5)\n[ 0.594727] ACPI: Using IOAPIC for interrupt routing\n[ 0.596393] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.601325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.603229] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.605284] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.607276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.610983] acpiphp: Slot [3] registered\n[ 0.612456] acpiphp: Slot [4] registered\n[ 0.613924] acpiphp: Slot [5] registered\n[ 0.615389] acpiphp: Slot [6] registered\n[ 0.616851] acpiphp: Slot [7] registered\n[ 0.618313] acpiphp: Slot [8] registered\n[ 0.619771] acpiphp: Slot [9] registered\n[ 0.621241] acpiphp: Slot [10] registered\n[ 0.622719] acpiphp: Slot [11] registered\n[ 0.624195] acpiphp: Slot [12] registered\n[ 0.625689] acpiphp: Slot [13] registered\n[ 0.627173] acpiphp: Slot [14] registered\n[ 0.628672] acpiphp: Slot [15] registered\n[ 0.630163] acpiphp: Slot [16] registered\n[ 0.631642] acpiphp: Slot [17] registered\n[ 0.633122] acpiphp: Slot [18] registered\n[ 0.634601] acpiphp: Slot [19] registered\n[ 0.636092] acpiphp: Slot [20] registered\n[ 0.637578] acpiphp: Slot [21] registered\n[ 0.639066] acpiphp: Slot [22] registered\n[ 0.640547] acpiphp: Slot [23] registered\n[ 0.642023] acpiphp: Slot [24] registered\n[ 0.643551] acpiphp: Slot [25] registered\n[ 0.645034] acpiphp: Slot [26] registered\n[ 0.646528] acpiphp: Slot [27] registered\n[ 0.648006] acpiphp: Slot [28] registered\n[ 0.649490] acpiphp: Slot [29] registered\n[ 0.650968] acpiphp: Slot [30] registered\n[ 0.652452] acpiphp: Slot [31] registered\n[ 0.653924] PCI host bridge to bus 0000:00\n[ 0.655417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.657169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.659193] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.661215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.663939] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.666652] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.672100] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.674199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.676165] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.678261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.682448] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.685130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.708823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.711298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.713954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.716318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.718639] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.720813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.723034] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.725927] vgaarb: loaded\n[ 0.727140] vgaarb: bridge control possible 0000:00:02.0\n[ 0.729082] SCSI subsystem initialized\n[ 0.730539] ACPI: bus type USB registered\n[ 0.732041] usbcore: registered new interface driver usbfs\n[ 0.733839] usbcore: registered new interface driver hub\n[ 0.735616] usbcore: registered new device driver usb\n[ 0.737513] PCI: Using ACPI for IRQ routing\n[ 0.739428] NetLabel: Initializing\n[ 0.740789] NetLabel: domain hash size = 128\n[ 0.742335] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.744047] NetLabel: unlabeled traffic allowed by default\n[ 0.745966] Switched to clocksource kvm-clock\n[ 0.755923] pnp: PnP ACPI init\n[ 0.757263] ACPI: bus type PNP registered\n[ 0.759389] pnp: PnP ACPI: found 5 devices\n[ 0.761075] ACPI: bus type PNP unregistered\n[ 0.768964] NET: Registered protocol family 2\n[ 0.771010] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.774341] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.777056] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.779430] TCP: reno registered\n[ 0.780860] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.783054] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.785383] NET: Registered protocol family 1\n[ 0.787113] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.789200] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.791292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.811897] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.832074] Unpacking initramfs...\n[ 1.305953] Freeing initrd memory: 37508k freed\n[ 1.315782] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.318133] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.322311] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.324648] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.327241] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.329514] Initialise system trusted keyring\n[ 1.331303] audit: initializing netlink socket (disabled)\n[ 1.333355] type=2000 audit(1534636001.742:1): initialized\n[ 1.350961] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.353253] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.356445] zpool: loaded\n[ 1.357782] zbud: loaded\n[ 1.359280] VFS: Disk quotas dquot_6.5.2\n[ 1.360984] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.363430] msgmni has been set to 7578\n[ 1.365133] Key type big_key registered\n[ 1.367526] NET: Registered protocol family 38\n[ 1.369351] Key type asymmetric registered\n[ 1.371056] Asymmetric key parser 'x509' registered\n[ 1.372968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.376119] io scheduler noop registered\n[ 1.377791] io scheduler deadline registered (default)\n[ 1.393887] io scheduler cfq registered\n[ 1.395629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.397711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.400150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.403254] ACPI: Power Button [PWRF]\n[ 1.405007] GHES: HEST is not enabled!\n[ 1.406729] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.431250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.433830] Non-volatile memory driver v1.3\n[ 1.435349] Linux agpgart interface v0.103\n[ 1.436974] crash memory driver: version 1.1\n[ 1.438574] rdac: device handler registered\n[ 1.440143] hp_sw: device handler registered\n[ 1.441676] emc: device handler registered\n[ 1.443152] alua: device handler registered\n[ 1.444686] libphy: Fixed MDIO Bus: probed\n[ 1.446257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448210] ehci-pci: EHCI PCI platform driver\n[ 1.449767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.451667] ohci-pci: OHCI PCI platform driver\n[ 1.453233] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.473667] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.475456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.478198] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.479944] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.481853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.483897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.486563] usb usb1: Product: UHCI Host Controller\n[ 1.488212] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.490288] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.491988] hub 1-0:1.0: USB hub found\n[ 1.493423] hub 1-0:1.0: 2 ports detected\n[ 1.495036] usbcore: registered new interface driver usbserial\n[ 1.496905] usbcore: registered new interface driver usbserial_generic\n[ 1.498888] usbserial: USB Serial support registered for generic\n[ 1.500786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.504389] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.506064] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.507849] mousedev: PS/2 mouse device common for all mice\n[ 1.509991] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.513217] rtc_cmos 00:00: RTC can wake from S4\n[ 1.515441] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.518410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.520589] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.523596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.525653] cpuidle: using governor menu\n[ 1.527239] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.529054] usbcore: registered new interface driver usbhid\n[ 1.530793] usbhid: USB HID core driver\n[ 1.532242] drop_monitor: Initializing network drop monitor service\n[ 1.534186] TCP: cubic registered\n[ 1.535490] Initializing XFRM netlink socket\n[ 1.537043] NET: Registered protocol family 10\n[ 1.538893] NET: Registered protocol family 17\n[ 1.540584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.542435] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.544251] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.547263] Loading compiled-in X.509 certificates\n[ 1.548870] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.551931] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.555418] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.559243] registered taskstats version 1\n[ 1.562900] Key type trusted registered\n[ 1.565944] Key type encrypted registered\n[ 1.568935] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.571498] rtc_cmos 00:00: setting system clock to 2018-08-18 23:46:41 UTC (1534636001)\n[ 1.575578] Freeing unused kernel memory: 1680k freed\n[ 1.581313] 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.586766] systemd[1]: Detected virtualization kvm.\n[ 1.588445] systemd[1]: Detected architecture x86-64.\n[ 1.590126] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.593198] systemd[1]: No hostname configured.\n[ 1.594841] systemd[1]: Set hostname to .\n[ 1.596568] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.620360] systemd[1]: Created slice Root Slice.\n[ 1.622001] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.624595] systemd[1]: Listening on Journal Socket.\n[ 1.626264] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.628918] systemd[1]: Reached target Local File Systems.\n[ 1.630670] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.633258] systemd[1]: Reached target Timers.\n[ 1.634793] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.637293] systemd[1]: Created slice System Slice.\n[ 1.638946] systemd[1]: Starting System Slice.\n[ 1.640897] 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.645631] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.649266] systemd[1]: Reached target Slices.\n[ 1.650817] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.653383] systemd[1]: Listening on udev Kernel Socket.\n[ 1.655104] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.657733] systemd[1]: Reached target Swap.\n[ 1.659253] systemd[1]: Starting Swap.\n[ 1.660985] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.663772] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.666594] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.670718] systemd[1]: Reached target Paths.\n[ 1.672255] systemd[1]: Starting Paths.\n[ 1.673957] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.677600] systemd[1]: Listening on udev Control Socket.\n[ 1.679359] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.688999] systemd[1]: Reached target Sockets.\n[ 1.690580] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.694390] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.698817] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.701682] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 1.720073] RPC: Registered named UNIX socket transport module.\n[ 1.721920] RPC: Registered udp transport module.\n[ 1.723663] RPC: Registered tcp transport module.\n[ 1.725402] 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[ 1.796989] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.824146] scsi host0: ata_piix\n[ 1.825827] scsi host1: ata_piix\n[ 1.827405] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.829891] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.853182] FDC 0 is a S82078B\n[ 1.869473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.910837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.917203] 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.951226] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953389] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.955647] usb 1-1: Product: QEMU USB Tablet\n[ 1.957295] usb 1-1: Manufacturer: QEMU\n[ 1.958815] usb 1-1: SerialNumber: 42\n[ 1.969418] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.973095] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.059035] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.062131] XFS (vda1): Mounting V4 Filesystem\n[ 2.086708] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped 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.323044] tsc: Refined TSC clocksource calibration: 3491.845 MHz\n[ 2.331398] systemd-journald[142]: Received SIGTERM from PID 1 (systemd).\n[ 2.413691] SELinux: Disabled at runtime.\n[ 2.452055] type=1404 audit(1534636002.380:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.505780] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.507626] 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] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Huge Pages File System...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n 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 Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[ 2.866658] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[ 2.966103] systemd-journald[388]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Setup Virtual Console.\n[ 3.030282] type=1305 audit(1534636002.958:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[ 3.247482] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[ 3.265845] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.269722] [drm] Initialized drm 1.1.0 20060810\n[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n[ 3.294029] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.297480] [TTM] Initializing pool allocator\n[ 3.299662] [TTM] Initializing DMA pool allocator\n[ 3.304201] ppdev: user-space parallel port driver\n[ 3.305518] [drm] fb mappable at 0xFC000000\n[ 3.305519] [drm] vram aper at 0xFC000000\n[ 3.305519] [drm] size 33554432\n[ 3.305520] [drm] fb depth is 24\n[ 3.305520] [drm] pitch is 3072\n[ 3.314583] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.338545] Console: switching to colour frame buffer device 128x48\n[ 3.354167] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.358071] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting NTP client/server...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.435113] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[ 3.472619] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.493849] alg: No test for crc32 (crc32-pclmul)\n[ 3.497870] intel_rapl: no valid rapl domains found in package 0\n[ 3.504382] intel_rapl: no valid rapl domains found in package 0\n[ 3.517357] intel_powerclamp: No package C-state available\n[ 3.522336] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available\n[ 3.532330] intel_powerclamp: No package C-state available[ 3.534555] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:46:43 +0000. Up 3.50 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 OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.863155] cloud-init[791]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:46:46 +0000. Up 5.81 seconds.\n[ 5.885237] cloud-init[791]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.887363] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.889179] cloud-init[791]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.891061] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.892917] cloud-init[791]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.894725] cloud-init[791]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:02:c8:d8 |\n[ 5.900539] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.902350] cloud-init[791]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.904294] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.906235] cloud-init[791]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.915023] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.917220] cloud-init[791]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.919189] cloud-init[791]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.921115] cloud-init[791]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.923043] cloud-init[791]: 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: "} 2018-08-18 23:47:12,209 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/action used request id req-ce12daf7-59c1-4eff-8431-74c5452ef4d1 2018-08-18 23:47:12,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0823850631714s 2018-08-18 23:47:12,211 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/action used request id req-ce12daf7-59c1-4eff-8431-74c5452ef4d1 2018-08-18 23:47:12,211 - 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 1928086959 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.423736] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.426750] pid_max: default: 32768 minimum: 301 [ 0.428419] Security Framework initialized [ 0.429926] SELinux: Initializing. [ 0.431578] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.437888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.442082] Mount-cache hash table entries: 4096 [ 0.444218] Initializing cgroup subsys memory [ 0.445993] Initializing cgroup subsys devices [ 0.447774] Initializing cgroup subsys freezer [ 0.449556] Initializing cgroup subsys net_cls [ 0.451346] Initializing cgroup subsys blkio [ 0.453095] Initializing cgroup subsys perf_event [ 0.454937] Initializing cgroup subsys hugetlb [ 0.456711] Initializing cgroup subsys pids [ 0.458448] Initializing cgroup subsys net_prio [ 0.460367] CPU: Physical Processor ID: 0 [ 0.462805] mce: CPU supports 10 MCE banks [ 0.464580] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.466612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.468647] tlb_flushall_shift: 6 [ 0.470394] Freeing SMP alternatives: 28k freed [ 0.474863] ACPI: Core revision 20130517 [ 0.477005] ACPI: All ACPI Tables successfully acquired [ 0.479286] ftrace: allocating 25812 entries in 101 pages [ 0.501569] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.503947] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506299] smpboot: Max logical packages: 2 [ 0.508355] Enabling x2apic [ 0.509738] Enabled x2apic [ 0.511439] Switched APIC routing to physical x2apic. [ 0.514500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.516465] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519963] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.528154] KVM setup paravirtual spinlock [ 0.531037] smpboot: Booting Node 0, Processors #1 OK [ 0.533163] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.555463] Brought up 2 CPUs [ 0.555466] KVM setup async PF for cpu 1 [ 0.555469] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.559747] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.562614] devtmpfs: initialized [ 0.565358] EVM: security.selinux [ 0.566691] EVM: security.ima [ 0.567943] EVM: security.capability [ 0.569995] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.572062] pinctrl core: initialized pinctrl subsystem [ 0.573899] NET: Registered protocol family 16 [ 0.575663] ACPI: bus type PCI registered [ 0.577138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.579188] PCI: Using configuration type 1 for base access [ 0.584413] ACPI: Added _OSI(Module Device) [ 0.585958] ACPI: Added _OSI(Processor Device) [ 0.587525] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589130] ACPI: Added _OSI(Processor Aggregator Device) [ 0.591958] ACPI: Interpreter enabled [ 0.593381] ACPI: (supports S0 S5) [ 0.594727] ACPI: Using IOAPIC for interrupt routing [ 0.596393] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.601325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.603229] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.605284] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.607276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.610983] acpiphp: Slot [3] registered [ 0.612456] acpiphp: Slot [4] registered [ 0.613924] acpiphp: Slot [5] registered [ 0.615389] acpiphp: Slot [6] registered [ 0.616851] acpiphp: Slot [7] registered [ 0.618313] acpiphp: Slot [8] registered [ 0.619771] acpiphp: Slot [9] registered [ 0.621241] acpiphp: Slot [10] registered [ 0.622719] acpiphp: Slot [11] registered [ 0.624195] acpiphp: Slot [12] registered [ 0.625689] acpiphp: Slot [13] registered [ 0.627173] acpiphp: Slot [14] registered [ 0.628672] acpiphp: Slot [15] registered [ 0.630163] acpiphp: Slot [16] registered [ 0.631642] acpiphp: Slot [17] registered [ 0.633122] acpiphp: Slot [18] registered [ 0.634601] acpiphp: Slot [19] registered [ 0.636092] acpiphp: Slot [20] registered [ 0.637578] acpiphp: Slot [21] registered [ 0.639066] acpiphp: Slot [22] registered [ 0.640547] acpiphp: Slot [23] registered [ 0.642023] acpiphp: Slot [24] registered [ 0.643551] acpiphp: Slot [25] registered [ 0.645034] acpiphp: Slot [26] registered [ 0.646528] acpiphp: Slot [27] registered [ 0.648006] acpiphp: Slot [28] registered [ 0.649490] acpiphp: Slot [29] registered [ 0.650968] acpiphp: Slot [30] registered [ 0.652452] acpiphp: Slot [31] registered [ 0.653924] PCI host bridge to bus 0000:00 [ 0.655417] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.657169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.659193] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.661215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.663939] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.666652] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.672100] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.674199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.676165] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.678261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.682448] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.685130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.708823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.711298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.713954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.716318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.718639] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.720813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.723034] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.725927] vgaarb: loaded [ 0.727140] vgaarb: bridge control possible 0000:00:02.0 [ 0.729082] SCSI subsystem initialized [ 0.730539] ACPI: bus type USB registered [ 0.732041] usbcore: registered new interface driver usbfs [ 0.733839] usbcore: registered new interface driver hub [ 0.735616] usbcore: registered new device driver usb [ 0.737513] PCI: Using ACPI for IRQ routing [ 0.739428] NetLabel: Initializing [ 0.740789] NetLabel: domain hash size = 128 [ 0.742335] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.744047] NetLabel: unlabeled traffic allowed by default [ 0.745966] Switched to clocksource kvm-clock [ 0.755923] pnp: PnP ACPI init [ 0.757263] ACPI: bus type PNP registered [ 0.759389] pnp: PnP ACPI: found 5 devices [ 0.761075] ACPI: bus type PNP unregistered [ 0.768964] NET: Registered protocol family 2 [ 0.771010] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.774341] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.777056] TCP: Hash tables configured (established 32768 bind 32768) [ 0.779430] TCP: reno registered [ 0.780860] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.783054] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.785383] NET: Registered protocol family 1 [ 0.787113] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.789200] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.791292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.811897] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.832074] Unpacking initramfs... [ 1.305953] Freeing initrd memory: 37508k freed [ 1.315782] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.318133] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.322311] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.324648] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.327241] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.329514] Initialise system trusted keyring [ 1.331303] audit: initializing netlink socket (disabled) [ 1.333355] type=2000 audit(1534636001.742:1): initialized [ 1.350961] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.353253] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.356445] zpool: loaded [ 1.357782] zbud: loaded [ 1.359280] VFS: Disk quotas dquot_6.5.2 [ 1.360984] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.363430] msgmni has been set to 7578 [ 1.365133] Key type big_key registered [ 1.367526] NET: Registered protocol family 38 [ 1.369351] Key type asymmetric registered [ 1.371056] Asymmetric key parser 'x509' registered [ 1.372968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.376119] io scheduler noop registered [ 1.377791] io scheduler deadline registered (default) [ 1.393887] io scheduler cfq registered [ 1.395629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.397711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.400150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.403254] ACPI: Power Button [PWRF] [ 1.405007] GHES: HEST is not enabled! [ 1.406729] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.431250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.433830] Non-volatile memory driver v1.3 [ 1.435349] Linux agpgart interface v0.103 [ 1.436974] crash memory driver: version 1.1 [ 1.438574] rdac: device handler registered [ 1.440143] hp_sw: device handler registered [ 1.441676] emc: device handler registered [ 1.443152] alua: device handler registered [ 1.444686] libphy: Fixed MDIO Bus: probed [ 1.446257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448210] ehci-pci: EHCI PCI platform driver [ 1.449767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.451667] ohci-pci: OHCI PCI platform driver [ 1.453233] uhci_hcd: USB Universal Host Controller Interface driver [ 1.473667] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.475456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.478198] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.479944] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.481853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.483897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.486563] usb usb1: Product: UHCI Host Controller [ 1.488212] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.490288] usb usb1: SerialNumber: 0000:00:01.2 [ 1.491988] hub 1-0:1.0: USB hub found [ 1.493423] hub 1-0:1.0: 2 ports detected [ 1.495036] usbcore: registered new interface driver usbserial [ 1.496905] usbcore: registered new interface driver usbserial_generic [ 1.498888] usbserial: USB Serial support registered for generic [ 1.500786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.504389] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.506064] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.507849] mousedev: PS/2 mouse device common for all mice [ 1.509991] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.513217] rtc_cmos 00:00: RTC can wake from S4 [ 1.515441] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.518410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.520589] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.523596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.525653] cpuidle: using governor menu [ 1.527239] hidraw: raw HID events driver (C) Jiri Kosina [ 1.529054] usbcore: registered new interface driver usbhid [ 1.530793] usbhid: USB HID core driver [ 1.532242] drop_monitor: Initializing network drop monitor service [ 1.534186] TCP: cubic registered [ 1.535490] Initializing XFRM netlink socket [ 1.537043] NET: Registered protocol family 10 [ 1.538893] NET: Registered protocol family 17 [ 1.540584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.542435] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.544251] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.547263] Loading compiled-in X.509 certificates [ 1.548870] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.551931] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.555418] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.559243] registered taskstats version 1 [ 1.562900] Key type trusted registered [ 1.565944] Key type encrypted registered [ 1.568935] IMA: No TPM chip found, activating TPM-bypass! [ 1.571498] rtc_cmos 00:00: setting system clock to 2018-08-18 23:46:41 UTC (1534636001) [ 1.575578] Freeing unused kernel memory: 1680k freed [ 1.581313] 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.586766] systemd[1]: Detected virtualization kvm. [ 1.588445] systemd[1]: Detected architecture x86-64. [ 1.590126] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.593198] systemd[1]: No hostname configured. [ 1.594841] systemd[1]: Set hostname to . [ 1.596568] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.620360] systemd[1]: Created slice Root Slice. [ 1.622001] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.624595] systemd[1]: Listening on Journal Socket. [ 1.626264] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.628918] systemd[1]: Reached target Local File Systems. [ 1.630670] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.633258] systemd[1]: Reached target Timers. [ 1.634793] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.637293] systemd[1]: Created slice System Slice. [ 1.638946] systemd[1]: Starting System Slice. [ 1.640897] 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.645631] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.649266] systemd[1]: Reached target Slices. [ 1.650817] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.653383] systemd[1]: Listening on udev Kernel Socket. [ 1.655104] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Swap. [ 1.657733] systemd[1]: Reached target Swap. [ 1.659253] systemd[1]: Starting Swap. [ 1.660985] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.663772] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.666594] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.670718] systemd[1]: Reached target Paths. [ 1.672255] systemd[1]: Starting Paths. [ 1.673957] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.677600] systemd[1]: Listening on udev Control Socket. [ 1.679359] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.688999] systemd[1]: Reached target Sockets. [ 1.690580] systemd[1]: Starting Sockets. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.694390] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.698817] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.701682] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 1.720073] RPC: Registered named UNIX socket transport module. [ 1.721920] RPC: Registered udp transport module. [ 1.723663] RPC: Registered tcp transport module. [ 1.725402] 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... [ 1.796989] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.824146] scsi host0: ata_piix [ 1.825827] scsi host1: ata_piix [ 1.827405] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.829891] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.853182] FDC 0 is a S82078B [ 1.869473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.910837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.917203] 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.951226] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953389] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.955647] usb 1-1: Product: QEMU USB Tablet [ 1.957295] usb 1-1: Manufacturer: QEMU [ 1.958815] usb 1-1: SerialNumber: 42 [ 1.969418] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.973095] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.059035] SGI XFS with ACLs, security attributes, no debug enabled [ 2.062131] XFS (vda1): Mounting V4 Filesystem [ 2.086708] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped 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.323044] tsc: Refined TSC clocksource calibration: 3491.845 MHz [ 2.331398] systemd-journald[142]: Received SIGTERM from PID 1 (systemd). [ 2.413691] SELinux: Disabled at runtime. [ 2.452055] type=1404 audit(1534636002.380:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.505780] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.507626] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. Starting Create list of required st... nodes for the current kernel... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Huge Pages File System... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Initrd File Systems. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Apply Kernel Variables... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [ 2.866658] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [ 2.966103] systemd-journald[388]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Setup Virtual Console. [ 3.030282] type=1305 audit(1534636002.958:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [ 3.247482] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[ 3.265845] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.269722] [drm] Initialized drm 1.1.0 20060810 [32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... [ 3.294029] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [[32m OK [0m] Started D-Bus System Message Bus. [ 3.297480] [TTM] Initializing pool allocator [ 3.299662] [TTM] Initializing DMA pool allocator [ 3.304201] ppdev: user-space parallel port driver [ 3.305518] [drm] fb mappable at 0xFC000000 [ 3.305519] [drm] vram aper at 0xFC000000 [ 3.305519] [drm] size 33554432 [ 3.305520] [drm] fb depth is 24 [ 3.305520] [drm] pitch is 3072 [ 3.314583] fbcon: cirrusdrmfb (fb0) is primary device [ 3.338545] Console: switching to colour frame buffer device 128x48 [ 3.354167] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.358071] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting Login Service... Starting NTP client/server... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.435113] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.472619] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.493849] alg: No test for crc32 (crc32-pclmul) [ 3.497870] intel_rapl: no valid rapl domains found in package 0 [ 3.504382] intel_rapl: no valid rapl domains found in package 0 [ 3.517357] intel_powerclamp: No package C-state available [ 3.522336] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available [ 3.532330] intel_powerclamp: No package C-state available[ 3.534555] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:46:43 +0000. Up 3.50 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 OpenSSH server daemon... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.863155] cloud-init[791]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:46:46 +0000. Up 5.81 seconds. [ 5.885237] cloud-init[791]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.887363] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.889179] cloud-init[791]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.891061] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.892917] cloud-init[791]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.894725] cloud-init[791]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:02:c8:d8 | [ 5.900539] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.902350] cloud-init[791]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.904294] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.906235] cloud-init[791]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.915023] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.917220] cloud-init[791]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.919189] cloud-init[791]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.921115] cloud-init[791]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.923043] cloud-init[791]: 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: 2018-08-18 23:47:12,215 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ebeaa50L 2018-08-18 23:47:12,216 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 23:47:12,221 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-18 23:47:12,221 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-18 23:47:12,223 - 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-18 23:47:12,223 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 23:47:12,223 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-18 23:47:12,224 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 23:47:12,224 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 23:47:12,224 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 23:47:12,229 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 23:47:12,229 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 23:47:12,232 - paramiko.transport - DEBUG - Trying discovered key 8d4b3249527e2eb7cd17ca97f501ea43 in /tmp/tmpYFlLOg 2018-08-18 23:47:12,269 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 23:47:22,289 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-18 23:47:22,317 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-18 23:47:22,318 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 23:47:22,324 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-18 23:47:22,325 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.201: Authentication failed. 2018-08-18 23:47:31,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:47:31,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/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}8c79579c605620b833c523afc22152968ef2d435" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:47:31,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-3bdb35bb-2f54-4128-9652-787d841b72d1 x-compute-request-id: req-3bdb35bb-2f54-4128-9652-787d841b72d1 Content-Encoding: gzip Content-Length: 11786 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 1928086959 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.423736] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.426750] pid_max: default: 32768 minimum: 301\n[ 0.428419] Security Framework initialized\n[ 0.429926] SELinux: Initializing.\n[ 0.431578] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.437888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.442082] Mount-cache hash table entries: 4096\n[ 0.444218] Initializing cgroup subsys memory\n[ 0.445993] Initializing cgroup subsys devices\n[ 0.447774] Initializing cgroup subsys freezer\n[ 0.449556] Initializing cgroup subsys net_cls\n[ 0.451346] Initializing cgroup subsys blkio\n[ 0.453095] Initializing cgroup subsys perf_event\n[ 0.454937] Initializing cgroup subsys hugetlb\n[ 0.456711] Initializing cgroup subsys pids\n[ 0.458448] Initializing cgroup subsys net_prio\n[ 0.460367] CPU: Physical Processor ID: 0\n[ 0.462805] mce: CPU supports 10 MCE banks\n[ 0.464580] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.466612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.468647] tlb_flushall_shift: 6\n[ 0.470394] Freeing SMP alternatives: 28k freed\n[ 0.474863] ACPI: Core revision 20130517\n[ 0.477005] ACPI: All ACPI Tables successfully acquired\n[ 0.479286] ftrace: allocating 25812 entries in 101 pages\n[ 0.501569] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.503947] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506299] smpboot: Max logical packages: 2\n[ 0.508355] Enabling x2apic\n[ 0.509738] Enabled x2apic\n[ 0.511439] Switched APIC routing to physical x2apic.\n[ 0.514500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.516465] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519963] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.528154] KVM setup paravirtual spinlock\n[ 0.531037] smpboot: Booting Node 0, Processors #1 OK\n[ 0.533163] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.555463] Brought up 2 CPUs\n[ 0.555466] KVM setup async PF for cpu 1\n[ 0.555469] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.559747] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.562614] devtmpfs: initialized\n[ 0.565358] EVM: security.selinux\n[ 0.566691] EVM: security.ima\n[ 0.567943] EVM: security.capability\n[ 0.569995] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.572062] pinctrl core: initialized pinctrl subsystem\n[ 0.573899] NET: Registered protocol family 16\n[ 0.575663] ACPI: bus type PCI registered\n[ 0.577138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.579188] PCI: Using configuration type 1 for base access\n[ 0.584413] ACPI: Added _OSI(Module Device)\n[ 0.585958] ACPI: Added _OSI(Processor Device)\n[ 0.587525] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589130] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.591958] ACPI: Interpreter enabled\n[ 0.593381] ACPI: (supports S0 S5)\n[ 0.594727] ACPI: Using IOAPIC for interrupt routing\n[ 0.596393] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.601325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.603229] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.605284] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.607276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.610983] acpiphp: Slot [3] registered\n[ 0.612456] acpiphp: Slot [4] registered\n[ 0.613924] acpiphp: Slot [5] registered\n[ 0.615389] acpiphp: Slot [6] registered\n[ 0.616851] acpiphp: Slot [7] registered\n[ 0.618313] acpiphp: Slot [8] registered\n[ 0.619771] acpiphp: Slot [9] registered\n[ 0.621241] acpiphp: Slot [10] registered\n[ 0.622719] acpiphp: Slot [11] registered\n[ 0.624195] acpiphp: Slot [12] registered\n[ 0.625689] acpiphp: Slot [13] registered\n[ 0.627173] acpiphp: Slot [14] registered\n[ 0.628672] acpiphp: Slot [15] registered\n[ 0.630163] acpiphp: Slot [16] registered\n[ 0.631642] acpiphp: Slot [17] registered\n[ 0.633122] acpiphp: Slot [18] registered\n[ 0.634601] acpiphp: Slot [19] registered\n[ 0.636092] acpiphp: Slot [20] registered\n[ 0.637578] acpiphp: Slot [21] registered\n[ 0.639066] acpiphp: Slot [22] registered\n[ 0.640547] acpiphp: Slot [23] registered\n[ 0.642023] acpiphp: Slot [24] registered\n[ 0.643551] acpiphp: Slot [25] registered\n[ 0.645034] acpiphp: Slot [26] registered\n[ 0.646528] acpiphp: Slot [27] registered\n[ 0.648006] acpiphp: Slot [28] registered\n[ 0.649490] acpiphp: Slot [29] registered\n[ 0.650968] acpiphp: Slot [30] registered\n[ 0.652452] acpiphp: Slot [31] registered\n[ 0.653924] PCI host bridge to bus 0000:00\n[ 0.655417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.657169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.659193] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.661215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.663939] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.666652] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.672100] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.674199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.676165] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.678261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.682448] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.685130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.708823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.711298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.713954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.716318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.718639] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.720813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.723034] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.725927] vgaarb: loaded\n[ 0.727140] vgaarb: bridge control possible 0000:00:02.0\n[ 0.729082] SCSI subsystem initialized\n[ 0.730539] ACPI: bus type USB registered\n[ 0.732041] usbcore: registered new interface driver usbfs\n[ 0.733839] usbcore: registered new interface driver hub\n[ 0.735616] usbcore: registered new device driver usb\n[ 0.737513] PCI: Using ACPI for IRQ routing\n[ 0.739428] NetLabel: Initializing\n[ 0.740789] NetLabel: domain hash size = 128\n[ 0.742335] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.744047] NetLabel: unlabeled traffic allowed by default\n[ 0.745966] Switched to clocksource kvm-clock\n[ 0.755923] pnp: PnP ACPI init\n[ 0.757263] ACPI: bus type PNP registered\n[ 0.759389] pnp: PnP ACPI: found 5 devices\n[ 0.761075] ACPI: bus type PNP unregistered\n[ 0.768964] NET: Registered protocol family 2\n[ 0.771010] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.774341] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.777056] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.779430] TCP: reno registered\n[ 0.780860] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.783054] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.785383] NET: Registered protocol family 1\n[ 0.787113] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.789200] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.791292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.811897] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.832074] Unpacking initramfs...\n[ 1.305953] Freeing initrd memory: 37508k freed\n[ 1.315782] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.318133] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.322311] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.324648] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.327241] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.329514] Initialise system trusted keyring\n[ 1.331303] audit: initializing netlink socket (disabled)\n[ 1.333355] type=2000 audit(1534636001.742:1): initialized\n[ 1.350961] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.353253] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.356445] zpool: loaded\n[ 1.357782] zbud: loaded\n[ 1.359280] VFS: Disk quotas dquot_6.5.2\n[ 1.360984] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.363430] msgmni has been set to 7578\n[ 1.365133] Key type big_key registered\n[ 1.367526] NET: Registered protocol family 38\n[ 1.369351] Key type asymmetric registered\n[ 1.371056] Asymmetric key parser 'x509' registered\n[ 1.372968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.376119] io scheduler noop registered\n[ 1.377791] io scheduler deadline registered (default)\n[ 1.393887] io scheduler cfq registered\n[ 1.395629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.397711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.400150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.403254] ACPI: Power Button [PWRF]\n[ 1.405007] GHES: HEST is not enabled!\n[ 1.406729] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.431250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.433830] Non-volatile memory driver v1.3\n[ 1.435349] Linux agpgart interface v0.103\n[ 1.436974] crash memory driver: version 1.1\n[ 1.438574] rdac: device handler registered\n[ 1.440143] hp_sw: device handler registered\n[ 1.441676] emc: device handler registered\n[ 1.443152] alua: device handler registered\n[ 1.444686] libphy: Fixed MDIO Bus: probed\n[ 1.446257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448210] ehci-pci: EHCI PCI platform driver\n[ 1.449767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.451667] ohci-pci: OHCI PCI platform driver\n[ 1.453233] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.473667] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.475456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.478198] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.479944] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.481853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.483897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.486563] usb usb1: Product: UHCI Host Controller\n[ 1.488212] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.490288] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.491988] hub 1-0:1.0: USB hub found\n[ 1.493423] hub 1-0:1.0: 2 ports detected\n[ 1.495036] usbcore: registered new interface driver usbserial\n[ 1.496905] usbcore: registered new interface driver usbserial_generic\n[ 1.498888] usbserial: USB Serial support registered for generic\n[ 1.500786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.504389] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.506064] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.507849] mousedev: PS/2 mouse device common for all mice\n[ 1.509991] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.513217] rtc_cmos 00:00: RTC can wake from S4\n[ 1.515441] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.518410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.520589] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.523596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.525653] cpuidle: using governor menu\n[ 1.527239] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.529054] usbcore: registered new interface driver usbhid\n[ 1.530793] usbhid: USB HID core driver\n[ 1.532242] drop_monitor: Initializing network drop monitor service\n[ 1.534186] TCP: cubic registered\n[ 1.535490] Initializing XFRM netlink socket\n[ 1.537043] NET: Registered protocol family 10\n[ 1.538893] NET: Registered protocol family 17\n[ 1.540584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.542435] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.544251] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.547263] Loading compiled-in X.509 certificates\n[ 1.548870] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.551931] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.555418] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.559243] registered taskstats version 1\n[ 1.562900] Key type trusted registered\n[ 1.565944] Key type encrypted registered\n[ 1.568935] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.571498] rtc_cmos 00:00: setting system clock to 2018-08-18 23:46:41 UTC (1534636001)\n[ 1.575578] Freeing unused kernel memory: 1680k freed\n[ 1.581313] 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.586766] systemd[1]: Detected virtualization kvm.\n[ 1.588445] systemd[1]: Detected architecture x86-64.\n[ 1.590126] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.593198] systemd[1]: No hostname configured.\n[ 1.594841] systemd[1]: Set hostname to .\n[ 1.596568] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.620360] systemd[1]: Created slice Root Slice.\n[ 1.622001] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.624595] systemd[1]: Listening on Journal Socket.\n[ 1.626264] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.628918] systemd[1]: Reached target Local File Systems.\n[ 1.630670] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.633258] systemd[1]: Reached target Timers.\n[ 1.634793] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.637293] systemd[1]: Created slice System Slice.\n[ 1.638946] systemd[1]: Starting System Slice.\n[ 1.640897] 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.645631] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.649266] systemd[1]: Reached target Slices.\n[ 1.650817] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.653383] systemd[1]: Listening on udev Kernel Socket.\n[ 1.655104] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.657733] systemd[1]: Reached target Swap.\n[ 1.659253] systemd[1]: Starting Swap.\n[ 1.660985] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.663772] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.666594] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.670718] systemd[1]: Reached target Paths.\n[ 1.672255] systemd[1]: Starting Paths.\n[ 1.673957] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.677600] systemd[1]: Listening on udev Control Socket.\n[ 1.679359] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.688999] systemd[1]: Reached target Sockets.\n[ 1.690580] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.694390] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.698817] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.701682] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 1.720073] RPC: Registered named UNIX socket transport module.\n[ 1.721920] RPC: Registered udp transport module.\n[ 1.723663] RPC: Registered tcp transport module.\n[ 1.725402] 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[ 1.796989] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.824146] scsi host0: ata_piix\n[ 1.825827] scsi host1: ata_piix\n[ 1.827405] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.829891] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.853182] FDC 0 is a S82078B\n[ 1.869473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.910837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.917203] 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.951226] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953389] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.955647] usb 1-1: Product: QEMU USB Tablet\n[ 1.957295] usb 1-1: Manufacturer: QEMU\n[ 1.958815] usb 1-1: SerialNumber: 42\n[ 1.969418] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.973095] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.059035] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.062131] XFS (vda1): Mounting V4 Filesystem\n[ 2.086708] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped 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.323044] tsc: Refined TSC clocksource calibration: 3491.845 MHz\n[ 2.331398] systemd-journald[142]: Received SIGTERM from PID 1 (systemd).\n[ 2.413691] SELinux: Disabled at runtime.\n[ 2.452055] type=1404 audit(1534636002.380:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.505780] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.507626] 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] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Huge Pages File System...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n 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 Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[ 2.866658] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[ 2.966103] systemd-journald[388]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Setup Virtual Console.\n[ 3.030282] type=1305 audit(1534636002.958:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[ 3.247482] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[ 3.265845] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.269722] [drm] Initialized drm 1.1.0 20060810\n[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n[ 3.294029] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.297480] [TTM] Initializing pool allocator\n[ 3.299662] [TTM] Initializing DMA pool allocator\n[ 3.304201] ppdev: user-space parallel port driver\n[ 3.305518] [drm] fb mappable at 0xFC000000\n[ 3.305519] [drm] vram aper at 0xFC000000\n[ 3.305519] [drm] size 33554432\n[ 3.305520] [drm] fb depth is 24\n[ 3.305520] [drm] pitch is 3072\n[ 3.314583] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.338545] Console: switching to colour frame buffer device 128x48\n[ 3.354167] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.358071] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting NTP client/server...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.435113] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[ 3.472619] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.493849] alg: No test for crc32 (crc32-pclmul)\n[ 3.497870] intel_rapl: no valid rapl domains found in package 0\n[ 3.504382] intel_rapl: no valid rapl domains found in package 0\n[ 3.517357] intel_powerclamp: No package C-state available\n[ 3.522336] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available\n[ 3.532330] intel_powerclamp: No package C-state available[ 3.534555] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:46:43 +0000. Up 3.50 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 OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.863155] cloud-init[791]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:46:46 +0000. Up 5.81 seconds.\n[ 5.885237] cloud-init[791]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.887363] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.889179] cloud-init[791]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.891061] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.892917] cloud-init[791]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.894725] cloud-init[791]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:02:c8:d8 |\n[ 5.900539] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.902350] cloud-init[791]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.904294] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.906235] cloud-init[791]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.915023] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.917220] cloud-init[791]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.919189] cloud-init[791]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.921115] cloud-init[791]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.923043] cloud-init[791]: 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: "} 2018-08-18 23:47:31,412 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/action used request id req-3bdb35bb-2f54-4128-9652-787d841b72d1 2018-08-18 23:47:31,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0775308609009s 2018-08-18 23:47:31,413 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1/action used request id req-3bdb35bb-2f54-4128-9652-787d841b72d1 2018-08-18 23:47:31,414 - 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 1928086959 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.423736] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.426750] pid_max: default: 32768 minimum: 301 [ 0.428419] Security Framework initialized [ 0.429926] SELinux: Initializing. [ 0.431578] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.437888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.442082] Mount-cache hash table entries: 4096 [ 0.444218] Initializing cgroup subsys memory [ 0.445993] Initializing cgroup subsys devices [ 0.447774] Initializing cgroup subsys freezer [ 0.449556] Initializing cgroup subsys net_cls [ 0.451346] Initializing cgroup subsys blkio [ 0.453095] Initializing cgroup subsys perf_event [ 0.454937] Initializing cgroup subsys hugetlb [ 0.456711] Initializing cgroup subsys pids [ 0.458448] Initializing cgroup subsys net_prio [ 0.460367] CPU: Physical Processor ID: 0 [ 0.462805] mce: CPU supports 10 MCE banks [ 0.464580] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.466612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.468647] tlb_flushall_shift: 6 [ 0.470394] Freeing SMP alternatives: 28k freed [ 0.474863] ACPI: Core revision 20130517 [ 0.477005] ACPI: All ACPI Tables successfully acquired [ 0.479286] ftrace: allocating 25812 entries in 101 pages [ 0.501569] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.503947] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506299] smpboot: Max logical packages: 2 [ 0.508355] Enabling x2apic [ 0.509738] Enabled x2apic [ 0.511439] Switched APIC routing to physical x2apic. [ 0.514500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.516465] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519963] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.528154] KVM setup paravirtual spinlock [ 0.531037] smpboot: Booting Node 0, Processors #1 OK [ 0.533163] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.555463] Brought up 2 CPUs [ 0.555466] KVM setup async PF for cpu 1 [ 0.555469] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.559747] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.562614] devtmpfs: initialized [ 0.565358] EVM: security.selinux [ 0.566691] EVM: security.ima [ 0.567943] EVM: security.capability [ 0.569995] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.572062] pinctrl core: initialized pinctrl subsystem [ 0.573899] NET: Registered protocol family 16 [ 0.575663] ACPI: bus type PCI registered [ 0.577138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.579188] PCI: Using configuration type 1 for base access [ 0.584413] ACPI: Added _OSI(Module Device) [ 0.585958] ACPI: Added _OSI(Processor Device) [ 0.587525] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589130] ACPI: Added _OSI(Processor Aggregator Device) [ 0.591958] ACPI: Interpreter enabled [ 0.593381] ACPI: (supports S0 S5) [ 0.594727] ACPI: Using IOAPIC for interrupt routing [ 0.596393] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.601325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.603229] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.605284] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.607276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.610983] acpiphp: Slot [3] registered [ 0.612456] acpiphp: Slot [4] registered [ 0.613924] acpiphp: Slot [5] registered [ 0.615389] acpiphp: Slot [6] registered [ 0.616851] acpiphp: Slot [7] registered [ 0.618313] acpiphp: Slot [8] registered [ 0.619771] acpiphp: Slot [9] registered [ 0.621241] acpiphp: Slot [10] registered [ 0.622719] acpiphp: Slot [11] registered [ 0.624195] acpiphp: Slot [12] registered [ 0.625689] acpiphp: Slot [13] registered [ 0.627173] acpiphp: Slot [14] registered [ 0.628672] acpiphp: Slot [15] registered [ 0.630163] acpiphp: Slot [16] registered [ 0.631642] acpiphp: Slot [17] registered [ 0.633122] acpiphp: Slot [18] registered [ 0.634601] acpiphp: Slot [19] registered [ 0.636092] acpiphp: Slot [20] registered [ 0.637578] acpiphp: Slot [21] registered [ 0.639066] acpiphp: Slot [22] registered [ 0.640547] acpiphp: Slot [23] registered [ 0.642023] acpiphp: Slot [24] registered [ 0.643551] acpiphp: Slot [25] registered [ 0.645034] acpiphp: Slot [26] registered [ 0.646528] acpiphp: Slot [27] registered [ 0.648006] acpiphp: Slot [28] registered [ 0.649490] acpiphp: Slot [29] registered [ 0.650968] acpiphp: Slot [30] registered [ 0.652452] acpiphp: Slot [31] registered [ 0.653924] PCI host bridge to bus 0000:00 [ 0.655417] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.657169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.659193] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.661215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.663939] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.666652] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.672100] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.674199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.676165] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.678261] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.682448] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.685130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.708823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.711298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.713954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.716318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.718639] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.720813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.723034] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.725927] vgaarb: loaded [ 0.727140] vgaarb: bridge control possible 0000:00:02.0 [ 0.729082] SCSI subsystem initialized [ 0.730539] ACPI: bus type USB registered [ 0.732041] usbcore: registered new interface driver usbfs [ 0.733839] usbcore: registered new interface driver hub [ 0.735616] usbcore: registered new device driver usb [ 0.737513] PCI: Using ACPI for IRQ routing [ 0.739428] NetLabel: Initializing [ 0.740789] NetLabel: domain hash size = 128 [ 0.742335] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.744047] NetLabel: unlabeled traffic allowed by default [ 0.745966] Switched to clocksource kvm-clock [ 0.755923] pnp: PnP ACPI init [ 0.757263] ACPI: bus type PNP registered [ 0.759389] pnp: PnP ACPI: found 5 devices [ 0.761075] ACPI: bus type PNP unregistered [ 0.768964] NET: Registered protocol family 2 [ 0.771010] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.774341] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.777056] TCP: Hash tables configured (established 32768 bind 32768) [ 0.779430] TCP: reno registered [ 0.780860] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.783054] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.785383] NET: Registered protocol family 1 [ 0.787113] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.789200] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.791292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.811897] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.832074] Unpacking initramfs... [ 1.305953] Freeing initrd memory: 37508k freed [ 1.315782] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.318133] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.322311] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.324648] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.327241] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.329514] Initialise system trusted keyring [ 1.331303] audit: initializing netlink socket (disabled) [ 1.333355] type=2000 audit(1534636001.742:1): initialized [ 1.350961] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.353253] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.356445] zpool: loaded [ 1.357782] zbud: loaded [ 1.359280] VFS: Disk quotas dquot_6.5.2 [ 1.360984] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.363430] msgmni has been set to 7578 [ 1.365133] Key type big_key registered [ 1.367526] NET: Registered protocol family 38 [ 1.369351] Key type asymmetric registered [ 1.371056] Asymmetric key parser 'x509' registered [ 1.372968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.376119] io scheduler noop registered [ 1.377791] io scheduler deadline registered (default) [ 1.393887] io scheduler cfq registered [ 1.395629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.397711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.400150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.403254] ACPI: Power Button [PWRF] [ 1.405007] GHES: HEST is not enabled! [ 1.406729] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.431250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.433830] Non-volatile memory driver v1.3 [ 1.435349] Linux agpgart interface v0.103 [ 1.436974] crash memory driver: version 1.1 [ 1.438574] rdac: device handler registered [ 1.440143] hp_sw: device handler registered [ 1.441676] emc: device handler registered [ 1.443152] alua: device handler registered [ 1.444686] libphy: Fixed MDIO Bus: probed [ 1.446257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448210] ehci-pci: EHCI PCI platform driver [ 1.449767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.451667] ohci-pci: OHCI PCI platform driver [ 1.453233] uhci_hcd: USB Universal Host Controller Interface driver [ 1.473667] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.475456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.478198] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.479944] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.481853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.483897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.486563] usb usb1: Product: UHCI Host Controller [ 1.488212] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.490288] usb usb1: SerialNumber: 0000:00:01.2 [ 1.491988] hub 1-0:1.0: USB hub found [ 1.493423] hub 1-0:1.0: 2 ports detected [ 1.495036] usbcore: registered new interface driver usbserial [ 1.496905] usbcore: registered new interface driver usbserial_generic [ 1.498888] usbserial: USB Serial support registered for generic [ 1.500786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.504389] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.506064] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.507849] mousedev: PS/2 mouse device common for all mice [ 1.509991] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.513217] rtc_cmos 00:00: RTC can wake from S4 [ 1.515441] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.518410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.520589] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.523596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.525653] cpuidle: using governor menu [ 1.527239] hidraw: raw HID events driver (C) Jiri Kosina [ 1.529054] usbcore: registered new interface driver usbhid [ 1.530793] usbhid: USB HID core driver [ 1.532242] drop_monitor: Initializing network drop monitor service [ 1.534186] TCP: cubic registered [ 1.535490] Initializing XFRM netlink socket [ 1.537043] NET: Registered protocol family 10 [ 1.538893] NET: Registered protocol family 17 [ 1.540584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.542435] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.544251] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.547263] Loading compiled-in X.509 certificates [ 1.548870] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.551931] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.555418] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.559243] registered taskstats version 1 [ 1.562900] Key type trusted registered [ 1.565944] Key type encrypted registered [ 1.568935] IMA: No TPM chip found, activating TPM-bypass! [ 1.571498] rtc_cmos 00:00: setting system clock to 2018-08-18 23:46:41 UTC (1534636001) [ 1.575578] Freeing unused kernel memory: 1680k freed [ 1.581313] 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.586766] systemd[1]: Detected virtualization kvm. [ 1.588445] systemd[1]: Detected architecture x86-64. [ 1.590126] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.593198] systemd[1]: No hostname configured. [ 1.594841] systemd[1]: Set hostname to . [ 1.596568] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.620360] systemd[1]: Created slice Root Slice. [ 1.622001] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.624595] systemd[1]: Listening on Journal Socket. [ 1.626264] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.628918] systemd[1]: Reached target Local File Systems. [ 1.630670] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.633258] systemd[1]: Reached target Timers. [ 1.634793] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.637293] systemd[1]: Created slice System Slice. [ 1.638946] systemd[1]: Starting System Slice. [ 1.640897] 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.645631] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.649266] systemd[1]: Reached target Slices. [ 1.650817] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.653383] systemd[1]: Listening on udev Kernel Socket. [ 1.655104] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Swap. [ 1.657733] systemd[1]: Reached target Swap. [ 1.659253] systemd[1]: Starting Swap. [ 1.660985] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.663772] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.666594] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.670718] systemd[1]: Reached target Paths. [ 1.672255] systemd[1]: Starting Paths. [ 1.673957] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.677600] systemd[1]: Listening on udev Control Socket. [ 1.679359] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.688999] systemd[1]: Reached target Sockets. [ 1.690580] systemd[1]: Starting Sockets. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.694390] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.698817] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.701682] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 1.720073] RPC: Registered named UNIX socket transport module. [ 1.721920] RPC: Registered udp transport module. [ 1.723663] RPC: Registered tcp transport module. [ 1.725402] 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... [ 1.796989] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.824146] scsi host0: ata_piix [ 1.825827] scsi host1: ata_piix [ 1.827405] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.829891] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.853182] FDC 0 is a S82078B [ 1.869473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.910837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.917203] 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.951226] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953389] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.955647] usb 1-1: Product: QEMU USB Tablet [ 1.957295] usb 1-1: Manufacturer: QEMU [ 1.958815] usb 1-1: SerialNumber: 42 [ 1.969418] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.973095] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.059035] SGI XFS with ACLs, security attributes, no debug enabled [ 2.062131] XFS (vda1): Mounting V4 Filesystem [ 2.086708] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped 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.323044] tsc: Refined TSC clocksource calibration: 3491.845 MHz [ 2.331398] systemd-journald[142]: Received SIGTERM from PID 1 (systemd). [ 2.413691] SELinux: Disabled at runtime. [ 2.452055] type=1404 audit(1534636002.380:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.505780] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.507626] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. Starting Create list of required st... nodes for the current kernel... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Huge Pages File System... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Initrd File Systems. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Apply Kernel Variables... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [ 2.866658] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [ 2.966103] systemd-journald[388]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Setup Virtual Console. [ 3.030282] type=1305 audit(1534636002.958:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [ 3.247482] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[ 3.265845] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.269722] [drm] Initialized drm 1.1.0 20060810 [32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... [ 3.294029] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [[32m OK [0m] Started D-Bus System Message Bus. [ 3.297480] [TTM] Initializing pool allocator [ 3.299662] [TTM] Initializing DMA pool allocator [ 3.304201] ppdev: user-space parallel port driver [ 3.305518] [drm] fb mappable at 0xFC000000 [ 3.305519] [drm] vram aper at 0xFC000000 [ 3.305519] [drm] size 33554432 [ 3.305520] [drm] fb depth is 24 [ 3.305520] [drm] pitch is 3072 [ 3.314583] fbcon: cirrusdrmfb (fb0) is primary device [ 3.338545] Console: switching to colour frame buffer device 128x48 [ 3.354167] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.358071] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting Login Service... Starting NTP client/server... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.435113] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.472619] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.493849] alg: No test for crc32 (crc32-pclmul) [ 3.497870] intel_rapl: no valid rapl domains found in package 0 [ 3.504382] intel_rapl: no valid rapl domains found in package 0 [ 3.517357] intel_powerclamp: No package C-state available [ 3.522336] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available [ 3.532330] intel_powerclamp: No package C-state available[ 3.534555] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:46:43 +0000. Up 3.50 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 OpenSSH server daemon... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.863155] cloud-init[791]: Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:46:46 +0000. Up 5.81 seconds. [ 5.885237] cloud-init[791]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.887363] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.889179] cloud-init[791]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.891061] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.892917] cloud-init[791]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.894725] cloud-init[791]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:02:c8:d8 | [ 5.900539] cloud-init[791]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.902350] cloud-init[791]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.904294] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.906235] cloud-init[791]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.915023] cloud-init[791]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.917220] cloud-init[791]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.919189] cloud-init[791]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.921115] cloud-init[791]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.923043] cloud-init[791]: 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: 2018-08-18 23:47:31,417 - paramiko.transport - DEBUG - starting thread (client mode): 0x5e840410L 2018-08-18 23:47:31,418 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 23:47:31,424 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-18 23:47:31,424 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-18 23:47:31,426 - 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-18 23:47:31,426 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 23:47:31,427 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-18 23:47:31,427 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 23:47:31,427 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 23:47:31,427 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 23:47:31,432 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 23:47:31,433 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 23:47:31,450 - paramiko.transport - DEBUG - Trying discovered key 8d4b3249527e2eb7cd17ca97f501ea43 in /tmp/tmpYFlLOg 2018-08-18 23:47:31,472 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 23:47:41,493 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-18 23:47:41,497 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-18 23:47:41,498 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-18 23:47:41,498 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-18 23:47:41,498 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2018-08-18 23:47:41,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:41,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:41,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:41,717 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:41,717 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:41,718 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:41,718 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:41,718 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 805, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8014, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 859, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 814, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 810, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 846, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-18 23:47:41,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:41,718 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:40 GMT 2018-08-18 23:47:41,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:41,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-18 23:47:41,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:41,719 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 805, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 8014, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 859, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 814, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 810, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 846, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-18 23:47:41,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2018-08-18 23:47:41,812 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:41,812 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:41,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:41,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:41,812 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:41,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:41,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:41,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 805, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8014, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 859, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 814, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 810, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 846, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-18 23:47:41,813 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:41,813 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:40 GMT 2018-08-18 23:47:41,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:41,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-18 23:47:41,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:41,813 - functest.core.cloudify - INFO - The current manager status is running 2018-08-18 23:47:41,814 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-18 23:47:41,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:41,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:41,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:41,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:41,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:41,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:41,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:41,877 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-18 23:47:41,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:47:40.954Z", "updated_at": "2018-08-18T23:47:40.954Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-18 23:47:41,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:41,877 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:40 GMT 2018-08-18 23:47:41,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:41,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-18 23:47:41,877 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:41,878 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2018-08-18 23:47:41,925 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:41,925 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:41,925 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:41,925 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:41,925 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:41,925 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:41,926 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:41,926 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-18T23:47:40.954Z", "updated_at": "2018-08-18T23:47:40.954Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-18 23:47:41,926 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:41,926 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:41 GMT 2018-08-18 23:47:41,926 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:41,926 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-18 23:47:41,926 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:41,926 - functest.core.cloudify - DEBUG - List secrets: 2018-08-18 23:47:41,927 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/secrets/foo 2018-08-18 23:47:41,974 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:41,974 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:41,974 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:41,974 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:41,974 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:41,974 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:41,974 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:41,975 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-18 23:47:41,975 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:47:40.954Z", "updated_at": "2018-08-18T23:47:40.954Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-18 23:47:41,975 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:41,975 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:41 GMT 2018-08-18 23:47:41,975 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:41,975 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-18 23:47:41,975 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:41,975 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-18 23:47:41,976 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-18 23:47:41,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 23:47:41,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:47:42,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d3e621-65b3-4e88-9537-dd4a0fe8de3f Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/57707c573fbd4786ae7d8dc00ed4284c"}, "tags": [], "enabled": true, "id": "57707c573fbd4786ae7d8dc00ed4284c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 23:47:42,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-90d3e621-65b3-4e88-9537-dd4a0fe8de3f 2018-08-18 23:47:42,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193810939789s 2018-08-18 23:47:42,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-90d3e621-65b3-4e88-9537-dd4a0fe8de3f 2018-08-18 23:47:42,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-18 23:47:42,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/quotas/57707c573fbd4786ae7d8dc00ed4284c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-18 23:47:42,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-3f66afe3-80b0-404c-b63e-76559dfcee85 Date: Sat, 18 Aug 2018 23:47:42 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-18 23:47:42,611 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/57707c573fbd4786ae7d8dc00ed4284c.json used request id req-3f66afe3-80b0-404c-b63e-76559dfcee85 2018-08-18 23:47:42,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.432641983032s 2018-08-18 23:47:42,611 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/57707c573fbd4786ae7d8dc00ed4284c.json used request id req-3f66afe3-80b0-404c-b63e-76559dfcee85 2018-08-18 23:47:42,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-18 23:47:42,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-18 23:47:42,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 23:47:42,624 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 23:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9586e41b-e625-48d7-8141-0800141ce17c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-18 23:47:42,624 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-9586e41b-e625-48d7-8141-0800141ce17c 2018-08-18 23:47:42,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:47:42,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69b32f69-c0a9-4e8f-b190-a30f9ad0fb73 Content-Encoding: gzip Content-Length: 858 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3220ab4ed05a40bf9d2e1278dcd6619d"}, "enabled": true, "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b1566ae2a5d4f7c81816c21ed2d5e40"}, "enabled": true, "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4730dc960cea404c8d1b192602e59886"}, "enabled": true, "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5a3d797353954386ba32f487084346f8"}, "enabled": true, "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/77553816578e44e0959db1d391266597"}, "enabled": true, "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86ee421a72744c04ab368db4e0c880a7"}, "enabled": true, "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/9adc66ad014f4961a9ea7d3ee8df592c"}, "enabled": true, "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a3ff63ef96d44f059d60f2be9db02efb"}, "enabled": true, "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/aab86086c08642bfbcea48c5aaba17a2"}, "enabled": true, "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/af10e8c2af504c21966e249d70c4e7e7"}, "enabled": true, "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/afe8d727d63246449c73cac35e11ef0e"}, "enabled": true, "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b47526e984904e72bfa0249a83525681"}, "enabled": true, "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c5b9a1d284ba4106bd4c78b348a7e9ce"}, "enabled": true, "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c653b08fa067480c945b92b71cdeab70"}, "enabled": true, "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/effb71043f3945f383eac25ddafdef1b"}, "enabled": true, "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-18 23:47:42,884 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-69b32f69-c0a9-4e8f-b190-a30f9ad0fb73 2018-08-18 23:47:42,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.269794940948s 2018-08-18 23:47:42,885 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-69b32f69-c0a9-4e8f-b190-a30f9ad0fb73 2018-08-18 23:47:42,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-18 23:47:42,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:47:43,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab4a2819-0b57-40a6-8f4e-eb082f0c2a14 Content-Encoding: gzip Content-Length: 1968 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/06d1e0df179c4ead81cc7ee4f1bae18f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/094fd07337654d98a81dc9da17ce02c1"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a3d797353954386ba32f487084346f8", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0addbfd797dd4da79c77edb52acdc176"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "77553816578e44e0959db1d391266597", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0bb385316915449697a52e0ad24185fb"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "0bb385316915449697a52e0ad24185fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0f01d18bf3494e0e90a94ad016a06ec0"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b47526e984904e72bfa0249a83525681", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1026b6a41ef84c2da83afab3caacc51f"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/15c8d10470bc4eeb86390cb9e133ffe9"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2de6937a73624d15a426abc9bdd3a41a"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2fab6d97aaf042f492445f4cc31bea1d"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "77553816578e44e0959db1d391266597", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/377016d2a4044a9c8db046b9d0964b2d"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/378d62397f3c43999fd34d22c1cccb60"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3ecc8dee6f744a5f85e0a136fe9ce628"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/46bd8c98e8824585a41a22e1b8e7f514"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/47de5b7076c24ee9991a16ac4cb49bbf"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b47526e984904e72bfa0249a83525681", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4bd6b0c2f1aa47f8ab68403f095df70b"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "77553816578e44e0959db1d391266597", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/51ea6fcc6ec9487685840f661fc4836b"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "51ea6fcc6ec9487685840f661fc4836b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/59a44f89b1334e308de7b3052f138ce1"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d41cebfd41e4d30b9e063735a377536"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "5d41cebfd41e4d30b9e063735a377536"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d42a83da3984583955b15d96e42dd78"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "5d42a83da3984583955b15d96e42dd78"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6bf61535e71b483d975332971dbd53e2"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "6bf61535e71b483d975332971dbd53e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/70a83018c8ab42d7842fcd1e561f9443"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/79bd2e67979c4b98a6cd7b587673364a"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/85d5760d551f4df6aca4281b496996e9"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "85d5760d551f4df6aca4281b496996e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/88bee3eece5c4d3d9265744d414f3a5c"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8db9f2d240a941e69c0f51b2fec056be"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9846c41c525142b986ee32e0a2590b88"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "9846c41c525142b986ee32e0a2590b88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9c044a08f6904fef94fb46c08a0e760a"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9edfe0f67787438e9dd2a753835b2219"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "9edfe0f67787438e9dd2a753835b2219"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9f6f7811a111490890ac327d3cf34685"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "9f6f7811a111490890ac327d3cf34685"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a94c4442201c4c1eb0bdf19d770d51b2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ad45a9ae800c40ec987b44cd1e0cdaff"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b2d458fe39ba4a8f8a29faff483f2061"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "b2d458fe39ba4a8f8a29faff483f2061"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c3c25fc6ad94447a821e727c7914c450"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a3d797353954386ba32f487084346f8", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d09f7ca50bc44f61a18f2e933a43be8f"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d949e52eaf1c417e99dd466d08796668"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "d949e52eaf1c417e99dd466d08796668"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dc4971d81d4f49f085aab29433318ee3"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "dc4971d81d4f49f085aab29433318ee3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ddf00c1973954143b34284147dca8ad8"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b47526e984904e72bfa0249a83525681", "id": "ddf00c1973954143b34284147dca8ad8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8874e74ef74422cbd9dd953abc2082a"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "f8874e74ef74422cbd9dd953abc2082a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8c17bbb087d49829022be469b32c1af"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a3d797353954386ba32f487084346f8", "id": "f8c17bbb087d49829022be469b32c1af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fe2efc0c246b4a7e9db6fedf44fd569e"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-18 23:47:43,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-ab4a2819-0b57-40a6-8f4e-eb082f0c2a14 2018-08-18 23:47:43,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.185225009918s 2018-08-18 23:47:43,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-ab4a2819-0b57-40a6-8f4e-eb082f0c2a14 2018-08-18 23:47:43,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '07003436-062d-42f1-a2b8-357b8889fe7b', 'keystone_tenant_name': u'cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.28:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244', 'project_domain_name': 'Default'} 2018-08-18 23:47:43,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2018-08-18 23:47:43,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:43,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:43,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:43,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:43,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:43,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:43,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:43,135 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-18 23:47:43,135 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:43,135 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:42 GMT 2018-08-18 23:47:43,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:43,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-18 23:47:43,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:43,136 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "07003436-062d-42f1-a2b8-357b8889fe7b"} 2018-08-18 23:47:43,240 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:43,240 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:43,240 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:43,240 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:43,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:43,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:43,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:43,240 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-18 23:47:43,240 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:47:42.321Z", "updated_at": "2018-08-18T23:47:42.321Z", "created_by": "admin", "private_resource": false, "value": "07003436-062d-42f1-a2b8-357b8889fe7b", "key": "keystone_password"} 2018-08-18 23:47:43,241 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:43,241 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:42 GMT 2018-08-18 23:47:43,241 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:43,241 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-18 23:47:43,241 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:43,241 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244"} 2018-08-18 23:47:43,337 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:43,337 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:43,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:43,338 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:43,338 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:43,338 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:43,338 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:43,338 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-18 23:47:43,338 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:47:42.419Z", "updated_at": "2018-08-18T23:47:42.419Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244", "key": "keystone_tenant_name"} 2018-08-18 23:47:43,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:43,338 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:42 GMT 2018-08-18 23:47:43,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:43,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-18 23:47:43,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:43,339 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-08-18 23:47:43,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:43,437 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:43,438 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:43,438 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:43,438 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:43,438 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:43,438 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:43,438 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-18 23:47:43,438 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:47:42.519Z", "updated_at": "2018-08-18T23:47:42.519Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-18 23:47:43,438 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:43,438 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:42 GMT 2018-08-18 23:47:43,438 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:43,439 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-18 23:47:43,439 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:43,439 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.28:5000"} 2018-08-18 23:47:43,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:43,496 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:43,496 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:43,496 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:43,496 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:43,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:43,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:43,497 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-18 23:47:43,497 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:47:42.582Z", "updated_at": "2018-08-18T23:47:42.582Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.28:5000", "key": "keystone_url"} 2018-08-18 23:47:43,497 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:43,497 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:42 GMT 2018-08-18 23:47:43,497 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:43,497 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-18 23:47:43,497 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:43,498 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-18 23:47:43,551 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:43,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:43,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:43,552 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:43,552 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:43,552 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:43,552 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:43,552 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-18 23:47:43,552 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:47:42.638Z", "updated_at": "2018-08-18T23:47:42.638Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-18 23:47:43,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:43,552 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:42 GMT 2018-08-18 23:47:43,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:43,553 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-18 23:47:43,553 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:43,553 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244"} 2018-08-18 23:47:43,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:43,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:43,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:43,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:43,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:43,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:43,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:43,606 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-18 23:47:43,607 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:47:42.692Z", "updated_at": "2018-08-18T23:47:42.692Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244", "key": "keystone_username"} 2018-08-18 23:47:43,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:43,607 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:42 GMT 2018-08-18 23:47:43,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:43,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-18 23:47:43,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:43,607 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-18 23:47:43,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:47:43,664 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:47:43,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:47:43,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:47:43,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:47:43,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:47:43,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:47:43,664 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-18 23:47:43,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-18T23:47:42.749Z", "updated_at": "2018-08-18T23:47:42.749Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-18 23:47:43,664 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:47:43,664 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:47:42 GMT 2018-08-18 23:47:43,665 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:47:43,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-18 23:47:43,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:47:43,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-18 23:47:43,665 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-18 23:47:43,666 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-18 23:47:43,666 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-18 23:47:43,669 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-18 23:47:43,704 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-18 23:47:43,705 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-18 23:47:43,706 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-18 23:47:43,745 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-18 23:47:43,745 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-18 23:47:43,772 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-18 23:48:04,742 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-18 23:48:04,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-18 23:48:04,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-18 23:48:04,743 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-18 23:48:04,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:48:04,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:05,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-4e038c09-19f7-4afe-a952-3f484c8cf0d3 Date: Sat, 18 Aug 2018 23:48:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:42:58Z", "updated_at": "2018-08-18T23:42:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "2bb88029-1309-4a42-bb21-d20c06eed0b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "6e88b8d2-c64c-4aec-85ba-b63f54c83fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "7d010bbc-19d3-4c85-af60-8b9bf1ea72b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "c147ccba-412f-4933-b9d2-5a98585420cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 1, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:28Z", "updated_at": "2018-08-18T23:44:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "0324301c-2640-4885-8210-794e9cceabfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "11049569-280e-48fa-97cf-157843e1bec2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "299085b0-fbbc-43dc-90a5-d6f9a32d5d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "2c94799e-dd96-4d93-9453-b19df44a3a29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "a00e07ac-1985-497d-97da-4d1f600d9637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "aeeab2c2-6ef4-468d-8f28-24bfba457b83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "bcfcec78-c79e-409f-a161-ab09bde81e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "ebc8f319-1268-4562-8e92-1e4b200ec099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 7, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "ae41ea55-d130-4740-b30e-c503e36d8871", "name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:48:05,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4e038c09-19f7-4afe-a952-3f484c8cf0d3 2018-08-18 23:48:05,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.317322015762s 2018-08-18 23:48:05,065 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4e038c09-19f7-4afe-a952-3f484c8cf0d3 2018-08-18 23:48:05,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 23:48:05,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" -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": "6229a26f-1eff-4c77-8a8b-b70421264edd"}}' 2018-08-18 23:48:05,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-62e6344b-0bc7-4e31-87cd-42ef1987f372 Date: Sat, 18 Aug 2018 23:48:05 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-18T23:48:05Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "port_range_min": 22, "revision_number": 0, "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:48:05Z", "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "a4d1e3dc-ffa4-4bd5-a989-6d2180d0c108"}} 2018-08-18 23:48:05,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-62e6344b-0bc7-4e31-87cd-42ef1987f372 2018-08-18 23:48:05,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.242375135422s 2018-08-18 23:48:05,310 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-62e6344b-0bc7-4e31-87cd-42ef1987f372 2018-08-18 23:48:05,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-18 23:48:05,367 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-18 23:48:08,037 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:48:08,038 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:48:08,038 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:48:08,038 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:48:08,038 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:48:08,038 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:48:08,038 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:48:08,038 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-18 23:48:08,039 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-18T23:48:07.073Z", "updated_at": "2018-08-18T23:48:07.073Z", "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.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.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"}}}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": "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": "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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": "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": "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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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-18 23:48:08,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:48:08,041 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:48:07 GMT 2018-08-18 23:48:08,041 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:48:08,041 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-18 23:48:08,041 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:48:08,064 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-18 23:48:09,522 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:d7ba271c24da7bd727354314039ce602 sha256:8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555 2018-08-18 23:48:09,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:48:09,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:09,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-e6653bb9-cde1-42b9-ac7c-ccbab98b1a55 Date: Sat, 18 Aug 2018 23:48:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:44:27Z", "file": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6/file", "owner": "57707c573fbd4786ae7d8dc00ed4284c", "id": "090265f1-3798-42fe-a55a-084cb28d57d6", "size": 4373348352, "self": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-18T23:43:25Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:48:09,821 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e6653bb9-cde1-42b9-ac7c-ccbab98b1a55 2018-08-18 23:48:09,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.297478914261s 2018-08-18 23:48:09,821 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e6653bb9-cde1-42b9-ac7c-ccbab98b1a55 2018-08-18 23:48:09,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 23:48:09,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" -d '{"owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "owner_specified.shade.object": "images/cloudify_ims-img_alt_03dfb399-8476-43e6-b82a-20acd5c12244", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_03dfb399-8476-43e6-b82a-20acd5c12244"}' 2018-08-18 23:48:09,873 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-73c8ca38-8247-4bb5-b668-c17abcdd47d3 Date: Sat, 18 Aug 2018 23:48:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:09Z", "file": "/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e/file", "owner": "57707c573fbd4786ae7d8dc00ed4284c", "id": "d72c3ca0-3b47-4bee-a5c4-0b42be7b686e", "size": null, "self": "/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_03dfb399-8476-43e6-b82a-20acd5c12244", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "cloudify_ims-img_alt_03dfb399-8476-43e6-b82a-20acd5c12244", "checksum": null, "created_at": "2018-08-18T23:48:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 23:48:09,873 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-73c8ca38-8247-4bb5-b668-c17abcdd47d3 2018-08-18 23:48:09,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0430660247803s 2018-08-18 23:48:09,874 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-73c8ca38-8247-4bb5-b668-c17abcdd47d3 returning object d72c3ca0-3b47-4bee-a5c4-0b42be7b686e 2018-08-18 23:48:09,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 23:48:09,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e/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}8c79579c605620b833c523afc22152968ef2d435" -d '' 2018-08-18 23:48:13,727 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e24ad612-2518-4c22-afc3-1abe827e41c1 Date: Sat, 18 Aug 2018 23:48: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-18 23:48:13,727 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e/file used request id req-e24ad612-2518-4c22-afc3-1abe827e41c1 2018-08-18 23:48:13,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.85276794434s 2018-08-18 23:48:13,728 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e/file used request id req-e24ad612-2518-4c22-afc3-1abe827e41c1 2018-08-18 23:48:13,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:48:13,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:13,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-d603f6c7-b2fe-4abf-a573-7e0f23f0e5ed Date: Sat, 18 Aug 2018 23:48:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:13Z", "file": "/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e/file", "owner": "57707c573fbd4786ae7d8dc00ed4284c", "id": "d72c3ca0-3b47-4bee-a5c4-0b42be7b686e", "size": 263324160, "self": "/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_03dfb399-8476-43e6-b82a-20acd5c12244", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "cloudify_ims-img_alt_03dfb399-8476-43e6-b82a-20acd5c12244", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T23:48:09Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:44:27Z", "file": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6/file", "owner": "57707c573fbd4786ae7d8dc00ed4284c", "id": "090265f1-3798-42fe-a55a-084cb28d57d6", "size": 4373348352, "self": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-18T23:43:25Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:48:13,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d603f6c7-b2fe-4abf-a573-7e0f23f0e5ed 2018-08-18 23:48:13,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0487239360809s 2018-08-18 23:48:13,781 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d603f6c7-b2fe-4abf-a573-7e0f23f0e5ed 2018-08-18 23:48:13,783 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e/file', 'owner': u'57707c573fbd4786ae7d8dc00ed4284c', 'id': u'd72c3ca0-3b47-4bee-a5c4-0b42be7b686e', 'size': 263324160, u'self': u'/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'57707c573fbd4786ae7d8dc00ed4284c', 'name': 'cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T23:48:13Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T23:48:13Z', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_03dfb399-8476-43e6-b82a-20acd5c12244', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', 'properties': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_03dfb399-8476-43e6-b82a-20acd5c12244', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_03dfb399-8476-43e6-b82a-20acd5c12244', 'created': u'2018-08-18T23:48:09Z', 'checksum': u'd7ba271c24da7bd727354314039ce602', 'created_at': u'2018-08-18T23:48:09Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', 'metadata': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_03dfb399-8476-43e6-b82a-20acd5c12244', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}}) 2018-08-18 23:48:13,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 23:48:13,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_03dfb399-8476-43e6-b82a-20acd5c12244", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-18 23:48:13,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-982ec472-cef4-4602-a694-89f6d37e7f73 x-compute-request-id: req-982ec472-cef4-4602-a694-89f6d37e7f73 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_03dfb399-8476-43e6-b82a-20acd5c12244", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/545c48ce-9cb9-47ed-9890-2b045cc8d9f0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/545c48ce-9cb9-47ed-9890-2b045cc8d9f0", "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": "545c48ce-9cb9-47ed-9890-2b045cc8d9f0"}} 2018-08-18 23:48:13,840 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-982ec472-cef4-4602-a694-89f6d37e7f73 2018-08-18 23:48:13,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0561511516571s 2018-08-18 23:48:13,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-982ec472-cef4-4602-a694-89f6d37e7f73 2018-08-18 23:48:13,842 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_03dfb399-8476-43e6-b82a-20acd5c12244', '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'916340bf06fe4cb5a723b53dc60090de', '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'545c48ce-9cb9-47ed-9890-2b045cc8d9f0', 'swap': 0}) 2018-08-18 23:48:13,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 23:48:13,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/545c48ce-9cb9-47ed-9890-2b045cc8d9f0/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}3b35bc6b28bdfde62cdd333ddada9416c003889a" -d '{"extra_specs": {}}' 2018-08-18 23:48:13,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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 x-openstack-request-id: req-004c63e1-1d73-4acf-832c-07236423f587 x-compute-request-id: req-004c63e1-1d73-4acf-832c-07236423f587 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 23:48:13,866 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/545c48ce-9cb9-47ed-9890-2b045cc8d9f0/os-extra_specs used request id req-004c63e1-1d73-4acf-832c-07236423f587 2018-08-18 23:48:13,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237209796906s 2018-08-18 23:48:13,867 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/545c48ce-9cb9-47ed-9890-2b045cc8d9f0/os-extra_specs used request id req-004c63e1-1d73-4acf-832c-07236423f587 2018-08-18 23:48:13,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-18 23:48:13,867 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "d72c3ca0-3b47-4bee-a5c4-0b42be7b686e", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "bono_cluster_size": 1, "flavor_id": "545c48ce-9cb9-47ed-9890-2b045cc8d9f0", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-08-18 23:48:15,598 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:48:15,598 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:48:15,598 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:48:15,598 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:48:15,598 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:48:15,598 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:48:15,598 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:48:15,599 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-18 23:48:15,599 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-18 23:48:15,599 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:48:15,599 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:48:14 GMT 2018-08-18 23:48:15,599 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:48:15,599 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-18 23:48:15,599 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:48:15,599 - functest.core.singlevm - ERROR - Cannot run cloudify_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 429, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 162, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 191, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-18 23:48:15,739 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 23:48:15,740 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 05:18 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-18 23:48:15,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-18 23:48:15,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2018-08-18 23:48:15,813 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:48:15,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:48:15,813 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:48:15,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:48:15,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:48:15,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:48:15,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:48:15,813 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-18T23:48:13.977Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fa6bc297-2535-4478-8682-b69061be83fc"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-18 23:48:15,814 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:48:15,814 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:48:14 GMT 2018-08-18 23:48:15,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:48:15,814 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-18 23:48:15,814 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:48:15,815 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.201:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-18 23:48:15,938 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-18 23:48:15,938 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-18 23:48:15,938 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-18 23:48:15,938 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-18 23:48:15,938 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-18 23:48:15,938 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-18 23:48:15,939 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-18 23:48:15,939 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-18 23:48:15,939 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_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_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-18 23:48:15,939 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-18 23:48:15,939 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 18 Aug 2018 23:48:15 GMT 2018-08-18 23:48:15,939 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-18 23:48:15,939 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-18 23:48:15,939 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-18 23:48:15,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 273, in clean force=True) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-18 23:48:15,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 23:48:15,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:17,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ed561fb-1266-4149-8de3-4eeec3d113f7 Date: Sat, 18 Aug 2018 23:48:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 23:48:17,123 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e used request id req-8ed561fb-1266-4149-8de3-4eeec3d113f7 2018-08-18 23:48:17,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.17543101311s 2018-08-18 23:48:17,123 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d72c3ca0-3b47-4bee-a5c4-0b42be7b686e used request id req-8ed561fb-1266-4149-8de3-4eeec3d113f7 2018-08-18 23:48:17,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:48:17,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:48:17,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48: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-daa42f36-c4de-4d4c-95e7-201f99ca0f7b x-compute-request-id: req-daa42f36-c4de-4d4c-95e7-201f99ca0f7b Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_03dfb399-8476-43e6-b82a-20acd5c12244", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "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": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31"}, {"name": "cloudify_ims-flavor_alt_03dfb399-8476-43e6-b82a-20acd5c12244", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/545c48ce-9cb9-47ed-9890-2b045cc8d9f0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/545c48ce-9cb9-47ed-9890-2b045cc8d9f0", "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": "545c48ce-9cb9-47ed-9890-2b045cc8d9f0"}]} 2018-08-18 23:48:17,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-daa42f36-c4de-4d4c-95e7-201f99ca0f7b 2018-08-18 23:48:17,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0238831043243s 2018-08-18 23:48:17,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-daa42f36-c4de-4d4c-95e7-201f99ca0f7b 2018-08-18 23:48:17,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 23:48:17,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/545c48ce-9cb9-47ed-9890-2b045cc8d9f0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:48:17,183 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23:48: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-466e6c1c-86bc-4687-ac94-cd8baa8aad8c x-compute-request-id: req-466e6c1c-86bc-4687-ac94-cd8baa8aad8c Content-Length: 0 Content-Type: application/json 2018-08-18 23:48:17,183 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/545c48ce-9cb9-47ed-9890-2b045cc8d9f0 used request id req-466e6c1c-86bc-4687-ac94-cd8baa8aad8c 2018-08-18 23:48:17,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0322859287262s 2018-08-18 23:48:17,183 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/545c48ce-9cb9-47ed-9890-2b045cc8d9f0 used request id req-466e6c1c-86bc-4687-ac94-cd8baa8aad8c 2018-08-18 23:48:17,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-18 23:48:17,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/7d4a41e5-a72a-4d8c-831d-1e42031e7fd7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:18,611 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-952c8b43-ed80-453b-bd34-19c3847495f6 Content-Length: 0 Date: Sat, 18 Aug 2018 23:48:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:48:18,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/7d4a41e5-a72a-4d8c-831d-1e42031e7fd7.json used request id req-952c8b43-ed80-453b-bd34-19c3847495f6 2018-08-18 23:48:18,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.42546701431s 2018-08-18 23:48:18,611 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/7d4a41e5-a72a-4d8c-831d-1e42031e7fd7.json used request id req-952c8b43-ed80-453b-bd34-19c3847495f6 2018-08-18 23:48:18,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 23:48:18,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:18,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-33ed8678-69ee-4598-a4eb-113d686aa777 Date: Sat, 18 Aug 2018 23:48:18 GMT RESP BODY: {"floatingips": []} 2018-08-18 23:48:18,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-33ed8678-69ee-4598-a4eb-113d686aa777 2018-08-18 23:48:18,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0495181083679s 2018-08-18 23:48:18,666 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-33ed8678-69ee-4598-a4eb-113d686aa777 2018-08-18 23:48:18,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 23:48:18,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:18,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23: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 x-openstack-request-id: req-52fd14d4-67c9-4352-ab7b-e94cd12cfe0c x-compute-request-id: req-52fd14d4-67c9-4352-ab7b-e94cd12cfe0c Content-Type: application/json 2018-08-18 23:48:18,845 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1 used request id req-52fd14d4-67c9-4352-ab7b-e94cd12cfe0c 2018-08-18 23:48:18,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.177517175674s 2018-08-18 23:48:18,845 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1 used request id req-52fd14d4-67c9-4352-ab7b-e94cd12cfe0c 2018-08-18 23:48:18,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:48:18,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:19,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-a67a65cd-ade1-49c8-ba58-ca47708daea6 x-compute-request-id: req-a67a65cd-ade1-49c8-ba58-ca47708daea6 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:c8:d8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:c8:d8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/521158cb-36c5-493e-a7d1-a38ed46637a1", "rel": "bookmark"}], "image": {"id": "090265f1-3798-42fe-a55a-084cb28d57d6", "links": [{"href": "http://172.30.9.28:8774/images/090265f1-3798-42fe-a55a-084cb28d57d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:46:38.000000", "flavor": {"id": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "links": [{"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "bookmark"}]}, "id": "521158cb-36c5-493e-a7d1-a38ed46637a1", "security_groups": [{"name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}], "user_id": "8c25be11e40b4da3bac625ceb3a3cc7c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:48:18Z", "hostId": "d80864a09071b41b61644ec6743294d5fb67ea55a448d02893f9d084", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244", "name": "cloudify_ims-vm_03dfb399-8476-43e6-b82a-20acd5c12244", "created": "2018-08-18T23:44:32Z", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:48:19,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a67a65cd-ade1-49c8-ba58-ca47708daea6 2018-08-18 23:48:19,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574099063873s 2018-08-18 23:48:19,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a67a65cd-ade1-49c8-ba58-ca47708daea6 2018-08-18 23:48:19,422 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 23:48:21,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:48:21,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:21,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48: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-4213a33c-1d17-43bf-9433-85174ce774a8 x-compute-request-id: req-4213a33c-1d17-43bf-9433-85174ce774a8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 23:48:21,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4213a33c-1d17-43bf-9433-85174ce774a8 2018-08-18 23:48:21,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0748000144958s 2018-08-18 23:48:21,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4213a33c-1d17-43bf-9433-85174ce774a8 2018-08-18 23:48:21,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 23:48:21,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:21,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-ced658ec-14d1-47ce-8225-a68cd5ec049a Date: Sat, 18 Aug 2018 23:48:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:42:58Z", "updated_at": "2018-08-18T23:48:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "2bb88029-1309-4a42-bb21-d20c06eed0b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "6e88b8d2-c64c-4aec-85ba-b63f54c83fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "7d010bbc-19d3-4c85-af60-8b9bf1ea72b2", "remote_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:48:05Z", "revision_number": 0, "id": "a4d1e3dc-ffa4-4bd5-a989-6d2180d0c108", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:48:05Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:42:58Z", "revision_number": 0, "id": "c147ccba-412f-4933-b9d2-5a98585420cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:42:58Z", "security_group_id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 2, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "6229a26f-1eff-4c77-8a8b-b70421264edd", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:44:28Z", "updated_at": "2018-08-18T23:44:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "0324301c-2640-4885-8210-794e9cceabfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "11049569-280e-48fa-97cf-157843e1bec2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "299085b0-fbbc-43dc-90a5-d6f9a32d5d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "2c94799e-dd96-4d93-9453-b19df44a3a29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "a00e07ac-1985-497d-97da-4d1f600d9637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-18T23:44:29Z", "revision_number": 0, "id": "aeeab2c2-6ef4-468d-8f28-24bfba457b83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:29Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "bcfcec78-c79e-409f-a161-ab09bde81e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv6", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T23:44:28Z", "revision_number": 0, "id": "ebc8f319-1268-4562-8e92-1e4b200ec099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T23:44:28Z", "security_group_id": "ae41ea55-d130-4740-b30e-c503e36d8871", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "port_range_min": null, "ethertype": "IPv4", "project_id": "57707c573fbd4786ae7d8dc00ed4284c"}], "revision_number": 7, "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "ae41ea55-d130-4740-b30e-c503e36d8871", "name": "cloudify_ims-sg_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:48:21,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ced658ec-14d1-47ce-8225-a68cd5ec049a 2018-08-18 23:48:21,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.050094127655s 2018-08-18 23:48:21,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ced658ec-14d1-47ce-8225-a68cd5ec049a 2018-08-18 23:48:21,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-18 23:48:21,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/ae41ea55-d130-4740-b30e-c503e36d8871.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:21,959 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79aa20b1-85e6-4009-a80c-872d83561e1a Content-Length: 0 Date: Sat, 18 Aug 2018 23:48:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:48:21,960 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ae41ea55-d130-4740-b30e-c503e36d8871.json used request id req-79aa20b1-85e6-4009-a80c-872d83561e1a 2018-08-18 23:48:21,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.403499126434s 2018-08-18 23:48:21,960 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ae41ea55-d130-4740-b30e-c503e36d8871.json used request id req-79aa20b1-85e6-4009-a80c-872d83561e1a 2018-08-18 23:48:21,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-18 23:48:21,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:22,009 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23:48: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-a677d2c6-6186-45ba-8fa4-bbcf44989d7a x-compute-request-id: req-a677d2c6-6186-45ba-8fa4-bbcf44989d7a Content-Length: 0 Content-Type: application/json 2018-08-18 23:48:22,009 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244 used request id req-a677d2c6-6186-45ba-8fa4-bbcf44989d7a 2018-08-18 23:48:22,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0484700202942s 2018-08-18 23:48:22,009 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_03dfb399-8476-43e6-b82a-20acd5c12244 used request id req-a677d2c6-6186-45ba-8fa4-bbcf44989d7a 2018-08-18 23:48:22,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 23:48:22,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2c99bac3-53fb-4644-bd77-b64cc690f56c/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}8c79579c605620b833c523afc22152968ef2d435" -d '{"subnet_id": "6fa06ea8-c8f0-419d-a9c1-d1553085d9c9"}' 2018-08-18 23:48:23,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9f1f2a20-3794-4a00-99a2-463f91413d51 Date: Sat, 18 Aug 2018 23:48:23 GMT RESP BODY: {"network_id": "6bcd1778-87ef-4e53-85af-046b45cbc922", "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "subnet_id": "6fa06ea8-c8f0-419d-a9c1-d1553085d9c9", "subnet_ids": ["6fa06ea8-c8f0-419d-a9c1-d1553085d9c9"], "port_id": "78b95d9b-b887-45e5-893d-be434b658327", "id": "2c99bac3-53fb-4644-bd77-b64cc690f56c"} 2018-08-18 23:48:23,697 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2c99bac3-53fb-4644-bd77-b64cc690f56c/remove_router_interface.json used request id req-9f1f2a20-3794-4a00-99a2-463f91413d51 2018-08-18 23:48:23,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68758296967s 2018-08-18 23:48:23,698 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2c99bac3-53fb-4644-bd77-b64cc690f56c/remove_router_interface.json used request id req-9f1f2a20-3794-4a00-99a2-463f91413d51 returning object 2c99bac3-53fb-4644-bd77-b64cc690f56c 2018-08-18 23:48:23,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 23:48:23,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:23,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-b7fd2c8c-4038-4ca9-bc42-6ac762df27c5 Date: Sat, 18 Aug 2018 23:48:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "57707c573fbd4786ae7d8dc00ed4284c", "created_at": "2018-08-18T23:42:59Z", "admin_state_up": true, "updated_at": "2018-08-18T23:48:22Z", "revision_number": 4, "routes": [], "project_id": "57707c573fbd4786ae7d8dc00ed4284c", "id": "2c99bac3-53fb-4644-bd77-b64cc690f56c", "name": "cloudify_ims-router_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:48:23,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b7fd2c8c-4038-4ca9-bc42-6ac762df27c5 2018-08-18 23:48:23,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116192817688s 2018-08-18 23:48:23,815 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b7fd2c8c-4038-4ca9-bc42-6ac762df27c5 2018-08-18 23:48:23,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 23:48:23,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/2c99bac3-53fb-4644-bd77-b64cc690f56c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:25,159 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58c04ba5-524d-405a-b8d5-4afda87d60c9 Content-Length: 0 Date: Sat, 18 Aug 2018 23:48:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:48:25,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2c99bac3-53fb-4644-bd77-b64cc690f56c.json used request id req-58c04ba5-524d-405a-b8d5-4afda87d60c9 2018-08-18 23:48:25,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34362697601s 2018-08-18 23:48:25,160 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2c99bac3-53fb-4644-bd77-b64cc690f56c.json used request id req-58c04ba5-524d-405a-b8d5-4afda87d60c9 2018-08-18 23:48:25,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 23:48:25,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:25,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-4e91acc1-2531-449c-a929-5d43a6357e7d Date: Sat, 18 Aug 2018 23:48:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6bcd1778-87ef-4e53-85af-046b45cbc922","tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:42:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T23:42:58Z","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":"57707c573fbd4786ae7d8dc00ed4284c","id":"6fa06ea8-c8f0-419d-a9c1-d1553085d9c9","subnetpool_id":null,"name":"cloudify_ims-subnet_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:48:25,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4e91acc1-2531-449c-a929-5d43a6357e7d 2018-08-18 23:48:25,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0402820110321s 2018-08-18 23:48:25,201 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4e91acc1-2531-449c-a929-5d43a6357e7d 2018-08-18 23:48:25,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 23:48:25,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/6fa06ea8-c8f0-419d-a9c1-d1553085d9c9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:26,420 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bef186e6-b26f-4533-97cd-aabe03dbfbbe Date: Sat, 18 Aug 2018 23:48:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:48:26,421 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6fa06ea8-c8f0-419d-a9c1-d1553085d9c9.json used request id req-bef186e6-b26f-4533-97cd-aabe03dbfbbe 2018-08-18 23:48:26,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.21815800667s 2018-08-18 23:48:26,421 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6fa06ea8-c8f0-419d-a9c1-d1553085d9c9.json used request id req-bef186e6-b26f-4533-97cd-aabe03dbfbbe 2018-08-18 23:48:26,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:48:26,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:26,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-22d4e8f8-d0d1-4d13-9128-f8fcc1ee4eae Date: Sat, 18 Aug 2018 23:48:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-18T23:48:26Z","tenant_id":"57707c573fbd4786ae7d8dc00ed4284c","created_at":"2018-08-18T23:42:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57707c573fbd4786ae7d8dc00ed4284c","id":"6bcd1778-87ef-4e53-85af-046b45cbc922","name":"cloudify_ims-net_03dfb399-8476-43e6-b82a-20acd5c12244"}]} 2018-08-18 23:48:26,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-22d4e8f8-d0d1-4d13-9128-f8fcc1ee4eae 2018-08-18 23:48:26,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104837179184s 2018-08-18 23:48:26,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-22d4e8f8-d0d1-4d13-9128-f8fcc1ee4eae 2018-08-18 23:48:26,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 23:48:26,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/6bcd1778-87ef-4e53-85af-046b45cbc922.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:28,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb145cfe-ad16-4236-9dfd-c679708422b2 Date: Sat, 18 Aug 2018 23:48:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 23:48:28,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6bcd1778-87ef-4e53-85af-046b45cbc922.json used request id req-eb145cfe-ad16-4236-9dfd-c679708422b2 2018-08-18 23:48:28,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.84865117073s 2018-08-18 23:48:28,377 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6bcd1778-87ef-4e53-85af-046b45cbc922.json used request id req-eb145cfe-ad16-4236-9dfd-c679708422b2 2018-08-18 23:48:28,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:48:28,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:28,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-669091ea-4adf-45e0-be72-84bd45406a1d Date: Sat, 18 Aug 2018 23:48:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:44:27Z", "file": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6/file", "owner": "57707c573fbd4786ae7d8dc00ed4284c", "id": "090265f1-3798-42fe-a55a-084cb28d57d6", "size": 4373348352, "self": "/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/090265f1-3798-42fe-a55a-084cb28d57d6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_03dfb399-8476-43e6-b82a-20acd5c12244", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-18T23:43:25Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:48:28,676 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-669091ea-4adf-45e0-be72-84bd45406a1d 2018-08-18 23:48:28,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.29474401474s 2018-08-18 23:48:28,676 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-669091ea-4adf-45e0-be72-84bd45406a1d 2018-08-18 23:48:28,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 23:48:28,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c79579c605620b833c523afc22152968ef2d435" 2018-08-18 23:48:29,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e760c5b2-38e6-4628-85fe-75779dd6f8ca Date: Sat, 18 Aug 2018 23:48:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 23:48:29,160 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6 used request id req-e760c5b2-38e6-4628-85fe-75779dd6f8ca 2018-08-18 23:48:29,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.481615066528s 2018-08-18 23:48:29,160 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/090265f1-3798-42fe-a55a-084cb28d57d6 used request id req-e760c5b2-38e6-4628-85fe-75779dd6f8ca 2018-08-18 23:48:29,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:48:29,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:48:29,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-3abe3391-b0e3-477f-96fd-cb62fbfe954e x-compute-request-id: req-3abe3391-b0e3-477f-96fd-cb62fbfe954e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_03dfb399-8476-43e6-b82a-20acd5c12244", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31", "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": "1df8505c-dcfb-4a1c-bc80-8a946d2b9e31"}]} 2018-08-18 23:48:29,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3abe3391-b0e3-477f-96fd-cb62fbfe954e 2018-08-18 23:48:29,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247869491577s 2018-08-18 23:48:29,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3abe3391-b0e3-477f-96fd-cb62fbfe954e 2018-08-18 23:48:29,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 23:48:29,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:48:29,225 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 23: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 x-openstack-request-id: req-e4068fda-77bb-4d18-8368-1d5284ab84c6 x-compute-request-id: req-e4068fda-77bb-4d18-8368-1d5284ab84c6 Content-Length: 0 Content-Type: application/json 2018-08-18 23:48:29,225 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31 used request id req-e4068fda-77bb-4d18-8368-1d5284ab84c6 2018-08-18 23:48:29,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0379419326782s 2018-08-18 23:48:29,225 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1df8505c-dcfb-4a1c-bc80-8a946d2b9e31 used request id req-e4068fda-77bb-4d18-8368-1d5284ab84c6 2018-08-18 23:48:29,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 23:48:29,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:48:29,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c830cd4c-4eac-45d1-87d5-d41d66576774 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244", "links": {"self": "http://172.30.9.28:5000/v3/users/8c25be11e40b4da3bac625ceb3a3cc7c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8c25be11e40b4da3bac625ceb3a3cc7c", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 23:48:29,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c830cd4c-4eac-45d1-87d5-d41d66576774 2018-08-18 23:48:29,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213354825974s 2018-08-18 23:48:29,440 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c830cd4c-4eac-45d1-87d5-d41d66576774 2018-08-18 23:48:29,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 23:48:29,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/8c25be11e40b4da3bac625ceb3a3cc7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:48:29,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4586ed71-85e4-48b3-a2d2-5f76da9f7291 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_03dfb399-8476-43e6-b82a-20acd5c12244", "links": {"self": "http://172.30.9.28:5000/v3/users/8c25be11e40b4da3bac625ceb3a3cc7c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "8c25be11e40b4da3bac625ceb3a3cc7c", "description": null}} 2018-08-18 23:48:29,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8c25be11e40b4da3bac625ceb3a3cc7c used request id req-4586ed71-85e4-48b3-a2d2-5f76da9f7291 2018-08-18 23:48:29,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.283340930939s 2018-08-18 23:48:29,729 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8c25be11e40b4da3bac625ceb3a3cc7c used request id req-4586ed71-85e4-48b3-a2d2-5f76da9f7291 2018-08-18 23:48:29,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 23:48:29,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/8c25be11e40b4da3bac625ceb3a3cc7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:48:30,006 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:48:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-618d7a76-37d1-4e4c-bf32-6dfad9cf0f78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:48:30,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8c25be11e40b4da3bac625ceb3a3cc7c used request id req-618d7a76-37d1-4e4c-bf32-6dfad9cf0f78 2018-08-18 23:48:30,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.276808023453s 2018-08-18 23:48:30,007 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8c25be11e40b4da3bac625ceb3a3cc7c used request id req-618d7a76-37d1-4e4c-bf32-6dfad9cf0f78 2018-08-18 23:48:30,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 23:48:30,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:48:30,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b735090a-d9e1-45ce-ab8d-ac326fffb1e6 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/57707c573fbd4786ae7d8dc00ed4284c"}, "tags": [], "enabled": true, "id": "57707c573fbd4786ae7d8dc00ed4284c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_03dfb399-8476-43e6-b82a-20acd5c12244"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 23:48:30,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b735090a-d9e1-45ce-ab8d-ac326fffb1e6 2018-08-18 23:48:30,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.177349805832s 2018-08-18 23:48:30,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b735090a-d9e1-45ce-ab8d-ac326fffb1e6 2018-08-18 23:48:30,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 23:48:30,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/57707c573fbd4786ae7d8dc00ed4284c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b35bc6b28bdfde62cdd333ddada9416c003889a" 2018-08-18 23:48:30,461 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:48:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-932a89e0-92bd-4cdb-8167-76a53bfc65b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:48:30,461 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/57707c573fbd4786ae7d8dc00ed4284c used request id req-932a89e0-92bd-4cdb-8167-76a53bfc65b6 2018-08-18 23:48:30,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.263027906418s 2018-08-18 23:48:30,461 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/57707c573fbd4786ae7d8dc00ed4284c used request id req-932a89e0-92bd-4cdb-8167-76a53bfc65b6 2018-08-18 23:48:30,462 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-08-18 23:48:30,490 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-18 23:48:30,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:48:30,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:48:30,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:48:30,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:48:30,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:48:30,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:48:30,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:48:30,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:48:30,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:48:30,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:48:30,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:48:30,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:48:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:48:30,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1815b05-a6d1-4875-a407-d0458e5aec89 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:48:30,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f1815b05-a6d1-4875-a407-d0458e5aec89 2018-08-18 23:48:30,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:48:30,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:48:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["6IdOj7XBTGmCF-0J1OoN6A"], "issued_at": "2018-08-18T23:48:30.000000Z"}} 2018-08-18 23:48:30,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:48:30,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:31,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-550fa0ee-c6f8-49d0-b457-53a54ed8c6fa Date: Sat, 18 Aug 2018 23:48:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-18 23:48:31,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-550fa0ee-c6f8-49d0-b457-53a54ed8c6fa 2018-08-18 23:48:31,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346297979355s 2018-08-18 23:48:31,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-550fa0ee-c6f8-49d0-b457-53a54ed8c6fa 2018-08-18 23:48:31,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:48:31,270 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 23:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcf9b6e2-1616-454f-9669-8f3a4afc1249 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-18 23:48:31,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-bcf9b6e2-1616-454f-9669-8f3a4afc1249 2018-08-18 23:48:31,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 23:48:31,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:31,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9305d8b0-bbc4-492c-8278-80af5b2d74a5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 23:48:31,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-9305d8b0-bbc4-492c-8278-80af5b2d74a5 2018-08-18 23:48:31,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.308328866959s 2018-08-18 23:48:31,580 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-9305d8b0-bbc4-492c-8278-80af5b2d74a5 2018-08-18 23:48:31,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 23:48:31,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a3f24337b69364d727a9fe157699e937dcb5039b" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2"}}' 2018-08-18 23:48:31,735 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 23:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98d2266e-fbc0-4deb-97dc-74d55cfbda61 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.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d"}, "tags": [], "enabled": true, "id": "687e1b875c954a938e775bfd60ed676d", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2"}} 2018-08-18 23:48:31,735 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-98d2266e-fbc0-4deb-97dc-74d55cfbda61 2018-08-18 23:48:31,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.146896123886s 2018-08-18 23:48:31,736 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-98d2266e-fbc0-4deb-97dc-74d55cfbda61 2018-08-18 23:48:31,736 - 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'687e1b875c954a938e775bfd60ed676d', '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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}) 2018-08-18 23:48:31,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 23:48:31,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8f609102-35a1-45f8-8f2c-2e1990737483", "email": null, "name": "heat_ims-user_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2"}}' 2018-08-18 23:48:32,157 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 23:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d4e5dc0-d61c-45d0-b8a9-3812ee145c36 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": {"self": "http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05aa915bd2d84d959454a1068e884da8", "domain_id": "default", "password_expires_at": null}} 2018-08-18 23:48:32,157 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-4d4e5dc0-d61c-45d0-b8a9-3812ee145c36 2018-08-18 23:48:32,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.416037082672s 2018-08-18 23:48:32,158 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-4d4e5dc0-d61c-45d0-b8a9-3812ee145c36 2018-08-18 23:48:32,159 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'05aa915bd2d84d959454a1068e884da8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}) 2018-08-18 23:48:32,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:48:32,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:32,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f877aec1-5be5-49e7-8c0f-a08b900275d7 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:48:32,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f877aec1-5be5-49e7-8c0f-a08b900275d7 2018-08-18 23:48:32,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179178953171s 2018-08-18 23:48:32,342 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f877aec1-5be5-49e7-8c0f-a08b900275d7 2018-08-18 23:48:32,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:48:32,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:32,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb0f1cf-3271-4b31-8515-be211d2ac4fe Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:48:32,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3fb0f1cf-3271-4b31-8515-be211d2ac4fe 2018-08-18 23:48:32,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175462961197s 2018-08-18 23:48:32,526 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3fb0f1cf-3271-4b31-8515-be211d2ac4fe 2018-08-18 23:48:32,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:48:32,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:32,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18651be3-2bae-42ca-9a9e-1c85dc19312e Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:48:32,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-18651be3-2bae-42ca-9a9e-1c85dc19312e 2018-08-18 23:48:32,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105945110321s 2018-08-18 23:48:32,637 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-18651be3-2bae-42ca-9a9e-1c85dc19312e 2018-08-18 23:48:32,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 23:48:32,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:32,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf8853f-f69e-45cd-bbce-65e1cf9c3e85 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 23:48:32,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-6cf8853f-f69e-45cd-bbce-65e1cf9c3e85 2018-08-18 23:48:32,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0972871780396s 2018-08-18 23:48:32,740 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-6cf8853f-f69e-45cd-bbce-65e1cf9c3e85 2018-08-18 23:48:32,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 23:48:32,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:32,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc0289ec-5e40-4d7f-9a3c-fa1e616c7b57 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_ims-user_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": {"self": "http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05aa915bd2d84d959454a1068e884da8", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 23:48:32,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-cc0289ec-5e40-4d7f-9a3c-fa1e616c7b57 2018-08-18 23:48:32,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.25238609314s 2018-08-18 23:48:32,994 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-cc0289ec-5e40-4d7f-9a3c-fa1e616c7b57 2018-08-18 23:48:33,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 23:48:33,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:33,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b75b666-ca3f-4a94-9c61-5966040a839a Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d"}, "tags": [], "enabled": true, "id": "687e1b875c954a938e775bfd60ed676d", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 23:48:33,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1b75b666-ca3f-4a94-9c61-5966040a839a 2018-08-18 23:48:33,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103218078613s 2018-08-18 23:48:33,109 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1b75b666-ca3f-4a94-9c61-5966040a839a 2018-08-18 23:48:33,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 23:48:33,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=05aa915bd2d84d959454a1068e884da8&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=687e1b875c954a938e775bfd60ed676d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:33,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a21002a-d172-4c1d-9010-9463c14e07aa Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=05aa915bd2d84d959454a1068e884da8&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=687e1b875c954a938e775bfd60ed676d", "previous": null, "next": null}} 2018-08-18 23:48:33,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=05aa915bd2d84d959454a1068e884da8&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=687e1b875c954a938e775bfd60ed676d used request id req-0a21002a-d172-4c1d-9010-9463c14e07aa 2018-08-18 23:48:33,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.194659948349s 2018-08-18 23:48:33,312 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=05aa915bd2d84d959454a1068e884da8&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=687e1b875c954a938e775bfd60ed676d used request id req-0a21002a-d172-4c1d-9010-9463c14e07aa 2018-08-18 23:48:33,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 23:48:33,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d/users/05aa915bd2d84d959454a1068e884da8/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:33,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:48:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b57b73b-7f5d-4e37-a742-383440455c5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:48:33,549 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d/users/05aa915bd2d84d959454a1068e884da8/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-6b57b73b-7f5d-4e37-a742-383440455c5c 2018-08-18 23:48:33,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.231221914291s 2018-08-18 23:48:33,549 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d/users/05aa915bd2d84d959454a1068e884da8/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-6b57b73b-7f5d-4e37-a742-383440455c5c 2018-08-18 23:48:33,550 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 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'687e1b875c954a938e775bfd60ed676d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8f609102-35a1-45f8-8f2c-2e1990737483', 'username': u'heat_ims-user_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-18 23:48:33,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 23:48:33,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 23:48:33,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 23:48:33,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 23:48:33,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 23:48:33,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 23:48:33,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 23:48:33,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 23:48:33,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 23:48:33,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 23:48:33,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 23:48:33,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 23:48:33,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 23:48:33,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 23:48:33,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 23:48:33,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 23:48:33,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 23:48:33,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 23:48:33,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 23:48:33,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 23:48:33,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 23:48:33,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 23:48:33,557 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'password': '8f609102-35a1-45f8-8f2c-2e1990737483', 'project_name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '687e1b875c954a938e775bfd60ed676d', 'project_domain_name': 'Default'} 2018-08-18 23:48:33,588 - 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-18 23:48:33,588 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-18 23:48:33,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 23:48:33,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:33,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4bdf1e1-74c6-4c2a-8f23-8a9a87355548 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d"}, "tags": [], "enabled": true, "id": "687e1b875c954a938e775bfd60ed676d", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 23:48:33,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e4bdf1e1-74c6-4c2a-8f23-8a9a87355548 2018-08-18 23:48:33,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194308042526s 2018-08-18 23:48:33,789 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e4bdf1e1-74c6-4c2a-8f23-8a9a87355548 2018-08-18 23:48:33,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-18 23:48:33,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/quotas/687e1b875c954a938e775bfd60ed676d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-18 23:48:33,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-60d820b5-b76c-46c5-b18e-819c4d638cd8 Date: Sat, 18 Aug 2018 23:48:33 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-18 23:48:33,929 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/687e1b875c954a938e775bfd60ed676d.json used request id req-60d820b5-b76c-46c5-b18e-819c4d638cd8 2018-08-18 23:48:33,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.1374168396s 2018-08-18 23:48:33,930 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/687e1b875c954a938e775bfd60ed676d.json used request id req-60d820b5-b76c-46c5-b18e-819c4d638cd8 2018-08-18 23:48:33,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:48:33,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:34,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-033f4852-08ae-40cd-a04b-652dcfd7f760 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:48:34,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-033f4852-08ae-40cd-a04b-652dcfd7f760 2018-08-18 23:48:34,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104624986649s 2018-08-18 23:48:34,038 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-033f4852-08ae-40cd-a04b-652dcfd7f760 2018-08-18 23:48:34,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-18 23:48:34,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-18 23:48:34,167 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 23:48:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16e6df05-0efc-4ed1-a0a4-1600b04c97a1 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1bee7867d47848ca9385fbddd368a2f2", "links": {"self": "http://172.30.9.28:5000/v3/roles/1bee7867d47848ca9385fbddd368a2f2"}, "name": "heat_stack_owner"}} 2018-08-18 23:48:34,167 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-16e6df05-0efc-4ed1-a0a4-1600b04c97a1 2018-08-18 23:48:34,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.123573064804s 2018-08-18 23:48:34,167 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-16e6df05-0efc-4ed1-a0a4-1600b04c97a1 2018-08-18 23:48:34,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 23:48:34,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:34,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b67dce1-00ea-48cf-b0d4-4e639d87cf7c Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bee7867d47848ca9385fbddd368a2f2", "links": {"self": "http://172.30.9.28:5000/v3/roles/1bee7867d47848ca9385fbddd368a2f2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-18 23:48:34,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4b67dce1-00ea-48cf-b0d4-4e639d87cf7c 2018-08-18 23:48:34,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104094982147s 2018-08-18 23:48:34,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4b67dce1-00ea-48cf-b0d4-4e639d87cf7c 2018-08-18 23:48:34,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 23:48:34,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:34,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5871962f-7f55-411b-9376-038da3c841e4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 23:48:34,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-5871962f-7f55-411b-9376-038da3c841e4 2018-08-18 23:48:34,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102541923523s 2018-08-18 23:48:34,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-5871962f-7f55-411b-9376-038da3c841e4 2018-08-18 23:48:34,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 23:48:34,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:34,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b17a5d1-2a17-4765-9fd5-95cb5a0ee260 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_ims-user_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": {"self": "http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05aa915bd2d84d959454a1068e884da8", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-18 23:48:34,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0b17a5d1-2a17-4765-9fd5-95cb5a0ee260 2018-08-18 23:48:34,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203045845032s 2018-08-18 23:48:34,588 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0b17a5d1-2a17-4765-9fd5-95cb5a0ee260 2018-08-18 23:48:34,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 23:48:34,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:34,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e841106-50f1-40e7-9ff7-c48ee3008776 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d"}, "tags": [], "enabled": true, "id": "687e1b875c954a938e775bfd60ed676d", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-18 23:48:34,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-0e841106-50f1-40e7-9ff7-c48ee3008776 2018-08-18 23:48:34,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.110059976578s 2018-08-18 23:48:34,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-0e841106-50f1-40e7-9ff7-c48ee3008776 2018-08-18 23:48:34,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 23:48:34,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=05aa915bd2d84d959454a1068e884da8&role.id=1bee7867d47848ca9385fbddd368a2f2&scope.project.id=687e1b875c954a938e775bfd60ed676d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:34,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10736ab7-c326-4f38-929e-cd2c4bc47e5c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=05aa915bd2d84d959454a1068e884da8&role.id=1bee7867d47848ca9385fbddd368a2f2&scope.project.id=687e1b875c954a938e775bfd60ed676d", "previous": null, "next": null}} 2018-08-18 23:48:34,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=05aa915bd2d84d959454a1068e884da8&role.id=1bee7867d47848ca9385fbddd368a2f2&scope.project.id=687e1b875c954a938e775bfd60ed676d used request id req-10736ab7-c326-4f38-929e-cd2c4bc47e5c 2018-08-18 23:48:34,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103249073029s 2018-08-18 23:48:34,823 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=05aa915bd2d84d959454a1068e884da8&role.id=1bee7867d47848ca9385fbddd368a2f2&scope.project.id=687e1b875c954a938e775bfd60ed676d used request id req-10736ab7-c326-4f38-929e-cd2c4bc47e5c 2018-08-18 23:48:34,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 23:48:34,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d/users/05aa915bd2d84d959454a1068e884da8/roles/1bee7867d47848ca9385fbddd368a2f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-18 23:48:34,979 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 23:48:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e496e08-efbc-4cdb-8db7-07e0c0aaed84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 23:48:34,979 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d/users/05aa915bd2d84d959454a1068e884da8/roles/1bee7867d47848ca9385fbddd368a2f2 used request id req-4e496e08-efbc-4cdb-8db7-07e0c0aaed84 2018-08-18 23:48:34,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.151944875717s 2018-08-18 23:48:34,980 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d/users/05aa915bd2d84d959454a1068e884da8/roles/1bee7867d47848ca9385fbddd368a2f2 used request id req-4e496e08-efbc-4cdb-8db7-07e0c0aaed84 2018-08-18 23:48:34,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 23:48:34,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:48:34,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c52efee4-f289-43ea-99d5-82bfd7f61d4b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-18 23:48:34,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c52efee4-f289-43ea-99d5-82bfd7f61d4b 2018-08-18 23:48:34,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-18 23:48:35,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1bee7867d47848ca9385fbddd368a2f2", "name": "heat_stack_owner"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T00:48:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "687e1b875c954a938e775bfd60ed676d", "name": "heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/687e1b875c954a938e775bfd60ed676d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/687e1b875c954a938e775bfd60ed676d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/687e1b875c954a938e775bfd60ed676d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/687e1b875c954a938e775bfd60ed676d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/687e1b875c954a938e775bfd60ed676d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/687e1b875c954a938e775bfd60ed676d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/687e1b875c954a938e775bfd60ed676d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_687e1b875c954a938e775bfd60ed676d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_687e1b875c954a938e775bfd60ed676d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/687e1b875c954a938e775bfd60ed676d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/687e1b875c954a938e775bfd60ed676d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/687e1b875c954a938e775bfd60ed676d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "id": "05aa915bd2d84d959454a1068e884da8"}, "audit_ids": ["TH3pGCDvRwqtf9QIx54Huw"], "issued_at": "2018-08-18T23:48:35.000000Z"}} 2018-08-18 23:48:35,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"keypair": {"name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2"}}' 2018-08-18 23:48:35,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48: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-c1f36be8-291e-418b-8194-f1b0b8ea82c5 x-compute-request-id: req-c1f36be8-291e-418b-8194-f1b0b8ea82c5 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNW8qHHhZ6mIpFVHS651sXC02hZ6g7cxA0f6EPnlTylapa3lpAj6tlVGmdUjVNRyJon2wJbp6F6vklQpbPu0dvA8Qu7UuzkpDeCzZL/RZ9w0LJ1cgKy2IkYRzibake71jOOzCPGLQ/jMLoXa0O0Vs1y/XYpUfT2uOpVo2VnpeGlOXaSJp/mU/kbEqg/whRdG+KGBdtkcV28q1HWvlo8qEhGldRda1jmmPiON2wthAKdi0ft4JlHFQYL1r9dzlVlgIyzXq+BaCFcR/LTt7C83bkP383VB0WYiqBBphkhVE7n2PLQsAwbd2ilpq/tefyTXqfvZtVcx9yljPKS8AEABXX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzVvKhx4WepiKRVR0uudbFwtNoWeoO3MQNH+hD55U8pWqWt5a\nQI+rZVRpnVI1TUciaJ9sCW6eher5JUKWz7tHbwPELu1Ls5KQ3gs2S/0WfcNCydXI\nCstiJGEc4m2pHu9Yzjswjxi0P4zC6F2tDtFbNcv12KVH09rjqVaNlZ6XhpTl2kia\nf5lP5GxKoP8IUXRvihgXbZHFdvKtR1r5aPKhIRpXUXWtY5pj4jjdsLYQCnYtH7eC\nZRxUGC9a/Xc5VZYCMs16vgWghXEfy07ewvN25D9/N1QdFmIqgQaYZIVRO59jy0LA\nMG3dopaav7Xn8k16n72bVXMfcpYzykvABAAV1wIDAQABAoIBAQCrm589FmmWfU5e\n7Vq2rYszUKDI1oSBWYAbPuRq1tcJ+QPo95LYDLcf8FBpxT8BmwYoA8EWiLg0FM2q\n02CPq2LgZHdW97mhEEO7KgdvrMlUww1W+S03yAn1eKnYlecUENNXU6MakXxe9tQR\nteZeUZk09YI2TrgdU/eXlNqwQ11AekCu/UalMV6+SApITqqOSbw2DGSh1hQ5hb6b\nbX2gFiTG23zLWW5v/uB4IFIoaEidvi6jqaCyLnnDtDb/rPz7ruEHckrZPMfu06IQ\n/KHaeGReZ7CRnHb5FLo/kqoRtfUkVds1LvGDSjhfnTkm413L6AjGe85jf0/0dsrP\njWSXtC6BAoGBAPj6AkJ51Bx+UQ8QOvqUFwKo3dPQjUjU1W61Mzz+MKQGMJCyCzvl\nxJIhuzyntXGkEiywJjgEgf/6VdEkIHYEZoSdj8i2irC56T3H+MhKm/VyO694yn/8\nFjLurqgOI+KyfFHsbfLOpCPJ+4iR2ULGMsAEvcueobJpY4spPG3yzo4hAoGBANMm\nyyCjPhdc/NF0SOWjUVDyRvAgfMAYts7r2QhGlCgRXePyOhxV3Nj27O0MIdlkJKbp\na16vGYxW/92T86JECETL42cXRa4aNn8u6tyYb3G1HustWEbohlgzO7T4aj5oBypj\nPREh0wUy4VoqNqJaMfLFYmG6XNkehOdxS6hQjnT3AoGAN4quTl4XL3QOaSnZvmSi\n7Xj2Y3Y2znSMWHIbyBN8jlrDIsRVNTuAqojT2CghlgRf+ZAiNoTq60vRMSK6CxnY\nNOVhWgk+z0Xp/lpJ6YSbXhnprq9nnT2DRkFwvRTKdJwUl8IClRP8Ee/RKRpAOWE1\nmRh1rqLot4BDMJw2WuC7q4ECgYBohhmjjGueMR/Np5y2YIROZ8CJ+esHRLSp9cI4\nAIgy1XX+8telUzPCC2n5ZjoTXSlvnrjR5CfneuGqFCVUvAzD0ZI+ZBzQNJWpm9YT\nYTo5tYkarhW29EAcxS/XQ+mD/wcdCoceRfop5qf7dE4bTD7RiLhM3G495Iex8jmb\nllUOvQKBgQDZLwRHkk3HY6+YaW/PKhwoBLXyxHh8ZUxdQ0onNo/vBOb+9pE9vXrG\nRG1r8Z1nEHw17PXJYWVPwD1uymaUEMWuCEZNIDASF3gtcKbthqNAVpo/RNjN5MHi\n8MgD1osRUqb2J1Rw5XOB2NygOb38x9cvnHFH0ku3fR0FsEfJB7PV9Q==\n-----END RSA PRIVATE KEY-----\n", "user_id": "05aa915bd2d84d959454a1068e884da8", "name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "fingerprint": "9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d"}} 2018-08-18 23:48:35,686 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c1f36be8-291e-418b-8194-f1b0b8ea82c5 2018-08-18 23:48:35,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.705694913864s 2018-08-18 23:48:35,687 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c1f36be8-291e-418b-8194-f1b0b8ea82c5 2018-08-18 23:48:35,688 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNW8qHHhZ6mIpFVHS651sXC02hZ6g7cxA0f6EPnlTylapa3lpAj6tlVGmdUjVNRyJon2wJbp6F6vklQpbPu0dvA8Qu7UuzkpDeCzZL/RZ9w0LJ1cgKy2IkYRzibake71jOOzCPGLQ/jMLoXa0O0Vs1y/XYpUfT2uOpVo2VnpeGlOXaSJp/mU/kbEqg/whRdG+KGBdtkcV28q1HWvlo8qEhGldRda1jmmPiON2wthAKdi0ft4JlHFQYL1r9dzlVlgIyzXq+BaCFcR/LTt7C83bkP383VB0WYiqBBphkhVE7n2PLQsAwbd2ilpq/tefyTXqfvZtVcx9yljPKS8AEABXX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzVvKhx4WepiKRVR0uudbFwtNoWeoO3MQNH+hD55U8pWqWt5a\nQI+rZVRpnVI1TUciaJ9sCW6eher5JUKWz7tHbwPELu1Ls5KQ3gs2S/0WfcNCydXI\nCstiJGEc4m2pHu9Yzjswjxi0P4zC6F2tDtFbNcv12KVH09rjqVaNlZ6XhpTl2kia\nf5lP5GxKoP8IUXRvihgXbZHFdvKtR1r5aPKhIRpXUXWtY5pj4jjdsLYQCnYtH7eC\nZRxUGC9a/Xc5VZYCMs16vgWghXEfy07ewvN25D9/N1QdFmIqgQaYZIVRO59jy0LA\nMG3dopaav7Xn8k16n72bVXMfcpYzykvABAAV1wIDAQABAoIBAQCrm589FmmWfU5e\n7Vq2rYszUKDI1oSBWYAbPuRq1tcJ+QPo95LYDLcf8FBpxT8BmwYoA8EWiLg0FM2q\n02CPq2LgZHdW97mhEEO7KgdvrMlUww1W+S03yAn1eKnYlecUENNXU6MakXxe9tQR\nteZeUZk09YI2TrgdU/eXlNqwQ11AekCu/UalMV6+SApITqqOSbw2DGSh1hQ5hb6b\nbX2gFiTG23zLWW5v/uB4IFIoaEidvi6jqaCyLnnDtDb/rPz7ruEHckrZPMfu06IQ\n/KHaeGReZ7CRnHb5FLo/kqoRtfUkVds1LvGDSjhfnTkm413L6AjGe85jf0/0dsrP\njWSXtC6BAoGBAPj6AkJ51Bx+UQ8QOvqUFwKo3dPQjUjU1W61Mzz+MKQGMJCyCzvl\nxJIhuzyntXGkEiywJjgEgf/6VdEkIHYEZoSdj8i2irC56T3H+MhKm/VyO694yn/8\nFjLurqgOI+KyfFHsbfLOpCPJ+4iR2ULGMsAEvcueobJpY4spPG3yzo4hAoGBANMm\nyyCjPhdc/NF0SOWjUVDyRvAgfMAYts7r2QhGlCgRXePyOhxV3Nj27O0MIdlkJKbp\na16vGYxW/92T86JECETL42cXRa4aNn8u6tyYb3G1HustWEbohlgzO7T4aj5oBypj\nPREh0wUy4VoqNqJaMfLFYmG6XNkehOdxS6hQjnT3AoGAN4quTl4XL3QOaSnZvmSi\n7Xj2Y3Y2znSMWHIbyBN8jlrDIsRVNTuAqojT2CghlgRf+ZAiNoTq60vRMSK6CxnY\nNOVhWgk+z0Xp/lpJ6YSbXhnprq9nnT2DRkFwvRTKdJwUl8IClRP8Ee/RKRpAOWE1\nmRh1rqLot4BDMJw2WuC7q4ECgYBohhmjjGueMR/Np5y2YIROZ8CJ+esHRLSp9cI4\nAIgy1XX+8telUzPCC2n5ZjoTXSlvnrjR5CfneuGqFCVUvAzD0ZI+ZBzQNJWpm9YT\nYTo5tYkarhW29EAcxS/XQ+mD/wcdCoceRfop5qf7dE4bTD7RiLhM3G495Iex8jmb\nllUOvQKBgQDZLwRHkk3HY6+YaW/PKhwoBLXyxHh8ZUxdQ0onNo/vBOb+9pE9vXrG\nRG1r8Z1nEHw17PXJYWVPwD1uymaUEMWuCEZNIDASF3gtcKbthqNAVpo/RNjN5MHi\n8MgD1osRUqb2J1Rw5XOB2NygOb38x9cvnHFH0ku3fR0FsEfJB7PV9Q==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'05aa915bd2d84d959454a1068e884da8', 'name': u'heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'created_at': '2018-08-18T23:48:35.688295', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d', 'type': 'ssh', 'id': u'heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}) 2018-08-18 23:48:35,688 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-18 23:48:37,168 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:d7ba271c24da7bd727354314039ce602 sha256:8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555 2018-08-18 23:48:37,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-18 23:48:37,173 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 23:48:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-18 23:48:37,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:48:37,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:48:37,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cad44e87-d976-40eb-ae47-afbf20e7a812 Date: Sat, 18 Aug 2018 23:48:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:48:37,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cad44e87-d976-40eb-ae47-afbf20e7a812 2018-08-18 23:48:37,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.273787975311s 2018-08-18 23:48:37,449 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cad44e87-d976-40eb-ae47-afbf20e7a812 2018-08-18 23:48:37,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 23:48:37,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "owner_specified.shade.object": "images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2"}' 2018-08-18 23:48:37,510 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bf6d5d36-78a9-4cfd-b728-7c9abf69cbae Date: Sat, 18 Aug 2018 23:48:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:37Z", "file": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file", "owner": "687e1b875c954a938e775bfd60ed676d", "id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "size": null, "self": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "checksum": null, "created_at": "2018-08-18T23:48:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 23:48:37,511 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-bf6d5d36-78a9-4cfd-b728-7c9abf69cbae 2018-08-18 23:48:37,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0533928871155s 2018-08-18 23:48:37,511 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-bf6d5d36-78a9-4cfd-b728-7c9abf69cbae returning object d6500d9e-93f0-44f4-99ec-09c92cd38685 2018-08-18 23:48:37,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 23:48:37,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '' 2018-08-18 23:48:43,053 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-433a5e3d-b132-4acb-9b09-76cb6ac4f702 Date: Sat, 18 Aug 2018 23:48: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-18 23:48:43,053 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file used request id req-433a5e3d-b132-4acb-9b09-76cb6ac4f702 2018-08-18 23:48:43,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.54181194305s 2018-08-18 23:48:43,054 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file used request id req-433a5e3d-b132-4acb-9b09-76cb6ac4f702 2018-08-18 23:48:43,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:48:43,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:48:43,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-e69c08cb-48e5-47b4-99c8-63512c7ce7e9 Date: Sat, 18 Aug 2018 23:48:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:43Z", "file": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file", "owner": "687e1b875c954a938e775bfd60ed676d", "id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "size": 263324160, "self": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T23:48:37Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:48:43,094 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e69c08cb-48e5-47b4-99c8-63512c7ce7e9 2018-08-18 23:48:43,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0364480018616s 2018-08-18 23:48:43,095 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e69c08cb-48e5-47b4-99c8-63512c7ce7e9 2018-08-18 23:48:43,097 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file', 'owner': u'687e1b875c954a938e775bfd60ed676d', 'id': u'd6500d9e-93f0-44f4-99ec-09c92cd38685', 'size': 263324160, u'self': u'/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T23:48:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T23:48:43Z', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', 'properties': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'created': u'2018-08-18T23:48:37Z', 'checksum': u'd7ba271c24da7bd727354314039ce602', 'created_at': u'2018-08-18T23:48:37Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', 'metadata': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}}) 2018-08-18 23:48:43,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 23:48:43,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a3f24337b69364d727a9fe157699e937dcb5039b" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-18 23:48:43,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48: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-a8c050f2-be68-4b36-a8c3-82d485304284 x-compute-request-id: req-a8c050f2-be68-4b36-a8c3-82d485304284 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}} 2018-08-18 23:48:43,372 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a8c050f2-be68-4b36-a8c3-82d485304284 2018-08-18 23:48:43,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.274540901184s 2018-08-18 23:48:43,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a8c050f2-be68-4b36-a8c3-82d485304284 2018-08-18 23:48:43,373 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'916340bf06fe4cb5a723b53dc60090de', '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'636f1f93-24e0-4ac3-89fe-54e44b033b93', 'swap': 0}) 2018-08-18 23:48:43,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 23:48:43,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93/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}a3f24337b69364d727a9fe157699e937dcb5039b" -d '{"extra_specs": {}}' 2018-08-18 23:48:43,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48: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-9253413c-ed14-4060-9cfb-c2a3188d1914 x-compute-request-id: req-9253413c-ed14-4060-9cfb-c2a3188d1914 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 23:48:43,395 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93/os-extra_specs used request id req-9253413c-ed14-4060-9cfb-c2a3188d1914 2018-08-18 23:48:43,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205180644989s 2018-08-18 23:48:43,395 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93/os-extra_specs used request id req-9253413c-ed14-4060-9cfb-c2a3188d1914 2018-08-18 23:48:43,395 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-18 23:48:44,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-18 23:48:44,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "public_sig_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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-18 23:48:50,319 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 23:48:44 GMT Server: Apache x-openstack-request-id: req-dd1acd8c-74b2-4a36-b000-32d6ff2d066e Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}]}} 2018-08-18 23:48:50,319 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks used request id req-dd1acd8c-74b2-4a36-b000-32d6ff2d066e 2018-08-18 23:48:50,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 6.16041183472s 2018-08-18 23:48:50,320 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks used request id req-dd1acd8c-74b2-4a36-b000-32d6ff2d066e 2018-08-18 23:48:50,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:48:50,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:48:51,015 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:48:50 GMT Server: Apache x-openstack-request-id: req-6bfbd1d7-2b3c-4a20-af0b-2bb716d64cd3 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/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-18 23:48:51,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:51 GMT Server: Apache x-openstack-request-id: req-0dbd9ca7-d468-43d1-b835-7a2242b6a83c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 431 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-18T23:48:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/clearwater-opnfv/events/74245397-d3e6-4bca-9223-b7f30542be1a", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "id": "74245397-d3e6-4bca-9223-b7f30542be1a"}, {"resource_name": "mgmt_network", "event_time": "2018-08-18T23:48:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/mgmt_network/events/9424fd9a-7013-4d34-8c6a-9ac3de4fb3c9", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-ndeazq45jjf2", "id": "9424fd9a-7013-4d34-8c6a-9ac3de4fb3c9"}]} 2018-08-18 23:48:51,667 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?sort_dir=asc&sort_dir=asc used request id req-0dbd9ca7-d468-43d1-b835-7a2242b6a83c 2018-08-18 23:48:51,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.34682512283s 2018-08-18 23:48:51,668 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?sort_dir=asc&sort_dir=asc used request id req-0dbd9ca7-d468-43d1-b835-7a2242b6a83c 2018-08-18 23:48:56,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:48:56,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=9424fd9a-7013-4d34-8c6a-9ac3de4fb3c9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:48:57,571 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:48:56 GMT Server: Apache x-openstack-request-id: req-736b8a68-a6f2-4e4b-947d-a84237411a49 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=9424fd9a-7013-4d34-8c6a-9ac3de4fb3c9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:48:58,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:48:57 GMT Server: Apache x-openstack-request-id: req-d572353c-6480-4481-b717-f260f87b216b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 440 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-18T23:48:51Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sig_network/events/eb7b90f3-7c2e-402d-8b90-1650f276d9b9", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-42p7ie4cw6ra", "id": "eb7b90f3-7c2e-402d-8b90-1650f276d9b9"}, {"resource_name": "security_groups", "event_time": "2018-08-18T23:48:52Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/security_groups/events/5bbe8632-a94c-4e5d-b116-c1c42824730f", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-3m4s6xsyte4z", "id": "5bbe8632-a94c-4e5d-b116-c1c42824730f"}]} 2018-08-18 23:48:58,359 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=9424fd9a-7013-4d34-8c6a-9ac3de4fb3c9&sort_dir=asc&marker=9424fd9a-7013-4d34-8c6a-9ac3de4fb3c9&sort_dir=asc used request id req-d572353c-6480-4481-b717-f260f87b216b 2018-08-18 23:48:58,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.68499898911s 2018-08-18 23:48:58,359 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=9424fd9a-7013-4d34-8c6a-9ac3de4fb3c9&sort_dir=asc&marker=9424fd9a-7013-4d34-8c6a-9ac3de4fb3c9&sort_dir=asc used request id req-d572353c-6480-4481-b717-f260f87b216b 2018-08-18 23:49:03,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:03,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=5bbe8632-a94c-4e5d-b116-c1c42824730f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:04,067 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:03 GMT Server: Apache x-openstack-request-id: req-6f50e339-b7d0-4c4a-9eb5-45ef1cc325bf Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=5bbe8632-a94c-4e5d-b116-c1c42824730f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:04,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:04 GMT Server: Apache x-openstack-request-id: req-a4edc5ba-2736-48e0-9fcb-adbe4906c2c4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-18T23:49:01Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/mgmt_network/events/07ac852d-921e-4fb8-bfbf-69c90a7876fc", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "ba69e5b3-9c7a-4a28-b557-d822edef6b1c", "id": "07ac852d-921e-4fb8-bfbf-69c90a7876fc"}, {"resource_name": "sig_network", "event_time": "2018-08-18T23:49:02Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sig_network/events/c0be3cbd-4a7d-423f-a049-62c93dcbd4dc", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b0994802-58af-4186-8caa-51e95a5331a9", "id": "c0be3cbd-4a7d-423f-a049-62c93dcbd4dc"}]} 2018-08-18 23:49:04,110 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=5bbe8632-a94c-4e5d-b116-c1c42824730f&sort_dir=asc&marker=5bbe8632-a94c-4e5d-b116-c1c42824730f&sort_dir=asc used request id req-a4edc5ba-2736-48e0-9fcb-adbe4906c2c4 2018-08-18 23:49:04,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.74435210228s 2018-08-18 23:49:04,110 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=5bbe8632-a94c-4e5d-b116-c1c42824730f&sort_dir=asc&marker=5bbe8632-a94c-4e5d-b116-c1c42824730f&sort_dir=asc used request id req-a4edc5ba-2736-48e0-9fcb-adbe4906c2c4 2018-08-18 23:49:09,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:09,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=c0be3cbd-4a7d-423f-a049-62c93dcbd4dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:09,833 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:09 GMT Server: Apache x-openstack-request-id: req-911721d7-d444-4b33-a2fa-487537aa1c0a Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=c0be3cbd-4a7d-423f-a049-62c93dcbd4dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:09,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:09 GMT Server: Apache x-openstack-request-id: req-cdef2731-2370-44df-9f2a-d7c87696d7cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-18T23:49:07Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/security_groups/events/7ee78614-279f-4fa6-b5b5-f41260422711", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "6e2539ce-b79d-4fe8-9af9-e41beeab2857", "id": "7ee78614-279f-4fa6-b5b5-f41260422711"}, {"resource_name": "dns", "event_time": "2018-08-18T23:49:07Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dns/events/6db8845c-55d5-4df9-b6b6-32cda2e1048c", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-pji4vxxskrox", "id": "6db8845c-55d5-4df9-b6b6-32cda2e1048c"}]} 2018-08-18 23:49:09,877 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=c0be3cbd-4a7d-423f-a049-62c93dcbd4dc&sort_dir=asc&marker=c0be3cbd-4a7d-423f-a049-62c93dcbd4dc&sort_dir=asc used request id req-cdef2731-2370-44df-9f2a-d7c87696d7cc 2018-08-18 23:49:09,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.760426044464s 2018-08-18 23:49:09,877 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=c0be3cbd-4a7d-423f-a049-62c93dcbd4dc&sort_dir=asc&marker=c0be3cbd-4a7d-423f-a049-62c93dcbd4dc&sort_dir=asc used request id req-cdef2731-2370-44df-9f2a-d7c87696d7cc 2018-08-18 23:49:14,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:14,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:15,485 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:14 GMT Server: Apache x-openstack-request-id: req-ffb2dce4-96cc-4db3-8cc8-13dd64089cd2 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:15,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:15 GMT Server: Apache x-openstack-request-id: req-0508e83f-abf1-4bee-bde0-e9def1a45a08 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:49:15,526 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-0508e83f-abf1-4bee-bde0-e9def1a45a08 2018-08-18 23:49:15,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.642329931259s 2018-08-18 23:49:15,526 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-0508e83f-abf1-4bee-bde0-e9def1a45a08 2018-08-18 23:49:20,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:20,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:20,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:20 GMT Server: Apache x-openstack-request-id: req-a5e7dc4c-19a6-42ea-b59f-92062c21d39d Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:20,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:20 GMT Server: Apache x-openstack-request-id: req-1ee14d30-1139-4045-9bc3-92beed755627 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:49:20,611 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-1ee14d30-1139-4045-9bc3-92beed755627 2018-08-18 23:49:20,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0788090229034s 2018-08-18 23:49:20,611 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-1ee14d30-1139-4045-9bc3-92beed755627 2018-08-18 23:49:20,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:49:20,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:21,286 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:20 GMT Server: Apache x-openstack-request-id: req-8f13e9b4-45ee-4cca-8717-538208fea959 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:49:21,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:21 GMT Server: Apache x-openstack-request-id: req-afa510b5-f4dd-43fd-91a2-a92c7e7045ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:49:21,312 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-afa510b5-f4dd-43fd-91a2-a92c7e7045ae 2018-08-18 23:49:21,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.700128078461s 2018-08-18 23:49:21,312 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-afa510b5-f4dd-43fd-91a2-a92c7e7045ae 2018-08-18 23:49:26,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:26,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:26,348 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:26 GMT Server: Apache x-openstack-request-id: req-aadc079f-64ed-4231-8b39-8f54d848eb62 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:27,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:26 GMT Server: Apache x-openstack-request-id: req-c887d52a-490e-457b-97d0-934f636c77d9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:49:27,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-c887d52a-490e-457b-97d0-934f636c77d9 2018-08-18 23:49:27,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.813313961029s 2018-08-18 23:49:27,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-c887d52a-490e-457b-97d0-934f636c77d9 2018-08-18 23:49:32,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:32,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:32,169 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:32 GMT Server: Apache x-openstack-request-id: req-7f2aa93c-9161-4b5b-b905-675a1974796c Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:32,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:32 GMT Server: Apache x-openstack-request-id: req-79476e31-1cd8-4146-9132-b7f9c8178537 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:49:32,211 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-79476e31-1cd8-4146-9132-b7f9c8178537 2018-08-18 23:49:32,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726039409637s 2018-08-18 23:49:32,212 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-79476e31-1cd8-4146-9132-b7f9c8178537 2018-08-18 23:49:32,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:49:32,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:32,256 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:32 GMT Server: Apache x-openstack-request-id: req-74212de2-d833-484d-a147-def9e37161df Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:49:32,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:32 GMT Server: Apache x-openstack-request-id: req-44129ce1-5021-435d-841b-91d0d3271072 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:49:32,298 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-44129ce1-5021-435d-841b-91d0d3271072 2018-08-18 23:49:32,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0861830711365s 2018-08-18 23:49:32,299 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-44129ce1-5021-435d-841b-91d0d3271072 2018-08-18 23:49:37,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:37,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:37,334 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:37 GMT Server: Apache x-openstack-request-id: req-5abc3ec2-5cb9-44a4-a62d-fee0229e26c3 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:37,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:37 GMT Server: Apache x-openstack-request-id: req-fb36a76c-16a2-4e00-99de-cdc83226afb0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:49:37,375 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-fb36a76c-16a2-4e00-99de-cdc83226afb0 2018-08-18 23:49:37,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0696768760681s 2018-08-18 23:49:37,376 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-fb36a76c-16a2-4e00-99de-cdc83226afb0 2018-08-18 23:49:42,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:42,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:43,076 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:42 GMT Server: Apache x-openstack-request-id: req-420c3fa9-691d-497f-9c6e-49559959eb46 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:43,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:43 GMT Server: Apache x-openstack-request-id: req-20ca7e53-ce4f-4692-b046-d5376ec242d6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:49:43,118 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-20ca7e53-ce4f-4692-b046-d5376ec242d6 2018-08-18 23:49:43,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.736391067505s 2018-08-18 23:49:43,118 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-20ca7e53-ce4f-4692-b046-d5376ec242d6 2018-08-18 23:49:43,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:49:43,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:43,148 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:43 GMT Server: Apache x-openstack-request-id: req-8c5d4db7-47d4-444b-8837-c205052cee4b Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:49:43,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:43 GMT Server: Apache x-openstack-request-id: req-9e289373-9370-4fc6-b4ea-260b1f9b1d3e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:49:43,189 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-9e289373-9370-4fc6-b4ea-260b1f9b1d3e 2018-08-18 23:49:43,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070611000061s 2018-08-18 23:49:43,190 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-9e289373-9370-4fc6-b4ea-260b1f9b1d3e 2018-08-18 23:49:48,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:48,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:48,225 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:48 GMT Server: Apache x-openstack-request-id: req-ac0284e2-9357-471e-8890-753f2de211c9 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:48,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:48 GMT Server: Apache x-openstack-request-id: req-11cb7fef-4b21-43a2-b72d-9f7f64af8cdd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:49:48,266 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-11cb7fef-4b21-43a2-b72d-9f7f64af8cdd 2018-08-18 23:49:48,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0693359375s 2018-08-18 23:49:48,266 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-11cb7fef-4b21-43a2-b72d-9f7f64af8cdd 2018-08-18 23:49:53,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:53,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:53,302 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:53 GMT Server: Apache x-openstack-request-id: req-af47398f-a21c-4a3d-913a-03ddd57b36d1 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:53,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:53 GMT Server: Apache x-openstack-request-id: req-8f32270a-4c72-41d2-8317-3f8ba6836687 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:49:53,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-8f32270a-4c72-41d2-8317-3f8ba6836687 2018-08-18 23:49:53,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710160732269s 2018-08-18 23:49:53,343 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-8f32270a-4c72-41d2-8317-3f8ba6836687 2018-08-18 23:49:53,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:49:53,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:53,373 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:53 GMT Server: Apache x-openstack-request-id: req-95b084a3-1263-4a6d-81af-e317cae7edc1 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:49:54,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:53 GMT Server: Apache x-openstack-request-id: req-da11375e-9b97-4b94-8fe5-57c25d27d730 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:49:54,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-da11375e-9b97-4b94-8fe5-57c25d27d730 2018-08-18 23:49:54,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.708409070969s 2018-08-18 23:49:54,053 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-da11375e-9b97-4b94-8fe5-57c25d27d730 2018-08-18 23:49:59,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:49:59,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:49:59,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:49:59 GMT Server: Apache x-openstack-request-id: req-b890e469-5c40-4eda-8627-ab47cb0e5056 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:49:59,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:49:59 GMT Server: Apache x-openstack-request-id: req-578519d6-e9a7-42a5-a2af-6181b4fb3908 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:49:59,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-578519d6-e9a7-42a5-a2af-6181b4fb3908 2018-08-18 23:49:59,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731279850006s 2018-08-18 23:49:59,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-578519d6-e9a7-42a5-a2af-6181b4fb3908 2018-08-18 23:50:04,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:04,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:04,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:04 GMT Server: Apache x-openstack-request-id: req-710dcb1a-db60-4b9f-8ed1-ad2cdc189347 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:04,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:04 GMT Server: Apache x-openstack-request-id: req-9c6c4424-e3d7-477f-b705-4343a9ae9327 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:04,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-9c6c4424-e3d7-477f-b705-4343a9ae9327 2018-08-18 23:50:04,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737988948822s 2018-08-18 23:50:04,213 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-9c6c4424-e3d7-477f-b705-4343a9ae9327 2018-08-18 23:50:04,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:50:04,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:04,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:04 GMT Server: Apache x-openstack-request-id: req-c36c911f-fded-4259-ae17-0b2366c60234 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:50:04,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:04 GMT Server: Apache x-openstack-request-id: req-504ac6fe-42bc-46bf-b971-ff96d083b221 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:50:04,266 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-504ac6fe-42bc-46bf-b971-ff96d083b221 2018-08-18 23:50:04,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0520849227905s 2018-08-18 23:50:04,266 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-504ac6fe-42bc-46bf-b971-ff96d083b221 2018-08-18 23:50:09,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:09,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:09,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:09 GMT Server: Apache x-openstack-request-id: req-00a37cac-cdc8-4308-bd10-b32aedd13d92 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:09,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:09 GMT Server: Apache x-openstack-request-id: req-1b7bd90a-7401-4ae7-ac53-6b613833bcb8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:09,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-1b7bd90a-7401-4ae7-ac53-6b613833bcb8 2018-08-18 23:50:09,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0897300243378s 2018-08-18 23:50:09,363 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-1b7bd90a-7401-4ae7-ac53-6b613833bcb8 2018-08-18 23:50:14,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:14,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:14,395 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:14 GMT Server: Apache x-openstack-request-id: req-fe35f698-092a-48dd-88d1-6ad87c79c2d0 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:14,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:14 GMT Server: Apache x-openstack-request-id: req-6aaab740-d747-4ba0-bda2-ce4364662491 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:14,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-6aaab740-d747-4ba0-bda2-ce4364662491 2018-08-18 23:50:14,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0662710666656s 2018-08-18 23:50:14,435 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-6aaab740-d747-4ba0-bda2-ce4364662491 2018-08-18 23:50:14,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:50:14,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:14,460 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:14 GMT Server: Apache x-openstack-request-id: req-74018598-d4b4-4d27-ba5f-64342b312730 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:50:14,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:14 GMT Server: Apache x-openstack-request-id: req-35e35d49-2300-479b-addc-f3d3cf935c2a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:50:14,502 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-35e35d49-2300-479b-addc-f3d3cf935c2a 2018-08-18 23:50:14,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0674660205841s 2018-08-18 23:50:14,503 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-35e35d49-2300-479b-addc-f3d3cf935c2a 2018-08-18 23:50:19,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:19,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:19,539 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:19 GMT Server: Apache x-openstack-request-id: req-8e0f4d97-0f26-41ec-9452-9ca90fd6a67e Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:19,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:19 GMT Server: Apache x-openstack-request-id: req-0faf9567-a04b-4658-9941-9a3be53b1808 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:19,579 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-0faf9567-a04b-4658-9941-9a3be53b1808 2018-08-18 23:50:19,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070081949234s 2018-08-18 23:50:19,580 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-0faf9567-a04b-4658-9941-9a3be53b1808 2018-08-18 23:50:24,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:24,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:24,614 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:24 GMT Server: Apache x-openstack-request-id: req-ada4c8d5-7db6-4dc5-a39d-886c3ebb0ed5 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:24,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:24 GMT Server: Apache x-openstack-request-id: req-d27e4a05-9042-4fc9-906c-529b8a4f480d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:24,656 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-d27e4a05-9042-4fc9-906c-529b8a4f480d 2018-08-18 23:50:24,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0701570510864s 2018-08-18 23:50:24,656 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-d27e4a05-9042-4fc9-906c-529b8a4f480d 2018-08-18 23:50:24,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:50:24,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:24,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:24 GMT Server: Apache x-openstack-request-id: req-c8c47b48-0b5f-45aa-b774-1b24e9eebafd Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:50:24,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:24 GMT Server: Apache x-openstack-request-id: req-bc431d51-86eb-4add-ae2f-f38ad60754b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:50:24,727 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-bc431d51-86eb-4add-ae2f-f38ad60754b3 2018-08-18 23:50:24,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070720911026s 2018-08-18 23:50:24,728 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-bc431d51-86eb-4add-ae2f-f38ad60754b3 2018-08-18 23:50:29,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:29,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:29,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:29 GMT Server: Apache x-openstack-request-id: req-46caa05f-881c-4ca5-bac9-72b7e4f1ae64 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:29,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:29 GMT Server: Apache x-openstack-request-id: req-bd934f59-03c0-44f5-bc9b-524234eb0e88 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:29,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-bd934f59-03c0-44f5-bc9b-524234eb0e88 2018-08-18 23:50:29,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705969333649s 2018-08-18 23:50:29,805 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-bd934f59-03c0-44f5-bc9b-524234eb0e88 2018-08-18 23:50:34,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:34,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:34,838 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:34 GMT Server: Apache x-openstack-request-id: req-df8f432c-fa61-43db-b9af-313d98fa98ac Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:34,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:34 GMT Server: Apache x-openstack-request-id: req-cbc06e1c-4cd2-4273-86f3-221bda08d3c7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:34,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-cbc06e1c-4cd2-4273-86f3-221bda08d3c7 2018-08-18 23:50:34,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703299045563s 2018-08-18 23:50:34,879 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-cbc06e1c-4cd2-4273-86f3-221bda08d3c7 2018-08-18 23:50:34,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:50:34,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:34,907 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:34 GMT Server: Apache x-openstack-request-id: req-1730c209-80a6-40a5-8c4c-3d91e313150c Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:50:34,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:34 GMT Server: Apache x-openstack-request-id: req-649b4ba4-1dfa-4096-bc4b-aed01f92bb5f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:50:34,949 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-649b4ba4-1dfa-4096-bc4b-aed01f92bb5f 2018-08-18 23:50:34,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0689208507538s 2018-08-18 23:50:34,949 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-649b4ba4-1dfa-4096-bc4b-aed01f92bb5f 2018-08-18 23:50:39,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:39,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:39,986 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:39 GMT Server: Apache x-openstack-request-id: req-ea805988-eed2-47f5-acb7-eb248284dd36 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:40,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:39 GMT Server: Apache x-openstack-request-id: req-bfaec0db-5f00-4309-bed2-79ef623c65ef Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:40,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-bfaec0db-5f00-4309-bed2-79ef623c65ef 2018-08-18 23:50:40,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711300373077s 2018-08-18 23:50:40,027 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-bfaec0db-5f00-4309-bed2-79ef623c65ef 2018-08-18 23:50:45,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:45,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:45,064 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:45 GMT Server: Apache x-openstack-request-id: req-c1afb38e-acb1-48a0-9d88-90bcc4811074 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:45,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:45 GMT Server: Apache x-openstack-request-id: req-cfb06689-05c7-436d-869a-7f7aa3ee4b3c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:45,105 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-cfb06689-05c7-436d-869a-7f7aa3ee4b3c 2018-08-18 23:50:45,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715718269348s 2018-08-18 23:50:45,105 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-cfb06689-05c7-436d-869a-7f7aa3ee4b3c 2018-08-18 23:50:45,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:50:45,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:45,133 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:45 GMT Server: Apache x-openstack-request-id: req-a262288e-2dcf-47b7-84b1-e65c80e4946b Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:50:45,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:45 GMT Server: Apache x-openstack-request-id: req-2c813189-c209-49b6-8139-c9af6c929929 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:50:45,175 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-2c813189-c209-49b6-8139-c9af6c929929 2018-08-18 23:50:45,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0694439411163s 2018-08-18 23:50:45,175 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-2c813189-c209-49b6-8139-c9af6c929929 2018-08-18 23:50:50,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:50,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:50,212 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:50 GMT Server: Apache x-openstack-request-id: req-ae0e9178-e3dd-4089-9e2f-add33c2ef451 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:50,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:50 GMT Server: Apache x-openstack-request-id: req-50e94a08-9dd9-4239-b272-36fe08be8df5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:50,254 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-50e94a08-9dd9-4239-b272-36fe08be8df5 2018-08-18 23:50:50,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072282075882s 2018-08-18 23:50:50,255 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-50e94a08-9dd9-4239-b272-36fe08be8df5 2018-08-18 23:50:55,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:50:55,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:55,290 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:55 GMT Server: Apache x-openstack-request-id: req-64fd3824-e89e-46a1-a8fb-9a1e9a6ff3a1 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:50:55,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:55 GMT Server: Apache x-openstack-request-id: req-7acb5cdf-5831-4926-bf75-5dab5bf5505f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:50:55,333 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-7acb5cdf-5831-4926-bf75-5dab5bf5505f 2018-08-18 23:50:55,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731399059296s 2018-08-18 23:50:55,334 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-7acb5cdf-5831-4926-bf75-5dab5bf5505f 2018-08-18 23:50:55,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:50:55,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:50:55,367 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:50:55 GMT Server: Apache x-openstack-request-id: req-813041b3-1551-4cf9-848e-f7ed68e50dc1 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:50:55,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:50:55 GMT Server: Apache x-openstack-request-id: req-5b2d6c9f-69fc-48f9-b985-af9fd3e038e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:50:55,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-5b2d6c9f-69fc-48f9-b985-af9fd3e038e8 2018-08-18 23:50:55,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0758638381958s 2018-08-18 23:50:55,411 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-5b2d6c9f-69fc-48f9-b985-af9fd3e038e8 2018-08-18 23:51:00,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:00,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:00,447 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:00 GMT Server: Apache x-openstack-request-id: req-4acb7add-03ec-43f6-9e56-72a1770e7cd5 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:00,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:00 GMT Server: Apache x-openstack-request-id: req-587fec52-6eac-4bd2-84e8-08b525cdded3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:00,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-587fec52-6eac-4bd2-84e8-08b525cdded3 2018-08-18 23:51:00,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703670978546s 2018-08-18 23:51:00,488 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-587fec52-6eac-4bd2-84e8-08b525cdded3 2018-08-18 23:51:05,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:05,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:05,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:05 GMT Server: Apache x-openstack-request-id: req-9819de08-6ec9-4d4f-9c14-f235a9c2dd3a Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:05,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:05 GMT Server: Apache x-openstack-request-id: req-f77f38ab-3483-456b-b489-8340df234b09 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 445 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-18T23:51:02Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dns/events/a0a6725c-c553-44da-9d04-ba21873d642f", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "c3def400-42d4-40b1-abef-b4ec80d16b9c", "id": "a0a6725c-c553-44da-9d04-ba21873d642f"}, {"resource_name": "ellis", "event_time": "2018-08-18T23:51:02Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/ellis/events/237f5364-2ec4-478d-8226-0a2bafeebfe5", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-rbszyq7dkuxe", "id": "237f5364-2ec4-478d-8226-0a2bafeebfe5"}]} 2018-08-18 23:51:05,616 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-f77f38ab-3483-456b-b489-8340df234b09 2018-08-18 23:51:05,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.12203001976s 2018-08-18 23:51:05,616 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc&marker=6db8845c-55d5-4df9-b6b6-32cda2e1048c&sort_dir=asc used request id req-f77f38ab-3483-456b-b489-8340df234b09 2018-08-18 23:51:10,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:10,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:10,654 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:10 GMT Server: Apache x-openstack-request-id: req-50a474b7-fd76-441c-b521-53806aff6d04 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:10,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:10 GMT Server: Apache x-openstack-request-id: req-fa4a82d2-8170-4a4c-bdc9-a599bf8730e8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:10,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-fa4a82d2-8170-4a4c-bdc9-a599bf8730e8 2018-08-18 23:51:10,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728359222412s 2018-08-18 23:51:10,696 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-fa4a82d2-8170-4a4c-bdc9-a599bf8730e8 2018-08-18 23:51:15,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:15,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:15,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:15 GMT Server: Apache x-openstack-request-id: req-6f40609d-882a-4a76-a36e-e77911da9627 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:15,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:15 GMT Server: Apache x-openstack-request-id: req-dc0c987c-4f88-46a0-9f9a-c5f8604a72f3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:15,772 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-dc0c987c-4f88-46a0-9f9a-c5f8604a72f3 2018-08-18 23:51:15,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706400871277s 2018-08-18 23:51:15,773 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-dc0c987c-4f88-46a0-9f9a-c5f8604a72f3 2018-08-18 23:51:15,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:51:15,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:15,802 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:15 GMT Server: Apache x-openstack-request-id: req-27fb14f7-b974-43ae-adc5-e25f35628a58 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:51:15,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:15 GMT Server: Apache x-openstack-request-id: req-a73973ed-1443-4251-943f-c10695cb187b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:51:15,827 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-a73973ed-1443-4251-943f-c10695cb187b 2018-08-18 23:51:15,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0544860363007s 2018-08-18 23:51:15,828 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-a73973ed-1443-4251-943f-c10695cb187b 2018-08-18 23:51:20,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:20,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:20,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:20 GMT Server: Apache x-openstack-request-id: req-2c3d74fb-f8ae-471e-b89f-6fec17865c72 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:20,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:20 GMT Server: Apache x-openstack-request-id: req-9463a867-1e36-466e-ace0-a1a0cee99716 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:20,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-9463a867-1e36-466e-ace0-a1a0cee99716 2018-08-18 23:51:20,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710728168488s 2018-08-18 23:51:20,906 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-9463a867-1e36-466e-ace0-a1a0cee99716 2018-08-18 23:51:25,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:25,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:25,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:25 GMT Server: Apache x-openstack-request-id: req-2e9c36c8-3905-4aef-93e9-64152f99f521 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:25,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:25 GMT Server: Apache x-openstack-request-id: req-f27ca7b6-43c5-4147-834b-11ca6e7adb6e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:25,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-f27ca7b6-43c5-4147-834b-11ca6e7adb6e 2018-08-18 23:51:25,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0701329708099s 2018-08-18 23:51:25,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-f27ca7b6-43c5-4147-834b-11ca6e7adb6e 2018-08-18 23:51:25,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:51:25,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:26,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:25 GMT Server: Apache x-openstack-request-id: req-6995afd8-91d2-4c9b-8078-7fea2aaab8dd Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:51:26,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:26 GMT Server: Apache x-openstack-request-id: req-3aab5d5d-2784-41ca-99b8-fa86c483a6df Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:51:26,056 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-3aab5d5d-2784-41ca-99b8-fa86c483a6df 2018-08-18 23:51:26,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0762631893158s 2018-08-18 23:51:26,057 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-3aab5d5d-2784-41ca-99b8-fa86c483a6df 2018-08-18 23:51:31,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:31,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:31,093 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:31 GMT Server: Apache x-openstack-request-id: req-d6dcd7dc-e35c-401a-9438-fd2594ae7b53 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:31,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:31 GMT Server: Apache x-openstack-request-id: req-41711b64-5f23-4278-a78a-971f7d8e9d67 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:31,136 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-41711b64-5f23-4278-a78a-971f7d8e9d67 2018-08-18 23:51:31,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725750923157s 2018-08-18 23:51:31,137 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-41711b64-5f23-4278-a78a-971f7d8e9d67 2018-08-18 23:51:36,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:36,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:36,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:36 GMT Server: Apache x-openstack-request-id: req-9ad163d7-bd57-4aa9-82d4-0b7cdb7b0e9c Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:36,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:36 GMT Server: Apache x-openstack-request-id: req-98e94181-2a9d-4fad-82f2-834c6edcd1ac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:36,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-98e94181-2a9d-4fad-82f2-834c6edcd1ac 2018-08-18 23:51:36,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733869075775s 2018-08-18 23:51:36,216 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-98e94181-2a9d-4fad-82f2-834c6edcd1ac 2018-08-18 23:51:36,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:51:36,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:36,245 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:36 GMT Server: Apache x-openstack-request-id: req-7116791c-fdca-44c7-a486-e752e810806c Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:51:36,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:36 GMT Server: Apache x-openstack-request-id: req-58c352c8-0dac-4d8e-9cf8-6e27216d9afe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:51:36,286 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-58c352c8-0dac-4d8e-9cf8-6e27216d9afe 2018-08-18 23:51:36,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0690200328827s 2018-08-18 23:51:36,286 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-58c352c8-0dac-4d8e-9cf8-6e27216d9afe 2018-08-18 23:51:41,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:41,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:41,323 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:41 GMT Server: Apache x-openstack-request-id: req-f521f588-0694-4ce3-a120-316fbabc22d8 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:41,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:41 GMT Server: Apache x-openstack-request-id: req-953b5437-3f0f-4676-bd2f-ba4f655241c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:41,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-953b5437-3f0f-4676-bd2f-ba4f655241c9 2018-08-18 23:51:41,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708639621735s 2018-08-18 23:51:41,364 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-953b5437-3f0f-4676-bd2f-ba4f655241c9 2018-08-18 23:51:46,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:46,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:46,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:46 GMT Server: Apache x-openstack-request-id: req-7ccecf20-72c7-4daa-9630-6e2c04a94832 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:46,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:46 GMT Server: Apache x-openstack-request-id: req-940ee4be-bc0e-4a74-a03f-207ca882ec36 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:46,440 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-940ee4be-bc0e-4a74-a03f-207ca882ec36 2018-08-18 23:51:46,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0698759555817s 2018-08-18 23:51:46,440 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-940ee4be-bc0e-4a74-a03f-207ca882ec36 2018-08-18 23:51:46,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:51:46,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:46,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:46 GMT Server: Apache x-openstack-request-id: req-72180fec-b858-4425-bfc9-d0db437ea954 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:51:46,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:46 GMT Server: Apache x-openstack-request-id: req-464262e6-2e75-4957-85ef-95ccf45f3bf9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:51:46,511 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-464262e6-2e75-4957-85ef-95ccf45f3bf9 2018-08-18 23:51:46,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0699069499969s 2018-08-18 23:51:46,511 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-464262e6-2e75-4957-85ef-95ccf45f3bf9 2018-08-18 23:51:51,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:51,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:51,547 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:51 GMT Server: Apache x-openstack-request-id: req-7ad153c5-c0e5-49b8-8789-8d7fb8f6e71e Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:51,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:51 GMT Server: Apache x-openstack-request-id: req-c3c60ddd-286a-444e-8f2a-b4e873506b28 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:51,589 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-c3c60ddd-286a-444e-8f2a-b4e873506b28 2018-08-18 23:51:51,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708630084991s 2018-08-18 23:51:51,589 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-c3c60ddd-286a-444e-8f2a-b4e873506b28 2018-08-18 23:51:56,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:51:56,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:56,623 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:56 GMT Server: Apache x-openstack-request-id: req-d01995a8-b313-480a-b4bf-054fc5b06066 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:51:56,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:56 GMT Server: Apache x-openstack-request-id: req-1c1f6a3f-7b94-4a00-9e5f-1c4b278c80df Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:51:56,665 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-1c1f6a3f-7b94-4a00-9e5f-1c4b278c80df 2018-08-18 23:51:56,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0697968006134s 2018-08-18 23:51:56,665 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-1c1f6a3f-7b94-4a00-9e5f-1c4b278c80df 2018-08-18 23:51:56,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:51:56,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:51:56,711 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:51:56 GMT Server: Apache x-openstack-request-id: req-31c6ac5b-c3e0-45c0-b03a-91bed06bde5f Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:51:56,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:51:56 GMT Server: Apache x-openstack-request-id: req-92347777-2122-4c65-b1c0-a86cecf6724e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:51:56,753 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-92347777-2122-4c65-b1c0-a86cecf6724e 2018-08-18 23:51:56,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0879199504852s 2018-08-18 23:51:56,754 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-92347777-2122-4c65-b1c0-a86cecf6724e 2018-08-18 23:52:01,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:01,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:01,784 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:01 GMT Server: Apache x-openstack-request-id: req-e37ff56c-0deb-4c12-ae53-0f2e9aca399b Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:01,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:01 GMT Server: Apache x-openstack-request-id: req-248dbe69-dedd-456d-bbce-00cbe003104e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:01,824 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-248dbe69-dedd-456d-bbce-00cbe003104e 2018-08-18 23:52:01,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0684611797333s 2018-08-18 23:52:01,825 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-248dbe69-dedd-456d-bbce-00cbe003104e 2018-08-18 23:52:06,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:06,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:06,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:06 GMT Server: Apache x-openstack-request-id: req-43d5df7a-e0bd-4eb6-87de-caa2f6177527 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:06,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:06 GMT Server: Apache x-openstack-request-id: req-20e23c6c-b869-4018-be0b-569a9b991043 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:06,901 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-20e23c6c-b869-4018-be0b-569a9b991043 2018-08-18 23:52:06,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709490776062s 2018-08-18 23:52:06,901 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-20e23c6c-b869-4018-be0b-569a9b991043 2018-08-18 23:52:06,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:52:06,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:06,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:06 GMT Server: Apache x-openstack-request-id: req-b587845a-2f10-4282-85de-8339b9a322bb Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:52:06,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:06 GMT Server: Apache x-openstack-request-id: req-87d6cba1-3c84-416d-91b3-2a777ddab737 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:52:06,954 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-87d6cba1-3c84-416d-91b3-2a777ddab737 2018-08-18 23:52:06,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0524170398712s 2018-08-18 23:52:06,954 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-87d6cba1-3c84-416d-91b3-2a777ddab737 2018-08-18 23:52:11,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:11,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:11,989 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:11 GMT Server: Apache x-openstack-request-id: req-b0f28030-10db-4fd3-b0bf-4d74ea317a12 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:12,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:11 GMT Server: Apache x-openstack-request-id: req-cde5eb6c-730d-463c-bf04-d75bf442711a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:12,030 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-cde5eb6c-730d-463c-bf04-d75bf442711a 2018-08-18 23:52:12,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724639892578s 2018-08-18 23:52:12,031 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-cde5eb6c-730d-463c-bf04-d75bf442711a 2018-08-18 23:52:17,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:17,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:17,081 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:17 GMT Server: Apache x-openstack-request-id: req-98b0479f-92c5-4bee-9883-d11f6a6be9c3 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:17,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:17 GMT Server: Apache x-openstack-request-id: req-8b0165b9-94e0-4f45-91c3-6f4b316698b2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:17,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-8b0165b9-94e0-4f45-91c3-6f4b316698b2 2018-08-18 23:52:17,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0855779647827s 2018-08-18 23:52:17,122 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-8b0165b9-94e0-4f45-91c3-6f4b316698b2 2018-08-18 23:52:17,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:52:17,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:17,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:17 GMT Server: Apache x-openstack-request-id: req-60909274-3596-44c1-aa89-17d2e755bbb8 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:52:17,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:17 GMT Server: Apache x-openstack-request-id: req-fdefe00b-7b0b-477d-991f-9504535e9d8a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:52:17,197 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-fdefe00b-7b0b-477d-991f-9504535e9d8a 2018-08-18 23:52:17,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0742409229279s 2018-08-18 23:52:17,198 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-fdefe00b-7b0b-477d-991f-9504535e9d8a 2018-08-18 23:52:22,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:22,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:22,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:22 GMT Server: Apache x-openstack-request-id: req-9b5bd7c6-6159-4d4c-b7b5-c4413670fc17 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:22,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:22 GMT Server: Apache x-openstack-request-id: req-6611ed57-5757-4fef-88e3-7ea969601374 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:22,276 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-6611ed57-5757-4fef-88e3-7ea969601374 2018-08-18 23:52:22,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071869134903s 2018-08-18 23:52:22,277 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-6611ed57-5757-4fef-88e3-7ea969601374 2018-08-18 23:52:27,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:27,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:27,311 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:27 GMT Server: Apache x-openstack-request-id: req-3e5a700f-637c-4255-94b8-78c52412e252 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:27,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:27 GMT Server: Apache x-openstack-request-id: req-ade974d5-a0e8-4541-9489-fa4e782f542c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:27,353 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-ade974d5-a0e8-4541-9489-fa4e782f542c 2018-08-18 23:52:27,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0702819824219s 2018-08-18 23:52:27,353 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-ade974d5-a0e8-4541-9489-fa4e782f542c 2018-08-18 23:52:27,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:52:27,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:27,382 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:27 GMT Server: Apache x-openstack-request-id: req-34839cca-433f-4bda-8519-ff3441516826 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:52:27,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:27 GMT Server: Apache x-openstack-request-id: req-2cfee01e-72ae-4ffb-9786-9c891772c0cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:52:27,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-2cfee01e-72ae-4ffb-9786-9c891772c0cb 2018-08-18 23:52:27,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0704829692841s 2018-08-18 23:52:27,424 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-2cfee01e-72ae-4ffb-9786-9c891772c0cb 2018-08-18 23:52:32,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:32,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:32,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:32 GMT Server: Apache x-openstack-request-id: req-4b731caf-0f84-46f7-af89-3d5931be6b51 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:32,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:32 GMT Server: Apache x-openstack-request-id: req-05799171-47fc-45a1-b169-ca92fd827987 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:32,519 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-05799171-47fc-45a1-b169-ca92fd827987 2018-08-18 23:52:32,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0884189605713s 2018-08-18 23:52:32,520 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-05799171-47fc-45a1-b169-ca92fd827987 2018-08-18 23:52:37,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:37,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:37,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:37 GMT Server: Apache x-openstack-request-id: req-74d59f33-ced1-4c2c-8151-154324b8035c Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:37,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:37 GMT Server: Apache x-openstack-request-id: req-4822df14-0978-4ad2-b81c-c13747814dbf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:37,597 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-4822df14-0978-4ad2-b81c-c13747814dbf 2018-08-18 23:52:37,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714120864868s 2018-08-18 23:52:37,597 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-4822df14-0978-4ad2-b81c-c13747814dbf 2018-08-18 23:52:37,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:52:37,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:37,624 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:37 GMT Server: Apache x-openstack-request-id: req-8d78de5a-6aba-4d97-ad7b-437b74160a5d Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:52:37,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:37 GMT Server: Apache x-openstack-request-id: req-160d47a3-0544-4163-b406-cc7c916575ad Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:52:37,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-160d47a3-0544-4163-b406-cc7c916575ad 2018-08-18 23:52:37,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0688240528107s 2018-08-18 23:52:37,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-160d47a3-0544-4163-b406-cc7c916575ad 2018-08-18 23:52:42,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:42,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:42,738 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:42 GMT Server: Apache x-openstack-request-id: req-b117f5c5-4db1-4fba-a9aa-7796a9350d92 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:42,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:42 GMT Server: Apache x-openstack-request-id: req-2823bb5d-215b-4512-b15f-d00a0a9b983f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:42,780 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-2823bb5d-215b-4512-b15f-d00a0a9b983f 2018-08-18 23:52:42,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.106870174408s 2018-08-18 23:52:42,780 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-2823bb5d-215b-4512-b15f-d00a0a9b983f 2018-08-18 23:52:47,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:47,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:47,816 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:47 GMT Server: Apache x-openstack-request-id: req-b5f2c0e3-ef0a-4280-8fbc-2134bc84b2b0 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:47,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:47 GMT Server: Apache x-openstack-request-id: req-e9ba5dc5-c5b0-4e9e-a3d9-a4b2448b6224 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:47,857 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-e9ba5dc5-c5b0-4e9e-a3d9-a4b2448b6224 2018-08-18 23:52:47,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711388587952s 2018-08-18 23:52:47,858 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-e9ba5dc5-c5b0-4e9e-a3d9-a4b2448b6224 2018-08-18 23:52:47,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:52:47,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:47,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:47 GMT Server: Apache x-openstack-request-id: req-254452b1-e747-456d-a934-23ef2c8c803a Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:52:47,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:47 GMT Server: Apache x-openstack-request-id: req-d39ad73b-8ba7-40dc-87f8-a267810ef703 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:52:47,917 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-d39ad73b-8ba7-40dc-87f8-a267810ef703 2018-08-18 23:52:47,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0585079193115s 2018-08-18 23:52:47,917 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-d39ad73b-8ba7-40dc-87f8-a267810ef703 2018-08-18 23:52:52,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:52,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:52,953 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:52 GMT Server: Apache x-openstack-request-id: req-2d3eda21-3487-48eb-97f3-19b2eb44cf04 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:52,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:52 GMT Server: Apache x-openstack-request-id: req-495a49e6-d37c-4211-a283-49fd925ab61a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:52:52,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-495a49e6-d37c-4211-a283-49fd925ab61a 2018-08-18 23:52:52,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072124004364s 2018-08-18 23:52:52,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-495a49e6-d37c-4211-a283-49fd925ab61a 2018-08-18 23:52:58,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:52:58,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:52:58,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:52:58 GMT Server: Apache x-openstack-request-id: req-16c0999a-a11a-461e-bd23-ceb940189675 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:52:58,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:52:58 GMT Server: Apache x-openstack-request-id: req-c065c2ea-a9ee-42b3-b30d-f8a085c40924 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-18T23:52:55Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/ellis/events/d9506e9b-54fc-43c5-be10-8a2cf9e9f405", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "62372355-9992-4000-8634-4e3e540f2f38", "id": "d9506e9b-54fc-43c5-be10-8a2cf9e9f405"}, {"resource_name": "dime", "event_time": "2018-08-18T23:52:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dime/events/849f2fbe-7eea-4760-b92c-3b19533c907f", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-po7tgrbsxitr", "id": "849f2fbe-7eea-4760-b92c-3b19533c907f"}, {"resource_name": "sprout", "event_time": "2018-08-18T23:52:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sprout/events/fed36f96-4093-4387-9c39-d6fef525ed5e", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-h4inulb5rtm7", "id": "fed36f96-4093-4387-9c39-d6fef525ed5e"}, {"resource_name": "homer", "event_time": "2018-08-18T23:52:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/homer/events/3fd918c2-42d8-453e-a5e0-013b04aa5e9e", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-b6ket7ws6dsq", "id": "3fd918c2-42d8-453e-a5e0-013b04aa5e9e"}, {"resource_name": "bono", "event_time": "2018-08-18T23:52:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/bono/events/9d44007b-98f0-4a95-922b-9fa61dac9107", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-fkypt5g7mnwi", "id": "9d44007b-98f0-4a95-922b-9fa61dac9107"}, {"resource_name": "vellum", "event_time": "2018-08-18T23:52:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/vellum/events/0541038b-506a-4e9e-9af3-5b301dafe6be", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-jxo4isratj3p", "id": "0541038b-506a-4e9e-9af3-5b301dafe6be"}]} 2018-08-18 23:52:58,128 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-c065c2ea-a9ee-42b3-b30d-f8a085c40924 2018-08-18 23:52:58,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.126272916794s 2018-08-18 23:52:58,129 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc&marker=237f5364-2ec4-478d-8226-0a2bafeebfe5&sort_dir=asc used request id req-c065c2ea-a9ee-42b3-b30d-f8a085c40924 2018-08-18 23:53:03,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:03,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:03,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:03 GMT Server: Apache x-openstack-request-id: req-90982c72-278c-4fb9-adc3-99b3a0c15813 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:03,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:03 GMT Server: Apache x-openstack-request-id: req-97c1fed6-1c71-46e3-a250-9acbed60d8c0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:53:03,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-97c1fed6-1c71-46e3-a250-9acbed60d8c0 2018-08-18 23:53:03,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0764739513397s 2018-08-18 23:53:03,213 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-97c1fed6-1c71-46e3-a250-9acbed60d8c0 2018-08-18 23:53:08,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:08,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:08,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:08 GMT Server: Apache x-openstack-request-id: req-61e29819-e687-49c8-a75b-7d6c80be4573 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:08,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:08 GMT Server: Apache x-openstack-request-id: req-e360cf21-24f2-4a75-ad52-0b4ad60b15fd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:53:08,294 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-e360cf21-24f2-4a75-ad52-0b4ad60b15fd 2018-08-18 23:53:08,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0751838684082s 2018-08-18 23:53:08,294 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-e360cf21-24f2-4a75-ad52-0b4ad60b15fd 2018-08-18 23:53:08,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:53:08,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:08,323 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:08 GMT Server: Apache x-openstack-request-id: req-c7c7fad5-8b10-41f7-b4b2-1c0045802c1a Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:53:08,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:08 GMT Server: Apache x-openstack-request-id: req-346d3c21-5e1c-46c6-aba4-06980995a8cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:53:08,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-346d3c21-5e1c-46c6-aba4-06980995a8cc 2018-08-18 23:53:08,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.102284908295s 2018-08-18 23:53:08,397 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-346d3c21-5e1c-46c6-aba4-06980995a8cc 2018-08-18 23:53:13,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:13,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:13,439 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:13 GMT Server: Apache x-openstack-request-id: req-2c158d67-6b80-492e-84b3-2f68b3baa701 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:13,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:13 GMT Server: Apache x-openstack-request-id: req-ce3e76c6-1a60-4ff6-820e-8fa456a07fb4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:53:13,484 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-ce3e76c6-1a60-4ff6-820e-8fa456a07fb4 2018-08-18 23:53:13,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0802690982819s 2018-08-18 23:53:13,485 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-ce3e76c6-1a60-4ff6-820e-8fa456a07fb4 2018-08-18 23:53:18,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:18,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:18,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:18 GMT Server: Apache x-openstack-request-id: req-68341eb8-97c4-4eee-bb7f-13886127702c Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:18,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:18 GMT Server: Apache x-openstack-request-id: req-d371862f-dde0-472f-a49a-690a25172ef2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:53:18,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-d371862f-dde0-472f-a49a-690a25172ef2 2018-08-18 23:53:18,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0762670040131s 2018-08-18 23:53:18,563 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-d371862f-dde0-472f-a49a-690a25172ef2 2018-08-18 23:53:18,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:53:18,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:18,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:18 GMT Server: Apache x-openstack-request-id: req-2d30d63d-58f3-4d21-9249-66208328831f Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:53:18,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:18 GMT Server: Apache x-openstack-request-id: req-2e3305c3-7b43-4e68-9e14-ad46955251c0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:53:18,656 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-2e3305c3-7b43-4e68-9e14-ad46955251c0 2018-08-18 23:53:18,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0928430557251s 2018-08-18 23:53:18,657 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-2e3305c3-7b43-4e68-9e14-ad46955251c0 2018-08-18 23:53:23,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:23,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:23,693 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:23 GMT Server: Apache x-openstack-request-id: req-63882a0d-b860-4014-9156-df126bdce88d Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:23,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:23 GMT Server: Apache x-openstack-request-id: req-525112bf-311c-4722-b520-e942fc194fb5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:53:23,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-525112bf-311c-4722-b520-e942fc194fb5 2018-08-18 23:53:23,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070592880249s 2018-08-18 23:53:23,734 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-525112bf-311c-4722-b520-e942fc194fb5 2018-08-18 23:53:28,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:28,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:28,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:28 GMT Server: Apache x-openstack-request-id: req-5879aec9-6876-42ab-bcb6-ebea6f72b7a1 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:28,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:28 GMT Server: Apache x-openstack-request-id: req-2ce4d64f-0491-4877-ba92-bc2dd32ecf5d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:53:28,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-2ce4d64f-0491-4877-ba92-bc2dd32ecf5d 2018-08-18 23:53:28,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0698878765106s 2018-08-18 23:53:28,811 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-2ce4d64f-0491-4877-ba92-bc2dd32ecf5d 2018-08-18 23:53:28,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:53:28,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:28,842 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:28 GMT Server: Apache x-openstack-request-id: req-5813f941-1067-422f-b478-90d640265e52 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:53:28,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:28 GMT Server: Apache x-openstack-request-id: req-02742364-bab8-4597-8d52-30c8f273501c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:53:28,884 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-02742364-bab8-4597-8d52-30c8f273501c 2018-08-18 23:53:28,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727508068085s 2018-08-18 23:53:28,884 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-02742364-bab8-4597-8d52-30c8f273501c 2018-08-18 23:53:33,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:33,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:34,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:33 GMT Server: Apache x-openstack-request-id: req-8575795e-6856-4e2d-9cd6-9a3bc8daa599 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:34,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:34 GMT Server: Apache x-openstack-request-id: req-f6260be9-47ea-4e0b-a3d7-95eca08dba89 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:53:34,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-f6260be9-47ea-4e0b-a3d7-95eca08dba89 2018-08-18 23:53:34,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.196997880936s 2018-08-18 23:53:34,089 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-f6260be9-47ea-4e0b-a3d7-95eca08dba89 2018-08-18 23:53:39,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:39,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:39,124 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:39 GMT Server: Apache x-openstack-request-id: req-35dd2d21-2ab2-43ab-8128-b91ea164a80e Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:39,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:39 GMT Server: Apache x-openstack-request-id: req-8e6f0a90-d1f2-419f-9f20-01c00146f3d8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-18T23:53:36Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/homer/events/0c774697-5899-44d3-b3c8-d40df8155563", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "0da27119-7211-4b63-8a07-2b5838f83d95", "id": "0c774697-5899-44d3-b3c8-d40df8155563"}]} 2018-08-18 23:53:39,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-8e6f0a90-d1f2-419f-9f20-01c00146f3d8 2018-08-18 23:53:39,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735771656036s 2018-08-18 23:53:39,168 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc&marker=0541038b-506a-4e9e-9af3-5b301dafe6be&sort_dir=asc used request id req-8e6f0a90-d1f2-419f-9f20-01c00146f3d8 2018-08-18 23:53:44,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:44,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:44,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:44 GMT Server: Apache x-openstack-request-id: req-17627db2-3b0a-4602-81a8-c39c178dc4ad Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:44,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:44 GMT Server: Apache x-openstack-request-id: req-f3d8c21f-f56f-412c-98ea-98553833decd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:53:44,296 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc&marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc used request id req-f3d8c21f-f56f-412c-98ea-98553833decd 2018-08-18 23:53:44,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.121592998505s 2018-08-18 23:53:44,296 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc&marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc used request id req-f3d8c21f-f56f-412c-98ea-98553833decd 2018-08-18 23:53:49,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:49,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:49,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:49 GMT Server: Apache x-openstack-request-id: req-16bb4d57-4809-4f2a-b706-fd3e65c791fd Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:49,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:49 GMT Server: Apache x-openstack-request-id: req-b8a6cc50-9bcb-4fcd-a155-3d1e005cb05f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:53:49,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc&marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc used request id req-b8a6cc50-9bcb-4fcd-a155-3d1e005cb05f 2018-08-18 23:53:49,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745210647583s 2018-08-18 23:53:49,377 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc&marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc used request id req-b8a6cc50-9bcb-4fcd-a155-3d1e005cb05f 2018-08-18 23:53:49,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:53:49,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:49,424 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:49 GMT Server: Apache x-openstack-request-id: req-da210ea5-ef5e-4d5d-abb8-bce196b18492 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:53:49,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:49 GMT Server: Apache x-openstack-request-id: req-d08a3ed5-a790-44f7-b8c0-3279a2193595 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:53:49,467 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-d08a3ed5-a790-44f7-b8c0-3279a2193595 2018-08-18 23:53:49,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0891978740692s 2018-08-18 23:53:49,467 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-d08a3ed5-a790-44f7-b8c0-3279a2193595 2018-08-18 23:53:54,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:54,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:53:54,784 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:54 GMT Server: Apache x-openstack-request-id: req-4400062c-4f80-4895-b002-50fb813a3c10 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:53:54,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:53:54 GMT Server: Apache x-openstack-request-id: req-20e0f561-5273-4307-b9a3-96a1d646a65d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:53:54,827 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc&marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc used request id req-20e0f561-5273-4307-b9a3-96a1d646a65d 2018-08-18 23:53:54,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.353245019913s 2018-08-18 23:53:54,828 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc&marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc used request id req-20e0f561-5273-4307-b9a3-96a1d646a65d 2018-08-18 23:53:59,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:53:59,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:00,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:53:59 GMT Server: Apache x-openstack-request-id: req-a93ca570-01e7-47b2-ac39-9ee2eef6bd0f Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:54:00,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:00 GMT Server: Apache x-openstack-request-id: req-1b2cf34c-a984-4924-a850-46e756d62184 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-18 23:54:00,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc&marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc used request id req-1b2cf34c-a984-4924-a850-46e756d62184 2018-08-18 23:54:00,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.565938949585s 2018-08-18 23:54:00,400 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc&marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc used request id req-1b2cf34c-a984-4924-a850-46e756d62184 2018-08-18 23:54:00,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:54:00,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:00,445 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:54:00 GMT Server: Apache x-openstack-request-id: req-6f0dd1e4-d1fa-431c-9b0e-65231bd6ce58 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-18 23:54:00,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:00 GMT Server: Apache x-openstack-request-id: req-7f46c20c-2b85-4825-93e9-6d33c98839d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-18 23:54:00,495 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-7f46c20c-2b85-4825-93e9-6d33c98839d5 2018-08-18 23:54:00,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0949559211731s 2018-08-18 23:54:00,496 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-7f46c20c-2b85-4825-93e9-6d33c98839d5 2018-08-18 23:54:05,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:54:05,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:05,745 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:54:05 GMT Server: Apache x-openstack-request-id: req-0c1e8c20-f18e-4a13-83c6-68518a436a61 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:54:05,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:05 GMT Server: Apache x-openstack-request-id: req-ad7014b8-3871-4486-a4f7-9e5e3344b7f0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-18T23:54:01Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sprout/events/dce45d0e-0075-4b35-92a8-6d9297a5a418", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "a5941244-895b-4a41-8b10-1596fad46296", "id": "dce45d0e-0075-4b35-92a8-6d9297a5a418"}, {"resource_name": "vellum", "event_time": "2018-08-18T23:54:03Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/vellum/events/f6d96b02-a2f7-4191-befd-650626a59d98", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "6a69f601-9be9-48f5-aac2-dbebc71a96e5", "id": "f6d96b02-a2f7-4191-befd-650626a59d98"}, {"resource_name": "dime", "event_time": "2018-08-18T23:54:03Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dime/events/c8c9edbf-2115-43ac-85f3-9e828df1cd06", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "9d62248c-5d75-4974-8a0c-89dd4d902519", "id": "c8c9edbf-2115-43ac-85f3-9e828df1cd06"}]} 2018-08-18 23:54:05,789 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc&marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc used request id req-ad7014b8-3871-4486-a4f7-9e5e3344b7f0 2018-08-18 23:54:05,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.288339853287s 2018-08-18 23:54:05,790 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc&marker=0c774697-5899-44d3-b3c8-d40df8155563&sort_dir=asc used request id req-ad7014b8-3871-4486-a4f7-9e5e3344b7f0 2018-08-18 23:54:10,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-18 23:54:10,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/events?marker=c8c9edbf-2115-43ac-85f3-9e828df1cd06&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:11,104 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:54:10 GMT Server: Apache x-openstack-request-id: req-171a91d7-1c3f-403f-9b70-e6c3cddc99b0 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=c8c9edbf-2115-43ac-85f3-9e828df1cd06&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-18 23:54:11,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:11 GMT Server: Apache x-openstack-request-id: req-d068fa1f-b24e-43e8-bd7b-a26929d6bdee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 440 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-18T23:54:05Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/bono/events/bb85c09e-1e02-4756-934d-6b03e1dcf918", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "bc5af2dd-2683-401f-9948-8835f4f3c6e6", "id": "bb85c09e-1e02-4756-934d-6b03e1dcf918"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-18T23:54:05Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/clearwater-opnfv/events/e225a97c-719a-42d6-8145-6133f347fd44", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "id": "e225a97c-719a-42d6-8145-6133f347fd44"}]} 2018-08-18 23:54:11,148 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=c8c9edbf-2115-43ac-85f3-9e828df1cd06&sort_dir=asc&marker=c8c9edbf-2115-43ac-85f3-9e828df1cd06&sort_dir=asc used request id req-d068fa1f-b24e-43e8-bd7b-a26929d6bdee 2018-08-18 23:54:11,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.351543903351s 2018-08-18 23:54:11,148 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=c8c9edbf-2115-43ac-85f3-9e828df1cd06&sort_dir=asc&marker=c8c9edbf-2115-43ac-85f3-9e828df1cd06&sort_dir=asc used request id req-d068fa1f-b24e-43e8-bd7b-a26929d6bdee 2018-08-18 23:54:11,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-18 23:54:11,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:11,179 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 18 Aug 2018 23:54:11 GMT Server: Apache x-openstack-request-id: req-11b849da-4a92-4502-ba04-51dbceb3d96f Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00 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-18 23:54:11,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:11 GMT Server: Apache x-openstack-request-id: req-71294373-520b-4b60-a7fa-819d8422ebe4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 949 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "outputs": [{"output_value": "172.30.9.211", "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-18 23:54:11,303 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00 used request id req-71294373-520b-4b60-a7fa-819d8422ebe4 2018-08-18 23:54:11,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.153620004654s 2018-08-18 23:54:11,303 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00 used request id req-71294373-520b-4b60-a7fa-819d8422ebe4 2018-08-18 23:54:11,305 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-18T23:48:49Z', 'updated_at': None, 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'Clearwater deployment\n', 'deleted_at': None, 'id': u'abac7895-dc87-4606-88c9-4c7db45f7f00', 'parameters': Munch({u'OS::project_id': u'687e1b875c954a938e775bfd60ed676d', u'private_sig_net_ip_version': u'4', u'image': u'heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', u'private_mgmt_net_pool_start': u'192.168.0.1', u'dime_cluster_size': u'1', u'flavor': u'heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 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'65cd7cef-6b04-450e-9f27-e630c6e3994e', 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'abac7895-dc87-4606-88c9-4c7db45f7f00', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'bono_cluster_size': u'1', u'public_mgmt_net_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'e4f06fcef0c444a89a2162105c72d0cd', 'status': u'COMPLETE', 'disable_rollback': False, 'description': u'Clearwater deployment\n', 'parent': None, 'tags': None, 'outputs': [Munch({u'output_value': u'172.30.9.211', 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-18T23:48:49Z', 'stack_status_reason': u'Stack CREATE completed successfully', 'updated_time': None, 'action': u'CREATE', 'identifier': 'clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00'}) 2018-08-18 23:54:11,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:54:11,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:11,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08fff3ec-3abb-458e-ba7c-7826d80dc85c x-compute-request-id: req-08fff3ec-3abb-458e-ba7c-7826d80dc85c Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:54:11,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-08fff3ec-3abb-458e-ba7c-7826d80dc85c 2018-08-18 23:54:11,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540812969208s 2018-08-18 23:54:11,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-08fff3ec-3abb-458e-ba7c-7826d80dc85c 2018-08-18 23:54:11,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 23:54:11,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:12,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1761 X-Openstack-Request-Id: req-6065a40f-2f48-4fb2-96ff-cd138ecb1b21 Date: Sat, 18 Aug 2018 23:54:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc0aa3d9-f2bd-431c-b67c-e5a0031549f7"],"updated_at":"2018-08-18T23:48:55Z","tenant_id":"687e1b875c954a938e775bfd60ed676d","created_at":"2018-08-18T23:48:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"687e1b875c954a938e775bfd60ed676d","id":"5135708f-a8d2-4abb-af30-7f01a77488ce","name":"clearwater-opnfv-private-signaling"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7db4144a-a39d-4b3b-a33a-fc1b191994e4"],"updated_at":"2018-08-18T23:48:54Z","tenant_id":"687e1b875c954a938e775bfd60ed676d","created_at":"2018-08-18T23:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"687e1b875c954a938e775bfd60ed676d","id":"aa48fd1b-e0ff-454c-98fd-568b97080260","name":"clearwater-opnfv-private-management"}]} 2018-08-18 23:54:12,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6065a40f-2f48-4fb2-96ff-cd138ecb1b21 2018-08-18 23:54:12,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.373033046722s 2018-08-18 23:54:12,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6065a40f-2f48-4fb2-96ff-cd138ecb1b21 2018-08-18 23:54:12,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 23:54:12,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:12,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-93666a73-b7de-4fd7-9721-8d3f94c7c991 Date: Sat, 18 Aug 2018 23:54:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa48fd1b-e0ff-454c-98fd-568b97080260","tenant_id":"687e1b875c954a938e775bfd60ed676d","created_at":"2018-08-18T23:48:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T23:48:54Z","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":"687e1b875c954a938e775bfd60ed676d","id":"7db4144a-a39d-4b3b-a33a-fc1b191994e4","subnetpool_id":null,"name":"clearwater-opnfv-private-management"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5135708f-a8d2-4abb-af30-7f01a77488ce","tenant_id":"687e1b875c954a938e775bfd60ed676d","created_at":"2018-08-18T23:48:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T23:48:55Z","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":"687e1b875c954a938e775bfd60ed676d","id":"dc0aa3d9-f2bd-431c-b67c-e5a0031549f7","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"}]} 2018-08-18 23:54:12,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-93666a73-b7de-4fd7-9721-8d3f94c7c991 2018-08-18 23:54:12,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0412499904633s 2018-08-18 23:54:12,274 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-93666a73-b7de-4fd7-9721-8d3f94c7c991 2018-08-18 23:54:13,278 - 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-18 23:54:13,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:54:13,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:13,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-38109bf5-6a16-42a6-bfb0-e8461ab92e95 x-compute-request-id: req-38109bf5-6a16-42a6-bfb0-e8461ab92e95 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}]} 2018-08-18 23:54:13,302 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-38109bf5-6a16-42a6-bfb0-e8461ab92e95 2018-08-18 23:54:13,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0232930183411s 2018-08-18 23:54:13,302 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-38109bf5-6a16-42a6-bfb0-e8461ab92e95 2018-08-18 23:54:13,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-18 23:54:13,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:13,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-5aac53bc-72ec-40aa-8f2e-afc23e6a59fc x-compute-request-id: req-5aac53bc-72ec-40aa-8f2e-afc23e6a59fc Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1f13dfc6-8751-4f6d-a2ad-28aad89d98a4"}, {"from_port": 4000, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "2af65fdd-87c9-4f5e-97a5-3b7ffe45f072"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "54ad5848-1209-4e35-8fdb-7357500865b7"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5c1d2cd9-7b4d-4122-a696-94a90cfe2918"}, {"from_port": 2380, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "9e10ebdd-a6df-4ed4-b36c-c41b4384f50e"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "00f5d12f-b20a-4370-ab05-39b163f69f5e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "2e1fe859-13e0-43c4-b4de-dd5df6b597dd"}, {"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "00f5d12f-b20a-4370-ab05-39b163f69f5e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "49b8c7dd-f181-42db-876d-e707657687b7"}, {"from_port": 5058, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "00f5d12f-b20a-4370-ab05-39b163f69f5e", "ip_range": {}, "id": "63d3cbbc-5205-46ab-a892-6966385ceebe"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "00f5d12f-b20a-4370-ab05-39b163f69f5e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "65bddc20-57c8-4f97-b035-44be7f057247"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "00f5d12f-b20a-4370-ab05-39b163f69f5e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "7a3a134f-3a0d-43c5-a8fe-35f2607eeeb6"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "00f5d12f-b20a-4370-ab05-39b163f69f5e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82384fa0-1c6d-4d2a-8cda-7a08c7fac84c"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "00f5d12f-b20a-4370-ab05-39b163f69f5e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "86596d6f-97c5-4aa3-8e22-0e142d8e2ae5"}, {"from_port": 5058, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "00f5d12f-b20a-4370-ab05-39b163f69f5e", "ip_range": {}, "id": "c9f9e7a3-c1ab-439d-bbcf-ef2f5f8e7260"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "00f5d12f-b20a-4370-ab05-39b163f69f5e", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-08-18 23:54:13,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/os-security-groups used request id req-5aac53bc-72ec-40aa-8f2e-afc23e6a59fc 2018-08-18 23:54:13,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.173102855682s 2018-08-18 23:54:13,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/os-security-groups used request id req-5aac53bc-72ec-40aa-8f2e-afc23e6a59fc 2018-08-18 23:54:13,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:54:13,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:13,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-8936df4c-1343-4f1a-87e9-24d37379c02a Date: Sat, 18 Aug 2018 23:54:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:43Z", "file": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file", "owner": "687e1b875c954a938e775bfd60ed676d", "id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "size": 263324160, "self": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T23:48:37Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:54:13,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8936df4c-1343-4f1a-87e9-24d37379c02a 2018-08-18 23:54:13,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0615918636322s 2018-08-18 23:54:13,548 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8936df4c-1343-4f1a-87e9-24d37379c02a 2018-08-18 23:54:13,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 23:54:13,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:14,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:13 GMT Server: Apache x-compute-request-id: req-884123bc-df9e-4e3c-b27c-942a971f3ac3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-884123bc-df9e-4e3c-b27c-942a971f3ac3 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-18 23:54:14,309 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-884123bc-df9e-4e3c-b27c-942a971f3ac3 2018-08-18 23:54:14,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.75698184967s 2018-08-18 23:54:14,309 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-884123bc-df9e-4e3c-b27c-942a971f3ac3 2018-08-18 23:54:14,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:54:14,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:14,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-773c3c25-b17a-46d9-8fca-e1b1d7fc13e2 x-compute-request-id: req-773c3c25-b17a-46d9-8fca-e1b1d7fc13e2 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}]} 2018-08-18 23:54:14,335 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-773c3c25-b17a-46d9-8fca-e1b1d7fc13e2 2018-08-18 23:54:14,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0256690979004s 2018-08-18 23:54:14,336 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-773c3c25-b17a-46d9-8fca-e1b1d7fc13e2 2018-08-18 23:54:14,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-18 23:54:14,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:14,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23: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-d41acc18-8bd5-4795-90ce-acfc136b204d x-compute-request-id: req-d41acc18-8bd5-4795-90ce-acfc136b204d Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1f13dfc6-8751-4f6d-a2ad-28aad89d98a4"}, {"from_port": 4000, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "2af65fdd-87c9-4f5e-97a5-3b7ffe45f072"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "54ad5848-1209-4e35-8fdb-7357500865b7"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5c1d2cd9-7b4d-4122-a696-94a90cfe2918"}, {"from_port": 2380, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "9e10ebdd-a6df-4ed4-b36c-c41b4384f50e"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "913851fe-a093-45ac-809b-5806ac86d538", "ip_range": {}, "id": "b7a0df98-3809-4e49-b688-390b22732f04"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "913851fe-a093-45ac-809b-5806ac86d538", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 8888, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "e8f6d943-5d28-497d-8257-45ac571a447c", "ip_range": {}, "id": "5da499b1-681b-4b9a-9e68-5a9a5c569f4b"}, {"from_port": 10888, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "e8f6d943-5d28-497d-8257-45ac571a447c", "ip_range": {}, "id": "6b9386b3-7cea-4756-8d73-ae53030e3f3f"}, {"from_port": 8888, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "e8f6d943-5d28-497d-8257-45ac571a447c", "ip_range": {}, "id": "720fc3f2-a399-46dd-bfc3-f40b906b7f03"}, {"from_port": 10888, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "e8f6d943-5d28-497d-8257-45ac571a447c", "ip_range": {}, "id": "a08a0b1b-f7b7-4972-977b-f9294da5f8ef"}, {"from_port": 10888, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "e8f6d943-5d28-497d-8257-45ac571a447c", "ip_range": {}, "id": "da7eefde-726f-47bd-a8aa-b9a30c9e6317"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "e8f6d943-5d28-497d-8257-45ac571a447c", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-18 23:54:14,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/os-security-groups used request id req-d41acc18-8bd5-4795-90ce-acfc136b204d 2018-08-18 23:54:14,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.301681995392s 2018-08-18 23:54:14,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/os-security-groups used request id req-d41acc18-8bd5-4795-90ce-acfc136b204d 2018-08-18 23:54:14,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:54:14,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:14,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-b1930ce0-07a6-4b2e-8805-1aca119f71fc Date: Sat, 18 Aug 2018 23:54:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:43Z", "file": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file", "owner": "687e1b875c954a938e775bfd60ed676d", "id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "size": 263324160, "self": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T23:48:37Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:54:14,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b1930ce0-07a6-4b2e-8805-1aca119f71fc 2018-08-18 23:54:14,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.141206979752s 2018-08-18 23:54:14,789 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b1930ce0-07a6-4b2e-8805-1aca119f71fc 2018-08-18 23:54:14,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 23:54:14,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:15,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:14 GMT Server: Apache x-compute-request-id: req-fbbafbe9-9b19-4247-80ea-67e42b2de378 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fbbafbe9-9b19-4247-80ea-67e42b2de378 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-18 23:54:15,481 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-fbbafbe9-9b19-4247-80ea-67e42b2de378 2018-08-18 23:54:15,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.687759160995s 2018-08-18 23:54:15,481 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-fbbafbe9-9b19-4247-80ea-67e42b2de378 2018-08-18 23:54:15,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:54:15,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:15,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eeacfd5c-3424-4f0e-abb0-8e67e0c16fa4 x-compute-request-id: req-eeacfd5c-3424-4f0e-abb0-8e67e0c16fa4 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}]} 2018-08-18 23:54:15,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-eeacfd5c-3424-4f0e-abb0-8e67e0c16fa4 2018-08-18 23:54:15,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0234041213989s 2018-08-18 23:54:15,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-eeacfd5c-3424-4f0e-abb0-8e67e0c16fa4 2018-08-18 23:54:15,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-18 23:54:15,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:15,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d716e2a4-f15b-4908-a25c-c40b8c676cab x-compute-request-id: req-d716e2a4-f15b-4908-a25c-c40b8c676cab Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1f13dfc6-8751-4f6d-a2ad-28aad89d98a4"}, {"from_port": 4000, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "2af65fdd-87c9-4f5e-97a5-3b7ffe45f072"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "54ad5848-1209-4e35-8fdb-7357500865b7"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5c1d2cd9-7b4d-4122-a696-94a90cfe2918"}, {"from_port": 2380, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "9e10ebdd-a6df-4ed4-b36c-c41b4384f50e"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 9888, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "9adfd0e2-3303-49f6-a280-eb4f3a78c1dd", "ip_range": {}, "id": "428e8963-801b-407b-b50f-ea8629b92054"}, {"from_port": 9888, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "9adfd0e2-3303-49f6-a280-eb4f3a78c1dd", "ip_range": {}, "id": "42adaf5b-685f-40f0-9455-8fff0b8fb339"}, {"from_port": 5054, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "9adfd0e2-3303-49f6-a280-eb4f3a78c1dd", "ip_range": {}, "id": "4be97753-4ccd-4e74-8016-cd1b08e0c0aa"}, {"from_port": 5052, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "9adfd0e2-3303-49f6-a280-eb4f3a78c1dd", "ip_range": {}, "id": "b9837f34-5edc-4df4-b688-d39d0240228d"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "9adfd0e2-3303-49f6-a280-eb4f3a78c1dd", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5052, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "bd393103-7d72-4ff5-aaa5-d4edb4785552", "ip_range": {}, "id": "69333972-324f-437d-a749-ca23071b3c4e"}, {"from_port": 5054, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "bd393103-7d72-4ff5-aaa5-d4edb4785552", "ip_range": {}, "id": "ae418900-e113-4ef3-823a-53479c621021"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "bd393103-7d72-4ff5-aaa5-d4edb4785552", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-18 23:54:15,765 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/os-security-groups used request id req-d716e2a4-f15b-4908-a25c-c40b8c676cab 2018-08-18 23:54:15,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.256929159164s 2018-08-18 23:54:15,766 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/os-security-groups used request id req-d716e2a4-f15b-4908-a25c-c40b8c676cab 2018-08-18 23:54:15,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:54:15,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:15,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-6711afab-39ab-42da-92a7-d552426c352b Date: Sat, 18 Aug 2018 23:54:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:43Z", "file": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file", "owner": "687e1b875c954a938e775bfd60ed676d", "id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "size": 263324160, "self": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T23:48:37Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:54:15,817 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6711afab-39ab-42da-92a7-d552426c352b 2018-08-18 23:54:15,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0422959327698s 2018-08-18 23:54:15,817 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6711afab-39ab-42da-92a7-d552426c352b 2018-08-18 23:54:15,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 23:54:15,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:16,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:15 GMT Server: Apache x-compute-request-id: req-0ca32929-4d7f-472c-81de-8c8569b0c2f0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0ca32929-4d7f-472c-81de-8c8569b0c2f0 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-18 23:54:16,496 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-0ca32929-4d7f-472c-81de-8c8569b0c2f0 2018-08-18 23:54:16,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.675100803375s 2018-08-18 23:54:16,496 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-0ca32929-4d7f-472c-81de-8c8569b0c2f0 2018-08-18 23:54:16,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:54:16,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:16,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-490f457b-3b21-4abb-a618-781936d724b8 x-compute-request-id: req-490f457b-3b21-4abb-a618-781936d724b8 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}]} 2018-08-18 23:54:16,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-490f457b-3b21-4abb-a618-781936d724b8 2018-08-18 23:54:16,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.022173166275s 2018-08-18 23:54:16,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-490f457b-3b21-4abb-a618-781936d724b8 2018-08-18 23:54:16,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-18 23:54:16,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:17,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-b04a0720-fb04-47cd-8c14-ea0cd11d10f7 x-compute-request-id: req-b04a0720-fb04-47cd-8c14-ea0cd11d10f7 Content-Encoding: gzip Content-Length: 922 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1f13dfc6-8751-4f6d-a2ad-28aad89d98a4"}, {"from_port": 4000, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "2af65fdd-87c9-4f5e-97a5-3b7ffe45f072"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "54ad5848-1209-4e35-8fdb-7357500865b7"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5c1d2cd9-7b4d-4122-a696-94a90cfe2918"}, {"from_port": 2380, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "9e10ebdd-a6df-4ed4-b36c-c41b4384f50e"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 9160, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "643aac33-8c18-4fe6-9f18-ca6cedd506fe", "ip_range": {}, "id": "1992f16c-6b00-4012-8232-dcab85ccca1b"}, {"from_port": 11311, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "643aac33-8c18-4fe6-9f18-ca6cedd506fe", "ip_range": {}, "id": "2bc88129-7060-4559-8dc5-1b4d090e1428"}, {"from_port": 11311, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "643aac33-8c18-4fe6-9f18-ca6cedd506fe", "ip_range": {}, "id": "37cd2d75-52a3-4910-97cd-90e4b65ea129"}, {"from_port": 7253, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "643aac33-8c18-4fe6-9f18-ca6cedd506fe", "ip_range": {}, "id": "54bf5512-7a3d-4153-b0bd-f13c0ddcaa73"}, {"from_port": 9160, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "643aac33-8c18-4fe6-9f18-ca6cedd506fe", "ip_range": {}, "id": "65b2be89-fcdb-4196-b8e7-b052ca436d60"}, {"from_port": 7253, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "643aac33-8c18-4fe6-9f18-ca6cedd506fe", "ip_range": {}, "id": "77b09acd-19c1-499e-9671-ab612be1acff"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "643aac33-8c18-4fe6-9f18-ca6cedd506fe", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7253, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "85de58de-93bc-48d5-9a7f-0857298e7ef9", "ip_range": {}, "id": "6aba9e46-14d2-4665-a84a-5593178c1364"}, {"from_port": 7000, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "85de58de-93bc-48d5-9a7f-0857298e7ef9", "ip_range": {}, "id": "d7acc48b-34df-4b6d-8014-59c052cdc1f5"}, {"from_port": 11211, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "85de58de-93bc-48d5-9a7f-0857298e7ef9", "ip_range": {}, "id": "eb960ab1-a4ac-4c59-a721-7f6284961241"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "85de58de-93bc-48d5-9a7f-0857298e7ef9", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-08-18 23:54:17,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95/os-security-groups used request id req-b04a0720-fb04-47cd-8c14-ea0cd11d10f7 2018-08-18 23:54:17,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.592067956924s 2018-08-18 23:54:17,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95/os-security-groups used request id req-b04a0720-fb04-47cd-8c14-ea0cd11d10f7 2018-08-18 23:54:17,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:54:17,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:17,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-df9b7c23-d076-4c18-9e9d-9b2d2c50f064 Date: Sat, 18 Aug 2018 23:54:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:43Z", "file": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file", "owner": "687e1b875c954a938e775bfd60ed676d", "id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "size": 263324160, "self": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T23:48:37Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:54:17,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-df9b7c23-d076-4c18-9e9d-9b2d2c50f064 2018-08-18 23:54:17,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.035336971283s 2018-08-18 23:54:17,159 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-df9b7c23-d076-4c18-9e9d-9b2d2c50f064 2018-08-18 23:54:17,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 23:54:17,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:17,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:17 GMT Server: Apache x-compute-request-id: req-a9f78d87-f385-4d35-b616-cae5f0e95718 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a9f78d87-f385-4d35-b616-cae5f0e95718 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-18 23:54:17,207 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-a9f78d87-f385-4d35-b616-cae5f0e95718 2018-08-18 23:54:17,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0445740222931s 2018-08-18 23:54:17,208 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-a9f78d87-f385-4d35-b616-cae5f0e95718 2018-08-18 23:54:18,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:54:18,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:18,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-5b0517b3-ffd6-40b0-9927-a39c8cfc9c7e x-compute-request-id: req-5b0517b3-ffd6-40b0-9927-a39c8cfc9c7e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}]} 2018-08-18 23:54:18,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5b0517b3-ffd6-40b0-9927-a39c8cfc9c7e 2018-08-18 23:54:18,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254092216492s 2018-08-18 23:54:18,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5b0517b3-ffd6-40b0-9927-a39c8cfc9c7e 2018-08-18 23:54:18,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-18 23:54:18,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:18,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-bd881f4d-8667-461a-9a11-38637b1462c3 x-compute-request-id: req-bd881f4d-8667-461a-9a11-38637b1462c3 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1f13dfc6-8751-4f6d-a2ad-28aad89d98a4"}, {"from_port": 4000, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "2af65fdd-87c9-4f5e-97a5-3b7ffe45f072"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "54ad5848-1209-4e35-8fdb-7357500865b7"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5c1d2cd9-7b4d-4122-a696-94a90cfe2918"}, {"from_port": 2380, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "9e10ebdd-a6df-4ed4-b36c-c41b4384f50e"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "b0fed135-e2c4-497e-81c2-a642887a8925", "ip_range": {}, "id": "5fd1ef00-87c1-4d58-a04c-5a36b01709ac"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "b0fed135-e2c4-497e-81c2-a642887a8925", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c5c04efb-c68b-43e3-92e4-5c033fd02fde"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "b0fed135-e2c4-497e-81c2-a642887a8925", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 9160, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "936e4c41-ee7e-417e-a9f8-5d87a7abd343", "ip_range": {}, "id": "15069dc5-02b8-4752-90a1-d0008f087406"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "936e4c41-ee7e-417e-a9f8-5d87a7abd343", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "7a0c5f20-ebf9-4b72-bbc3-59b959d2f201"}, {"from_port": 7888, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "936e4c41-ee7e-417e-a9f8-5d87a7abd343", "ip_range": {}, "id": "e66d9853-b598-414a-b091-4aba731a2ef7"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "936e4c41-ee7e-417e-a9f8-5d87a7abd343", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-18 23:54:18,420 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657/os-security-groups used request id req-bd881f4d-8667-461a-9a11-38637b1462c3 2018-08-18 23:54:18,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.181296110153s 2018-08-18 23:54:18,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657/os-security-groups used request id req-bd881f4d-8667-461a-9a11-38637b1462c3 2018-08-18 23:54:18,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:54:18,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:18,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-0e78ded3-7283-4a08-8acf-189fa00b7098 Date: Sat, 18 Aug 2018 23:54:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:43Z", "file": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file", "owner": "687e1b875c954a938e775bfd60ed676d", "id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "size": 263324160, "self": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T23:48:37Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:54:18,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0e78ded3-7283-4a08-8acf-189fa00b7098 2018-08-18 23:54:18,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0346949100494s 2018-08-18 23:54:18,464 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0e78ded3-7283-4a08-8acf-189fa00b7098 2018-08-18 23:54:18,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 23:54:18,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:19,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:18 GMT Server: Apache x-compute-request-id: req-7ce4039c-6da7-4f6a-b7a4-11b0a44e17a1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7ce4039c-6da7-4f6a-b7a4-11b0a44e17a1 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-18 23:54:19,154 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-7ce4039c-6da7-4f6a-b7a4-11b0a44e17a1 2018-08-18 23:54:19,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.686297893524s 2018-08-18 23:54:19,154 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-7ce4039c-6da7-4f6a-b7a4-11b0a44e17a1 2018-08-18 23:54:19,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:54:19,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:19,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-a96e89a3-6d22-4dcd-b5a2-8e4a710cbea1 x-compute-request-id: req-a96e89a3-6d22-4dcd-b5a2-8e4a710cbea1 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}]} 2018-08-18 23:54:19,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a96e89a3-6d22-4dcd-b5a2-8e4a710cbea1 2018-08-18 23:54:19,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0234270095825s 2018-08-18 23:54:19,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a96e89a3-6d22-4dcd-b5a2-8e4a710cbea1 2018-08-18 23:54:19,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-18 23:54:19,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:19,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-0e27435a-23fb-4c76-99ca-4c2592ba3f32 x-compute-request-id: req-0e27435a-23fb-4c76-99ca-4c2592ba3f32 Content-Encoding: gzip Content-Length: 583 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1f13dfc6-8751-4f6d-a2ad-28aad89d98a4"}, {"from_port": 4000, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "2af65fdd-87c9-4f5e-97a5-3b7ffe45f072"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "54ad5848-1209-4e35-8fdb-7357500865b7"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5c1d2cd9-7b4d-4122-a696-94a90cfe2918"}, {"from_port": 2380, "group": {"tenant_id": "687e1b875c954a938e775bfd60ed676d", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "ip_range": {}, "id": "9e10ebdd-a6df-4ed4-b36c-c41b4384f50e"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "beac83a6-b2dc-4f09-b601-ca1b10df2492", "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": "5c44dcfc-e0cb-43ba-b7d2-14369fb7b592", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e46a9471-46fa-4517-9905-c35c29b11aae"}, {"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "5c44dcfc-e0cb-43ba-b7d2-14369fb7b592", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ed1fb6d0-6883-4050-8a52-45a614313121"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "5c44dcfc-e0cb-43ba-b7d2-14369fb7b592", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-18 23:54:19,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8/os-security-groups used request id req-0e27435a-23fb-4c76-99ca-4c2592ba3f32 2018-08-18 23:54:19,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.141645908356s 2018-08-18 23:54:19,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8/os-security-groups used request id req-0e27435a-23fb-4c76-99ca-4c2592ba3f32 2018-08-18 23:54:19,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:54:19,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:19,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-1f5acdd9-d6f6-4024-bbf0-a471c8e7b454 Date: Sat, 18 Aug 2018 23:54:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:43Z", "file": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file", "owner": "687e1b875c954a938e775bfd60ed676d", "id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "size": 263324160, "self": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T23:48:37Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:54:19,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1f5acdd9-d6f6-4024-bbf0-a471c8e7b454 2018-08-18 23:54:19,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0344951152802s 2018-08-18 23:54:19,364 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1f5acdd9-d6f6-4024-bbf0-a471c8e7b454 2018-08-18 23:54:19,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 23:54:19,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:20,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:19 GMT Server: Apache x-compute-request-id: req-25070170-f481-4d45-8530-058c2ab71bc6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-25070170-f481-4d45-8530-058c2ab71bc6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-18 23:54:20,074 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-25070170-f481-4d45-8530-058c2ab71bc6 2018-08-18 23:54:20,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.707335948944s 2018-08-18 23:54:20,074 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-25070170-f481-4d45-8530-058c2ab71bc6 2018-08-18 23:54:20,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 23:54:20,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:20,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0303f402-7838-465d-9f6e-83477d5afcbf x-compute-request-id: req-0303f402-7838-465d-9f6e-83477d5afcbf Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}]} 2018-08-18 23:54:20,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0303f402-7838-465d-9f6e-83477d5afcbf 2018-08-18 23:54:20,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.02179479599s 2018-08-18 23:54:20,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0303f402-7838-465d-9f6e-83477d5afcbf 2018-08-18 23:54:20,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-18 23:54:20,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:20,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7dff725a-18c7-4302-9089-605bf89e0f12 x-compute-request-id: req-7dff725a-18c7-4302-9089-605bf89e0f12 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "40ea1eb0-f738-4157-b120-daf012179669", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "3100e4c8-3ed6-4102-8493-80450334455d"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "40ea1eb0-f738-4157-b120-daf012179669", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "7af07570-0af4-4dd3-9393-9d0574b9778f"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "40ea1eb0-f738-4157-b120-daf012179669", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8b1b9e76-2e08-4a35-9af9-e87b66ea10e5"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "40ea1eb0-f738-4157-b120-daf012179669", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "90478ee8-4488-4a22-9ad8-89aa8807b201"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "40ea1eb0-f738-4157-b120-daf012179669", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "40ea1eb0-f738-4157-b120-daf012179669", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "3100e4c8-3ed6-4102-8493-80450334455d"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "40ea1eb0-f738-4157-b120-daf012179669", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "7af07570-0af4-4dd3-9393-9d0574b9778f"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "40ea1eb0-f738-4157-b120-daf012179669", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8b1b9e76-2e08-4a35-9af9-e87b66ea10e5"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "40ea1eb0-f738-4157-b120-daf012179669", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "90478ee8-4488-4a22-9ad8-89aa8807b201"}], "tenant_id": "687e1b875c954a938e775bfd60ed676d", "id": "40ea1eb0-f738-4157-b120-daf012179669", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-18 23:54:20,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2/os-security-groups used request id req-7dff725a-18c7-4302-9089-605bf89e0f12 2018-08-18 23:54:20,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.592599868774s 2018-08-18 23:54:20,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2/os-security-groups used request id req-7dff725a-18c7-4302-9089-605bf89e0f12 2018-08-18 23:54:20,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 23:54:20,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:20,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-8fc8e189-bd82-4ef0-9432-75dfbeb982b7 Date: Sat, 18 Aug 2018 23:54:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T23:48:43Z", "file": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/file", "owner": "687e1b875c954a938e775bfd60ed676d", "id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "size": 263324160, "self": "/v2/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/d6500d9e-93f0-44f4-99ec-09c92cd38685/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-18T23:48:37Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 23:54:20,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8fc8e189-bd82-4ef0-9432-75dfbeb982b7 2018-08-18 23:54:20,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0366079807281s 2018-08-18 23:54:20,735 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8fc8e189-bd82-4ef0-9432-75dfbeb982b7 2018-08-18 23:54:20,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-18 23:54:20,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:20,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:20 GMT Server: Apache x-compute-request-id: req-2c101c34-aff2-462f-a418-f67b894e7d69 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2c101c34-aff2-462f-a418-f67b894e7d69 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-18 23:54:20,777 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-2c101c34-aff2-462f-a418-f67b894e7d69 2018-08-18 23:54:20,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0381660461426s 2018-08-18 23:54:20,777 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/687e1b875c954a938e775bfd60ed676d/volumes/detail used request id req-2c101c34-aff2-462f-a418-f67b894e7d69 2018-08-18 23:54:20,777 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - servers: [Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3b:a0:d4', u'version': 4, u'addr': u'192.168.1.9', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3b:a0:d4', u'version': 4, u'addr': u'172.30.9.215', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:40:7e:29', 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:40:7e:29', u'version': 4, u'addr': u'172.30.9.217', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd6500d9e-93f0-44f4-99ec-09c92cd38685', 'name': u'heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 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-18T23:54:03.000000', 'flavor': Munch({u'id': u'636f1f93-24e0-4ac3-89fe-54e44b033b93', 'name': u'heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 'az': u'nova', 'id': u'64c2d27e-ab5b-47da-8042-d2b140e506e9', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'1f13dfc6-8751-4f6d-a2ad-28aad89d98a4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'2af65fdd-87c9-4f5e-97a5-3b7ffe45f072'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'54ad5848-1209-4e35-8fdb-7357500865b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'5c1d2cd9-7b4d-4122-a696-94a90cfe2918'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9e10ebdd-a6df-4ed4-b36c-c41b4384f50e'})], 'id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'00f5d12f-b20a-4370-ab05-39b163f69f5e', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'2e1fe859-13e0-43c4-b4de-dd5df6b597dd'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'00f5d12f-b20a-4370-ab05-39b163f69f5e', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'49b8c7dd-f181-42db-876d-e707657687b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'00f5d12f-b20a-4370-ab05-39b163f69f5e', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'63d3cbbc-5205-46ab-a892-6966385ceebe'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'00f5d12f-b20a-4370-ab05-39b163f69f5e', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'65bddc20-57c8-4f97-b035-44be7f057247'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'00f5d12f-b20a-4370-ab05-39b163f69f5e', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'7a3a134f-3a0d-43c5-a8fe-35f2607eeeb6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'00f5d12f-b20a-4370-ab05-39b163f69f5e', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'82384fa0-1c6d-4d2a-8cda-7a08c7fac84c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'00f5d12f-b20a-4370-ab05-39b163f69f5e', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'86596d6f-97c5-4aa3-8e22-0e142d8e2ae5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'00f5d12f-b20a-4370-ab05-39b163f69f5e', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'c9f9e7a3-c1ab-439d-bbcf-ef2f5f8e7260'})], 'id': u'00f5d12f-b20a-4370-ab05-39b163f69f5e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'05aa915bd2d84d959454a1068e884da8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.215', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.215', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.215', 'launched_at': u'2018-08-18T23:54:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T23:54:03Z', 'hostId': u'fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'public_v6': '', 'private_v4': u'192.168.1.9', 'cloud': 'envvars', 'host_id': u'fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa', '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-18T23:54:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'created_at': u'2018-08-18T23:53:11Z', 'created': u'2018-08-18T23:53:11Z', '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:a3:c2:54', u'version': 4, u'addr': u'192.168.1.14', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:58:2d:6c', 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:58:2d:6c', u'version': 4, u'addr': u'172.30.9.207', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd6500d9e-93f0-44f4-99ec-09c92cd38685', 'name': u'heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 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-18T23:54:01.000000', 'flavor': Munch({u'id': u'636f1f93-24e0-4ac3-89fe-54e44b033b93', 'name': u'heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 'az': u'nova', 'id': u'64dcf479-ba15-4970-ba60-f938faed670f', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'1f13dfc6-8751-4f6d-a2ad-28aad89d98a4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'2af65fdd-87c9-4f5e-97a5-3b7ffe45f072'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'54ad5848-1209-4e35-8fdb-7357500865b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'5c1d2cd9-7b4d-4122-a696-94a90cfe2918'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9e10ebdd-a6df-4ed4-b36c-c41b4384f50e'})], 'id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'913851fe-a093-45ac-809b-5806ac86d538', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'b7a0df98-3809-4e49-b688-390b22732f04'})], 'id': u'913851fe-a093-45ac-809b-5806ac86d538', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'e8f6d943-5d28-497d-8257-45ac571a447c', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'5da499b1-681b-4b9a-9e68-5a9a5c569f4b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'e8f6d943-5d28-497d-8257-45ac571a447c', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'6b9386b3-7cea-4756-8d73-ae53030e3f3f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'e8f6d943-5d28-497d-8257-45ac571a447c', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'720fc3f2-a399-46dd-bfc3-f40b906b7f03'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'e8f6d943-5d28-497d-8257-45ac571a447c', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'a08a0b1b-f7b7-4972-977b-f9294da5f8ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'e8f6d943-5d28-497d-8257-45ac571a447c', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'da7eefde-726f-47bd-a8aa-b9a30c9e6317'})], 'id': u'e8f6d943-5d28-497d-8257-45ac571a447c', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'05aa915bd2d84d959454a1068e884da8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.207', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.207', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.207', 'launched_at': u'2018-08-18T23:54:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T23:54:01Z', 'hostId': u'604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'public_v6': '', 'private_v4': u'192.168.0.2', 'cloud': 'envvars', 'host_id': u'604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326', '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-18T23:54:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'created_at': u'2018-08-18T23:53:11Z', 'created': u'2018-08-18T23:53:11Z', '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:4a:71:fb', u'version': 4, u'addr': u'192.168.1.22', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0e:5b:64', u'version': 4, u'addr': u'192.168.0.4', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0e:5b:64', 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'd6500d9e-93f0-44f4-99ec-09c92cd38685', 'name': u'heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 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-18T23:53:59.000000', 'flavor': Munch({u'id': u'636f1f93-24e0-4ac3-89fe-54e44b033b93', 'name': u'heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 'az': u'nova', 'id': u'516e0ad2-d0df-491f-91f8-01a2848a6d3f', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'1f13dfc6-8751-4f6d-a2ad-28aad89d98a4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'2af65fdd-87c9-4f5e-97a5-3b7ffe45f072'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'54ad5848-1209-4e35-8fdb-7357500865b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'5c1d2cd9-7b4d-4122-a696-94a90cfe2918'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9e10ebdd-a6df-4ed4-b36c-c41b4384f50e'})], 'id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'9adfd0e2-3303-49f6-a280-eb4f3a78c1dd', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'428e8963-801b-407b-b50f-ea8629b92054'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'9adfd0e2-3303-49f6-a280-eb4f3a78c1dd', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'42adaf5b-685f-40f0-9455-8fff0b8fb339'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'9adfd0e2-3303-49f6-a280-eb4f3a78c1dd', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'4be97753-4ccd-4e74-8016-cd1b08e0c0aa'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'9adfd0e2-3303-49f6-a280-eb4f3a78c1dd', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'b9837f34-5edc-4df4-b688-d39d0240228d'})], 'id': u'9adfd0e2-3303-49f6-a280-eb4f3a78c1dd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'bd393103-7d72-4ff5-aaa5-d4edb4785552', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'69333972-324f-437d-a749-ca23071b3c4e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'bd393103-7d72-4ff5-aaa5-d4edb4785552', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'ae418900-e113-4ef3-823a-53479c621021'})], 'id': u'bd393103-7d72-4ff5-aaa5-d4edb4785552', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'05aa915bd2d84d959454a1068e884da8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.205', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.205', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.205', 'launched_at': u'2018-08-18T23:53:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T23:53:59Z', 'hostId': u'604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'public_v6': '', 'private_v4': u'192.168.0.4', 'cloud': 'envvars', 'host_id': u'604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326', '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-18T23:53:59.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'created_at': u'2018-08-18T23:53:10Z', 'created': u'2018-08-18T23:53:10Z', '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:6d:3a:1d', u'version': 4, u'addr': u'192.168.1.21', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:fe:41:82', u'version': 4, u'addr': u'192.168.0.20', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:fe:41:82', 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'd6500d9e-93f0-44f4-99ec-09c92cd38685', 'name': u'heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 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-18T23:54:01.000000', 'flavor': Munch({u'id': u'636f1f93-24e0-4ac3-89fe-54e44b033b93', 'name': u'heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 'az': u'nova', 'id': u'c5a5902a-4a62-48b3-96fe-9bdc41394f95', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'1f13dfc6-8751-4f6d-a2ad-28aad89d98a4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'2af65fdd-87c9-4f5e-97a5-3b7ffe45f072'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'54ad5848-1209-4e35-8fdb-7357500865b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'5c1d2cd9-7b4d-4122-a696-94a90cfe2918'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9e10ebdd-a6df-4ed4-b36c-c41b4384f50e'})], 'id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'643aac33-8c18-4fe6-9f18-ca6cedd506fe', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'1992f16c-6b00-4012-8232-dcab85ccca1b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'643aac33-8c18-4fe6-9f18-ca6cedd506fe', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'2bc88129-7060-4559-8dc5-1b4d090e1428'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'643aac33-8c18-4fe6-9f18-ca6cedd506fe', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'37cd2d75-52a3-4910-97cd-90e4b65ea129'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'643aac33-8c18-4fe6-9f18-ca6cedd506fe', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'54bf5512-7a3d-4153-b0bd-f13c0ddcaa73'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'643aac33-8c18-4fe6-9f18-ca6cedd506fe', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'65b2be89-fcdb-4196-b8e7-b052ca436d60'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'643aac33-8c18-4fe6-9f18-ca6cedd506fe', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'77b09acd-19c1-499e-9671-ab612be1acff'})], 'id': u'643aac33-8c18-4fe6-9f18-ca6cedd506fe', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'85de58de-93bc-48d5-9a7f-0857298e7ef9', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'6aba9e46-14d2-4665-a84a-5593178c1364'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'85de58de-93bc-48d5-9a7f-0857298e7ef9', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'd7acc48b-34df-4b6d-8014-59c052cdc1f5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'85de58de-93bc-48d5-9a7f-0857298e7ef9', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'eb960ab1-a4ac-4c59-a721-7f6284961241'})], 'id': u'85de58de-93bc-48d5-9a7f-0857298e7ef9', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'05aa915bd2d84d959454a1068e884da8', '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'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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-18T23:54:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T23:54:01Z', 'hostId': u'604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'public_v6': '', 'private_v4': u'192.168.0.20', 'cloud': 'envvars', 'host_id': u'604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326', '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-18T23:54:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'created_at': u'2018-08-18T23:53:10Z', 'created': u'2018-08-18T23:53:10Z', '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:be:93:18', u'version': 4, u'addr': u'192.168.1.3', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:93:18', u'version': 4, u'addr': u'172.30.9.202', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:34:2a:f9', u'version': 4, u'addr': u'192.168.0.22', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:34:2a:f9', u'version': 4, u'addr': u'172.30.9.204', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd6500d9e-93f0-44f4-99ec-09c92cd38685', 'name': u'heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 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-18T23:53:34.000000', 'flavor': Munch({u'id': u'636f1f93-24e0-4ac3-89fe-54e44b033b93', 'name': u'heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 'az': u'nova', 'id': u'64509fc6-2b10-40a8-95bc-b4549a60d657', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'1f13dfc6-8751-4f6d-a2ad-28aad89d98a4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'2af65fdd-87c9-4f5e-97a5-3b7ffe45f072'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'54ad5848-1209-4e35-8fdb-7357500865b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'5c1d2cd9-7b4d-4122-a696-94a90cfe2918'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9e10ebdd-a6df-4ed4-b36c-c41b4384f50e'})], 'id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'b0fed135-e2c4-497e-81c2-a642887a8925', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'5fd1ef00-87c1-4d58-a04c-5a36b01709ac'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'b0fed135-e2c4-497e-81c2-a642887a8925', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'c5c04efb-c68b-43e3-92e4-5c033fd02fde'})], 'id': u'b0fed135-e2c4-497e-81c2-a642887a8925', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'936e4c41-ee7e-417e-a9f8-5d87a7abd343', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'15069dc5-02b8-4752-90a1-d0008f087406'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'936e4c41-ee7e-417e-a9f8-5d87a7abd343', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'7a0c5f20-ebf9-4b72-bbc3-59b959d2f201'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'936e4c41-ee7e-417e-a9f8-5d87a7abd343', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'e66d9853-b598-414a-b091-4aba731a2ef7'})], 'id': u'936e4c41-ee7e-417e-a9f8-5d87a7abd343', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'05aa915bd2d84d959454a1068e884da8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.204', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.204', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.204', 'launched_at': u'2018-08-18T23:53:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T23:53:34Z', 'hostId': u'604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'public_v6': '', 'private_v4': u'192.168.1.3', 'cloud': 'envvars', 'host_id': u'604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326', '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-18T23:53:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'created_at': u'2018-08-18T23:53:09Z', 'created': u'2018-08-18T23:53:09Z', '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:a3:cb:5d', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a3:cb:5d', u'version': 4, u'addr': u'172.30.9.213', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd6500d9e-93f0-44f4-99ec-09c92cd38685', 'name': u'heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 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-18T23:52:53.000000', 'flavor': Munch({u'id': u'636f1f93-24e0-4ac3-89fe-54e44b033b93', 'name': u'heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 'az': u'nova', 'id': u'8fc053d4-d68c-467c-9d36-de733a5d4cf8', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'1f13dfc6-8751-4f6d-a2ad-28aad89d98a4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'2af65fdd-87c9-4f5e-97a5-3b7ffe45f072'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'54ad5848-1209-4e35-8fdb-7357500865b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'5c1d2cd9-7b4d-4122-a696-94a90cfe2918'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9e10ebdd-a6df-4ed4-b36c-c41b4384f50e'})], 'id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'5c44dcfc-e0cb-43ba-b7d2-14369fb7b592', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'e46a9471-46fa-4517-9905-c35c29b11aae'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'5c44dcfc-e0cb-43ba-b7d2-14369fb7b592', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'ed1fb6d0-6883-4050-8a52-45a614313121'})], 'id': u'5c44dcfc-e0cb-43ba-b7d2-14369fb7b592', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'05aa915bd2d84d959454a1068e884da8', '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'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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-18T23:52:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T23:52:53Z', 'hostId': u'fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'public_v6': '', 'private_v4': u'192.168.0.10', 'cloud': 'envvars', 'host_id': u'fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa', '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-18T23:52:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'created_at': u'2018-08-18T23:51:11Z', 'created': u'2018-08-18T23:51:11Z', '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:f1:77:0f', 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:96:48:a5', 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:96:48:a5', u'version': 4, u'addr': u'172.30.9.211', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd6500d9e-93f0-44f4-99ec-09c92cd38685', 'name': u'heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 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-18T23:51:00.000000', 'flavor': Munch({u'id': u'636f1f93-24e0-4ac3-89fe-54e44b033b93', 'name': u'heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 'az': u'nova', 'id': u'664f4f1d-2139-4920-a0c6-1a7f5da23de2', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'40ea1eb0-f738-4157-b120-daf012179669', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'3100e4c8-3ed6-4102-8493-80450334455d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'40ea1eb0-f738-4157-b120-daf012179669', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'7af07570-0af4-4dd3-9393-9d0574b9778f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'40ea1eb0-f738-4157-b120-daf012179669', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'8b1b9e76-2e08-4a35-9af9-e87b66ea10e5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'40ea1eb0-f738-4157-b120-daf012179669', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'90478ee8-4488-4a22-9ad8-89aa8807b201'})], 'id': u'40ea1eb0-f738-4157-b120-daf012179669', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'40ea1eb0-f738-4157-b120-daf012179669', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'3100e4c8-3ed6-4102-8493-80450334455d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'40ea1eb0-f738-4157-b120-daf012179669', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'7af07570-0af4-4dd3-9393-9d0574b9778f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'40ea1eb0-f738-4157-b120-daf012179669', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'8b1b9e76-2e08-4a35-9af9-e87b66ea10e5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'40ea1eb0-f738-4157-b120-daf012179669', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'90478ee8-4488-4a22-9ad8-89aa8807b201'})], 'id': u'40ea1eb0-f738-4157-b120-daf012179669', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'05aa915bd2d84d959454a1068e884da8', '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'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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-18T23:51:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T23:51:00Z', 'hostId': u'604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'public_v6': '', 'private_v4': u'192.168.0.6', 'cloud': 'envvars', 'host_id': u'604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326', '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-18T23:51:00.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'created_at': u'2018-08-18T23:49:16Z', 'created': u'2018-08-18T23:49:16Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-18 23:54:20,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:54:20,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:21,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97d68a45-c5d0-4072-a345-042ef1d60b49 x-compute-request-id: req-97d68a45-c5d0-4072-a345-042ef1d60b49 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:54:21,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-97d68a45-c5d0-4072-a345-042ef1d60b49 2018-08-18 23:54:21,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.288203954697s 2018-08-18 23:54:21,078 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-97d68a45-c5d0-4072-a345-042ef1d60b49 2018-08-18 23:54:21,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:54:21,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:54:21,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-d7a60488-7be2-4f25-a598-bbb9a5c63d40 x-compute-request-id: req-d7a60488-7be2-4f25-a598-bbb9a5c63d40 Content-Encoding: gzip Content-Length: 10415 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\n"} 2018-08-18 23:54:21,160 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-d7a60488-7be2-4f25-a598-bbb9a5c63d40 2018-08-18 23:54:21,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075012922287s 2018-08-18 23:54:21,161 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-d7a60488-7be2-4f25-a598-bbb9a5c63d40 2018-08-18 23:54:21,161 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] 2018-08-18 23:54:21,163 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:54:31,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:54:31,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:31,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-bba019e7-2ef7-4e41-85d9-63d4dd5892ff x-compute-request-id: req-bba019e7-2ef7-4e41-85d9-63d4dd5892ff Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:54:31,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bba019e7-2ef7-4e41-85d9-63d4dd5892ff 2018-08-18 23:54:31,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49539399147s 2018-08-18 23:54:31,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bba019e7-2ef7-4e41-85d9-63d4dd5892ff 2018-08-18 23:54:31,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:54:31,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:54:31,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-53744227-2a90-4510-ba60-574e3f6b3a5b x-compute-request-id: req-53744227-2a90-4510-ba60-574e3f6b3a5b Content-Encoding: gzip Content-Length: 12415 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\n"} 2018-08-18 23:54:31,754 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-53744227-2a90-4510-ba60-574e3f6b3a5b 2018-08-18 23:54:31,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0769529342651s 2018-08-18 23:54:31,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-53744227-2a90-4510-ba60-574e3f6b3a5b 2018-08-18 23:54:31,756 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] 2018-08-18 23:54:31,758 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:54:41,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:54:41,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:42,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15213800-c865-4b0e-8cdd-2b6358d40ff9 x-compute-request-id: req-15213800-c865-4b0e-8cdd-2b6358d40ff9 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:54:42,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-15213800-c865-4b0e-8cdd-2b6358d40ff9 2018-08-18 23:54:42,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.298148155212s 2018-08-18 23:54:42,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-15213800-c865-4b0e-8cdd-2b6358d40ff9 2018-08-18 23:54:42,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:54:42,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:54:42,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df192dab-096e-4c8e-b305-4b3747bc7bef x-compute-request-id: req-df192dab-096e-4c8e-b305-4b3747bc7bef Content-Encoding: gzip Content-Length: 13442 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 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 ...\n"} 2018-08-18 23:54:42,332 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-df192dab-096e-4c8e-b305-4b3747bc7bef 2018-08-18 23:54:42,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.259393930435s 2018-08-18 23:54:42,334 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-df192dab-096e-4c8e-b305-4b3747bc7bef 2018-08-18 23:54:42,334 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 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 ... 2018-08-18 23:54:42,336 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:54:52,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:54:52,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:54:52,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-da448db7-0aeb-4b16-a770-dc1391c102d8 x-compute-request-id: req-da448db7-0aeb-4b16-a770-dc1391c102d8 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:54:52,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-da448db7-0aeb-4b16-a770-dc1391c102d8 2018-08-18 23:54:52,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.617193937302s 2018-08-18 23:54:52,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-da448db7-0aeb-4b16-a770-dc1391c102d8 2018-08-18 23:54:52,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:54:52,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:54:53,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:54: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-8753e50c-e4c7-462e-a10a-31e752721efa x-compute-request-id: req-8753e50c-e4c7-462e-a10a-31e752721efa Content-Encoding: gzip Content-Length: 14133 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\n"} 2018-08-18 23:54:53,051 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-8753e50c-e4c7-462e-a10a-31e752721efa 2018-08-18 23:54:53,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0765361785889s 2018-08-18 23:54:53,053 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-8753e50c-e4c7-462e-a10a-31e752721efa 2018-08-18 23:54:53,053 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... 2018-08-18 23:54:53,056 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:55:03,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:55:03,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:55:03,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f4f6274-f338-4e4f-afaf-f731eaae9330 x-compute-request-id: req-2f4f6274-f338-4e4f-afaf-f731eaae9330 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:55:03,374 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2f4f6274-f338-4e4f-afaf-f731eaae9330 2018-08-18 23:55:03,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.306952953339s 2018-08-18 23:55:03,375 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2f4f6274-f338-4e4f-afaf-f731eaae9330 2018-08-18 23:55:03,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:55:03,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:55:03,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80157e94-a399-4689-96f3-e163a72b63e2 x-compute-request-id: req-80157e94-a399-4689-96f3-e163a72b63e2 Content-Encoding: gzip Content-Length: 14724 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\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) ...\n"} 2018-08-18 23:55:03,457 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-80157e94-a399-4689-96f3-e163a72b63e2 2018-08-18 23:55:03,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0750379562378s 2018-08-18 23:55:03,459 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-80157e94-a399-4689-96f3-e163a72b63e2 2018-08-18 23:55:03,459 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... 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) ... 2018-08-18 23:55:03,461 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:55:13,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:55:13,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:55:14,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55: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-f6b16879-4170-4f1b-86e7-e1e302ad5b24 x-compute-request-id: req-f6b16879-4170-4f1b-86e7-e1e302ad5b24 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:55:14,302 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f6b16879-4170-4f1b-86e7-e1e302ad5b24 2018-08-18 23:55:14,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.829673051834s 2018-08-18 23:55:14,302 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f6b16879-4170-4f1b-86e7-e1e302ad5b24 2018-08-18 23:55:14,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:55:14,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:55:14,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b10c5e6-de8e-40eb-b54a-a455d098c622 x-compute-request-id: req-7b10c5e6-de8e-40eb-b54a-a455d098c622 Content-Encoding: gzip Content-Length: 15110 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n"} 2018-08-18 23:55:14,568 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-7b10c5e6-de8e-40eb-b54a-a455d098c622 2018-08-18 23:55:14,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.256992101669s 2018-08-18 23:55:14,570 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-7b10c5e6-de8e-40eb-b54a-a455d098c622 2018-08-18 23:55:14,570 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... 2018-08-18 23:55:14,573 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:55:24,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:55:24,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:55:25,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f21d139-73a1-4368-bb22-bacc0c6b7dc3 x-compute-request-id: req-3f21d139-73a1-4368-bb22-bacc0c6b7dc3 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:55:25,306 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3f21d139-73a1-4368-bb22-bacc0c6b7dc3 2018-08-18 23:55:25,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721704959869s 2018-08-18 23:55:25,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3f21d139-73a1-4368-bb22-bacc0c6b7dc3 2018-08-18 23:55:25,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:55:25,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:55:25,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55: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-3f211b98-d921-454c-a402-680e01b31cee x-compute-request-id: req-3f211b98-d921-454c-a402-680e01b31cee Content-Encoding: gzip Content-Length: 16135 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\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..."} 2018-08-18 23:55:25,470 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-3f211b98-d921-454c-a402-680e01b31cee 2018-08-18 23:55:25,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.155394077301s 2018-08-18 23:55:25,471 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-3f211b98-d921-454c-a402-680e01b31cee 2018-08-18 23:55:25,471 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 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... 2018-08-18 23:55:25,474 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:55:35,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:55:35,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:55:36,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55: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-7907a602-081e-4ab2-9a18-1fde7691571e x-compute-request-id: req-7907a602-081e-4ab2-9a18-1fde7691571e Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:55:36,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7907a602-081e-4ab2-9a18-1fde7691571e 2018-08-18 23:55:36,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628900051117s 2018-08-18 23:55:36,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7907a602-081e-4ab2-9a18-1fde7691571e 2018-08-18 23:55:36,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:55:36,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:55:36,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bfa341a-eef2-4e01-a102-d7aefaf18566 x-compute-request-id: req-8bfa341a-eef2-4e01-a102-d7aefaf18566 Content-Encoding: gzip Content-Length: 16494 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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) ...\n"} 2018-08-18 23:55:36,202 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-8bfa341a-eef2-4e01-a102-d7aefaf18566 2018-08-18 23:55:36,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0803360939026s 2018-08-18 23:55:36,204 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-8bfa341a-eef2-4e01-a102-d7aefaf18566 2018-08-18 23:55:36,204 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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) ... 2018-08-18 23:55:36,207 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:55:46,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:55:46,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:55:46,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3646807e-f57b-480e-a1e7-392e2fb4dc7b x-compute-request-id: req-3646807e-f57b-480e-a1e7-392e2fb4dc7b Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:55:46,778 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3646807e-f57b-480e-a1e7-392e2fb4dc7b 2018-08-18 23:55:46,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5594830513s 2018-08-18 23:55:46,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3646807e-f57b-480e-a1e7-392e2fb4dc7b 2018-08-18 23:55:46,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:55:46,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:55:46,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83796eab-b58a-43e4-aa76-0c7a6217aa96 x-compute-request-id: req-83796eab-b58a-43e4-aa76-0c7a6217aa96 Content-Encoding: gzip Content-Length: 17090 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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..."} 2018-08-18 23:55:46,883 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-83796eab-b58a-43e4-aa76-0c7a6217aa96 2018-08-18 23:55:46,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0972430706024s 2018-08-18 23:55:46,886 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-83796eab-b58a-43e4-aa76-0c7a6217aa96 2018-08-18 23:55:46,886 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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... 2018-08-18 23:55:46,889 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:55:56,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:55:56,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:55:57,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55: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-43ebee3f-4056-4fc6-bd0e-8b8d61a5859e x-compute-request-id: req-43ebee3f-4056-4fc6-bd0e-8b8d61a5859e Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:55:57,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-43ebee3f-4056-4fc6-bd0e-8b8d61a5859e 2018-08-18 23:55:57,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.309393882751s 2018-08-18 23:55:57,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-43ebee3f-4056-4fc6-bd0e-8b8d61a5859e 2018-08-18 23:55:57,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:55:57,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:55:57,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:55:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d830cc3f-e6fe-4677-9a57-9af649bd2502 x-compute-request-id: req-d830cc3f-e6fe-4677-9a57-9af649bd2502 Content-Encoding: gzip Content-Length: 17572 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n"} 2018-08-18 23:55:57,302 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-d830cc3f-e6fe-4677-9a57-9af649bd2502 2018-08-18 23:55:57,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0836839675903s 2018-08-18 23:55:57,304 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-d830cc3f-e6fe-4677-9a57-9af649bd2502 2018-08-18 23:55:57,304 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 2018-08-18 23:55:57,307 - functest.core.singlevm - DEBUG - try 10: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:56:07,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:56:07,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:56:07,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:56:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28c077b7-04ff-4b82-bb7d-0676d5b554a8 x-compute-request-id: req-28c077b7-04ff-4b82-bb7d-0676d5b554a8 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:56:07,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-28c077b7-04ff-4b82-bb7d-0676d5b554a8 2018-08-18 23:56:07,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.316369056702s 2018-08-18 23:56:07,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-28c077b7-04ff-4b82-bb7d-0676d5b554a8 2018-08-18 23:56:07,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:56:07,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:56:07,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:56:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84302158-d267-4fe0-9bb7-607cd40c56d8 x-compute-request-id: req-84302158-d267-4fe0-9bb7-607cd40c56d8 Content-Encoding: gzip Content-Length: 17572 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n"} 2018-08-18 23:56:07,724 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-84302158-d267-4fe0-9bb7-607cd40c56d8 2018-08-18 23:56:07,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0823011398315s 2018-08-18 23:56:07,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-84302158-d267-4fe0-9bb7-607cd40c56d8 2018-08-18 23:56:07,727 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 2018-08-18 23:56:07,731 - functest.core.singlevm - DEBUG - try 11: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:56:17,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:56:17,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:56:18,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:56: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-ed3e1df4-5145-4ff1-b460-5c66c63daa78 x-compute-request-id: req-ed3e1df4-5145-4ff1-b460-5c66c63daa78 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:56:18,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ed3e1df4-5145-4ff1-b460-5c66c63daa78 2018-08-18 23:56:18,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.307907104492s 2018-08-18 23:56:18,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ed3e1df4-5145-4ff1-b460-5c66c63daa78 2018-08-18 23:56:18,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:56:18,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:56:18,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:56:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c1bc023-04be-47f8-a8af-a2ca585ad730 x-compute-request-id: req-8c1bc023-04be-47f8-a8af-a2ca585ad730 Content-Encoding: gzip Content-Length: 17698 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n"} 2018-08-18 23:56:18,140 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-8c1bc023-04be-47f8-a8af-a2ca585ad730 2018-08-18 23:56:18,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0821309089661s 2018-08-18 23:56:18,142 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-8c1bc023-04be-47f8-a8af-a2ca585ad730 2018-08-18 23:56:18,142 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 2018-08-18 23:56:18,146 - functest.core.singlevm - DEBUG - try 12: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:56:28,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:56:28,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:56:28,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:56:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2653351c-e25a-43d0-a3f6-8fef670a8755 x-compute-request-id: req-2653351c-e25a-43d0-a3f6-8fef670a8755 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:56:28,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2653351c-e25a-43d0-a3f6-8fef670a8755 2018-08-18 23:56:28,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.790083885193s 2018-08-18 23:56:28,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2653351c-e25a-43d0-a3f6-8fef670a8755 2018-08-18 23:56:28,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:56:28,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:56:29,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:56:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20e5e4cf-b466-42cb-9a6b-0e965ed1c3ac x-compute-request-id: req-20e5e4cf-b466-42cb-9a6b-0e965ed1c3ac Content-Encoding: gzip Content-Length: 17698 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n"} 2018-08-18 23:56:29,029 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-20e5e4cf-b466-42cb-9a6b-0e965ed1c3ac 2018-08-18 23:56:29,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0818607807159s 2018-08-18 23:56:29,031 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-20e5e4cf-b466-42cb-9a6b-0e965ed1c3ac 2018-08-18 23:56:29,031 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 2018-08-18 23:56:29,034 - functest.core.singlevm - DEBUG - try 13: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:56:39,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:56:39,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:56:39,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:56:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-218f345e-b3c4-4341-8e6b-be51a8205bcd x-compute-request-id: req-218f345e-b3c4-4341-8e6b-be51a8205bcd Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:56:39,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-218f345e-b3c4-4341-8e6b-be51a8205bcd 2018-08-18 23:56:39,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.80529499054s 2018-08-18 23:56:39,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-218f345e-b3c4-4341-8e6b-be51a8205bcd 2018-08-18 23:56:39,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:56:39,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:56:39,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:56:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc923d13-ed86-4058-b640-cd1b2ca0e4f2 x-compute-request-id: req-fc923d13-ed86-4058-b640-cd1b2ca0e4f2 Content-Encoding: gzip Content-Length: 17713 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n"} 2018-08-18 23:56:39,950 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-fc923d13-ed86-4058-b640-cd1b2ca0e4f2 2018-08-18 23:56:39,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0929169654846s 2018-08-18 23:56:39,952 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-fc923d13-ed86-4058-b640-cd1b2ca0e4f2 2018-08-18 23:56:39,952 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 2018-08-18 23:56:39,956 - functest.core.singlevm - DEBUG - try 14: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:56:49,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:56:49,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:56:50,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8f64779-fa08-48cf-a88d-ebb0228d4102 x-compute-request-id: req-c8f64779-fa08-48cf-a88d-ebb0228d4102 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:56:50,273 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8f64779-fa08-48cf-a88d-ebb0228d4102 2018-08-18 23:56:50,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.306444168091s 2018-08-18 23:56:50,274 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c8f64779-fa08-48cf-a88d-ebb0228d4102 2018-08-18 23:56:50,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:56:50,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:56:50,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:56:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d924bd89-bf17-41f8-b283-5b690168412c x-compute-request-id: req-d924bd89-bf17-41f8-b283-5b690168412c Content-Encoding: gzip Content-Length: 17719 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n"} 2018-08-18 23:56:50,369 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-d924bd89-bf17-41f8-b283-5b690168412c 2018-08-18 23:56:50,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0882248878479s 2018-08-18 23:56:50,372 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-d924bd89-bf17-41f8-b283-5b690168412c 2018-08-18 23:56:50,372 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 2018-08-18 23:56:50,376 - functest.core.singlevm - DEBUG - try 15: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:57:00,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:57:00,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:57:00,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57: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-c25055bc-459a-4cbe-b1a8-fd4951c1c1b2 x-compute-request-id: req-c25055bc-459a-4cbe-b1a8-fd4951c1c1b2 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:57:00,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c25055bc-459a-4cbe-b1a8-fd4951c1c1b2 2018-08-18 23:57:00,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554930925369s 2018-08-18 23:57:00,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c25055bc-459a-4cbe-b1a8-fd4951c1c1b2 2018-08-18 23:57:00,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:57:00,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:57:01,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57: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-c1ded39d-483f-4e0c-8964-6287835a4df1 x-compute-request-id: req-c1ded39d-483f-4e0c-8964-6287835a4df1 Content-Encoding: gzip Content-Length: 17736 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n"} 2018-08-18 23:57:01,030 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-c1ded39d-483f-4e0c-8964-6287835a4df1 2018-08-18 23:57:01,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0806519985199s 2018-08-18 23:57:01,033 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-c1ded39d-483f-4e0c-8964-6287835a4df1 2018-08-18 23:57:01,033 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 2018-08-18 23:57:01,036 - functest.core.singlevm - DEBUG - try 16: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:57:11,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:57:11,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:57:11,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cee123e5-74d3-4ade-8c4b-5b0b5239740f x-compute-request-id: req-cee123e5-74d3-4ade-8c4b-5b0b5239740f Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:57:11,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cee123e5-74d3-4ade-8c4b-5b0b5239740f 2018-08-18 23:57:11,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560487985611s 2018-08-18 23:57:11,608 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cee123e5-74d3-4ade-8c4b-5b0b5239740f 2018-08-18 23:57:11,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:57:11,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:57:11,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-498d0ae3-1b0c-4ec9-9643-db1f04b535a3 x-compute-request-id: req-498d0ae3-1b0c-4ec9-9643-db1f04b535a3 Content-Encoding: gzip Content-Length: 17740 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n"} 2018-08-18 23:57:11,707 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-498d0ae3-1b0c-4ec9-9643-db1f04b535a3 2018-08-18 23:57:11,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0921981334686s 2018-08-18 23:57:11,709 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-498d0ae3-1b0c-4ec9-9643-db1f04b535a3 2018-08-18 23:57:11,710 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 2018-08-18 23:57:11,713 - functest.core.singlevm - DEBUG - try 17: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:57:21,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:57:21,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:57:22,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57: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-3407cde1-7f1e-438e-baa7-3aa0be24bf8a x-compute-request-id: req-3407cde1-7f1e-438e-baa7-3aa0be24bf8a Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:57:22,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3407cde1-7f1e-438e-baa7-3aa0be24bf8a 2018-08-18 23:57:22,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20743012428s 2018-08-18 23:57:22,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3407cde1-7f1e-438e-baa7-3aa0be24bf8a 2018-08-18 23:57:22,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:57:22,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:57:23,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d240c12-9e6f-455b-95e7-aa5806823a01 x-compute-request-id: req-4d240c12-9e6f-455b-95e7-aa5806823a01 Content-Encoding: gzip Content-Length: 17740 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n"} 2018-08-18 23:57:23,019 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-4d240c12-9e6f-455b-95e7-aa5806823a01 2018-08-18 23:57:23,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0793559551239s 2018-08-18 23:57:23,022 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-4d240c12-9e6f-455b-95e7-aa5806823a01 2018-08-18 23:57:23,022 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 2018-08-18 23:57:23,026 - functest.core.singlevm - DEBUG - try 18: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:57:33,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:57:33,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:57:33,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57: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-04cc6c28-64e0-4b93-9348-27dd1cf32680 x-compute-request-id: req-04cc6c28-64e0-4b93-9348-27dd1cf32680 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:57:33,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-04cc6c28-64e0-4b93-9348-27dd1cf32680 2018-08-18 23:57:33,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542700052261s 2018-08-18 23:57:33,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-04cc6c28-64e0-4b93-9348-27dd1cf32680 2018-08-18 23:57:33,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:57:33,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:57:33,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57: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-d29f6a9b-e80d-43d7-b84a-cb5c98804eb4 x-compute-request-id: req-d29f6a9b-e80d-43d7-b84a-cb5c98804eb4 Content-Encoding: gzip Content-Length: 17763 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n"} 2018-08-18 23:57:33,673 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-d29f6a9b-e80d-43d7-b84a-cb5c98804eb4 2018-08-18 23:57:33,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.085736989975s 2018-08-18 23:57:33,675 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-d29f6a9b-e80d-43d7-b84a-cb5c98804eb4 2018-08-18 23:57:33,675 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 2018-08-18 23:57:33,679 - functest.core.singlevm - DEBUG - try 19: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:57:43,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:57:43,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:57:44,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57: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-8bde5da7-bdb4-490f-84e4-f9f80e35bbbb x-compute-request-id: req-8bde5da7-bdb4-490f-84e4-f9f80e35bbbb Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:57:44,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8bde5da7-bdb4-490f-84e4-f9f80e35bbbb 2018-08-18 23:57:44,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.941817045212s 2018-08-18 23:57:44,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8bde5da7-bdb4-490f-84e4-f9f80e35bbbb 2018-08-18 23:57:44,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:57:44,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:57:44,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebab9481-7266-4a6c-8426-1ef158304b08 x-compute-request-id: req-ebab9481-7266-4a6c-8426-1ef158304b08 Content-Encoding: gzip Content-Length: 17763 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n"} 2018-08-18 23:57:44,723 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-ebab9481-7266-4a6c-8426-1ef158304b08 2018-08-18 23:57:44,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.083557844162s 2018-08-18 23:57:44,726 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-ebab9481-7266-4a6c-8426-1ef158304b08 2018-08-18 23:57:44,726 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 2018-08-18 23:57:44,730 - functest.core.singlevm - DEBUG - try 20: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:57:54,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:57:54,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:57:55,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57: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-fc0bfd0f-0292-4849-ac7d-1a6d9b2b15ba x-compute-request-id: req-fc0bfd0f-0292-4849-ac7d-1a6d9b2b15ba Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:57:55,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fc0bfd0f-0292-4849-ac7d-1a6d9b2b15ba 2018-08-18 23:57:55,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.300185918808s 2018-08-18 23:57:55,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fc0bfd0f-0292-4849-ac7d-1a6d9b2b15ba 2018-08-18 23:57:55,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:57:55,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:57:55,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:57: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-2870597d-5c51-4c13-acdf-75ff86dc1a10 x-compute-request-id: req-2870597d-5c51-4c13-acdf-75ff86dc1a10 Content-Encoding: gzip Content-Length: 17778 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n"} 2018-08-18 23:57:55,141 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-2870597d-5c51-4c13-acdf-75ff86dc1a10 2018-08-18 23:57:55,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0914158821106s 2018-08-18 23:57:55,143 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-2870597d-5c51-4c13-acdf-75ff86dc1a10 2018-08-18 23:57:55,144 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 2018-08-18 23:57:55,148 - functest.core.singlevm - DEBUG - try 21: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:58:05,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:58:05,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:58:05,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89ae526a-ad9d-436a-9775-18047e150f8d x-compute-request-id: req-89ae526a-ad9d-436a-9775-18047e150f8d Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:58:05,684 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89ae526a-ad9d-436a-9775-18047e150f8d 2018-08-18 23:58:05,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525385141373s 2018-08-18 23:58:05,685 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89ae526a-ad9d-436a-9775-18047e150f8d 2018-08-18 23:58:05,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:58:05,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:58:05,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e4beddd-4def-4575-8471-661d42f21167 x-compute-request-id: req-1e4beddd-4def-4575-8471-661d42f21167 Content-Encoding: gzip Content-Length: 17785 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n"} 2018-08-18 23:58:05,776 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-1e4beddd-4def-4575-8471-661d42f21167 2018-08-18 23:58:05,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0841920375824s 2018-08-18 23:58:05,779 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-1e4beddd-4def-4575-8471-661d42f21167 2018-08-18 23:58:05,779 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 2018-08-18 23:58:05,783 - functest.core.singlevm - DEBUG - try 22: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:58:15,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:58:15,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:58:16,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae2fc8ea-16b4-4fe6-8420-c8ae2b53ac87 x-compute-request-id: req-ae2fc8ea-16b4-4fe6-8420-c8ae2b53ac87 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:58:16,372 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ae2fc8ea-16b4-4fe6-8420-c8ae2b53ac87 2018-08-18 23:58:16,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578313112259s 2018-08-18 23:58:16,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ae2fc8ea-16b4-4fe6-8420-c8ae2b53ac87 2018-08-18 23:58:16,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:58:16,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:58:16,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58: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-a646f19b-1c61-478c-b7aa-273f81b8edc7 x-compute-request-id: req-a646f19b-1c61-478c-b7aa-273f81b8edc7 Content-Encoding: gzip Content-Length: 17799 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n"} 2018-08-18 23:58:16,464 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-a646f19b-1c61-478c-b7aa-273f81b8edc7 2018-08-18 23:58:16,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0854151248932s 2018-08-18 23:58:16,467 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-a646f19b-1c61-478c-b7aa-273f81b8edc7 2018-08-18 23:58:16,467 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 2018-08-18 23:58:16,471 - functest.core.singlevm - DEBUG - try 23: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:58:26,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:58:26,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:58:27,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cb2934b-4478-4663-850b-23bafd7b4b31 x-compute-request-id: req-8cb2934b-4478-4663-850b-23bafd7b4b31 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:58:27,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8cb2934b-4478-4663-850b-23bafd7b4b31 2018-08-18 23:58:27,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.584456920624s 2018-08-18 23:58:27,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8cb2934b-4478-4663-850b-23bafd7b4b31 2018-08-18 23:58:27,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:58:27,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:58:27,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-056b323d-f5c4-4468-a21d-7119b8b92ad7 x-compute-request-id: req-056b323d-f5c4-4468-a21d-7119b8b92ad7 Content-Encoding: gzip Content-Length: 17805 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n"} 2018-08-18 23:58:27,155 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-056b323d-f5c4-4468-a21d-7119b8b92ad7 2018-08-18 23:58:27,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0804719924927s 2018-08-18 23:58:27,157 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-056b323d-f5c4-4468-a21d-7119b8b92ad7 2018-08-18 23:58:27,157 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 2018-08-18 23:58:27,160 - functest.core.singlevm - DEBUG - try 24: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:58:37,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:58:37,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:58:37,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36f1bc5a-5fba-4fec-8514-b86c6a6e2f29 x-compute-request-id: req-36f1bc5a-5fba-4fec-8514-b86c6a6e2f29 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:58:37,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-36f1bc5a-5fba-4fec-8514-b86c6a6e2f29 2018-08-18 23:58:37,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.613486051559s 2018-08-18 23:58:37,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-36f1bc5a-5fba-4fec-8514-b86c6a6e2f29 2018-08-18 23:58:37,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:58:37,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:58:37,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f88d605-eeac-472d-8edc-4d2f085a1d51 x-compute-request-id: req-1f88d605-eeac-472d-8edc-4d2f085a1d51 Content-Encoding: gzip Content-Length: 17805 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n"} 2018-08-18 23:58:37,872 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-1f88d605-eeac-472d-8edc-4d2f085a1d51 2018-08-18 23:58:37,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0797350406647s 2018-08-18 23:58:37,874 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-1f88d605-eeac-472d-8edc-4d2f085a1d51 2018-08-18 23:58:37,875 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 2018-08-18 23:58:37,879 - functest.core.singlevm - DEBUG - try 25: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:58:47,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:58:47,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:58:48,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58: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-1da743ea-97a8-4b83-8bff-fbdbcbf19737 x-compute-request-id: req-1da743ea-97a8-4b83-8bff-fbdbcbf19737 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:58:48,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1da743ea-97a8-4b83-8bff-fbdbcbf19737 2018-08-18 23:58:48,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.28281712532s 2018-08-18 23:58:48,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1da743ea-97a8-4b83-8bff-fbdbcbf19737 2018-08-18 23:58:48,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:58:48,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:58:48,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd6f1b53-f6c3-4fa0-ac24-582fd1352d6f x-compute-request-id: req-bd6f1b53-f6c3-4fa0-ac24-582fd1352d6f Content-Encoding: gzip Content-Length: 17828 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n"} 2018-08-18 23:58:48,260 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-bd6f1b53-f6c3-4fa0-ac24-582fd1352d6f 2018-08-18 23:58:48,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0785279273987s 2018-08-18 23:58:48,261 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-bd6f1b53-f6c3-4fa0-ac24-582fd1352d6f 2018-08-18 23:58:48,262 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 2018-08-18 23:58:48,265 - functest.core.singlevm - DEBUG - try 26: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:58:58,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:58:58,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:58:58,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3f8579e-c6cd-4161-8b63-cdc8dccc7e59 x-compute-request-id: req-a3f8579e-c6cd-4161-8b63-cdc8dccc7e59 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:58:58,571 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a3f8579e-c6cd-4161-8b63-cdc8dccc7e59 2018-08-18 23:58:58,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.294526815414s 2018-08-18 23:58:58,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a3f8579e-c6cd-4161-8b63-cdc8dccc7e59 2018-08-18 23:58:58,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:58:58,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:58:58,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:58:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd0bfaea-9e32-4b6c-b2de-0402de458f17 x-compute-request-id: req-fd0bfaea-9e32-4b6c-b2de-0402de458f17 Content-Encoding: gzip Content-Length: 17828 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n"} 2018-08-18 23:58:58,664 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-fd0bfaea-9e32-4b6c-b2de-0402de458f17 2018-08-18 23:58:58,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0850539207458s 2018-08-18 23:58:58,666 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-fd0bfaea-9e32-4b6c-b2de-0402de458f17 2018-08-18 23:58:58,667 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 2018-08-18 23:58:58,670 - functest.core.singlevm - DEBUG - try 27: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:59:08,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:59:08,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:59:09,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:59: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-c79459d8-e6fc-4542-a47c-7152f3c22813 x-compute-request-id: req-c79459d8-e6fc-4542-a47c-7152f3c22813 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:59:09,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c79459d8-e6fc-4542-a47c-7152f3c22813 2018-08-18 23:59:09,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.83476805687s 2018-08-18 23:59:09,517 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c79459d8-e6fc-4542-a47c-7152f3c22813 2018-08-18 23:59:09,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:59:09,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:59:09,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:59: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-f2b47618-904b-4b23-8e0a-737d83718010 x-compute-request-id: req-f2b47618-904b-4b23-8e0a-737d83718010 Content-Encoding: gzip Content-Length: 17842 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n"} 2018-08-18 23:59:09,611 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-f2b47618-904b-4b23-8e0a-737d83718010 2018-08-18 23:59:09,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0865478515625s 2018-08-18 23:59:09,613 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-f2b47618-904b-4b23-8e0a-737d83718010 2018-08-18 23:59:09,613 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 2018-08-18 23:59:09,617 - functest.core.singlevm - DEBUG - try 28: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:59:19,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:59:19,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:59:20,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:59: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-7cbecaf6-ca42-4024-9c7f-5a77ca54af29 x-compute-request-id: req-7cbecaf6-ca42-4024-9c7f-5a77ca54af29 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:59:20,416 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7cbecaf6-ca42-4024-9c7f-5a77ca54af29 2018-08-18 23:59:20,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.787670850754s 2018-08-18 23:59:20,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7cbecaf6-ca42-4024-9c7f-5a77ca54af29 2018-08-18 23:59:20,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:59:20,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:59:20,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:59: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-b8b35943-1cc5-4b99-afc6-88dbf6568e73 x-compute-request-id: req-b8b35943-1cc5-4b99-afc6-88dbf6568e73 Content-Encoding: gzip Content-Length: 17846 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n"} 2018-08-18 23:59:20,505 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-b8b35943-1cc5-4b99-afc6-88dbf6568e73 2018-08-18 23:59:20,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0808329582214s 2018-08-18 23:59:20,507 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-b8b35943-1cc5-4b99-afc6-88dbf6568e73 2018-08-18 23:59:20,507 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 2018-08-18 23:59:20,511 - functest.core.singlevm - DEBUG - try 29: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:59:30,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:59:30,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:59:31,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:59: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-c794150a-00db-4637-b1a7-5ad5679ef0ab x-compute-request-id: req-c794150a-00db-4637-b1a7-5ad5679ef0ab Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:59:31,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c794150a-00db-4637-b1a7-5ad5679ef0ab 2018-08-18 23:59:31,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20558905602s 2018-08-18 23:59:31,728 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c794150a-00db-4637-b1a7-5ad5679ef0ab 2018-08-18 23:59:31,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:59:31,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:59:31,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eac1d79f-093c-4fd0-877f-695eeafe8024 x-compute-request-id: req-eac1d79f-093c-4fd0-877f-695eeafe8024 Content-Encoding: gzip Content-Length: 17861 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n"} 2018-08-18 23:59:31,818 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-eac1d79f-093c-4fd0-877f-695eeafe8024 2018-08-18 23:59:31,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0830330848694s 2018-08-18 23:59:31,821 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-eac1d79f-093c-4fd0-877f-695eeafe8024 2018-08-18 23:59:31,821 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 2018-08-18 23:59:31,825 - functest.core.singlevm - DEBUG - try 30: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:59:41,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:59:41,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:59:42,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:59: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-d615c186-d8a3-461b-a798-a258ecb32e02 x-compute-request-id: req-d615c186-d8a3-461b-a798-a258ecb32e02 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:59:42,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d615c186-d8a3-461b-a798-a258ecb32e02 2018-08-18 23:59:42,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.972693920135s 2018-08-18 23:59:42,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d615c186-d8a3-461b-a798-a258ecb32e02 2018-08-18 23:59:42,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:59:42,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:59:42,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:59:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9933c864-277b-40d0-9cbb-98193c8f0520 x-compute-request-id: req-9933c864-277b-40d0-9cbb-98193c8f0520 Content-Encoding: gzip Content-Length: 17868 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n"} 2018-08-18 23:59:42,898 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-9933c864-277b-40d0-9cbb-98193c8f0520 2018-08-18 23:59:42,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0815589427948s 2018-08-18 23:59:42,901 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-9933c864-277b-40d0-9cbb-98193c8f0520 2018-08-18 23:59:42,901 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 2018-08-18 23:59:42,905 - functest.core.singlevm - DEBUG - try 31: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-18 23:59:52,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 23:59:52,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-18 23:59:53,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:59:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e9c465a-1b70-46ca-91c9-0421dd9ad80a x-compute-request-id: req-6e9c465a-1b70-46ca-91c9-0421dd9ad80a Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 23:59:53,372 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6e9c465a-1b70-46ca-91c9-0421dd9ad80a 2018-08-18 23:59:53,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.465487957001s 2018-08-18 23:59:53,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6e9c465a-1b70-46ca-91c9-0421dd9ad80a 2018-08-18 23:59:53,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 23:59:53,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 23:59:53,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 23:59: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-904c9ca9-03a6-4e24-b29e-631df49a96e5 x-compute-request-id: req-904c9ca9-03a6-4e24-b29e-631df49a96e5 Content-Encoding: gzip Content-Length: 17868 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n"} 2018-08-18 23:59:53,464 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-904c9ca9-03a6-4e24-b29e-631df49a96e5 2018-08-18 23:59:53,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0837631225586s 2018-08-18 23:59:53,466 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-904c9ca9-03a6-4e24-b29e-631df49a96e5 2018-08-18 23:59:53,466 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 2018-08-18 23:59:53,470 - functest.core.singlevm - DEBUG - try 32: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:00:03,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:00:03,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:00:04,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00: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-cfd55fc9-5fe3-4d31-a1e1-ba9d54889ef4 x-compute-request-id: req-cfd55fc9-5fe3-4d31-a1e1-ba9d54889ef4 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:00:04,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cfd55fc9-5fe3-4d31-a1e1-ba9d54889ef4 2018-08-19 00:00:04,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.19886994362s 2018-08-19 00:00:04,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cfd55fc9-5fe3-4d31-a1e1-ba9d54889ef4 2018-08-19 00:00:04,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:00:04,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:00:04,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00: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-067d22d6-0b67-4fcf-834a-cb05952c0a8e x-compute-request-id: req-067d22d6-0b67-4fcf-834a-cb05952c0a8e Content-Encoding: gzip Content-Length: 17891 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n"} 2018-08-19 00:00:04,771 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-067d22d6-0b67-4fcf-834a-cb05952c0a8e 2018-08-19 00:00:04,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0833511352539s 2018-08-19 00:00:04,774 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-067d22d6-0b67-4fcf-834a-cb05952c0a8e 2018-08-19 00:00:04,774 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 2018-08-19 00:00:04,778 - functest.core.singlevm - DEBUG - try 33: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:00:14,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:00:14,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:00:15,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00: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-6e8ce6d0-d02d-41ff-b263-32f003464365 x-compute-request-id: req-6e8ce6d0-d02d-41ff-b263-32f003464365 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:00:15,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6e8ce6d0-d02d-41ff-b263-32f003464365 2018-08-19 00:00:15,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18867015839s 2018-08-19 00:00:15,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6e8ce6d0-d02d-41ff-b263-32f003464365 2018-08-19 00:00:15,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:00:15,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:00:16,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53772dc3-9068-4c1b-8a79-5edd1735129e x-compute-request-id: req-53772dc3-9068-4c1b-8a79-5edd1735129e Content-Encoding: gzip Content-Length: 17891 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n"} 2018-08-19 00:00:16,090 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-53772dc3-9068-4c1b-8a79-5edd1735129e 2018-08-19 00:00:16,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.109848976135s 2018-08-19 00:00:16,093 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-53772dc3-9068-4c1b-8a79-5edd1735129e 2018-08-19 00:00:16,093 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 2018-08-19 00:00:16,097 - functest.core.singlevm - DEBUG - try 34: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:00:26,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:00:26,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:00:27,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bee5b37-883c-4db5-a015-537a7e00d2e6 x-compute-request-id: req-5bee5b37-883c-4db5-a015-537a7e00d2e6 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:00:27,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5bee5b37-883c-4db5-a015-537a7e00d2e6 2018-08-19 00:00:27,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.97757601738s 2018-08-19 00:00:27,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5bee5b37-883c-4db5-a015-537a7e00d2e6 2018-08-19 00:00:27,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:00:27,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:00:27,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a35ca862-ba7f-4b77-82f4-9a88a5aefdfd x-compute-request-id: req-a35ca862-ba7f-4b77-82f4-9a88a5aefdfd Content-Encoding: gzip Content-Length: 19044 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized\n[ 0.009257] AppArmor: AppArmor initialized\n[ 0.010361] Yama: becoming mindful.\n[ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022180] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025206] Initializing cgroup subsys blkio\n[ 0.026348] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029263] FEATURE SPEC_CTRL Not Present\n[ 0.031057] mce: CPU supports 10 MCE banks\n[ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037950] Speculative Store Bypass: Vulnerable\n[ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046207] ACPI: Core revision 20131115\n[ 0.047820] ACPI: All ACPI Tables successfully acquired\n[ 0.049118] ftrace: allocating 28746 entries in 113 pages\n[ 0.068242] smpboot: Max logical packages: 2\n[ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076143] Enabling x2apic\n[ 0.076998] Enabled x2apic\n[ 0.078126] Switched APIC routing to physical x2apic.\n[ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093376] KVM setup paravirtual spinlock\n[ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098396] x86: Booting SMP configuration:\n[ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116020] x86: Booted up 1 node, 2 CPUs\n[ 0.116013] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120455] devtmpfs: initialized\n[ 0.122370] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125019] EVM: security.ima\n[ 0.125941] EVM: security.capability\n[ 0.128062] pinctrl core: initialized pinctrl subsystem\n[ 0.129529] regulator-dummy: no parameters\n[ 0.130775] RTC time: 23:54:03, date: 08/18/18\n[ 0.132063] NET: Registered protocol family 16\n[ 0.133417] cpuidle: using governor ladder\n[ 0.134593] cpuidle: using governor menu\n[ 0.135800] ACPI: bus type PCI registered\n[ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137762] PCI: Using configuration type 1 for base access\n[ 0.140004] bio: create slab at 0\n[ 0.141208] ACPI: Added _OSI(Module Device)\n[ 0.141262] ACPI: Added _OSI(Processor Device)\n[ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.147070] ACPI: Interpreter enabled\n[ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.157711] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163969] ACPI: No dock devices found.\n[ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172212] acpiphp: Slot [3] registered\n[ 0.173353] acpiphp: Slot [4] registered\n[ 0.174492] acpiphp: Slot [5] registered\n[ 0.175636] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177162] acpiphp: Slot [8] registered\n[ 0.178296] acpiphp: Slot [9] registered\n[ 0.179451] acpiphp: Slot [10] registered\n[ 0.180022] acpiphp: Slot [11] registered\n[ 0.181181] acpiphp: Slot [12] registered\n[ 0.182336] acpiphp: Slot [13] registered\n[ 0.183491] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185179] acpiphp: Slot [16] registered\n[ 0.186475] acpiphp: Slot [17] registered\n[ 0.187624] acpiphp: Slot [18] registered\n[ 0.188030] acpiphp: Slot [19] registered\n[ 0.189190] acpiphp: Slot [20] registered\n[ 0.190346] acpiphp: Slot [21] registered\n[ 0.191503] acpiphp: Slot [22] registered\n[ 0.192022] acpiphp: Slot [23] registered\n[ 0.193191] acpiphp: Slot [24] registered\n[ 0.194339] acpiphp: Slot [25] registered\n[ 0.195490] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197187] acpiphp: Slot [28] registered\n[ 0.198338] acpiphp: Slot [29] registered\n[ 0.199491] acpiphp: Slot [30] registered\n[ 0.200029] acpiphp: Slot [31] registered\n[ 0.201175] PCI host bridge to bus 0000:00\n[ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262571] SCSI subsystem initialized\n[ 0.263838] ACPI: bus type USB registered\n[ 0.264032] usbcore: registered new interface driver usbfs\n[ 0.265495] usbcore: registered new interface driver hub\n[ 0.266959] usbcore: registered new device driver usb\n[ 0.268123] PCI: Using ACPI for IRQ routing\n[ 0.269597] NetLabel: Initializing\n[ 0.270631] NetLabel: domain hash size = 128\n[ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.273409] NetLabel: unlabeled traffic allowed by default\n[ 0.274884] Switched to clocksource kvm-clock\n[ 0.281008] AppArmor: AppArmor Filesystem Enabled\n[ 0.282349] pnp: PnP ACPI init\n[ 0.283299] ACPI: bus type PNP registered\n[ 0.284921] pnp: PnP ACPI: found 8 devices\n[ 0.286095] ACPI: bus type PNP unregistered\n[ 0.294222] NET: Registered protocol family 2\n[ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299833] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301636] TCP: reno registered\n[ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305967] NET: Registered protocol family 1\n[ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.355458] Trying to unpack rootfs image as initramfs...\n[ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.464933] Scanning for low memory corruption every 60 seconds\n[ 0.467026] Initialise system trusted keyring\n[ 0.468378] audit: initializing netlink socket (disabled)\n[ 0.469901] type=2000 audit(1534636444.968:1): initialized\n[ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494286] zbud: loaded\n[ 0.495385] VFS: Disk quotas dquot_6.5.2\n[ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498643] fuse init (API version 7.22)\n[ 0.499838] msgmni has been set to 3997\n[ 0.500995] Key type big_key registered\n[ 0.502600] Key type asymmetric registered\n[ 0.503779] Asymmetric key parser 'x509' registered\n[ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507320] io scheduler noop registered\n[ 0.508459] io scheduler deadline registered (default)\n[ 0.509853] io scheduler cfq registered\n[ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514254] ipmi message handler version 39.2\n[ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517557] ACPI: Power Button [PWRF]\n[ 0.518704] GHES: HEST is not enabled!\n[ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636019] Linux agpgart interface v0.103\n[ 0.638133] brd: module loaded\n[ 0.639561] loop: module loaded\n[ 0.640928] blk-mq: CPU -> queue map\n[ 0.641970] CPU 0 -> Queue 0\n[ 0.642884] CPU 1 -> Queue 0\n[ 0.644675] vda: vda1\n[ 0.646273] scsi0 : ata_piix\n[ 0.647257] scsi1 : ata_piix\n[ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.651661] libphy: Fixed MDIO Bus: probed\n[ 0.652873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654190] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657529] PPP generic driver version 2.4.2\n[ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660480] ehci-pci: EHCI PCI platform driver\n[ 0.661687] ehci-platform: EHCI generic platform driver\n[ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664590] ohci-pci: OHCI PCI platform driver\n[ 0.665793] ohci-platform: OHCI generic platform driver\n[ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698235] usb usb1: Product: UHCI Host Controller\n[ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.701066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702420] hub 1-0:1.0: USB hub found\n[ 0.703476] hub 1-0:1.0: 2 ports detected\n[ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.710309] mousedev: PS/2 mouse device common for all mice\n[ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714497] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719311] device-mapper: uevent: version 1.0.3\n[ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724353] TCP: cubic registered\n[ 0.725379] NET: Registered protocol family 10\n[ 0.726840] NET: Registered protocol family 17\n[ 0.728065] Key type dns_resolver registered\n[ 0.729467] Loading compiled-in X.509 certificates\n[ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.740794] registered taskstats version 1\n[ 0.743871] Key type trusted registered\n[ 0.747907] Key type encrypted registered\n[ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750437] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752361] regulator-dummy: disabling\n[ 0.753468] Magic number: 14:696:959\n[ 0.754572] memory memory10: hash matches\n[ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444)\n[ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759439] EDD information not available.\n[ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.811311] Write protecting the kernel read-only data: 12288k\n[ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.829735] systemd-udevd[107]: starting version 204\n[ 0.868839] FDC 0 is a S82078B\n[ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184822] usb 1-1: Product: QEMU USB Tablet\n[ 1.185984] usb 1-1: Manufacturer: QEMU\n[ 1.187046] usb 1-1: SerialNumber: 42\n[ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.478265] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds.\ncloud-init-nonet[4.58]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[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[8.53]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 |\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.1 | 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:\n0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o =*O*o |\n| o + *XE . |\n| o. B |\n| = o |\n| S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|*o+.=. |\n|+* + + . |\n|O o E o |\n|+o . . o . |\n|o . + S |\n|.. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n|.. .o+E. . |\n|..o.+oo S |\n| ... o . |\n|. . +.. |\n|.. .+=o |\n| ...=B. |\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:\n04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|B=oo . |\n|+X= . . |\n|oE*.. . . |\n| 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[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 D-Bus system message bus[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2719 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\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 7978\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 7986\nclearwater-socket-factory-sig start/running, process 7995\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 5s (6895 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57592 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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n++ ip2rr 172.30.9.215\n++ echo 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.215\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\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.6'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 (DSA)\nec2: 256 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 (ECDSA)\nec2: 256 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 (ED25519)\nec2: 2048 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJjM5HiUS/JBsun7feUJ+ju8hSZv2ccRH/rJ7vyDMXFvDW3h8VyIDV3bjmIrQPp/In8Bd90NvictcAuCkHTj+yg= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOcpiovtPH5E9e6pIMm7mVLyl8NalNqjrW2S3DcJAs/X root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD6J8Ujeb/dTceMJKJmRUujWm02dsbw5VF7I4rYDGWEY/4WjDxbLzb0C8Qc/6/PlP0lJHYEZg6aZizu6Oa8zbLdmgYqgQayku9yfxCtZuqPBfKbK9X+enS94yssvq6SA6q26+xF5ialWgbaolGRy6qBwJroP7J070cym5BQfZyt2FTwD1Egg42o+rhxNJzPPFoL/TFBzf0uG/qYI8dezbABWpeP0cVk5jnv3Y6fNT5DbEnzqDdsl0OW3J/XVWUomfEwnQnwQ/oeRJqOBXIninhXXZUFGDqgzfgNwUEwqLiwjoXuRgm89s51ejgA+KsKkTrTQ8c5X/lFZyeEepO0x+h root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:00:23 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 378.46 seconds\n"} 2018-08-19 00:00:27,192 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-a35ca862-ba7f-4b77-82f4-9a88a5aefdfd 2018-08-19 00:00:27,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0997531414032s 2018-08-19 00:00:27,194 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9/action used request id req-a35ca862-ba7f-4b77-82f4-9a88a5aefdfd 2018-08-19 00:00:27,195 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008065] Security Framework initialized [ 0.009257] AppArmor: AppArmor initialized [ 0.010361] Yama: becoming mindful. [ 0.012214] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016882] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022180] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025206] Initializing cgroup subsys blkio [ 0.026348] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029263] FEATURE SPEC_CTRL Not Present [ 0.031057] mce: CPU supports 10 MCE banks [ 0.032042] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034641] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037950] Speculative Store Bypass: Vulnerable [ 0.040487] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046207] ACPI: Core revision 20131115 [ 0.047820] ACPI: All ACPI Tables successfully acquired [ 0.049118] ftrace: allocating 28746 entries in 113 pages [ 0.068242] smpboot: Max logical packages: 2 [ 0.072004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073600] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076143] Enabling x2apic [ 0.076998] Enabled x2apic [ 0.078126] Switched APIC routing to physical x2apic. [ 0.080787] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093376] KVM setup paravirtual spinlock [ 0.096486] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098396] x86: Booting SMP configuration: [ 0.099602] .... node #0, CPUs: #1[ 0.096442] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116020] x86: Booted up 1 node, 2 CPUs [ 0.116013] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120455] devtmpfs: initialized [ 0.122370] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125019] EVM: security.ima [ 0.125941] EVM: security.capability [ 0.128062] pinctrl core: initialized pinctrl subsystem [ 0.129529] regulator-dummy: no parameters [ 0.130775] RTC time: 23:54:03, date: 08/18/18 [ 0.132063] NET: Registered protocol family 16 [ 0.133417] cpuidle: using governor ladder [ 0.134593] cpuidle: using governor menu [ 0.135800] ACPI: bus type PCI registered [ 0.136008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137762] PCI: Using configuration type 1 for base access [ 0.140004] bio: create slab at 0 [ 0.141208] ACPI: Added _OSI(Module Device) [ 0.141262] ACPI: Added _OSI(Processor Device) [ 0.142493] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.147070] ACPI: Interpreter enabled [ 0.148013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.155383] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.157711] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163969] ACPI: No dock devices found. [ 0.165981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172212] acpiphp: Slot [3] registered [ 0.173353] acpiphp: Slot [4] registered [ 0.174492] acpiphp: Slot [5] registered [ 0.175636] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177162] acpiphp: Slot [8] registered [ 0.178296] acpiphp: Slot [9] registered [ 0.179451] acpiphp: Slot [10] registered [ 0.180022] acpiphp: Slot [11] registered [ 0.181181] acpiphp: Slot [12] registered [ 0.182336] acpiphp: Slot [13] registered [ 0.183491] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185179] acpiphp: Slot [16] registered [ 0.186475] acpiphp: Slot [17] registered [ 0.187624] acpiphp: Slot [18] registered [ 0.188030] acpiphp: Slot [19] registered [ 0.189190] acpiphp: Slot [20] registered [ 0.190346] acpiphp: Slot [21] registered [ 0.191503] acpiphp: Slot [22] registered [ 0.192022] acpiphp: Slot [23] registered [ 0.193191] acpiphp: Slot [24] registered [ 0.194339] acpiphp: Slot [25] registered [ 0.195490] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197187] acpiphp: Slot [28] registered [ 0.198338] acpiphp: Slot [29] registered [ 0.199491] acpiphp: Slot [30] registered [ 0.200029] acpiphp: Slot [31] registered [ 0.201175] PCI host bridge to bus 0000:00 [ 0.202331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.217168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.219212] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.247539] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.249012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.251599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252997] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256825] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.258629] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260877] vgaarb: bridge control possible 0000:00:02.0 [ 0.262571] SCSI subsystem initialized [ 0.263838] ACPI: bus type USB registered [ 0.264032] usbcore: registered new interface driver usbfs [ 0.265495] usbcore: registered new interface driver hub [ 0.266959] usbcore: registered new device driver usb [ 0.268123] PCI: Using ACPI for IRQ routing [ 0.269597] NetLabel: Initializing [ 0.270631] NetLabel: domain hash size = 128 [ 0.272003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273409] NetLabel: unlabeled traffic allowed by default [ 0.274884] Switched to clocksource kvm-clock [ 0.281008] AppArmor: AppArmor Filesystem Enabled [ 0.282349] pnp: PnP ACPI init [ 0.283299] ACPI: bus type PNP registered [ 0.284921] pnp: PnP ACPI: found 8 devices [ 0.286095] ACPI: bus type PNP unregistered [ 0.294222] NET: Registered protocol family 2 [ 0.295772] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299833] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301636] TCP: reno registered [ 0.302635] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304230] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305967] NET: Registered protocol family 1 [ 0.307222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.308780] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310303] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332868] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.355458] Trying to unpack rootfs image as initramfs... [ 0.456743] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.459205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460800] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462549] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.464933] Scanning for low memory corruption every 60 seconds [ 0.467026] Initialise system trusted keyring [ 0.468378] audit: initializing netlink socket (disabled) [ 0.469901] type=2000 audit(1534636444.968:1): initialized [ 0.491559] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494286] zbud: loaded [ 0.495385] VFS: Disk quotas dquot_6.5.2 [ 0.496567] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498643] fuse init (API version 7.22) [ 0.499838] msgmni has been set to 3997 [ 0.500995] Key type big_key registered [ 0.502600] Key type asymmetric registered [ 0.503779] Asymmetric key parser 'x509' registered [ 0.505166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507320] io scheduler noop registered [ 0.508459] io scheduler deadline registered (default) [ 0.509853] io scheduler cfq registered [ 0.511061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514254] ipmi message handler version 39.2 [ 0.515521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517557] ACPI: Power Button [PWRF] [ 0.518704] GHES: HEST is not enabled! [ 0.540369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605886] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.608012] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.636019] Linux agpgart interface v0.103 [ 0.638133] brd: module loaded [ 0.639561] loop: module loaded [ 0.640928] blk-mq: CPU -> queue map [ 0.641970] CPU 0 -> Queue 0 [ 0.642884] CPU 1 -> Queue 0 [ 0.644675] vda: vda1 [ 0.646273] scsi0 : ata_piix [ 0.647257] scsi1 : ata_piix [ 0.648181] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.649809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.651661] libphy: Fixed MDIO Bus: probed [ 0.652873] tun: Universal TUN/TAP device driver, 1.6 [ 0.654190] tun: (C) 1999-2004 Max Krasnyansky [ 0.657529] PPP generic driver version 2.4.2 [ 0.658865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660480] ehci-pci: EHCI PCI platform driver [ 0.661687] ehci-platform: EHCI generic platform driver [ 0.663039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664590] ohci-pci: OHCI PCI platform driver [ 0.665793] ohci-platform: OHCI generic platform driver [ 0.667140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691018] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693068] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.694610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698235] usb usb1: Product: UHCI Host Controller [ 0.699493] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.701066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.702420] hub 1-0:1.0: USB hub found [ 0.703476] hub 1-0:1.0: 2 ports detected [ 0.704707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707531] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708836] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.710309] mousedev: PS/2 mouse device common for all mice [ 0.712023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714497] rtc_cmos 00:00: RTC can wake from S4 [ 0.716061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719311] device-mapper: uevent: version 1.0.3 [ 0.720594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.722771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724353] TCP: cubic registered [ 0.725379] NET: Registered protocol family 10 [ 0.726840] NET: Registered protocol family 17 [ 0.728065] Key type dns_resolver registered [ 0.729467] Loading compiled-in X.509 certificates [ 0.731250] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.740794] registered taskstats version 1 [ 0.743871] Key type trusted registered [ 0.747907] Key type encrypted registered [ 0.749045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750437] IMA: No TPM chip found, activating TPM-bypass! [ 0.752361] regulator-dummy: disabling [ 0.753468] Magic number: 14:696:959 [ 0.754572] memory memory10: hash matches [ 0.755758] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:04 UTC (1534636444) [ 0.757941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759439] EDD information not available. [ 0.809246] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.811311] Write protecting the kernel read-only data: 12288k [ 0.813412] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.816712] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.829735] systemd-udevd[107]: starting version 204 [ 0.868839] FDC 0 is a S82078B [ 1.016015] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.181402] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.183083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184822] usb 1-1: Product: QEMU USB Tablet [ 1.185984] usb 1-1: Manufacturer: QEMU [ 1.187046] usb 1-1: SerialNumber: 42 [ 1.456047] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.880996] 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.354775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.478265] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.776041] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:08 +0000. Up 4.37 seconds. cloud-init-nonet[4.58]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[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[8.53]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:12 +0000. Up 8.66 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3b:a0:d4 | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:40:7e:29 | 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.1 | 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: 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | . o =*O*o | | o + *XE . | | o. B | | = o | | S | | | | | | | | | +-----------------+ 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: 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |*o+.=. | |+* + + . | |O o E o | |+o . . o . | |o . + S | |.. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | |.. .o+E. . | |..o.+oo S | | ... o . | |. . +.. | |.. .+=o | | ...=B. | +-----------------+ 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: 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 The key's randomart image is: +--[ED25519 256--+ |B=oo . | |+X= . . | |oE*.. . . | | 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:16 +0000. Up 12.93 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 Sat, 18 Aug 2018 23:54:17 +0000. Up 13.91 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16210 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [760 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 [469 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 [544 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2719 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 4 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [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 (3923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... 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 7978 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 7986 clearwater-socket-factory-sig start/running, process 7995 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 5s (6895 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57592 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 ++ ip2rr 172.30.9.215 ++ echo 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.215 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 89:96:94:10:02:2b:28:30:31:7a:29:15:aa:72:45:b3 root@bono-0 (DSA) ec2: 256 89:eb:b2:c7:1a:c0:9d:07:bb:6b:b3:a1:c2:01:5f:73 root@bono-0 (ECDSA) ec2: 256 04:ae:cc:0d:62:06:cf:d0:4b:6e:d0:1c:01:32:b3:c9 root@bono-0 (ED25519) ec2: 2048 0c:51:3e:e3:c4:84:d9:f0:24:88:dc:79:c6:14:47:8d root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJjM5HiUS/JBsun7feUJ+ju8hSZv2ccRH/rJ7vyDMXFvDW3h8VyIDV3bjmIrQPp/In8Bd90NvictcAuCkHTj+yg= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOcpiovtPH5E9e6pIMm7mVLyl8NalNqjrW2S3DcJAs/X root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD6J8Ujeb/dTceMJKJmRUujWm02dsbw5VF7I4rYDGWEY/4WjDxbLzb0C8Qc/6/PlP0lJHYEZg6aZizu6Oa8zbLdmgYqgQayku9yfxCtZuqPBfKbK9X+enS94yssvq6SA6q26+xF5ialWgbaolGRy6qBwJroP7J070cym5BQfZyt2FTwD1Egg42o+rhxNJzPPFoL/TFBzf0uG/qYI8dezbABWpeP0cVk5jnv3Y6fNT5DbEnzqDdsl0OW3J/XVWUomfEwnQnwQ/oeRJqOBXIninhXXZUFGDqgzfgNwUEwqLiwjoXuRgm89s51ejgA+KsKkTrTQ8c5X/lFZyeEepO0x+h root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:00:23 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 378.46 seconds 2018-08-19 00:00:27,198 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-19 00:00:27,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:00:27,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:00:27,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-906f0061-5418-40bf-a2f9-6eca1bc9742b x-compute-request-id: req-906f0061-5418-40bf-a2f9-6eca1bc9742b Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:00:27,672 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-906f0061-5418-40bf-a2f9-6eca1bc9742b 2018-08-19 00:00:27,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.473431110382s 2018-08-19 00:00:27,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-906f0061-5418-40bf-a2f9-6eca1bc9742b 2018-08-19 00:00:27,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:00:27,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:00:27,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-228218aa-5518-4b13-b101-e184808eb0e8 x-compute-request-id: req-228218aa-5518-4b13-b101-e184808eb0e8 Content-Encoding: gzip Content-Length: 18364 Content-Type: application/json RESP BODY: {"output": "cpu 1\n[ 0.128013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131928] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132433] devtmpfs: initialized\n[ 0.134414] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137021] EVM: security.ima\n[ 0.137917] EVM: security.capability\n[ 0.138978] pinctrl core: initialized pinctrl subsystem\n[ 0.140080] regulator-dummy: no parameters\n[ 0.141310] RTC time: 23:54:01, date: 08/18/18\n[ 0.142590] NET: Registered protocol family 16\n[ 0.143922] cpuidle: using governor ladder\n[ 0.144004] cpuidle: using governor menu\n[ 0.145163] ACPI: bus type PCI registered\n[ 0.146259] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.147966] PCI: Using configuration type 1 for base access\n[ 0.148649] bio: create slab at 0\n[ 0.149186] ACPI: Added _OSI(Module Device)\n[ 0.149385] ACPI: Added _OSI(Processor Device)\n[ 0.152004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.153542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.156121] ACPI: Interpreter enabled\n[ 0.157400] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.162827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.164753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.167683] ACPI: (supports S0 S5)\n[ 0.168003] ACPI: Using IOAPIC for interrupt routing\n[ 0.169385] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172203] ACPI: No dock devices found.\n[ 0.175595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.176010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.178003] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179883] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180208] acpiphp: Slot [3] registered\n[ 0.181510] acpiphp: Slot [4] registered\n[ 0.182766] acpiphp: Slot [5] registered\n[ 0.184012] acpiphp: Slot [6] registered\n[ 0.185313] acpiphp: Slot [7] registered\n[ 0.186542] acpiphp: Slot [8] registered\n[ 0.187779] acpiphp: Slot [9] registered\n[ 0.188031] acpiphp: Slot [10] registered\n[ 0.189306] acpiphp: Slot [11] registered\n[ 0.190602] acpiphp: Slot [12] registered\n[ 0.191868] acpiphp: Slot [13] registered\n[ 0.192030] acpiphp: Slot [14] registered\n[ 0.193399] acpiphp: Slot [15] registered\n[ 0.194650] acpiphp: Slot [16] registered\n[ 0.195991] acpiphp: Slot [17] registered\n[ 0.196022] acpiphp: Slot [18] registered\n[ 0.197282] acpiphp: Slot [19] registered\n[ 0.198619] acpiphp: Slot [20] registered\n[ 0.199828] acpiphp: Slot [21] registered\n[ 0.200022] acpiphp: Slot [22] registered\n[ 0.201186] acpiphp: Slot [23] registered\n[ 0.202473] acpiphp: Slot [24] registered\n[ 0.203773] acpiphp: Slot [25] registered\n[ 0.204022] acpiphp: Slot [26] registered\n[ 0.205131] acpiphp: Slot [27] registered\n[ 0.206237] acpiphp: Slot [28] registered\n[ 0.207320] acpiphp: Slot [29] registered\n[ 0.208020] acpiphp: Slot [30] registered\n[ 0.209140] acpiphp: Slot [31] registered\n[ 0.210236] PCI host bridge to bus 0000:00\n[ 0.211332] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.213523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.215039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.216003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.217646] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.225175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.227185] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258488] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260459] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.265947] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.265947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270501] SCSI subsystem initialized\n[ 0.271768] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273442] usbcore: registered new interface driver hub\n[ 0.274889] usbcore: registered new device driver usb\n[ 0.276116] PCI: Using ACPI for IRQ routing\n[ 0.277567] NetLabel: Initializing\n[ 0.278575] NetLabel: domain hash size = 128\n[ 0.279756] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.280077] NetLabel: unlabeled traffic allowed by default\n[ 0.281544] Switched to clocksource kvm-clock\n[ 0.289211] AppArmor: AppArmor Filesystem Enabled\n[ 0.290568] pnp: PnP ACPI init\n[ 0.291493] ACPI: bus type PNP registered\n[ 0.293090] pnp: PnP ACPI: found 8 devices\n[ 0.294237] ACPI: bus type PNP unregistered\n[ 0.301767] NET: Registered protocol family 2\n[ 0.303246] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305341] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307259] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309003] TCP: reno registered\n[ 0.309953] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311469] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313135] NET: Registered protocol family 1\n[ 0.314345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.315838] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.317588] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.345027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.367991] Trying to unpack rootfs image as initramfs...\n[ 0.470367] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.472676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.474191] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475828] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.478157] Scanning for low memory corruption every 60 seconds\n[ 0.480126] Initialise system trusted keyring\n[ 0.481368] audit: initializing netlink socket (disabled)\n[ 0.482807] type=2000 audit(1534636442.943:1): initialized\n[ 0.504013] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506667] zbud: loaded\n[ 0.507709] VFS: Disk quotas dquot_6.5.2\n[ 0.508867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510927] fuse init (API version 7.22)\n[ 0.512146] msgmni has been set to 3997\n[ 0.513323] Key type big_key registered\n[ 0.514859] Key type asymmetric registered\n[ 0.516045] Asymmetric key parser 'x509' registered\n[ 0.517463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519944] io scheduler noop registered\n[ 0.521198] io scheduler deadline registered (default)\n[ 0.522583] io scheduler cfq registered\n[ 0.523763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526936] ipmi message handler version 39.2\n[ 0.528205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530224] ACPI: Power Button [PWRF]\n[ 0.531392] GHES: HEST is not enabled!\n[ 0.553898] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.598573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.621729] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.623868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647701] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651894] Linux agpgart interface v0.103\n[ 0.655101] brd: module loaded\n[ 0.657147] loop: module loaded\n[ 0.659019] blk-mq: CPU -> queue map\n[ 0.660519] CPU 0 -> Queue 0\n[ 0.661766] CPU 1 -> Queue 0\n[ 0.663611] vda: vda1\n[ 0.665195] scsi0 : ata_piix\n[ 0.666214] scsi1 : ata_piix\n[ 0.667136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.668821] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.670792] libphy: Fixed MDIO Bus: probed\n[ 0.672028] tun: Universal TUN/TAP device driver, 1.6\n[ 0.673366] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676821] PPP generic driver version 2.4.2\n[ 0.678076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.679689] ehci-pci: EHCI PCI platform driver\n[ 0.680903] ehci-platform: EHCI generic platform driver\n[ 0.682533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.684061] ohci-pci: OHCI PCI platform driver\n[ 0.685258] ohci-platform: OHCI generic platform driver\n[ 0.686629] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710633] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.712754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.714331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717960] usb usb1: Product: UHCI Host Controller\n[ 0.719257] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.720877] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.722205] hub 1-0:1.0: USB hub found\n[ 0.723294] hub 1-0:1.0: 2 ports detected\n[ 0.724576] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.727448] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.730245] mousedev: PS/2 mouse device common for all mice\n[ 0.731979] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734361] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.737664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.739337] device-mapper: uevent: version 1.0.3\n[ 0.740660] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.742908] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.744559] TCP: cubic registered\n[ 0.745631] NET: Registered protocol family 10\n[ 0.747156] NET: Registered protocol family 17\n[ 0.748404] Key type dns_resolver registered\n[ 0.749802] Loading compiled-in X.509 certificates\n[ 0.751645] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.761897] registered taskstats version 1\n[ 0.764943] Key type trusted registered\n[ 0.768724] Key type encrypted registered\n[ 0.769889] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.771326] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.773361] regulator-dummy: disabling\n[ 0.774518] Magic number: 14:696:959\n[ 0.775654] memory memory10: hash matches\n[ 0.776881] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442)\n[ 0.779142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780694] EDD information not available.\n[ 0.829265] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.831589] Write protecting the kernel read-only data: 12288k\n[ 0.834888] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.838797] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855616] systemd-udevd[107]: starting version 204\n[ 0.912839] FDC 0 is a S82078B\n[ 1.036089] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.200939] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.203117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.205152] usb 1-1: Product: QEMU USB Tablet\n[ 1.206505] usb 1-1: Manufacturer: QEMU\n[ 1.207789] usb 1-1: SerialNumber: 42\n[ 1.472133] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.917120] 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.273537] 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.787864] 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[ 3.486258] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 3.93 seconds.\ncloud-init-nonet[4.42]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.07]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:07 +0000. Up 6.24 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:a3:c2:54 |\nci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:58:2d:6c |\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.1 | 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:\n15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o . |\n| = = o |\n| E . B = |\n| . . . . = . |\n| . = S . . = .|\n| + = o . + |\n| . . |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .=+. |\n| o ...o.o |\n| + o o. + |\n| . + .+ |\n| o.S.. |\n| . + .. |\n| 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:\n5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . o=. |\n|. o+. . . |\n| +... . o |\n|. .o + o |\n| + o E |\n| o * |\n| = . |\n| o o |\n| +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|E .. |\n| .o |\n| . . .. |\n| . . .+o |\n| o o.OS. |\n| . o.= = |\n| o o+ . |\n| .o.= |\n| o.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:11 +0000. Up 9.83 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:12 +0000. Up 10.71 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16342 0 --:--:-- --:--:-- --:--:-- 16316\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]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1539 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:22 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:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:33 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:34 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:38 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 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://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 21s (4265 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 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-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8728\nclearwater-socket-factory-sig start/running, process 8733\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8782\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.\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n....................+++\n..........................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 4s (9590 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58609 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.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ 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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n"} 2018-08-19 00:00:27,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/action used request id req-228218aa-5518-4b13-b101-e184808eb0e8 2018-08-19 00:00:27,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0952739715576s 2018-08-19 00:00:27,779 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/action used request id req-228218aa-5518-4b13-b101-e184808eb0e8 2018-08-19 00:00:27,780 - functest.core.singlevm - DEBUG - console: cpu 1 [ 0.128013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131928] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132433] devtmpfs: initialized [ 0.134414] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137021] EVM: security.ima [ 0.137917] EVM: security.capability [ 0.138978] pinctrl core: initialized pinctrl subsystem [ 0.140080] regulator-dummy: no parameters [ 0.141310] RTC time: 23:54:01, date: 08/18/18 [ 0.142590] NET: Registered protocol family 16 [ 0.143922] cpuidle: using governor ladder [ 0.144004] cpuidle: using governor menu [ 0.145163] ACPI: bus type PCI registered [ 0.146259] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.147966] PCI: Using configuration type 1 for base access [ 0.148649] bio: create slab at 0 [ 0.149186] ACPI: Added _OSI(Module Device) [ 0.149385] ACPI: Added _OSI(Processor Device) [ 0.152004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.153542] ACPI: Added _OSI(Processor Aggregator Device) [ 0.156121] ACPI: Interpreter enabled [ 0.157400] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.162827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.164753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.167683] ACPI: (supports S0 S5) [ 0.168003] ACPI: Using IOAPIC for interrupt routing [ 0.169385] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172203] ACPI: No dock devices found. [ 0.175595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.178003] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179883] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180208] acpiphp: Slot [3] registered [ 0.181510] acpiphp: Slot [4] registered [ 0.182766] acpiphp: Slot [5] registered [ 0.184012] acpiphp: Slot [6] registered [ 0.185313] acpiphp: Slot [7] registered [ 0.186542] acpiphp: Slot [8] registered [ 0.187779] acpiphp: Slot [9] registered [ 0.188031] acpiphp: Slot [10] registered [ 0.189306] acpiphp: Slot [11] registered [ 0.190602] acpiphp: Slot [12] registered [ 0.191868] acpiphp: Slot [13] registered [ 0.192030] acpiphp: Slot [14] registered [ 0.193399] acpiphp: Slot [15] registered [ 0.194650] acpiphp: Slot [16] registered [ 0.195991] acpiphp: Slot [17] registered [ 0.196022] acpiphp: Slot [18] registered [ 0.197282] acpiphp: Slot [19] registered [ 0.198619] acpiphp: Slot [20] registered [ 0.199828] acpiphp: Slot [21] registered [ 0.200022] acpiphp: Slot [22] registered [ 0.201186] acpiphp: Slot [23] registered [ 0.202473] acpiphp: Slot [24] registered [ 0.203773] acpiphp: Slot [25] registered [ 0.204022] acpiphp: Slot [26] registered [ 0.205131] acpiphp: Slot [27] registered [ 0.206237] acpiphp: Slot [28] registered [ 0.207320] acpiphp: Slot [29] registered [ 0.208020] acpiphp: Slot [30] registered [ 0.209140] acpiphp: Slot [31] registered [ 0.210236] PCI host bridge to bus 0000:00 [ 0.211332] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.213523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.215039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.216003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.217646] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.225175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.227185] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258488] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260459] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264203] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.265947] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.265947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268835] vgaarb: bridge control possible 0000:00:02.0 [ 0.270501] SCSI subsystem initialized [ 0.271768] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273442] usbcore: registered new interface driver hub [ 0.274889] usbcore: registered new device driver usb [ 0.276116] PCI: Using ACPI for IRQ routing [ 0.277567] NetLabel: Initializing [ 0.278575] NetLabel: domain hash size = 128 [ 0.279756] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.280077] NetLabel: unlabeled traffic allowed by default [ 0.281544] Switched to clocksource kvm-clock [ 0.289211] AppArmor: AppArmor Filesystem Enabled [ 0.290568] pnp: PnP ACPI init [ 0.291493] ACPI: bus type PNP registered [ 0.293090] pnp: PnP ACPI: found 8 devices [ 0.294237] ACPI: bus type PNP unregistered [ 0.301767] NET: Registered protocol family 2 [ 0.303246] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305341] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307259] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309003] TCP: reno registered [ 0.309953] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311469] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313135] NET: Registered protocol family 1 [ 0.314345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.315838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.317588] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.345027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.367991] Trying to unpack rootfs image as initramfs... [ 0.470367] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.472676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.474191] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475828] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.478157] Scanning for low memory corruption every 60 seconds [ 0.480126] Initialise system trusted keyring [ 0.481368] audit: initializing netlink socket (disabled) [ 0.482807] type=2000 audit(1534636442.943:1): initialized [ 0.504013] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506667] zbud: loaded [ 0.507709] VFS: Disk quotas dquot_6.5.2 [ 0.508867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510927] fuse init (API version 7.22) [ 0.512146] msgmni has been set to 3997 [ 0.513323] Key type big_key registered [ 0.514859] Key type asymmetric registered [ 0.516045] Asymmetric key parser 'x509' registered [ 0.517463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519944] io scheduler noop registered [ 0.521198] io scheduler deadline registered (default) [ 0.522583] io scheduler cfq registered [ 0.523763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526936] ipmi message handler version 39.2 [ 0.528205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530224] ACPI: Power Button [PWRF] [ 0.531392] GHES: HEST is not enabled! [ 0.553898] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.598573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.621729] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.623868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647701] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.651894] Linux agpgart interface v0.103 [ 0.655101] brd: module loaded [ 0.657147] loop: module loaded [ 0.659019] blk-mq: CPU -> queue map [ 0.660519] CPU 0 -> Queue 0 [ 0.661766] CPU 1 -> Queue 0 [ 0.663611] vda: vda1 [ 0.665195] scsi0 : ata_piix [ 0.666214] scsi1 : ata_piix [ 0.667136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.668821] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.670792] libphy: Fixed MDIO Bus: probed [ 0.672028] tun: Universal TUN/TAP device driver, 1.6 [ 0.673366] tun: (C) 1999-2004 Max Krasnyansky [ 0.676821] PPP generic driver version 2.4.2 [ 0.678076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679689] ehci-pci: EHCI PCI platform driver [ 0.680903] ehci-platform: EHCI generic platform driver [ 0.682533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.684061] ohci-pci: OHCI PCI platform driver [ 0.685258] ohci-platform: OHCI generic platform driver [ 0.686629] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709240] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710633] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.714331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717960] usb usb1: Product: UHCI Host Controller [ 0.719257] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.720877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.722205] hub 1-0:1.0: USB hub found [ 0.723294] hub 1-0:1.0: 2 ports detected [ 0.724576] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.727448] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728780] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.730245] mousedev: PS/2 mouse device common for all mice [ 0.731979] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734361] rtc_cmos 00:00: RTC can wake from S4 [ 0.736029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.737664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.739337] device-mapper: uevent: version 1.0.3 [ 0.740660] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.742908] ledtrig-cpu: registered to indicate activity on CPUs [ 0.744559] TCP: cubic registered [ 0.745631] NET: Registered protocol family 10 [ 0.747156] NET: Registered protocol family 17 [ 0.748404] Key type dns_resolver registered [ 0.749802] Loading compiled-in X.509 certificates [ 0.751645] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.761897] registered taskstats version 1 [ 0.764943] Key type trusted registered [ 0.768724] Key type encrypted registered [ 0.769889] AppArmor: AppArmor sha1 policy hashing enabled [ 0.771326] IMA: No TPM chip found, activating TPM-bypass! [ 0.773361] regulator-dummy: disabling [ 0.774518] Magic number: 14:696:959 [ 0.775654] memory memory10: hash matches [ 0.776881] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442) [ 0.779142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.780694] EDD information not available. [ 0.829265] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.831589] Write protecting the kernel read-only data: 12288k [ 0.834888] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.838797] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.855616] systemd-udevd[107]: starting version 204 [ 0.912839] FDC 0 is a S82078B [ 1.036089] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.200939] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.203117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.205152] usb 1-1: Product: QEMU USB Tablet [ 1.206505] usb 1-1: Manufacturer: QEMU [ 1.207789] usb 1-1: SerialNumber: 42 [ 1.472133] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.917120] 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.273537] 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.787864] 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 ] [ 3.486258] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Populate /dev filesystem[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 3.93 seconds. cloud-init-nonet[4.42]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.07]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:07 +0000. Up 6.24 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:a3:c2:54 | ci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:58:2d:6c | 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.1 | 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: 15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | o . | | = = o | | E . B = | | . . . . = . | | . = S . . = .| | + = o . + | | . . | | | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .=+. | | o ...o.o | | + o o. + | | . + .+ | | o.S.. | | . + .. | | 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: 5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | . o=. | |. o+. . . | | +... . o | |. .o + o | | + o E | | 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: 4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0 The key's randomart image is: +--[ED25519 256--+ |E .. | | .o | | . . .. | | . . .+o | | o o.OS. | | . o.= = | | o o+ . | | .o.= | | o.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:11 +0000. Up 9.83 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:12 +0000. Up 10.71 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16342 0 --:--:-- --:--:-- --:--:-- 16316 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] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1539 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:22 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:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:33 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:34 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:38 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 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://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 21s (4265 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 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-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8728 clearwater-socket-factory-sig start/running, process 8733 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8782 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. ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ....................+++ ..........................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 4s (9590 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58609 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.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 2018-08-19 00:00:27,784 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:00:37,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:00:37,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:00:38,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-013806db-419e-4ec4-877e-9f00562677bb x-compute-request-id: req-013806db-419e-4ec4-877e-9f00562677bb Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:00:38,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-013806db-419e-4ec4-877e-9f00562677bb 2018-08-19 00:00:38,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.307260990143s 2018-08-19 00:00:38,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-013806db-419e-4ec4-877e-9f00562677bb 2018-08-19 00:00:38,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:00:38,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:00:38,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b92b85b-c3ea-40ad-bfed-bfc91ca29c2a x-compute-request-id: req-0b92b85b-c3ea-40ad-bfed-bfc91ca29c2a Content-Encoding: gzip Content-Length: 18275 Content-Type: application/json RESP BODY: {"output": "VM: security.SMACK64\n[ 0.137021] EVM: security.ima\n[ 0.137917] EVM: security.capability\n[ 0.138978] pinctrl core: initialized pinctrl subsystem\n[ 0.140080] regulator-dummy: no parameters\n[ 0.141310] RTC time: 23:54:01, date: 08/18/18\n[ 0.142590] NET: Registered protocol family 16\n[ 0.143922] cpuidle: using governor ladder\n[ 0.144004] cpuidle: using governor menu\n[ 0.145163] ACPI: bus type PCI registered\n[ 0.146259] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.147966] PCI: Using configuration type 1 for base access\n[ 0.148649] bio: create slab at 0\n[ 0.149186] ACPI: Added _OSI(Module Device)\n[ 0.149385] ACPI: Added _OSI(Processor Device)\n[ 0.152004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.153542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.156121] ACPI: Interpreter enabled\n[ 0.157400] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.162827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.164753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.167683] ACPI: (supports S0 S5)\n[ 0.168003] ACPI: Using IOAPIC for interrupt routing\n[ 0.169385] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172203] ACPI: No dock devices found.\n[ 0.175595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.176010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.178003] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179883] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180208] acpiphp: Slot [3] registered\n[ 0.181510] acpiphp: Slot [4] registered\n[ 0.182766] acpiphp: Slot [5] registered\n[ 0.184012] acpiphp: Slot [6] registered\n[ 0.185313] acpiphp: Slot [7] registered\n[ 0.186542] acpiphp: Slot [8] registered\n[ 0.187779] acpiphp: Slot [9] registered\n[ 0.188031] acpiphp: Slot [10] registered\n[ 0.189306] acpiphp: Slot [11] registered\n[ 0.190602] acpiphp: Slot [12] registered\n[ 0.191868] acpiphp: Slot [13] registered\n[ 0.192030] acpiphp: Slot [14] registered\n[ 0.193399] acpiphp: Slot [15] registered\n[ 0.194650] acpiphp: Slot [16] registered\n[ 0.195991] acpiphp: Slot [17] registered\n[ 0.196022] acpiphp: Slot [18] registered\n[ 0.197282] acpiphp: Slot [19] registered\n[ 0.198619] acpiphp: Slot [20] registered\n[ 0.199828] acpiphp: Slot [21] registered\n[ 0.200022] acpiphp: Slot [22] registered\n[ 0.201186] acpiphp: Slot [23] registered\n[ 0.202473] acpiphp: Slot [24] registered\n[ 0.203773] acpiphp: Slot [25] registered\n[ 0.204022] acpiphp: Slot [26] registered\n[ 0.205131] acpiphp: Slot [27] registered\n[ 0.206237] acpiphp: Slot [28] registered\n[ 0.207320] acpiphp: Slot [29] registered\n[ 0.208020] acpiphp: Slot [30] registered\n[ 0.209140] acpiphp: Slot [31] registered\n[ 0.210236] PCI host bridge to bus 0000:00\n[ 0.211332] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.213523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.215039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.216003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.217646] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.225175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.227185] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258488] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260459] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.265947] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.265947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270501] SCSI subsystem initialized\n[ 0.271768] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273442] usbcore: registered new interface driver hub\n[ 0.274889] usbcore: registered new device driver usb\n[ 0.276116] PCI: Using ACPI for IRQ routing\n[ 0.277567] NetLabel: Initializing\n[ 0.278575] NetLabel: domain hash size = 128\n[ 0.279756] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.280077] NetLabel: unlabeled traffic allowed by default\n[ 0.281544] Switched to clocksource kvm-clock\n[ 0.289211] AppArmor: AppArmor Filesystem Enabled\n[ 0.290568] pnp: PnP ACPI init\n[ 0.291493] ACPI: bus type PNP registered\n[ 0.293090] pnp: PnP ACPI: found 8 devices\n[ 0.294237] ACPI: bus type PNP unregistered\n[ 0.301767] NET: Registered protocol family 2\n[ 0.303246] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305341] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307259] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309003] TCP: reno registered\n[ 0.309953] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311469] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313135] NET: Registered protocol family 1\n[ 0.314345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.315838] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.317588] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.345027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.367991] Trying to unpack rootfs image as initramfs...\n[ 0.470367] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.472676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.474191] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475828] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.478157] Scanning for low memory corruption every 60 seconds\n[ 0.480126] Initialise system trusted keyring\n[ 0.481368] audit: initializing netlink socket (disabled)\n[ 0.482807] type=2000 audit(1534636442.943:1): initialized\n[ 0.504013] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506667] zbud: loaded\n[ 0.507709] VFS: Disk quotas dquot_6.5.2\n[ 0.508867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510927] fuse init (API version 7.22)\n[ 0.512146] msgmni has been set to 3997\n[ 0.513323] Key type big_key registered\n[ 0.514859] Key type asymmetric registered\n[ 0.516045] Asymmetric key parser 'x509' registered\n[ 0.517463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519944] io scheduler noop registered\n[ 0.521198] io scheduler deadline registered (default)\n[ 0.522583] io scheduler cfq registered\n[ 0.523763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526936] ipmi message handler version 39.2\n[ 0.528205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530224] ACPI: Power Button [PWRF]\n[ 0.531392] GHES: HEST is not enabled!\n[ 0.553898] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.598573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.621729] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.623868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647701] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651894] Linux agpgart interface v0.103\n[ 0.655101] brd: module loaded\n[ 0.657147] loop: module loaded\n[ 0.659019] blk-mq: CPU -> queue map\n[ 0.660519] CPU 0 -> Queue 0\n[ 0.661766] CPU 1 -> Queue 0\n[ 0.663611] vda: vda1\n[ 0.665195] scsi0 : ata_piix\n[ 0.666214] scsi1 : ata_piix\n[ 0.667136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.668821] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.670792] libphy: Fixed MDIO Bus: probed\n[ 0.672028] tun: Universal TUN/TAP device driver, 1.6\n[ 0.673366] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676821] PPP generic driver version 2.4.2\n[ 0.678076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.679689] ehci-pci: EHCI PCI platform driver\n[ 0.680903] ehci-platform: EHCI generic platform driver\n[ 0.682533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.684061] ohci-pci: OHCI PCI platform driver\n[ 0.685258] ohci-platform: OHCI generic platform driver\n[ 0.686629] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710633] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.712754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.714331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717960] usb usb1: Product: UHCI Host Controller\n[ 0.719257] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.720877] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.722205] hub 1-0:1.0: USB hub found\n[ 0.723294] hub 1-0:1.0: 2 ports detected\n[ 0.724576] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.727448] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.730245] mousedev: PS/2 mouse device common for all mice\n[ 0.731979] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734361] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.737664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.739337] device-mapper: uevent: version 1.0.3\n[ 0.740660] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.742908] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.744559] TCP: cubic registered\n[ 0.745631] NET: Registered protocol family 10\n[ 0.747156] NET: Registered protocol family 17\n[ 0.748404] Key type dns_resolver registered\n[ 0.749802] Loading compiled-in X.509 certificates\n[ 0.751645] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.761897] registered taskstats version 1\n[ 0.764943] Key type trusted registered\n[ 0.768724] Key type encrypted registered\n[ 0.769889] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.771326] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.773361] regulator-dummy: disabling\n[ 0.774518] Magic number: 14:696:959\n[ 0.775654] memory memory10: hash matches\n[ 0.776881] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442)\n[ 0.779142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780694] EDD information not available.\n[ 0.829265] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.831589] Write protecting the kernel read-only data: 12288k\n[ 0.834888] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.838797] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855616] systemd-udevd[107]: starting version 204\n[ 0.912839] FDC 0 is a S82078B\n[ 1.036089] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.200939] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.203117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.205152] usb 1-1: Product: QEMU USB Tablet\n[ 1.206505] usb 1-1: Manufacturer: QEMU\n[ 1.207789] usb 1-1: SerialNumber: 42\n[ 1.472133] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.917120] 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.273537] 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.787864] 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[ 3.486258] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 3.93 seconds.\ncloud-init-nonet[4.42]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.07]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:07 +0000. Up 6.24 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:a3:c2:54 |\nci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:58:2d:6c |\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.1 | 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:\n15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o . |\n| = = o |\n| E . B = |\n| . . . . = . |\n| . = S . . = .|\n| + = o . + |\n| . . |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .=+. |\n| o ...o.o |\n| + o o. + |\n| . + .+ |\n| o.S.. |\n| . + .. |\n| 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:\n5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . o=. |\n|. o+. . . |\n| +... . o |\n|. .o + o |\n| + o E |\n| o * |\n| = . |\n| o o |\n| +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|E .. |\n| .o |\n| . . .. |\n| . . .+o |\n| o o.OS. |\n| . o.= = |\n| o o+ . |\n| .o.= |\n| o.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:11 +0000. Up 9.83 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:12 +0000. Up 10.71 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16342 0 --:--:-- --:--:-- --:--:-- 16316\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]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1539 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:22 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:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:33 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:34 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:38 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 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://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 21s (4265 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 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-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8728\nclearwater-socket-factory-sig start/running, process 8733\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8782\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.\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n....................+++\n..........................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 4s (9590 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58609 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.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ 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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n"} 2018-08-19 00:00:38,199 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/action used request id req-0b92b85b-c3ea-40ad-bfed-bfc91ca29c2a 2018-08-19 00:00:38,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0884461402893s 2018-08-19 00:00:38,201 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/action used request id req-0b92b85b-c3ea-40ad-bfed-bfc91ca29c2a 2018-08-19 00:00:38,202 - functest.core.singlevm - DEBUG - console: VM: security.SMACK64 [ 0.137021] EVM: security.ima [ 0.137917] EVM: security.capability [ 0.138978] pinctrl core: initialized pinctrl subsystem [ 0.140080] regulator-dummy: no parameters [ 0.141310] RTC time: 23:54:01, date: 08/18/18 [ 0.142590] NET: Registered protocol family 16 [ 0.143922] cpuidle: using governor ladder [ 0.144004] cpuidle: using governor menu [ 0.145163] ACPI: bus type PCI registered [ 0.146259] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.147966] PCI: Using configuration type 1 for base access [ 0.148649] bio: create slab at 0 [ 0.149186] ACPI: Added _OSI(Module Device) [ 0.149385] ACPI: Added _OSI(Processor Device) [ 0.152004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.153542] ACPI: Added _OSI(Processor Aggregator Device) [ 0.156121] ACPI: Interpreter enabled [ 0.157400] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.162827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.164753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.167683] ACPI: (supports S0 S5) [ 0.168003] ACPI: Using IOAPIC for interrupt routing [ 0.169385] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172203] ACPI: No dock devices found. [ 0.175595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.178003] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179883] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180208] acpiphp: Slot [3] registered [ 0.181510] acpiphp: Slot [4] registered [ 0.182766] acpiphp: Slot [5] registered [ 0.184012] acpiphp: Slot [6] registered [ 0.185313] acpiphp: Slot [7] registered [ 0.186542] acpiphp: Slot [8] registered [ 0.187779] acpiphp: Slot [9] registered [ 0.188031] acpiphp: Slot [10] registered [ 0.189306] acpiphp: Slot [11] registered [ 0.190602] acpiphp: Slot [12] registered [ 0.191868] acpiphp: Slot [13] registered [ 0.192030] acpiphp: Slot [14] registered [ 0.193399] acpiphp: Slot [15] registered [ 0.194650] acpiphp: Slot [16] registered [ 0.195991] acpiphp: Slot [17] registered [ 0.196022] acpiphp: Slot [18] registered [ 0.197282] acpiphp: Slot [19] registered [ 0.198619] acpiphp: Slot [20] registered [ 0.199828] acpiphp: Slot [21] registered [ 0.200022] acpiphp: Slot [22] registered [ 0.201186] acpiphp: Slot [23] registered [ 0.202473] acpiphp: Slot [24] registered [ 0.203773] acpiphp: Slot [25] registered [ 0.204022] acpiphp: Slot [26] registered [ 0.205131] acpiphp: Slot [27] registered [ 0.206237] acpiphp: Slot [28] registered [ 0.207320] acpiphp: Slot [29] registered [ 0.208020] acpiphp: Slot [30] registered [ 0.209140] acpiphp: Slot [31] registered [ 0.210236] PCI host bridge to bus 0000:00 [ 0.211332] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.213523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.215039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.216003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.217646] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.225175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.227185] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258488] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260459] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264203] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.265947] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.265947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268835] vgaarb: bridge control possible 0000:00:02.0 [ 0.270501] SCSI subsystem initialized [ 0.271768] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273442] usbcore: registered new interface driver hub [ 0.274889] usbcore: registered new device driver usb [ 0.276116] PCI: Using ACPI for IRQ routing [ 0.277567] NetLabel: Initializing [ 0.278575] NetLabel: domain hash size = 128 [ 0.279756] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.280077] NetLabel: unlabeled traffic allowed by default [ 0.281544] Switched to clocksource kvm-clock [ 0.289211] AppArmor: AppArmor Filesystem Enabled [ 0.290568] pnp: PnP ACPI init [ 0.291493] ACPI: bus type PNP registered [ 0.293090] pnp: PnP ACPI: found 8 devices [ 0.294237] ACPI: bus type PNP unregistered [ 0.301767] NET: Registered protocol family 2 [ 0.303246] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305341] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307259] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309003] TCP: reno registered [ 0.309953] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311469] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313135] NET: Registered protocol family 1 [ 0.314345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.315838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.317588] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.345027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.367991] Trying to unpack rootfs image as initramfs... [ 0.470367] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.472676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.474191] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475828] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.478157] Scanning for low memory corruption every 60 seconds [ 0.480126] Initialise system trusted keyring [ 0.481368] audit: initializing netlink socket (disabled) [ 0.482807] type=2000 audit(1534636442.943:1): initialized [ 0.504013] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506667] zbud: loaded [ 0.507709] VFS: Disk quotas dquot_6.5.2 [ 0.508867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510927] fuse init (API version 7.22) [ 0.512146] msgmni has been set to 3997 [ 0.513323] Key type big_key registered [ 0.514859] Key type asymmetric registered [ 0.516045] Asymmetric key parser 'x509' registered [ 0.517463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519944] io scheduler noop registered [ 0.521198] io scheduler deadline registered (default) [ 0.522583] io scheduler cfq registered [ 0.523763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526936] ipmi message handler version 39.2 [ 0.528205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530224] ACPI: Power Button [PWRF] [ 0.531392] GHES: HEST is not enabled! [ 0.553898] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.598573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.621729] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.623868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647701] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.651894] Linux agpgart interface v0.103 [ 0.655101] brd: module loaded [ 0.657147] loop: module loaded [ 0.659019] blk-mq: CPU -> queue map [ 0.660519] CPU 0 -> Queue 0 [ 0.661766] CPU 1 -> Queue 0 [ 0.663611] vda: vda1 [ 0.665195] scsi0 : ata_piix [ 0.666214] scsi1 : ata_piix [ 0.667136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.668821] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.670792] libphy: Fixed MDIO Bus: probed [ 0.672028] tun: Universal TUN/TAP device driver, 1.6 [ 0.673366] tun: (C) 1999-2004 Max Krasnyansky [ 0.676821] PPP generic driver version 2.4.2 [ 0.678076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679689] ehci-pci: EHCI PCI platform driver [ 0.680903] ehci-platform: EHCI generic platform driver [ 0.682533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.684061] ohci-pci: OHCI PCI platform driver [ 0.685258] ohci-platform: OHCI generic platform driver [ 0.686629] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709240] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710633] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.714331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717960] usb usb1: Product: UHCI Host Controller [ 0.719257] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.720877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.722205] hub 1-0:1.0: USB hub found [ 0.723294] hub 1-0:1.0: 2 ports detected [ 0.724576] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.727448] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728780] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.730245] mousedev: PS/2 mouse device common for all mice [ 0.731979] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734361] rtc_cmos 00:00: RTC can wake from S4 [ 0.736029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.737664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.739337] device-mapper: uevent: version 1.0.3 [ 0.740660] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.742908] ledtrig-cpu: registered to indicate activity on CPUs [ 0.744559] TCP: cubic registered [ 0.745631] NET: Registered protocol family 10 [ 0.747156] NET: Registered protocol family 17 [ 0.748404] Key type dns_resolver registered [ 0.749802] Loading compiled-in X.509 certificates [ 0.751645] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.761897] registered taskstats version 1 [ 0.764943] Key type trusted registered [ 0.768724] Key type encrypted registered [ 0.769889] AppArmor: AppArmor sha1 policy hashing enabled [ 0.771326] IMA: No TPM chip found, activating TPM-bypass! [ 0.773361] regulator-dummy: disabling [ 0.774518] Magic number: 14:696:959 [ 0.775654] memory memory10: hash matches [ 0.776881] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442) [ 0.779142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.780694] EDD information not available. [ 0.829265] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.831589] Write protecting the kernel read-only data: 12288k [ 0.834888] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.838797] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.855616] systemd-udevd[107]: starting version 204 [ 0.912839] FDC 0 is a S82078B [ 1.036089] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.200939] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.203117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.205152] usb 1-1: Product: QEMU USB Tablet [ 1.206505] usb 1-1: Manufacturer: QEMU [ 1.207789] usb 1-1: SerialNumber: 42 [ 1.472133] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.917120] 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.273537] 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.787864] 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 ] [ 3.486258] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Populate /dev filesystem[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 3.93 seconds. cloud-init-nonet[4.42]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.07]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:07 +0000. Up 6.24 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:a3:c2:54 | ci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:58:2d:6c | 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.1 | 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: 15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | o . | | = = o | | E . B = | | . . . . = . | | . = S . . = .| | + = o . + | | . . | | | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .=+. | | o ...o.o | | + o o. + | | . + .+ | | o.S.. | | . + .. | | 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: 5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | . o=. | |. o+. . . | | +... . o | |. .o + o | | + o E | | 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: 4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0 The key's randomart image is: +--[ED25519 256--+ |E .. | | .o | | . . .. | | . . .+o | | o o.OS. | | . o.= = | | o o+ . | | .o.= | | o.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:11 +0000. Up 9.83 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:12 +0000. Up 10.71 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16342 0 --:--:-- --:--:-- --:--:-- 16316 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] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1539 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:22 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:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:33 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:34 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:38 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 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://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 21s (4265 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 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-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8728 clearwater-socket-factory-sig start/running, process 8733 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8782 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. ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ....................+++ ..........................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 4s (9590 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58609 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.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 2018-08-19 00:00:38,206 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:00:48,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:00:48,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:00:49,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00: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-b9f5f681-ec15-4df7-a37a-5380b6d9539e x-compute-request-id: req-b9f5f681-ec15-4df7-a37a-5380b6d9539e Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:00:49,039 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b9f5f681-ec15-4df7-a37a-5380b6d9539e 2018-08-19 00:00:49,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.822129011154s 2018-08-19 00:00:49,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b9f5f681-ec15-4df7-a37a-5380b6d9539e 2018-08-19 00:00:49,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:00:49,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:00:49,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00: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-bc2ee2fe-c8ea-437b-a3f6-5d04fc76bd32 x-compute-request-id: req-bc2ee2fe-c8ea-437b-a3f6-5d04fc76bd32 Content-Encoding: gzip Content-Length: 18114 Content-Type: application/json RESP BODY: {"output": "g PCI Controller Driver version: 0.5\n[ 0.147966] PCI: Using configuration type 1 for base access\n[ 0.148649] bio: create slab at 0\n[ 0.149186] ACPI: Added _OSI(Module Device)\n[ 0.149385] ACPI: Added _OSI(Processor Device)\n[ 0.152004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.153542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.156121] ACPI: Interpreter enabled\n[ 0.157400] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.162827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.164753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.167683] ACPI: (supports S0 S5)\n[ 0.168003] ACPI: Using IOAPIC for interrupt routing\n[ 0.169385] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172203] ACPI: No dock devices found.\n[ 0.175595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.176010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.178003] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179883] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180208] acpiphp: Slot [3] registered\n[ 0.181510] acpiphp: Slot [4] registered\n[ 0.182766] acpiphp: Slot [5] registered\n[ 0.184012] acpiphp: Slot [6] registered\n[ 0.185313] acpiphp: Slot [7] registered\n[ 0.186542] acpiphp: Slot [8] registered\n[ 0.187779] acpiphp: Slot [9] registered\n[ 0.188031] acpiphp: Slot [10] registered\n[ 0.189306] acpiphp: Slot [11] registered\n[ 0.190602] acpiphp: Slot [12] registered\n[ 0.191868] acpiphp: Slot [13] registered\n[ 0.192030] acpiphp: Slot [14] registered\n[ 0.193399] acpiphp: Slot [15] registered\n[ 0.194650] acpiphp: Slot [16] registered\n[ 0.195991] acpiphp: Slot [17] registered\n[ 0.196022] acpiphp: Slot [18] registered\n[ 0.197282] acpiphp: Slot [19] registered\n[ 0.198619] acpiphp: Slot [20] registered\n[ 0.199828] acpiphp: Slot [21] registered\n[ 0.200022] acpiphp: Slot [22] registered\n[ 0.201186] acpiphp: Slot [23] registered\n[ 0.202473] acpiphp: Slot [24] registered\n[ 0.203773] acpiphp: Slot [25] registered\n[ 0.204022] acpiphp: Slot [26] registered\n[ 0.205131] acpiphp: Slot [27] registered\n[ 0.206237] acpiphp: Slot [28] registered\n[ 0.207320] acpiphp: Slot [29] registered\n[ 0.208020] acpiphp: Slot [30] registered\n[ 0.209140] acpiphp: Slot [31] registered\n[ 0.210236] PCI host bridge to bus 0000:00\n[ 0.211332] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.213523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.215039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.216003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.217646] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.225175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.227185] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258488] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260459] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.265947] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.265947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270501] SCSI subsystem initialized\n[ 0.271768] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273442] usbcore: registered new interface driver hub\n[ 0.274889] usbcore: registered new device driver usb\n[ 0.276116] PCI: Using ACPI for IRQ routing\n[ 0.277567] NetLabel: Initializing\n[ 0.278575] NetLabel: domain hash size = 128\n[ 0.279756] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.280077] NetLabel: unlabeled traffic allowed by default\n[ 0.281544] Switched to clocksource kvm-clock\n[ 0.289211] AppArmor: AppArmor Filesystem Enabled\n[ 0.290568] pnp: PnP ACPI init\n[ 0.291493] ACPI: bus type PNP registered\n[ 0.293090] pnp: PnP ACPI: found 8 devices\n[ 0.294237] ACPI: bus type PNP unregistered\n[ 0.301767] NET: Registered protocol family 2\n[ 0.303246] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305341] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307259] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309003] TCP: reno registered\n[ 0.309953] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311469] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313135] NET: Registered protocol family 1\n[ 0.314345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.315838] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.317588] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.345027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.367991] Trying to unpack rootfs image as initramfs...\n[ 0.470367] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.472676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.474191] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475828] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.478157] Scanning for low memory corruption every 60 seconds\n[ 0.480126] Initialise system trusted keyring\n[ 0.481368] audit: initializing netlink socket (disabled)\n[ 0.482807] type=2000 audit(1534636442.943:1): initialized\n[ 0.504013] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506667] zbud: loaded\n[ 0.507709] VFS: Disk quotas dquot_6.5.2\n[ 0.508867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510927] fuse init (API version 7.22)\n[ 0.512146] msgmni has been set to 3997\n[ 0.513323] Key type big_key registered\n[ 0.514859] Key type asymmetric registered\n[ 0.516045] Asymmetric key parser 'x509' registered\n[ 0.517463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519944] io scheduler noop registered\n[ 0.521198] io scheduler deadline registered (default)\n[ 0.522583] io scheduler cfq registered\n[ 0.523763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526936] ipmi message handler version 39.2\n[ 0.528205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530224] ACPI: Power Button [PWRF]\n[ 0.531392] GHES: HEST is not enabled!\n[ 0.553898] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.598573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.621729] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.623868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647701] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651894] Linux agpgart interface v0.103\n[ 0.655101] brd: module loaded\n[ 0.657147] loop: module loaded\n[ 0.659019] blk-mq: CPU -> queue map\n[ 0.660519] CPU 0 -> Queue 0\n[ 0.661766] CPU 1 -> Queue 0\n[ 0.663611] vda: vda1\n[ 0.665195] scsi0 : ata_piix\n[ 0.666214] scsi1 : ata_piix\n[ 0.667136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.668821] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.670792] libphy: Fixed MDIO Bus: probed\n[ 0.672028] tun: Universal TUN/TAP device driver, 1.6\n[ 0.673366] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676821] PPP generic driver version 2.4.2\n[ 0.678076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.679689] ehci-pci: EHCI PCI platform driver\n[ 0.680903] ehci-platform: EHCI generic platform driver\n[ 0.682533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.684061] ohci-pci: OHCI PCI platform driver\n[ 0.685258] ohci-platform: OHCI generic platform driver\n[ 0.686629] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710633] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.712754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.714331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717960] usb usb1: Product: UHCI Host Controller\n[ 0.719257] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.720877] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.722205] hub 1-0:1.0: USB hub found\n[ 0.723294] hub 1-0:1.0: 2 ports detected\n[ 0.724576] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.727448] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.730245] mousedev: PS/2 mouse device common for all mice\n[ 0.731979] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734361] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.737664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.739337] device-mapper: uevent: version 1.0.3\n[ 0.740660] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.742908] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.744559] TCP: cubic registered\n[ 0.745631] NET: Registered protocol family 10\n[ 0.747156] NET: Registered protocol family 17\n[ 0.748404] Key type dns_resolver registered\n[ 0.749802] Loading compiled-in X.509 certificates\n[ 0.751645] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.761897] registered taskstats version 1\n[ 0.764943] Key type trusted registered\n[ 0.768724] Key type encrypted registered\n[ 0.769889] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.771326] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.773361] regulator-dummy: disabling\n[ 0.774518] Magic number: 14:696:959\n[ 0.775654] memory memory10: hash matches\n[ 0.776881] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442)\n[ 0.779142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780694] EDD information not available.\n[ 0.829265] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.831589] Write protecting the kernel read-only data: 12288k\n[ 0.834888] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.838797] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855616] systemd-udevd[107]: starting version 204\n[ 0.912839] FDC 0 is a S82078B\n[ 1.036089] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.200939] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.203117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.205152] usb 1-1: Product: QEMU USB Tablet\n[ 1.206505] usb 1-1: Manufacturer: QEMU\n[ 1.207789] usb 1-1: SerialNumber: 42\n[ 1.472133] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.917120] 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.273537] 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.787864] 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[ 3.486258] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 3.93 seconds.\ncloud-init-nonet[4.42]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.07]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:07 +0000. Up 6.24 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:a3:c2:54 |\nci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:58:2d:6c |\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.1 | 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:\n15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o . |\n| = = o |\n| E . B = |\n| . . . . = . |\n| . = S . . = .|\n| + = o . + |\n| . . |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .=+. |\n| o ...o.o |\n| + o o. + |\n| . + .+ |\n| o.S.. |\n| . + .. |\n| 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:\n5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . o=. |\n|. o+. . . |\n| +... . o |\n|. .o + o |\n| + o E |\n| o * |\n| = . |\n| o o |\n| +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|E .. |\n| .o |\n| . . .. |\n| . . .+o |\n| o o.OS. |\n| . o.= = |\n| o o+ . |\n| .o.= |\n| o.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:11 +0000. Up 9.83 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:12 +0000. Up 10.71 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16342 0 --:--:-- --:--:-- --:--:-- 16316\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]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1539 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:22 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:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:33 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:34 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:38 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 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://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 21s (4265 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 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-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8728\nclearwater-socket-factory-sig start/running, process 8733\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8782\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.\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n....................+++\n..........................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 4s (9590 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58609 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.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ 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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n"} 2018-08-19 00:00:49,131 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/action used request id req-bc2ee2fe-c8ea-437b-a3f6-5d04fc76bd32 2018-08-19 00:00:49,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0842351913452s 2018-08-19 00:00:49,134 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/action used request id req-bc2ee2fe-c8ea-437b-a3f6-5d04fc76bd32 2018-08-19 00:00:49,134 - functest.core.singlevm - DEBUG - console: g PCI Controller Driver version: 0.5 [ 0.147966] PCI: Using configuration type 1 for base access [ 0.148649] bio: create slab at 0 [ 0.149186] ACPI: Added _OSI(Module Device) [ 0.149385] ACPI: Added _OSI(Processor Device) [ 0.152004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.153542] ACPI: Added _OSI(Processor Aggregator Device) [ 0.156121] ACPI: Interpreter enabled [ 0.157400] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.162827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.164753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.167683] ACPI: (supports S0 S5) [ 0.168003] ACPI: Using IOAPIC for interrupt routing [ 0.169385] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172203] ACPI: No dock devices found. [ 0.175595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.178003] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179883] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180208] acpiphp: Slot [3] registered [ 0.181510] acpiphp: Slot [4] registered [ 0.182766] acpiphp: Slot [5] registered [ 0.184012] acpiphp: Slot [6] registered [ 0.185313] acpiphp: Slot [7] registered [ 0.186542] acpiphp: Slot [8] registered [ 0.187779] acpiphp: Slot [9] registered [ 0.188031] acpiphp: Slot [10] registered [ 0.189306] acpiphp: Slot [11] registered [ 0.190602] acpiphp: Slot [12] registered [ 0.191868] acpiphp: Slot [13] registered [ 0.192030] acpiphp: Slot [14] registered [ 0.193399] acpiphp: Slot [15] registered [ 0.194650] acpiphp: Slot [16] registered [ 0.195991] acpiphp: Slot [17] registered [ 0.196022] acpiphp: Slot [18] registered [ 0.197282] acpiphp: Slot [19] registered [ 0.198619] acpiphp: Slot [20] registered [ 0.199828] acpiphp: Slot [21] registered [ 0.200022] acpiphp: Slot [22] registered [ 0.201186] acpiphp: Slot [23] registered [ 0.202473] acpiphp: Slot [24] registered [ 0.203773] acpiphp: Slot [25] registered [ 0.204022] acpiphp: Slot [26] registered [ 0.205131] acpiphp: Slot [27] registered [ 0.206237] acpiphp: Slot [28] registered [ 0.207320] acpiphp: Slot [29] registered [ 0.208020] acpiphp: Slot [30] registered [ 0.209140] acpiphp: Slot [31] registered [ 0.210236] PCI host bridge to bus 0000:00 [ 0.211332] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.213523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.215039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.216003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.217646] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.225175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.227185] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258488] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260459] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264203] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.265947] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.265947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268835] vgaarb: bridge control possible 0000:00:02.0 [ 0.270501] SCSI subsystem initialized [ 0.271768] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273442] usbcore: registered new interface driver hub [ 0.274889] usbcore: registered new device driver usb [ 0.276116] PCI: Using ACPI for IRQ routing [ 0.277567] NetLabel: Initializing [ 0.278575] NetLabel: domain hash size = 128 [ 0.279756] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.280077] NetLabel: unlabeled traffic allowed by default [ 0.281544] Switched to clocksource kvm-clock [ 0.289211] AppArmor: AppArmor Filesystem Enabled [ 0.290568] pnp: PnP ACPI init [ 0.291493] ACPI: bus type PNP registered [ 0.293090] pnp: PnP ACPI: found 8 devices [ 0.294237] ACPI: bus type PNP unregistered [ 0.301767] NET: Registered protocol family 2 [ 0.303246] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305341] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307259] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309003] TCP: reno registered [ 0.309953] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311469] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313135] NET: Registered protocol family 1 [ 0.314345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.315838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.317588] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.345027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.367991] Trying to unpack rootfs image as initramfs... [ 0.470367] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.472676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.474191] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475828] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.478157] Scanning for low memory corruption every 60 seconds [ 0.480126] Initialise system trusted keyring [ 0.481368] audit: initializing netlink socket (disabled) [ 0.482807] type=2000 audit(1534636442.943:1): initialized [ 0.504013] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506667] zbud: loaded [ 0.507709] VFS: Disk quotas dquot_6.5.2 [ 0.508867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510927] fuse init (API version 7.22) [ 0.512146] msgmni has been set to 3997 [ 0.513323] Key type big_key registered [ 0.514859] Key type asymmetric registered [ 0.516045] Asymmetric key parser 'x509' registered [ 0.517463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519944] io scheduler noop registered [ 0.521198] io scheduler deadline registered (default) [ 0.522583] io scheduler cfq registered [ 0.523763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526936] ipmi message handler version 39.2 [ 0.528205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530224] ACPI: Power Button [PWRF] [ 0.531392] GHES: HEST is not enabled! [ 0.553898] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.598573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.621729] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.623868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647701] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.651894] Linux agpgart interface v0.103 [ 0.655101] brd: module loaded [ 0.657147] loop: module loaded [ 0.659019] blk-mq: CPU -> queue map [ 0.660519] CPU 0 -> Queue 0 [ 0.661766] CPU 1 -> Queue 0 [ 0.663611] vda: vda1 [ 0.665195] scsi0 : ata_piix [ 0.666214] scsi1 : ata_piix [ 0.667136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.668821] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.670792] libphy: Fixed MDIO Bus: probed [ 0.672028] tun: Universal TUN/TAP device driver, 1.6 [ 0.673366] tun: (C) 1999-2004 Max Krasnyansky [ 0.676821] PPP generic driver version 2.4.2 [ 0.678076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679689] ehci-pci: EHCI PCI platform driver [ 0.680903] ehci-platform: EHCI generic platform driver [ 0.682533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.684061] ohci-pci: OHCI PCI platform driver [ 0.685258] ohci-platform: OHCI generic platform driver [ 0.686629] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709240] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710633] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.714331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717960] usb usb1: Product: UHCI Host Controller [ 0.719257] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.720877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.722205] hub 1-0:1.0: USB hub found [ 0.723294] hub 1-0:1.0: 2 ports detected [ 0.724576] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.727448] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728780] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.730245] mousedev: PS/2 mouse device common for all mice [ 0.731979] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734361] rtc_cmos 00:00: RTC can wake from S4 [ 0.736029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.737664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.739337] device-mapper: uevent: version 1.0.3 [ 0.740660] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.742908] ledtrig-cpu: registered to indicate activity on CPUs [ 0.744559] TCP: cubic registered [ 0.745631] NET: Registered protocol family 10 [ 0.747156] NET: Registered protocol family 17 [ 0.748404] Key type dns_resolver registered [ 0.749802] Loading compiled-in X.509 certificates [ 0.751645] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.761897] registered taskstats version 1 [ 0.764943] Key type trusted registered [ 0.768724] Key type encrypted registered [ 0.769889] AppArmor: AppArmor sha1 policy hashing enabled [ 0.771326] IMA: No TPM chip found, activating TPM-bypass! [ 0.773361] regulator-dummy: disabling [ 0.774518] Magic number: 14:696:959 [ 0.775654] memory memory10: hash matches [ 0.776881] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442) [ 0.779142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.780694] EDD information not available. [ 0.829265] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.831589] Write protecting the kernel read-only data: 12288k [ 0.834888] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.838797] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.855616] systemd-udevd[107]: starting version 204 [ 0.912839] FDC 0 is a S82078B [ 1.036089] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.200939] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.203117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.205152] usb 1-1: Product: QEMU USB Tablet [ 1.206505] usb 1-1: Manufacturer: QEMU [ 1.207789] usb 1-1: SerialNumber: 42 [ 1.472133] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.917120] 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.273537] 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.787864] 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 ] [ 3.486258] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Populate /dev filesystem[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 3.93 seconds. cloud-init-nonet[4.42]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.07]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:07 +0000. Up 6.24 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:a3:c2:54 | ci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:58:2d:6c | 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.1 | 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: 15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | o . | | = = o | | E . B = | | . . . . = . | | . = S . . = .| | + = o . + | | . . | | | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .=+. | | o ...o.o | | + o o. + | | . + .+ | | o.S.. | | . + .. | | 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: 5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | . o=. | |. o+. . . | | +... . o | |. .o + o | | + o E | | 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: 4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0 The key's randomart image is: +--[ED25519 256--+ |E .. | | .o | | . . .. | | . . .+o | | o o.OS. | | . o.= = | | o o+ . | | .o.= | | o.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:11 +0000. Up 9.83 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:12 +0000. Up 10.71 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16342 0 --:--:-- --:--:-- --:--:-- 16316 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] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1539 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:22 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:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:33 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:34 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:38 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 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://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 21s (4265 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 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-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8728 clearwater-socket-factory-sig start/running, process 8733 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8782 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. ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ....................+++ ..........................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 4s (9590 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58609 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.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 2018-08-19 00:00:49,139 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:00:59,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:00:59,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:00:59,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7fd444e-98eb-4d56-a01f-c8ef8d599135 x-compute-request-id: req-f7fd444e-98eb-4d56-a01f-c8ef8d599135 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:00:59,718 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f7fd444e-98eb-4d56-a01f-c8ef8d599135 2018-08-19 00:00:59,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56906914711s 2018-08-19 00:00:59,720 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f7fd444e-98eb-4d56-a01f-c8ef8d599135 2018-08-19 00:00:59,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:00:59,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:00:59,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31b602f3-1e3c-4270-91fe-bfd3b8ba689b x-compute-request-id: req-31b602f3-1e3c-4270-91fe-bfd3b8ba689b Content-Encoding: gzip Content-Length: 18114 Content-Type: application/json RESP BODY: {"output": "g PCI Controller Driver version: 0.5\n[ 0.147966] PCI: Using configuration type 1 for base access\n[ 0.148649] bio: create slab at 0\n[ 0.149186] ACPI: Added _OSI(Module Device)\n[ 0.149385] ACPI: Added _OSI(Processor Device)\n[ 0.152004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.153542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.156121] ACPI: Interpreter enabled\n[ 0.157400] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.162827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.164753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.167683] ACPI: (supports S0 S5)\n[ 0.168003] ACPI: Using IOAPIC for interrupt routing\n[ 0.169385] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172203] ACPI: No dock devices found.\n[ 0.175595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.176010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.178003] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179883] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180208] acpiphp: Slot [3] registered\n[ 0.181510] acpiphp: Slot [4] registered\n[ 0.182766] acpiphp: Slot [5] registered\n[ 0.184012] acpiphp: Slot [6] registered\n[ 0.185313] acpiphp: Slot [7] registered\n[ 0.186542] acpiphp: Slot [8] registered\n[ 0.187779] acpiphp: Slot [9] registered\n[ 0.188031] acpiphp: Slot [10] registered\n[ 0.189306] acpiphp: Slot [11] registered\n[ 0.190602] acpiphp: Slot [12] registered\n[ 0.191868] acpiphp: Slot [13] registered\n[ 0.192030] acpiphp: Slot [14] registered\n[ 0.193399] acpiphp: Slot [15] registered\n[ 0.194650] acpiphp: Slot [16] registered\n[ 0.195991] acpiphp: Slot [17] registered\n[ 0.196022] acpiphp: Slot [18] registered\n[ 0.197282] acpiphp: Slot [19] registered\n[ 0.198619] acpiphp: Slot [20] registered\n[ 0.199828] acpiphp: Slot [21] registered\n[ 0.200022] acpiphp: Slot [22] registered\n[ 0.201186] acpiphp: Slot [23] registered\n[ 0.202473] acpiphp: Slot [24] registered\n[ 0.203773] acpiphp: Slot [25] registered\n[ 0.204022] acpiphp: Slot [26] registered\n[ 0.205131] acpiphp: Slot [27] registered\n[ 0.206237] acpiphp: Slot [28] registered\n[ 0.207320] acpiphp: Slot [29] registered\n[ 0.208020] acpiphp: Slot [30] registered\n[ 0.209140] acpiphp: Slot [31] registered\n[ 0.210236] PCI host bridge to bus 0000:00\n[ 0.211332] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.213523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.215039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.216003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.217646] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.225175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.227185] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258488] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260459] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.265947] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.265947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270501] SCSI subsystem initialized\n[ 0.271768] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273442] usbcore: registered new interface driver hub\n[ 0.274889] usbcore: registered new device driver usb\n[ 0.276116] PCI: Using ACPI for IRQ routing\n[ 0.277567] NetLabel: Initializing\n[ 0.278575] NetLabel: domain hash size = 128\n[ 0.279756] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.280077] NetLabel: unlabeled traffic allowed by default\n[ 0.281544] Switched to clocksource kvm-clock\n[ 0.289211] AppArmor: AppArmor Filesystem Enabled\n[ 0.290568] pnp: PnP ACPI init\n[ 0.291493] ACPI: bus type PNP registered\n[ 0.293090] pnp: PnP ACPI: found 8 devices\n[ 0.294237] ACPI: bus type PNP unregistered\n[ 0.301767] NET: Registered protocol family 2\n[ 0.303246] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305341] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307259] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309003] TCP: reno registered\n[ 0.309953] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311469] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313135] NET: Registered protocol family 1\n[ 0.314345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.315838] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.317588] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.345027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.367991] Trying to unpack rootfs image as initramfs...\n[ 0.470367] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.472676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.474191] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475828] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.478157] Scanning for low memory corruption every 60 seconds\n[ 0.480126] Initialise system trusted keyring\n[ 0.481368] audit: initializing netlink socket (disabled)\n[ 0.482807] type=2000 audit(1534636442.943:1): initialized\n[ 0.504013] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506667] zbud: loaded\n[ 0.507709] VFS: Disk quotas dquot_6.5.2\n[ 0.508867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510927] fuse init (API version 7.22)\n[ 0.512146] msgmni has been set to 3997\n[ 0.513323] Key type big_key registered\n[ 0.514859] Key type asymmetric registered\n[ 0.516045] Asymmetric key parser 'x509' registered\n[ 0.517463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519944] io scheduler noop registered\n[ 0.521198] io scheduler deadline registered (default)\n[ 0.522583] io scheduler cfq registered\n[ 0.523763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526936] ipmi message handler version 39.2\n[ 0.528205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530224] ACPI: Power Button [PWRF]\n[ 0.531392] GHES: HEST is not enabled!\n[ 0.553898] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.598573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.621729] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.623868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647701] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651894] Linux agpgart interface v0.103\n[ 0.655101] brd: module loaded\n[ 0.657147] loop: module loaded\n[ 0.659019] blk-mq: CPU -> queue map\n[ 0.660519] CPU 0 -> Queue 0\n[ 0.661766] CPU 1 -> Queue 0\n[ 0.663611] vda: vda1\n[ 0.665195] scsi0 : ata_piix\n[ 0.666214] scsi1 : ata_piix\n[ 0.667136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.668821] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.670792] libphy: Fixed MDIO Bus: probed\n[ 0.672028] tun: Universal TUN/TAP device driver, 1.6\n[ 0.673366] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676821] PPP generic driver version 2.4.2\n[ 0.678076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.679689] ehci-pci: EHCI PCI platform driver\n[ 0.680903] ehci-platform: EHCI generic platform driver\n[ 0.682533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.684061] ohci-pci: OHCI PCI platform driver\n[ 0.685258] ohci-platform: OHCI generic platform driver\n[ 0.686629] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710633] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.712754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.714331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717960] usb usb1: Product: UHCI Host Controller\n[ 0.719257] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.720877] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.722205] hub 1-0:1.0: USB hub found\n[ 0.723294] hub 1-0:1.0: 2 ports detected\n[ 0.724576] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.727448] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.730245] mousedev: PS/2 mouse device common for all mice\n[ 0.731979] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734361] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.737664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.739337] device-mapper: uevent: version 1.0.3\n[ 0.740660] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.742908] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.744559] TCP: cubic registered\n[ 0.745631] NET: Registered protocol family 10\n[ 0.747156] NET: Registered protocol family 17\n[ 0.748404] Key type dns_resolver registered\n[ 0.749802] Loading compiled-in X.509 certificates\n[ 0.751645] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.761897] registered taskstats version 1\n[ 0.764943] Key type trusted registered\n[ 0.768724] Key type encrypted registered\n[ 0.769889] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.771326] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.773361] regulator-dummy: disabling\n[ 0.774518] Magic number: 14:696:959\n[ 0.775654] memory memory10: hash matches\n[ 0.776881] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442)\n[ 0.779142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780694] EDD information not available.\n[ 0.829265] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.831589] Write protecting the kernel read-only data: 12288k\n[ 0.834888] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.838797] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855616] systemd-udevd[107]: starting version 204\n[ 0.912839] FDC 0 is a S82078B\n[ 1.036089] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.200939] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.203117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.205152] usb 1-1: Product: QEMU USB Tablet\n[ 1.206505] usb 1-1: Manufacturer: QEMU\n[ 1.207789] usb 1-1: SerialNumber: 42\n[ 1.472133] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.917120] 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.273537] 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.787864] 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[ 3.486258] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 3.93 seconds.\ncloud-init-nonet[4.42]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.07]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:07 +0000. Up 6.24 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:a3:c2:54 |\nci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:58:2d:6c |\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.1 | 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:\n15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o . |\n| = = o |\n| E . B = |\n| . . . . = . |\n| . = S . . = .|\n| + = o . + |\n| . . |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .=+. |\n| o ...o.o |\n| + o o. + |\n| . + .+ |\n| o.S.. |\n| . + .. |\n| 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:\n5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . o=. |\n|. o+. . . |\n| +... . o |\n|. .o + o |\n| + o E |\n| o * |\n| = . |\n| o o |\n| +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|E .. |\n| .o |\n| . . .. |\n| . . .+o |\n| o o.OS. |\n| . o.= = |\n| o o+ . |\n| .o.= |\n| o.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:11 +0000. Up 9.83 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:12 +0000. Up 10.71 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16342 0 --:--:-- --:--:-- --:--:-- 16316\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]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1539 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:22 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:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:33 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:34 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:38 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 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://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 21s (4265 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 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-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8728\nclearwater-socket-factory-sig start/running, process 8733\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8782\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.\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n....................+++\n..........................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 4s (9590 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58609 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.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ 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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n"} 2018-08-19 00:00:59,811 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/action used request id req-31b602f3-1e3c-4270-91fe-bfd3b8ba689b 2018-08-19 00:00:59,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0846788883209s 2018-08-19 00:00:59,814 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/action used request id req-31b602f3-1e3c-4270-91fe-bfd3b8ba689b 2018-08-19 00:00:59,814 - functest.core.singlevm - DEBUG - console: g PCI Controller Driver version: 0.5 [ 0.147966] PCI: Using configuration type 1 for base access [ 0.148649] bio: create slab at 0 [ 0.149186] ACPI: Added _OSI(Module Device) [ 0.149385] ACPI: Added _OSI(Processor Device) [ 0.152004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.153542] ACPI: Added _OSI(Processor Aggregator Device) [ 0.156121] ACPI: Interpreter enabled [ 0.157400] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.162827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.164753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.167683] ACPI: (supports S0 S5) [ 0.168003] ACPI: Using IOAPIC for interrupt routing [ 0.169385] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172203] ACPI: No dock devices found. [ 0.175595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.178003] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179883] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180208] acpiphp: Slot [3] registered [ 0.181510] acpiphp: Slot [4] registered [ 0.182766] acpiphp: Slot [5] registered [ 0.184012] acpiphp: Slot [6] registered [ 0.185313] acpiphp: Slot [7] registered [ 0.186542] acpiphp: Slot [8] registered [ 0.187779] acpiphp: Slot [9] registered [ 0.188031] acpiphp: Slot [10] registered [ 0.189306] acpiphp: Slot [11] registered [ 0.190602] acpiphp: Slot [12] registered [ 0.191868] acpiphp: Slot [13] registered [ 0.192030] acpiphp: Slot [14] registered [ 0.193399] acpiphp: Slot [15] registered [ 0.194650] acpiphp: Slot [16] registered [ 0.195991] acpiphp: Slot [17] registered [ 0.196022] acpiphp: Slot [18] registered [ 0.197282] acpiphp: Slot [19] registered [ 0.198619] acpiphp: Slot [20] registered [ 0.199828] acpiphp: Slot [21] registered [ 0.200022] acpiphp: Slot [22] registered [ 0.201186] acpiphp: Slot [23] registered [ 0.202473] acpiphp: Slot [24] registered [ 0.203773] acpiphp: Slot [25] registered [ 0.204022] acpiphp: Slot [26] registered [ 0.205131] acpiphp: Slot [27] registered [ 0.206237] acpiphp: Slot [28] registered [ 0.207320] acpiphp: Slot [29] registered [ 0.208020] acpiphp: Slot [30] registered [ 0.209140] acpiphp: Slot [31] registered [ 0.210236] PCI host bridge to bus 0000:00 [ 0.211332] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.213523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.215039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.216003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.217646] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.225175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.227185] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258488] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260459] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264203] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.265947] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.265947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268835] vgaarb: bridge control possible 0000:00:02.0 [ 0.270501] SCSI subsystem initialized [ 0.271768] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273442] usbcore: registered new interface driver hub [ 0.274889] usbcore: registered new device driver usb [ 0.276116] PCI: Using ACPI for IRQ routing [ 0.277567] NetLabel: Initializing [ 0.278575] NetLabel: domain hash size = 128 [ 0.279756] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.280077] NetLabel: unlabeled traffic allowed by default [ 0.281544] Switched to clocksource kvm-clock [ 0.289211] AppArmor: AppArmor Filesystem Enabled [ 0.290568] pnp: PnP ACPI init [ 0.291493] ACPI: bus type PNP registered [ 0.293090] pnp: PnP ACPI: found 8 devices [ 0.294237] ACPI: bus type PNP unregistered [ 0.301767] NET: Registered protocol family 2 [ 0.303246] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305341] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307259] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309003] TCP: reno registered [ 0.309953] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311469] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313135] NET: Registered protocol family 1 [ 0.314345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.315838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.317588] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.345027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.367991] Trying to unpack rootfs image as initramfs... [ 0.470367] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.472676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.474191] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475828] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.478157] Scanning for low memory corruption every 60 seconds [ 0.480126] Initialise system trusted keyring [ 0.481368] audit: initializing netlink socket (disabled) [ 0.482807] type=2000 audit(1534636442.943:1): initialized [ 0.504013] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506667] zbud: loaded [ 0.507709] VFS: Disk quotas dquot_6.5.2 [ 0.508867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510927] fuse init (API version 7.22) [ 0.512146] msgmni has been set to 3997 [ 0.513323] Key type big_key registered [ 0.514859] Key type asymmetric registered [ 0.516045] Asymmetric key parser 'x509' registered [ 0.517463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519944] io scheduler noop registered [ 0.521198] io scheduler deadline registered (default) [ 0.522583] io scheduler cfq registered [ 0.523763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526936] ipmi message handler version 39.2 [ 0.528205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530224] ACPI: Power Button [PWRF] [ 0.531392] GHES: HEST is not enabled! [ 0.553898] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.598573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.621729] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.623868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647701] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.651894] Linux agpgart interface v0.103 [ 0.655101] brd: module loaded [ 0.657147] loop: module loaded [ 0.659019] blk-mq: CPU -> queue map [ 0.660519] CPU 0 -> Queue 0 [ 0.661766] CPU 1 -> Queue 0 [ 0.663611] vda: vda1 [ 0.665195] scsi0 : ata_piix [ 0.666214] scsi1 : ata_piix [ 0.667136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.668821] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.670792] libphy: Fixed MDIO Bus: probed [ 0.672028] tun: Universal TUN/TAP device driver, 1.6 [ 0.673366] tun: (C) 1999-2004 Max Krasnyansky [ 0.676821] PPP generic driver version 2.4.2 [ 0.678076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679689] ehci-pci: EHCI PCI platform driver [ 0.680903] ehci-platform: EHCI generic platform driver [ 0.682533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.684061] ohci-pci: OHCI PCI platform driver [ 0.685258] ohci-platform: OHCI generic platform driver [ 0.686629] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709240] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710633] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.714331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717960] usb usb1: Product: UHCI Host Controller [ 0.719257] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.720877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.722205] hub 1-0:1.0: USB hub found [ 0.723294] hub 1-0:1.0: 2 ports detected [ 0.724576] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.727448] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728780] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.730245] mousedev: PS/2 mouse device common for all mice [ 0.731979] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734361] rtc_cmos 00:00: RTC can wake from S4 [ 0.736029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.737664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.739337] device-mapper: uevent: version 1.0.3 [ 0.740660] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.742908] ledtrig-cpu: registered to indicate activity on CPUs [ 0.744559] TCP: cubic registered [ 0.745631] NET: Registered protocol family 10 [ 0.747156] NET: Registered protocol family 17 [ 0.748404] Key type dns_resolver registered [ 0.749802] Loading compiled-in X.509 certificates [ 0.751645] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.761897] registered taskstats version 1 [ 0.764943] Key type trusted registered [ 0.768724] Key type encrypted registered [ 0.769889] AppArmor: AppArmor sha1 policy hashing enabled [ 0.771326] IMA: No TPM chip found, activating TPM-bypass! [ 0.773361] regulator-dummy: disabling [ 0.774518] Magic number: 14:696:959 [ 0.775654] memory memory10: hash matches [ 0.776881] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442) [ 0.779142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.780694] EDD information not available. [ 0.829265] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.831589] Write protecting the kernel read-only data: 12288k [ 0.834888] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.838797] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.855616] systemd-udevd[107]: starting version 204 [ 0.912839] FDC 0 is a S82078B [ 1.036089] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.200939] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.203117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.205152] usb 1-1: Product: QEMU USB Tablet [ 1.206505] usb 1-1: Manufacturer: QEMU [ 1.207789] usb 1-1: SerialNumber: 42 [ 1.472133] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.917120] 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.273537] 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.787864] 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 ] [ 3.486258] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Populate /dev filesystem[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 3.93 seconds. cloud-init-nonet[4.42]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.07]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:07 +0000. Up 6.24 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:a3:c2:54 | ci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:58:2d:6c | 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.1 | 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: 15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | o . | | = = o | | E . B = | | . . . . = . | | . = S . . = .| | + = o . + | | . . | | | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .=+. | | o ...o.o | | + o o. + | | . + .+ | | o.S.. | | . + .. | | 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: 5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | . o=. | |. o+. . . | | +... . o | |. .o + o | | + o E | | 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: 4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0 The key's randomart image is: +--[ED25519 256--+ |E .. | | .o | | . . .. | | . . .+o | | o o.OS. | | . o.= = | | o o+ . | | .o.= | | o.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:11 +0000. Up 9.83 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:12 +0000. Up 10.71 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16342 0 --:--:-- --:--:-- --:--:-- 16316 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] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1539 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:22 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:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:33 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:34 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:38 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 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://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 21s (4265 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 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-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8728 clearwater-socket-factory-sig start/running, process 8733 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8782 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. ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ....................+++ ..........................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 4s (9590 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58609 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.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 2018-08-19 00:00:59,819 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:01:09,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:01:09,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:01:10,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e74283e-5e00-472f-98fe-18e8e58927b1 x-compute-request-id: req-5e74283e-5e00-472f-98fe-18e8e58927b1 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:01:10,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5e74283e-5e00-472f-98fe-18e8e58927b1 2018-08-19 00:01:10,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.320734977722s 2018-08-19 00:01:10,152 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5e74283e-5e00-472f-98fe-18e8e58927b1 2018-08-19 00:01:10,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:01:10,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:01:10,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-af583a6a-5eba-41cd-bc49-457653adbb8d x-compute-request-id: req-af583a6a-5eba-41cd-bc49-457653adbb8d Content-Encoding: gzip Content-Length: 18604 Content-Type: application/json RESP BODY: {"output": ".201186] acpiphp: Slot [23] registered\n[ 0.202473] acpiphp: Slot [24] registered\n[ 0.203773] acpiphp: Slot [25] registered\n[ 0.204022] acpiphp: Slot [26] registered\n[ 0.205131] acpiphp: Slot [27] registered\n[ 0.206237] acpiphp: Slot [28] registered\n[ 0.207320] acpiphp: Slot [29] registered\n[ 0.208020] acpiphp: Slot [30] registered\n[ 0.209140] acpiphp: Slot [31] registered\n[ 0.210236] PCI host bridge to bus 0000:00\n[ 0.211332] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.213523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.215039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.216003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.217646] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.225175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.227185] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258488] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260459] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264203] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.265947] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.265947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270501] SCSI subsystem initialized\n[ 0.271768] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273442] usbcore: registered new interface driver hub\n[ 0.274889] usbcore: registered new device driver usb\n[ 0.276116] PCI: Using ACPI for IRQ routing\n[ 0.277567] NetLabel: Initializing\n[ 0.278575] NetLabel: domain hash size = 128\n[ 0.279756] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.280077] NetLabel: unlabeled traffic allowed by default\n[ 0.281544] Switched to clocksource kvm-clock\n[ 0.289211] AppArmor: AppArmor Filesystem Enabled\n[ 0.290568] pnp: PnP ACPI init\n[ 0.291493] ACPI: bus type PNP registered\n[ 0.293090] pnp: PnP ACPI: found 8 devices\n[ 0.294237] ACPI: bus type PNP unregistered\n[ 0.301767] NET: Registered protocol family 2\n[ 0.303246] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305341] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307259] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309003] TCP: reno registered\n[ 0.309953] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311469] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313135] NET: Registered protocol family 1\n[ 0.314345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.315838] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.317588] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.345027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.367991] Trying to unpack rootfs image as initramfs...\n[ 0.470367] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.472676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.474191] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475828] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.478157] Scanning for low memory corruption every 60 seconds\n[ 0.480126] Initialise system trusted keyring\n[ 0.481368] audit: initializing netlink socket (disabled)\n[ 0.482807] type=2000 audit(1534636442.943:1): initialized\n[ 0.504013] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506667] zbud: loaded\n[ 0.507709] VFS: Disk quotas dquot_6.5.2\n[ 0.508867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510927] fuse init (API version 7.22)\n[ 0.512146] msgmni has been set to 3997\n[ 0.513323] Key type big_key registered\n[ 0.514859] Key type asymmetric registered\n[ 0.516045] Asymmetric key parser 'x509' registered\n[ 0.517463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519944] io scheduler noop registered\n[ 0.521198] io scheduler deadline registered (default)\n[ 0.522583] io scheduler cfq registered\n[ 0.523763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526936] ipmi message handler version 39.2\n[ 0.528205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530224] ACPI: Power Button [PWRF]\n[ 0.531392] GHES: HEST is not enabled!\n[ 0.553898] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.598573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.621729] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.623868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647701] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651894] Linux agpgart interface v0.103\n[ 0.655101] brd: module loaded\n[ 0.657147] loop: module loaded\n[ 0.659019] blk-mq: CPU -> queue map\n[ 0.660519] CPU 0 -> Queue 0\n[ 0.661766] CPU 1 -> Queue 0\n[ 0.663611] vda: vda1\n[ 0.665195] scsi0 : ata_piix\n[ 0.666214] scsi1 : ata_piix\n[ 0.667136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.668821] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.670792] libphy: Fixed MDIO Bus: probed\n[ 0.672028] tun: Universal TUN/TAP device driver, 1.6\n[ 0.673366] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.676821] PPP generic driver version 2.4.2\n[ 0.678076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.679689] ehci-pci: EHCI PCI platform driver\n[ 0.680903] ehci-platform: EHCI generic platform driver\n[ 0.682533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.684061] ohci-pci: OHCI PCI platform driver\n[ 0.685258] ohci-platform: OHCI generic platform driver\n[ 0.686629] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710633] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.712754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.714331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717960] usb usb1: Product: UHCI Host Controller\n[ 0.719257] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.720877] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.722205] hub 1-0:1.0: USB hub found\n[ 0.723294] hub 1-0:1.0: 2 ports detected\n[ 0.724576] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.727448] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.730245] mousedev: PS/2 mouse device common for all mice\n[ 0.731979] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734361] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.737664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.739337] device-mapper: uevent: version 1.0.3\n[ 0.740660] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.742908] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.744559] TCP: cubic registered\n[ 0.745631] NET: Registered protocol family 10\n[ 0.747156] NET: Registered protocol family 17\n[ 0.748404] Key type dns_resolver registered\n[ 0.749802] Loading compiled-in X.509 certificates\n[ 0.751645] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.761897] registered taskstats version 1\n[ 0.764943] Key type trusted registered\n[ 0.768724] Key type encrypted registered\n[ 0.769889] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.771326] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.773361] regulator-dummy: disabling\n[ 0.774518] Magic number: 14:696:959\n[ 0.775654] memory memory10: hash matches\n[ 0.776881] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442)\n[ 0.779142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.780694] EDD information not available.\n[ 0.829265] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.831589] Write protecting the kernel read-only data: 12288k\n[ 0.834888] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.838797] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.855616] systemd-udevd[107]: starting version 204\n[ 0.912839] FDC 0 is a S82078B\n[ 1.036089] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.200939] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.203117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.205152] usb 1-1: Product: QEMU USB Tablet\n[ 1.206505] usb 1-1: Manufacturer: QEMU\n[ 1.207789] usb 1-1: SerialNumber: 42\n[ 1.472133] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.917120] 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.273537] 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.787864] 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[ 3.486258] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 3.93 seconds.\ncloud-init-nonet[4.42]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.07]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:07 +0000. Up 6.24 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:a3:c2:54 |\nci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:58:2d:6c |\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.1 | 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:\n15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o . |\n| = = o |\n| E . B = |\n| . . . . = . |\n| . = S . . = .|\n| + = o . + |\n| . . |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .=+. |\n| o ...o.o |\n| + o o. + |\n| . + .+ |\n| o.S.. |\n| . + .. |\n| 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:\n5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . o=. |\n|. o+. . . |\n| +... . o |\n|. .o + o |\n| + o E |\n| o * |\n| = . |\n| o o |\n| +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|E .. |\n| .o |\n| . . .. |\n| . . .+o |\n| o o.OS. |\n| . o.= = |\n| o o+ . |\n| .o.= |\n| o.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:11 +0000. Up 9.83 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:12 +0000. Up 10.71 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16342 0 --:--:-- --:--:-- --:--:-- 16316\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]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1539 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:22 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:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:33 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:34 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:38 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 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://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 21s (4265 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 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-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8728\nclearwater-socket-factory-sig start/running, process 8733\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8782\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.\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n....................+++\n..........................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 4s (9590 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58609 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.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ 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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.14\n++ echo 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.14\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n++ ip2rr 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.2\n++ echo A 192.168.0.2\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\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.6'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0 (DSA)\nec2: 256 5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0 (ECDSA)\nec2: 256 4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0 (ED25519)\nec2: 2048 15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB3frpy3tdxNf/k0vyHQ4SxTJ9PK257FByYdVMTxJ3XWFWKOC+DepNgR+vWT4Tw3+D2IKzoh9bXCvJZVAeeHkyY= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICrxbEUgXoFQ6w+D7aMClC/FkKLlfodmoR68umq1mOGr root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdiI4K9P8z6+PrxeBLYh3x4CyaGjgK3P/j+4rpZTIqrqN8fB2+P+k/feQRY087YLQhsa+r/a8wGpBmJqA2kq2V0pY1mWVwtI2qyhatnq1nesYIK1JZTQzt6ToPLWTQaRgWkAfTW9u8ghagGcPkFHVS9W9JAU/Q/RCFdMWRi0CdXMt3SuMUY166OxbHFQ8BLh4CSjLd0L8/Q6TryIIQchPB4/sP5e2TRHRYFQMFysbqjSrqCxUV7nUHVFt7ukhdPHl6f1K2WIuuYES9iTBuMD+9VWYfDFTwT/GA6HV4umge503AOm4NVck8GZOMope7pWWSuBA2DENQQSyY+kcpPnkP root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:01:04 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 421.69 seconds\n"} 2018-08-19 00:01:10,238 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/action used request id req-af583a6a-5eba-41cd-bc49-457653adbb8d 2018-08-19 00:01:10,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0799450874329s 2018-08-19 00:01:10,240 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f/action used request id req-af583a6a-5eba-41cd-bc49-457653adbb8d 2018-08-19 00:01:10,240 - functest.core.singlevm - DEBUG - console: .201186] acpiphp: Slot [23] registered [ 0.202473] acpiphp: Slot [24] registered [ 0.203773] acpiphp: Slot [25] registered [ 0.204022] acpiphp: Slot [26] registered [ 0.205131] acpiphp: Slot [27] registered [ 0.206237] acpiphp: Slot [28] registered [ 0.207320] acpiphp: Slot [29] registered [ 0.208020] acpiphp: Slot [30] registered [ 0.209140] acpiphp: Slot [31] registered [ 0.210236] PCI host bridge to bus 0000:00 [ 0.211332] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.213523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.215039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.216003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.217646] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.225175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.227185] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258488] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260459] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264203] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.265947] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.265947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268835] vgaarb: bridge control possible 0000:00:02.0 [ 0.270501] SCSI subsystem initialized [ 0.271768] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273442] usbcore: registered new interface driver hub [ 0.274889] usbcore: registered new device driver usb [ 0.276116] PCI: Using ACPI for IRQ routing [ 0.277567] NetLabel: Initializing [ 0.278575] NetLabel: domain hash size = 128 [ 0.279756] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.280077] NetLabel: unlabeled traffic allowed by default [ 0.281544] Switched to clocksource kvm-clock [ 0.289211] AppArmor: AppArmor Filesystem Enabled [ 0.290568] pnp: PnP ACPI init [ 0.291493] ACPI: bus type PNP registered [ 0.293090] pnp: PnP ACPI: found 8 devices [ 0.294237] ACPI: bus type PNP unregistered [ 0.301767] NET: Registered protocol family 2 [ 0.303246] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305341] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307259] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309003] TCP: reno registered [ 0.309953] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311469] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313135] NET: Registered protocol family 1 [ 0.314345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.315838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.317588] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.345027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.367991] Trying to unpack rootfs image as initramfs... [ 0.470367] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.472676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.474191] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475828] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.478157] Scanning for low memory corruption every 60 seconds [ 0.480126] Initialise system trusted keyring [ 0.481368] audit: initializing netlink socket (disabled) [ 0.482807] type=2000 audit(1534636442.943:1): initialized [ 0.504013] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506667] zbud: loaded [ 0.507709] VFS: Disk quotas dquot_6.5.2 [ 0.508867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510927] fuse init (API version 7.22) [ 0.512146] msgmni has been set to 3997 [ 0.513323] Key type big_key registered [ 0.514859] Key type asymmetric registered [ 0.516045] Asymmetric key parser 'x509' registered [ 0.517463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519944] io scheduler noop registered [ 0.521198] io scheduler deadline registered (default) [ 0.522583] io scheduler cfq registered [ 0.523763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526936] ipmi message handler version 39.2 [ 0.528205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530224] ACPI: Power Button [PWRF] [ 0.531392] GHES: HEST is not enabled! [ 0.553898] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.598573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.621729] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.623868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647701] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.651894] Linux agpgart interface v0.103 [ 0.655101] brd: module loaded [ 0.657147] loop: module loaded [ 0.659019] blk-mq: CPU -> queue map [ 0.660519] CPU 0 -> Queue 0 [ 0.661766] CPU 1 -> Queue 0 [ 0.663611] vda: vda1 [ 0.665195] scsi0 : ata_piix [ 0.666214] scsi1 : ata_piix [ 0.667136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.668821] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.670792] libphy: Fixed MDIO Bus: probed [ 0.672028] tun: Universal TUN/TAP device driver, 1.6 [ 0.673366] tun: (C) 1999-2004 Max Krasnyansky [ 0.676821] PPP generic driver version 2.4.2 [ 0.678076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679689] ehci-pci: EHCI PCI platform driver [ 0.680903] ehci-platform: EHCI generic platform driver [ 0.682533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.684061] ohci-pci: OHCI PCI platform driver [ 0.685258] ohci-platform: OHCI generic platform driver [ 0.686629] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709240] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710633] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.714331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717960] usb usb1: Product: UHCI Host Controller [ 0.719257] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.720877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.722205] hub 1-0:1.0: USB hub found [ 0.723294] hub 1-0:1.0: 2 ports detected [ 0.724576] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.727448] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728780] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.730245] mousedev: PS/2 mouse device common for all mice [ 0.731979] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734361] rtc_cmos 00:00: RTC can wake from S4 [ 0.736029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.737664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.739337] device-mapper: uevent: version 1.0.3 [ 0.740660] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.742908] ledtrig-cpu: registered to indicate activity on CPUs [ 0.744559] TCP: cubic registered [ 0.745631] NET: Registered protocol family 10 [ 0.747156] NET: Registered protocol family 17 [ 0.748404] Key type dns_resolver registered [ 0.749802] Loading compiled-in X.509 certificates [ 0.751645] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.761897] registered taskstats version 1 [ 0.764943] Key type trusted registered [ 0.768724] Key type encrypted registered [ 0.769889] AppArmor: AppArmor sha1 policy hashing enabled [ 0.771326] IMA: No TPM chip found, activating TPM-bypass! [ 0.773361] regulator-dummy: disabling [ 0.774518] Magic number: 14:696:959 [ 0.775654] memory memory10: hash matches [ 0.776881] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442) [ 0.779142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.780694] EDD information not available. [ 0.829265] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.831589] Write protecting the kernel read-only data: 12288k [ 0.834888] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.838797] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.855616] systemd-udevd[107]: starting version 204 [ 0.912839] FDC 0 is a S82078B [ 1.036089] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.200939] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.203117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.205152] usb 1-1: Product: QEMU USB Tablet [ 1.206505] usb 1-1: Manufacturer: QEMU [ 1.207789] usb 1-1: SerialNumber: 42 [ 1.472133] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.917120] 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.273537] 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.787864] 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 ] [ 3.486258] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Populate /dev filesystem[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 3.93 seconds. cloud-init-nonet[4.42]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.07]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:07 +0000. Up 6.24 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:a3:c2:54 | ci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:58:2d:6c | 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.1 | 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: 15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | o . | | = = o | | E . B = | | . . . . = . | | . = S . . = .| | + = o . + | | . . | | | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .=+. | | o ...o.o | | + o o. + | | . + .+ | | o.S.. | | . + .. | | 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: 5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | . o=. | |. o+. . . | | +... . o | |. .o + o | | + o E | | 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: 4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0 The key's randomart image is: +--[ED25519 256--+ |E .. | | .o | | . . .. | | . . .+o | | o o.OS. | | . o.= = | | o o+ . | | .o.= | | o.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:54:11 +0000. Up 9.83 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:12 +0000. Up 10.71 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16342 0 --:--:-- --:--:-- --:--:-- 16316 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] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1539 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 4 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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-log-cleanup 1.0-180328.114312 [13.2 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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 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/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:22 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:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:33 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:34 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:38 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 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://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 21s (4265 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 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-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8728 clearwater-socket-factory-sig start/running, process 8733 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8782 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. ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ....................+++ ..........................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 4s (9590 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58609 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.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.14 ++ echo 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.14 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 ++ ip2rr 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.2 ++ echo A 192.168.0.2 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 4d:c6:e0:40:16:8d:3b:20:f3:dd:bf:5a:39:02:27:6e root@dime-0 (DSA) ec2: 256 5a:94:e8:6d:be:9b:00:dc:40:c1:e2:18:5d:a6:ff:53 root@dime-0 (ECDSA) ec2: 256 4c:ea:b6:49:e7:02:d6:cd:18:ed:b4:c8:0a:71:60:21 root@dime-0 (ED25519) ec2: 2048 15:df:16:0a:9f:79:f9:32:c3:e0:22:62:4f:23:b8:55 root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB3frpy3tdxNf/k0vyHQ4SxTJ9PK257FByYdVMTxJ3XWFWKOC+DepNgR+vWT4Tw3+D2IKzoh9bXCvJZVAeeHkyY= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICrxbEUgXoFQ6w+D7aMClC/FkKLlfodmoR68umq1mOGr root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdiI4K9P8z6+PrxeBLYh3x4CyaGjgK3P/j+4rpZTIqrqN8fB2+P+k/feQRY087YLQhsa+r/a8wGpBmJqA2kq2V0pY1mWVwtI2qyhatnq1nesYIK1JZTQzt6ToPLWTQaRgWkAfTW9u8ghagGcPkFHVS9W9JAU/Q/RCFdMWRi0CdXMt3SuMUY166OxbHFQ8BLh4CSjLd0L8/Q6TryIIQchPB4/sP5e2TRHRYFQMFysbqjSrqCxUV7nUHVFt7ukhdPHl6f1K2WIuuYES9iTBuMD+9VWYfDFTwT/GA6HV4umge503AOm4NVck8GZOMope7pWWSuBA2DENQQSyY+kcpPnkP root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:01:04 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 421.69 seconds 2018-08-19 00:01:10,243 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-19 00:01:10,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:01:10,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:01:10,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-753ae1a5-ad92-4d5b-97aa-c03d74dd0330 x-compute-request-id: req-753ae1a5-ad92-4d5b-97aa-c03d74dd0330 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:01:10,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-753ae1a5-ad92-4d5b-97aa-c03d74dd0330 2018-08-19 00:01:10,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.588112831116s 2018-08-19 00:01:10,832 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-753ae1a5-ad92-4d5b-97aa-c03d74dd0330 2018-08-19 00:01:10,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:01:10,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:01:10,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-45cc86fb-e0b8-453d-b117-abadbfd17cdf x-compute-request-id: req-45cc86fb-e0b8-453d-b117-abadbfd17cdf Content-Encoding: gzip Content-Length: 10958 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301\n[ 0.009602] Security Framework initialized\n[ 0.011063] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024481] Initializing cgroup subsys memory\n[ 0.028027] Initializing cgroup subsys devices\n[ 0.029549] Initializing cgroup subsys freezer\n[ 0.031071] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033583] Initializing cgroup subsys hugetlb\n[ 0.035161] FEATURE SPEC_CTRL Not Present\n[ 0.036705] mce: CPU supports 10 MCE banks\n[ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046547] Speculative Store Bypass: Vulnerable\n[ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055472] ACPI: Core revision 20131115\n[ 0.056542] ACPI: All ACPI Tables successfully acquired\n[ 0.058565] ftrace: allocating 28746 entries in 113 pages\n[ 0.080248] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088272] Enabling x2apic\n[ 0.089332] Enabled x2apic\n[ 0.090663] Switched APIC routing to physical x2apic.\n[ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106518] KVM setup paravirtual spinlock\n[ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111811] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132528] devtmpfs: initialized\n[ 0.134383] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137033] EVM: security.ima\n[ 0.137983] EVM: security.capability\n[ 0.140085] pinctrl core: initialized pinctrl subsystem\n[ 0.141591] regulator-dummy: no parameters\n[ 0.142857] RTC time: 23:53:59, date: 08/18/18\n[ 0.144073] NET: Registered protocol family 16\n[ 0.145458] cpuidle: using governor ladder\n[ 0.146653] cpuidle: using governor menu\n[ 0.147941] ACPI: bus type PCI registered\n[ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149829] PCI: Using configuration type 1 for base access\n[ 0.152073] bio: create slab at 0\n[ 0.153245] ACPI: Added _OSI(Module Device)\n[ 0.153285] ACPI: Added _OSI(Processor Device)\n[ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158668] ACPI: Interpreter enabled\n[ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168772] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175964] ACPI: No dock devices found.\n[ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184243] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186516] acpiphp: Slot [5] registered\n[ 0.187656] acpiphp: Slot [6] registered\n[ 0.188024] acpiphp: Slot [7] registered\n[ 0.189150] acpiphp: Slot [8] registered\n[ 0.190275] acpiphp: Slot [9] registered\n[ 0.191427] acpiphp: Slot [10] registered\n[ 0.192022] acpiphp: Slot [11] registered\n[ 0.193214] acpiphp: Slot [12] registered\n[ 0.194354] acpiphp: Slot [13] registered\n[ 0.195502] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197198] acpiphp: Slot [16] registered\n[ 0.198439] acpiphp: Slot [17] registered\n[ 0.199618] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201207] acpiphp: Slot [20] registered\n[ 0.202378] acpiphp: Slot [21] registered\n[ 0.203542] acpiphp: Slot [22] registered\n[ 0.204021] acpiphp: Slot [23] registered\n[ 0.205206] acpiphp: Slot [24] registered\n[ 0.206370] acpiphp: Slot [25] registered\n[ 0.207531] acpiphp: Slot [26] registered\n[ 0.208022] acpiphp: Slot [27] registered\n[ 0.209199] acpiphp: Slot [28] registered\n[ 0.210378] acpiphp: Slot [29] registered\n[ 0.211545] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213200] PCI host bridge to bus 0000:00\n[ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270608] SCSI subsystem initialized\n[ 0.271885] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273545] usbcore: registered new interface driver hub\n[ 0.275050] usbcore: registered new device driver usb\n[ 0.276125] PCI: Using ACPI for IRQ routing\n[ 0.277647] NetLabel: Initializing\n[ 0.278699] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281445] NetLabel: unlabeled traffic allowed by default\n[ 0.283008] Switched to clocksource kvm-clock\n[ 0.289335] AppArmor: AppArmor Filesystem Enabled\n[ 0.290696] pnp: PnP ACPI init\n[ 0.291673] ACPI: bus type PNP registered\n[ 0.293332] pnp: PnP ACPI: found 8 devices\n[ 0.294545] ACPI: bus type PNP unregistered\n[ 0.302654] NET: Registered protocol family 2\n[ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.308395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.310261] TCP: reno registered\n[ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314685] NET: Registered protocol family 1\n[ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.364467] Trying to unpack rootfs image as initramfs...\n[ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475288] Scanning for low memory corruption every 60 seconds\n[ 0.477417] Initialise system trusted keyring\n[ 0.478717] audit: initializing netlink socket (disabled)\n[ 0.480208] type=2000 audit(1534636440.867:1): initialized\n[ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504984] zbud: loaded\n[ 0.506044] VFS: Disk quotas dquot_6.5.2\n[ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.22)\n[ 0.510546] msgmni has been set to 3997\n[ 0.511721] Key type big_key registered\n[ 0.513353] Key type asymmetric registered\n[ 0.514540] Asymmetric key parser 'x509' registered\n[ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.518077] io scheduler noop registered\n[ 0.519194] io scheduler deadline registered (default)\n[ 0.520593] io scheduler cfq registered\n[ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525157] ipmi message handler version 39.2\n[ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528605] ACPI: Power Button [PWRF]\n[ 0.529780] GHES: HEST is not enabled!\n[ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649672] Linux agpgart interface v0.103\n[ 0.651830] brd: module loaded\n[ 0.653251] loop: module loaded\n[ 0.654553] blk-mq: CPU -> queue map\n[ 0.655603] CPU 0 -> Queue 0\n[ 0.656541] CPU 1 -> Queue 0\n[ 0.658361] vda: vda1\n[ 0.660064] scsi0 : ata_piix\n[ 0.661171] scsi1 : ata_piix\n[ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666227] libphy: Fixed MDIO Bus: probed\n[ 0.667637] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672808] PPP generic driver version 2.4.2\n[ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.675974] ehci-pci: EHCI PCI platform driver\n[ 0.677262] ehci-platform: EHCI generic platform driver\n[ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680268] ohci-pci: OHCI PCI platform driver\n[ 0.681526] ohci-platform: OHCI generic platform driver\n[ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714735] usb usb1: Product: UHCI Host Controller\n[ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.717800] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719282] hub 1-0:1.0: USB hub found\n[ 0.720751] hub 1-0:1.0: 2 ports detected\n[ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731077] mousedev: PS/2 mouse device common for all mice\n[ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.744458] device-mapper: uevent: version 1.0.3\n[ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.751492] TCP: cubic registered\n[ 0.752977] NET: Registered protocol family 10\n[ 0.755024] NET: Registered protocol family 17\n[ 0.756718] Key type dns_resolver registered\n[ 0.758636] Loading compiled-in X.509 certificates\n[ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.773786] registered taskstats version 1\n[ 0.776938] Key type trusted registered\n[ 0.780908] Key type encrypted registered\n[ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783546] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.785546] regulator-dummy: disabling\n[ 0.786691] Magic number: 14:146:909\n[ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440)\n[ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.791785] EDD information not available.\n[ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.828224] Write protecting the kernel read-only data: 12288k\n[ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.849634] systemd-udevd[107]: starting version 204\n[ 0.898851] FDC 0 is a S82078B\n[ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200980] usb 1-1: Product: QEMU USB Tablet\n[ 1.202183] usb 1-1: Manufacturer: QEMU\n[ 1.203280] usb 1-1: SerialNumber: 42\n[ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds.\ncloud-init-nonet[4.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\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:4a:71:fb |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 |\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.1 | 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:\n40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++=oo=. |\n| ..*o o.+ |\n| . *+ o . |\n| . + .o + |\n| . o S . |\n| E |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o |\n| o.. . |\n| o. o |\n| ...o |\n| . S.. |\n| + . .. |\n| + .o... |\n| +. ++.. |\n| o++o. E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ... |\n| . + . |\n| . . . = . |\n|oE. + |\n|.. S. |\n| . ... |\n| ...o..o .|\n| .=..+ + |\n| ..== .|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| . S |\n| ..+..o. |\n|+.+o.+.. |\n|*+..= +. |\n|*+oo oE+. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[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 * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n"} 2018-08-19 00:01:10,919 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-45cc86fb-e0b8-453d-b117-abadbfd17cdf 2018-08-19 00:01:10,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0792450904846s 2018-08-19 00:01:10,921 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-45cc86fb-e0b8-453d-b117-abadbfd17cdf 2018-08-19 00:01:10,921 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301 [ 0.009602] Security Framework initialized [ 0.011063] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024481] Initializing cgroup subsys memory [ 0.028027] Initializing cgroup subsys devices [ 0.029549] Initializing cgroup subsys freezer [ 0.031071] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033583] Initializing cgroup subsys hugetlb [ 0.035161] FEATURE SPEC_CTRL Not Present [ 0.036705] mce: CPU supports 10 MCE banks [ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046547] Speculative Store Bypass: Vulnerable [ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055472] ACPI: Core revision 20131115 [ 0.056542] ACPI: All ACPI Tables successfully acquired [ 0.058565] ftrace: allocating 28746 entries in 113 pages [ 0.080248] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088272] Enabling x2apic [ 0.089332] Enabled x2apic [ 0.090663] Switched APIC routing to physical x2apic. [ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106518] KVM setup paravirtual spinlock [ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111811] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132528] devtmpfs: initialized [ 0.134383] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137033] EVM: security.ima [ 0.137983] EVM: security.capability [ 0.140085] pinctrl core: initialized pinctrl subsystem [ 0.141591] regulator-dummy: no parameters [ 0.142857] RTC time: 23:53:59, date: 08/18/18 [ 0.144073] NET: Registered protocol family 16 [ 0.145458] cpuidle: using governor ladder [ 0.146653] cpuidle: using governor menu [ 0.147941] ACPI: bus type PCI registered [ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149829] PCI: Using configuration type 1 for base access [ 0.152073] bio: create slab at 0 [ 0.153245] ACPI: Added _OSI(Module Device) [ 0.153285] ACPI: Added _OSI(Processor Device) [ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158668] ACPI: Interpreter enabled [ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168772] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175964] ACPI: No dock devices found. [ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184243] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186516] acpiphp: Slot [5] registered [ 0.187656] acpiphp: Slot [6] registered [ 0.188024] acpiphp: Slot [7] registered [ 0.189150] acpiphp: Slot [8] registered [ 0.190275] acpiphp: Slot [9] registered [ 0.191427] acpiphp: Slot [10] registered [ 0.192022] acpiphp: Slot [11] registered [ 0.193214] acpiphp: Slot [12] registered [ 0.194354] acpiphp: Slot [13] registered [ 0.195502] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197198] acpiphp: Slot [16] registered [ 0.198439] acpiphp: Slot [17] registered [ 0.199618] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201207] acpiphp: Slot [20] registered [ 0.202378] acpiphp: Slot [21] registered [ 0.203542] acpiphp: Slot [22] registered [ 0.204021] acpiphp: Slot [23] registered [ 0.205206] acpiphp: Slot [24] registered [ 0.206370] acpiphp: Slot [25] registered [ 0.207531] acpiphp: Slot [26] registered [ 0.208022] acpiphp: Slot [27] registered [ 0.209199] acpiphp: Slot [28] registered [ 0.210378] acpiphp: Slot [29] registered [ 0.211545] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213200] PCI host bridge to bus 0000:00 [ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268900] vgaarb: bridge control possible 0000:00:02.0 [ 0.270608] SCSI subsystem initialized [ 0.271885] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273545] usbcore: registered new interface driver hub [ 0.275050] usbcore: registered new device driver usb [ 0.276125] PCI: Using ACPI for IRQ routing [ 0.277647] NetLabel: Initializing [ 0.278699] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281445] NetLabel: unlabeled traffic allowed by default [ 0.283008] Switched to clocksource kvm-clock [ 0.289335] AppArmor: AppArmor Filesystem Enabled [ 0.290696] pnp: PnP ACPI init [ 0.291673] ACPI: bus type PNP registered [ 0.293332] pnp: PnP ACPI: found 8 devices [ 0.294545] ACPI: bus type PNP unregistered [ 0.302654] NET: Registered protocol family 2 [ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.308395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.310261] TCP: reno registered [ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314685] NET: Registered protocol family 1 [ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.364467] Trying to unpack rootfs image as initramfs... [ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475288] Scanning for low memory corruption every 60 seconds [ 0.477417] Initialise system trusted keyring [ 0.478717] audit: initializing netlink socket (disabled) [ 0.480208] type=2000 audit(1534636440.867:1): initialized [ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504984] zbud: loaded [ 0.506044] VFS: Disk quotas dquot_6.5.2 [ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509333] fuse init (API version 7.22) [ 0.510546] msgmni has been set to 3997 [ 0.511721] Key type big_key registered [ 0.513353] Key type asymmetric registered [ 0.514540] Asymmetric key parser 'x509' registered [ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.518077] io scheduler noop registered [ 0.519194] io scheduler deadline registered (default) [ 0.520593] io scheduler cfq registered [ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525157] ipmi message handler version 39.2 [ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528605] ACPI: Power Button [PWRF] [ 0.529780] GHES: HEST is not enabled! [ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649672] Linux agpgart interface v0.103 [ 0.651830] brd: module loaded [ 0.653251] loop: module loaded [ 0.654553] blk-mq: CPU -> queue map [ 0.655603] CPU 0 -> Queue 0 [ 0.656541] CPU 1 -> Queue 0 [ 0.658361] vda: vda1 [ 0.660064] scsi0 : ata_piix [ 0.661171] scsi1 : ata_piix [ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666227] libphy: Fixed MDIO Bus: probed [ 0.667637] tun: Universal TUN/TAP device driver, 1.6 [ 0.669187] tun: (C) 1999-2004 Max Krasnyansky [ 0.672808] PPP generic driver version 2.4.2 [ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.675974] ehci-pci: EHCI PCI platform driver [ 0.677262] ehci-platform: EHCI generic platform driver [ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680268] ohci-pci: OHCI PCI platform driver [ 0.681526] ohci-platform: OHCI generic platform driver [ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714735] usb usb1: Product: UHCI Host Controller [ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.717800] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719282] hub 1-0:1.0: USB hub found [ 0.720751] hub 1-0:1.0: 2 ports detected [ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.731077] mousedev: PS/2 mouse device common for all mice [ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737432] rtc_cmos 00:00: RTC can wake from S4 [ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.744458] device-mapper: uevent: version 1.0.3 [ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs [ 0.751492] TCP: cubic registered [ 0.752977] NET: Registered protocol family 10 [ 0.755024] NET: Registered protocol family 17 [ 0.756718] Key type dns_resolver registered [ 0.758636] Loading compiled-in X.509 certificates [ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.773786] registered taskstats version 1 [ 0.776938] Key type trusted registered [ 0.780908] Key type encrypted registered [ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783546] IMA: No TPM chip found, activating TPM-bypass! [ 0.785546] regulator-dummy: disabling [ 0.786691] Magic number: 14:146:909 [ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440) [ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.791785] EDD information not available. [ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.828224] Write protecting the kernel read-only data: 12288k [ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.849634] systemd-udevd[107]: starting version 204 [ 0.898851] FDC 0 is a S82078B [ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200980] usb 1-1: Product: QEMU USB Tablet [ 1.202183] usb 1-1: Manufacturer: QEMU [ 1.203280] usb 1-1: SerialNumber: 42 [ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds. cloud-init-nonet[4.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.15]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 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:4a:71:fb | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 | 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.1 | 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: 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .++=oo=. | | ..*o o.+ | | . *+ o . | | . + .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: fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | =o | | o.. . | | o. o | | ...o | | . S.. | | + . .. | | + .o... | | +. ++.. | | o++o. E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | ... | | . + . | | . . . = . | |oE. + | |.. S. | | . ... | | ...o..o .| | .=..+ + | | ..== .| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | . S | | ..+..o. | |+.+o.+.. | |*+..= +. | |*+oo oE+. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 2018-08-19 00:01:10,923 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:01:20,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:01:20,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:01:21,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-28583bd8-4de0-4078-85a4-de91f644c5c9 x-compute-request-id: req-28583bd8-4de0-4078-85a4-de91f644c5c9 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:01:21,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-28583bd8-4de0-4078-85a4-de91f644c5c9 2018-08-19 00:01:21,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.318760156631s 2018-08-19 00:01:21,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-28583bd8-4de0-4078-85a4-de91f644c5c9 2018-08-19 00:01:21,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:01:21,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:01:21,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-4a93b2b3-9dff-4615-a2c8-243a6edd3df4 x-compute-request-id: req-4a93b2b3-9dff-4615-a2c8-243a6edd3df4 Content-Encoding: gzip Content-Length: 10958 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301\n[ 0.009602] Security Framework initialized\n[ 0.011063] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024481] Initializing cgroup subsys memory\n[ 0.028027] Initializing cgroup subsys devices\n[ 0.029549] Initializing cgroup subsys freezer\n[ 0.031071] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033583] Initializing cgroup subsys hugetlb\n[ 0.035161] FEATURE SPEC_CTRL Not Present\n[ 0.036705] mce: CPU supports 10 MCE banks\n[ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046547] Speculative Store Bypass: Vulnerable\n[ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055472] ACPI: Core revision 20131115\n[ 0.056542] ACPI: All ACPI Tables successfully acquired\n[ 0.058565] ftrace: allocating 28746 entries in 113 pages\n[ 0.080248] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088272] Enabling x2apic\n[ 0.089332] Enabled x2apic\n[ 0.090663] Switched APIC routing to physical x2apic.\n[ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106518] KVM setup paravirtual spinlock\n[ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111811] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132528] devtmpfs: initialized\n[ 0.134383] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137033] EVM: security.ima\n[ 0.137983] EVM: security.capability\n[ 0.140085] pinctrl core: initialized pinctrl subsystem\n[ 0.141591] regulator-dummy: no parameters\n[ 0.142857] RTC time: 23:53:59, date: 08/18/18\n[ 0.144073] NET: Registered protocol family 16\n[ 0.145458] cpuidle: using governor ladder\n[ 0.146653] cpuidle: using governor menu\n[ 0.147941] ACPI: bus type PCI registered\n[ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149829] PCI: Using configuration type 1 for base access\n[ 0.152073] bio: create slab at 0\n[ 0.153245] ACPI: Added _OSI(Module Device)\n[ 0.153285] ACPI: Added _OSI(Processor Device)\n[ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158668] ACPI: Interpreter enabled\n[ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168772] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175964] ACPI: No dock devices found.\n[ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184243] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186516] acpiphp: Slot [5] registered\n[ 0.187656] acpiphp: Slot [6] registered\n[ 0.188024] acpiphp: Slot [7] registered\n[ 0.189150] acpiphp: Slot [8] registered\n[ 0.190275] acpiphp: Slot [9] registered\n[ 0.191427] acpiphp: Slot [10] registered\n[ 0.192022] acpiphp: Slot [11] registered\n[ 0.193214] acpiphp: Slot [12] registered\n[ 0.194354] acpiphp: Slot [13] registered\n[ 0.195502] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197198] acpiphp: Slot [16] registered\n[ 0.198439] acpiphp: Slot [17] registered\n[ 0.199618] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201207] acpiphp: Slot [20] registered\n[ 0.202378] acpiphp: Slot [21] registered\n[ 0.203542] acpiphp: Slot [22] registered\n[ 0.204021] acpiphp: Slot [23] registered\n[ 0.205206] acpiphp: Slot [24] registered\n[ 0.206370] acpiphp: Slot [25] registered\n[ 0.207531] acpiphp: Slot [26] registered\n[ 0.208022] acpiphp: Slot [27] registered\n[ 0.209199] acpiphp: Slot [28] registered\n[ 0.210378] acpiphp: Slot [29] registered\n[ 0.211545] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213200] PCI host bridge to bus 0000:00\n[ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270608] SCSI subsystem initialized\n[ 0.271885] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273545] usbcore: registered new interface driver hub\n[ 0.275050] usbcore: registered new device driver usb\n[ 0.276125] PCI: Using ACPI for IRQ routing\n[ 0.277647] NetLabel: Initializing\n[ 0.278699] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281445] NetLabel: unlabeled traffic allowed by default\n[ 0.283008] Switched to clocksource kvm-clock\n[ 0.289335] AppArmor: AppArmor Filesystem Enabled\n[ 0.290696] pnp: PnP ACPI init\n[ 0.291673] ACPI: bus type PNP registered\n[ 0.293332] pnp: PnP ACPI: found 8 devices\n[ 0.294545] ACPI: bus type PNP unregistered\n[ 0.302654] NET: Registered protocol family 2\n[ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.308395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.310261] TCP: reno registered\n[ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314685] NET: Registered protocol family 1\n[ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.364467] Trying to unpack rootfs image as initramfs...\n[ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475288] Scanning for low memory corruption every 60 seconds\n[ 0.477417] Initialise system trusted keyring\n[ 0.478717] audit: initializing netlink socket (disabled)\n[ 0.480208] type=2000 audit(1534636440.867:1): initialized\n[ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504984] zbud: loaded\n[ 0.506044] VFS: Disk quotas dquot_6.5.2\n[ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.22)\n[ 0.510546] msgmni has been set to 3997\n[ 0.511721] Key type big_key registered\n[ 0.513353] Key type asymmetric registered\n[ 0.514540] Asymmetric key parser 'x509' registered\n[ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.518077] io scheduler noop registered\n[ 0.519194] io scheduler deadline registered (default)\n[ 0.520593] io scheduler cfq registered\n[ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525157] ipmi message handler version 39.2\n[ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528605] ACPI: Power Button [PWRF]\n[ 0.529780] GHES: HEST is not enabled!\n[ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649672] Linux agpgart interface v0.103\n[ 0.651830] brd: module loaded\n[ 0.653251] loop: module loaded\n[ 0.654553] blk-mq: CPU -> queue map\n[ 0.655603] CPU 0 -> Queue 0\n[ 0.656541] CPU 1 -> Queue 0\n[ 0.658361] vda: vda1\n[ 0.660064] scsi0 : ata_piix\n[ 0.661171] scsi1 : ata_piix\n[ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666227] libphy: Fixed MDIO Bus: probed\n[ 0.667637] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672808] PPP generic driver version 2.4.2\n[ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.675974] ehci-pci: EHCI PCI platform driver\n[ 0.677262] ehci-platform: EHCI generic platform driver\n[ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680268] ohci-pci: OHCI PCI platform driver\n[ 0.681526] ohci-platform: OHCI generic platform driver\n[ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714735] usb usb1: Product: UHCI Host Controller\n[ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.717800] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719282] hub 1-0:1.0: USB hub found\n[ 0.720751] hub 1-0:1.0: 2 ports detected\n[ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731077] mousedev: PS/2 mouse device common for all mice\n[ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.744458] device-mapper: uevent: version 1.0.3\n[ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.751492] TCP: cubic registered\n[ 0.752977] NET: Registered protocol family 10\n[ 0.755024] NET: Registered protocol family 17\n[ 0.756718] Key type dns_resolver registered\n[ 0.758636] Loading compiled-in X.509 certificates\n[ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.773786] registered taskstats version 1\n[ 0.776938] Key type trusted registered\n[ 0.780908] Key type encrypted registered\n[ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783546] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.785546] regulator-dummy: disabling\n[ 0.786691] Magic number: 14:146:909\n[ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440)\n[ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.791785] EDD information not available.\n[ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.828224] Write protecting the kernel read-only data: 12288k\n[ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.849634] systemd-udevd[107]: starting version 204\n[ 0.898851] FDC 0 is a S82078B\n[ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200980] usb 1-1: Product: QEMU USB Tablet\n[ 1.202183] usb 1-1: Manufacturer: QEMU\n[ 1.203280] usb 1-1: SerialNumber: 42\n[ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds.\ncloud-init-nonet[4.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\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:4a:71:fb |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 |\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.1 | 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:\n40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++=oo=. |\n| ..*o o.+ |\n| . *+ o . |\n| . + .o + |\n| . o S . |\n| E |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o |\n| o.. . |\n| o. o |\n| ...o |\n| . S.. |\n| + . .. |\n| + .o... |\n| +. ++.. |\n| o++o. E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ... |\n| . + . |\n| . . . = . |\n|oE. + |\n|.. S. |\n| . ... |\n| ...o..o .|\n| .=..+ + |\n| ..== .|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| . S |\n| ..+..o. |\n|+.+o.+.. |\n|*+..= +. |\n|*+oo oE+. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[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 * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n"} 2018-08-19 00:01:21,335 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-4a93b2b3-9dff-4615-a2c8-243a6edd3df4 2018-08-19 00:01:21,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0731711387634s 2018-08-19 00:01:21,336 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-4a93b2b3-9dff-4615-a2c8-243a6edd3df4 2018-08-19 00:01:21,336 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301 [ 0.009602] Security Framework initialized [ 0.011063] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024481] Initializing cgroup subsys memory [ 0.028027] Initializing cgroup subsys devices [ 0.029549] Initializing cgroup subsys freezer [ 0.031071] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033583] Initializing cgroup subsys hugetlb [ 0.035161] FEATURE SPEC_CTRL Not Present [ 0.036705] mce: CPU supports 10 MCE banks [ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046547] Speculative Store Bypass: Vulnerable [ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055472] ACPI: Core revision 20131115 [ 0.056542] ACPI: All ACPI Tables successfully acquired [ 0.058565] ftrace: allocating 28746 entries in 113 pages [ 0.080248] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088272] Enabling x2apic [ 0.089332] Enabled x2apic [ 0.090663] Switched APIC routing to physical x2apic. [ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106518] KVM setup paravirtual spinlock [ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111811] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132528] devtmpfs: initialized [ 0.134383] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137033] EVM: security.ima [ 0.137983] EVM: security.capability [ 0.140085] pinctrl core: initialized pinctrl subsystem [ 0.141591] regulator-dummy: no parameters [ 0.142857] RTC time: 23:53:59, date: 08/18/18 [ 0.144073] NET: Registered protocol family 16 [ 0.145458] cpuidle: using governor ladder [ 0.146653] cpuidle: using governor menu [ 0.147941] ACPI: bus type PCI registered [ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149829] PCI: Using configuration type 1 for base access [ 0.152073] bio: create slab at 0 [ 0.153245] ACPI: Added _OSI(Module Device) [ 0.153285] ACPI: Added _OSI(Processor Device) [ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158668] ACPI: Interpreter enabled [ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168772] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175964] ACPI: No dock devices found. [ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184243] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186516] acpiphp: Slot [5] registered [ 0.187656] acpiphp: Slot [6] registered [ 0.188024] acpiphp: Slot [7] registered [ 0.189150] acpiphp: Slot [8] registered [ 0.190275] acpiphp: Slot [9] registered [ 0.191427] acpiphp: Slot [10] registered [ 0.192022] acpiphp: Slot [11] registered [ 0.193214] acpiphp: Slot [12] registered [ 0.194354] acpiphp: Slot [13] registered [ 0.195502] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197198] acpiphp: Slot [16] registered [ 0.198439] acpiphp: Slot [17] registered [ 0.199618] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201207] acpiphp: Slot [20] registered [ 0.202378] acpiphp: Slot [21] registered [ 0.203542] acpiphp: Slot [22] registered [ 0.204021] acpiphp: Slot [23] registered [ 0.205206] acpiphp: Slot [24] registered [ 0.206370] acpiphp: Slot [25] registered [ 0.207531] acpiphp: Slot [26] registered [ 0.208022] acpiphp: Slot [27] registered [ 0.209199] acpiphp: Slot [28] registered [ 0.210378] acpiphp: Slot [29] registered [ 0.211545] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213200] PCI host bridge to bus 0000:00 [ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268900] vgaarb: bridge control possible 0000:00:02.0 [ 0.270608] SCSI subsystem initialized [ 0.271885] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273545] usbcore: registered new interface driver hub [ 0.275050] usbcore: registered new device driver usb [ 0.276125] PCI: Using ACPI for IRQ routing [ 0.277647] NetLabel: Initializing [ 0.278699] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281445] NetLabel: unlabeled traffic allowed by default [ 0.283008] Switched to clocksource kvm-clock [ 0.289335] AppArmor: AppArmor Filesystem Enabled [ 0.290696] pnp: PnP ACPI init [ 0.291673] ACPI: bus type PNP registered [ 0.293332] pnp: PnP ACPI: found 8 devices [ 0.294545] ACPI: bus type PNP unregistered [ 0.302654] NET: Registered protocol family 2 [ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.308395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.310261] TCP: reno registered [ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314685] NET: Registered protocol family 1 [ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.364467] Trying to unpack rootfs image as initramfs... [ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475288] Scanning for low memory corruption every 60 seconds [ 0.477417] Initialise system trusted keyring [ 0.478717] audit: initializing netlink socket (disabled) [ 0.480208] type=2000 audit(1534636440.867:1): initialized [ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504984] zbud: loaded [ 0.506044] VFS: Disk quotas dquot_6.5.2 [ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509333] fuse init (API version 7.22) [ 0.510546] msgmni has been set to 3997 [ 0.511721] Key type big_key registered [ 0.513353] Key type asymmetric registered [ 0.514540] Asymmetric key parser 'x509' registered [ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.518077] io scheduler noop registered [ 0.519194] io scheduler deadline registered (default) [ 0.520593] io scheduler cfq registered [ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525157] ipmi message handler version 39.2 [ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528605] ACPI: Power Button [PWRF] [ 0.529780] GHES: HEST is not enabled! [ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649672] Linux agpgart interface v0.103 [ 0.651830] brd: module loaded [ 0.653251] loop: module loaded [ 0.654553] blk-mq: CPU -> queue map [ 0.655603] CPU 0 -> Queue 0 [ 0.656541] CPU 1 -> Queue 0 [ 0.658361] vda: vda1 [ 0.660064] scsi0 : ata_piix [ 0.661171] scsi1 : ata_piix [ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666227] libphy: Fixed MDIO Bus: probed [ 0.667637] tun: Universal TUN/TAP device driver, 1.6 [ 0.669187] tun: (C) 1999-2004 Max Krasnyansky [ 0.672808] PPP generic driver version 2.4.2 [ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.675974] ehci-pci: EHCI PCI platform driver [ 0.677262] ehci-platform: EHCI generic platform driver [ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680268] ohci-pci: OHCI PCI platform driver [ 0.681526] ohci-platform: OHCI generic platform driver [ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714735] usb usb1: Product: UHCI Host Controller [ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.717800] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719282] hub 1-0:1.0: USB hub found [ 0.720751] hub 1-0:1.0: 2 ports detected [ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.731077] mousedev: PS/2 mouse device common for all mice [ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737432] rtc_cmos 00:00: RTC can wake from S4 [ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.744458] device-mapper: uevent: version 1.0.3 [ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs [ 0.751492] TCP: cubic registered [ 0.752977] NET: Registered protocol family 10 [ 0.755024] NET: Registered protocol family 17 [ 0.756718] Key type dns_resolver registered [ 0.758636] Loading compiled-in X.509 certificates [ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.773786] registered taskstats version 1 [ 0.776938] Key type trusted registered [ 0.780908] Key type encrypted registered [ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783546] IMA: No TPM chip found, activating TPM-bypass! [ 0.785546] regulator-dummy: disabling [ 0.786691] Magic number: 14:146:909 [ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440) [ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.791785] EDD information not available. [ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.828224] Write protecting the kernel read-only data: 12288k [ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.849634] systemd-udevd[107]: starting version 204 [ 0.898851] FDC 0 is a S82078B [ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200980] usb 1-1: Product: QEMU USB Tablet [ 1.202183] usb 1-1: Manufacturer: QEMU [ 1.203280] usb 1-1: SerialNumber: 42 [ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds. cloud-init-nonet[4.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.15]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 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:4a:71:fb | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 | 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.1 | 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: 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .++=oo=. | | ..*o o.+ | | . *+ o . | | . + .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: fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | =o | | o.. . | | o. o | | ...o | | . S.. | | + . .. | | + .o... | | +. ++.. | | o++o. E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | ... | | . + . | | . . . = . | |oE. + | |.. S. | | . ... | | ...o..o .| | .=..+ + | | ..== .| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | . S | | ..+..o. | |+.+o.+.. | |*+..= +. | |*+oo oE+. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 2018-08-19 00:01:21,338 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:01:31,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:01:31,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:01:32,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-60fbf599-0631-4aea-9313-0d7779591bba x-compute-request-id: req-60fbf599-0631-4aea-9313-0d7779591bba Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:01:32,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-60fbf599-0631-4aea-9313-0d7779591bba 2018-08-19 00:01:32,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.829934835434s 2018-08-19 00:01:32,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-60fbf599-0631-4aea-9313-0d7779591bba 2018-08-19 00:01:32,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:01:32,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:01:32,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-fe10508e-5352-4566-b40b-ec3c9ead40a2 x-compute-request-id: req-fe10508e-5352-4566-b40b-ec3c9ead40a2 Content-Encoding: gzip Content-Length: 10971 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301\n[ 0.009602] Security Framework initialized\n[ 0.011063] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024481] Initializing cgroup subsys memory\n[ 0.028027] Initializing cgroup subsys devices\n[ 0.029549] Initializing cgroup subsys freezer\n[ 0.031071] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033583] Initializing cgroup subsys hugetlb\n[ 0.035161] FEATURE SPEC_CTRL Not Present\n[ 0.036705] mce: CPU supports 10 MCE banks\n[ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046547] Speculative Store Bypass: Vulnerable\n[ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055472] ACPI: Core revision 20131115\n[ 0.056542] ACPI: All ACPI Tables successfully acquired\n[ 0.058565] ftrace: allocating 28746 entries in 113 pages\n[ 0.080248] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088272] Enabling x2apic\n[ 0.089332] Enabled x2apic\n[ 0.090663] Switched APIC routing to physical x2apic.\n[ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106518] KVM setup paravirtual spinlock\n[ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111811] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132528] devtmpfs: initialized\n[ 0.134383] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137033] EVM: security.ima\n[ 0.137983] EVM: security.capability\n[ 0.140085] pinctrl core: initialized pinctrl subsystem\n[ 0.141591] regulator-dummy: no parameters\n[ 0.142857] RTC time: 23:53:59, date: 08/18/18\n[ 0.144073] NET: Registered protocol family 16\n[ 0.145458] cpuidle: using governor ladder\n[ 0.146653] cpuidle: using governor menu\n[ 0.147941] ACPI: bus type PCI registered\n[ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149829] PCI: Using configuration type 1 for base access\n[ 0.152073] bio: create slab at 0\n[ 0.153245] ACPI: Added _OSI(Module Device)\n[ 0.153285] ACPI: Added _OSI(Processor Device)\n[ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158668] ACPI: Interpreter enabled\n[ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168772] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175964] ACPI: No dock devices found.\n[ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184243] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186516] acpiphp: Slot [5] registered\n[ 0.187656] acpiphp: Slot [6] registered\n[ 0.188024] acpiphp: Slot [7] registered\n[ 0.189150] acpiphp: Slot [8] registered\n[ 0.190275] acpiphp: Slot [9] registered\n[ 0.191427] acpiphp: Slot [10] registered\n[ 0.192022] acpiphp: Slot [11] registered\n[ 0.193214] acpiphp: Slot [12] registered\n[ 0.194354] acpiphp: Slot [13] registered\n[ 0.195502] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197198] acpiphp: Slot [16] registered\n[ 0.198439] acpiphp: Slot [17] registered\n[ 0.199618] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201207] acpiphp: Slot [20] registered\n[ 0.202378] acpiphp: Slot [21] registered\n[ 0.203542] acpiphp: Slot [22] registered\n[ 0.204021] acpiphp: Slot [23] registered\n[ 0.205206] acpiphp: Slot [24] registered\n[ 0.206370] acpiphp: Slot [25] registered\n[ 0.207531] acpiphp: Slot [26] registered\n[ 0.208022] acpiphp: Slot [27] registered\n[ 0.209199] acpiphp: Slot [28] registered\n[ 0.210378] acpiphp: Slot [29] registered\n[ 0.211545] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213200] PCI host bridge to bus 0000:00\n[ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270608] SCSI subsystem initialized\n[ 0.271885] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273545] usbcore: registered new interface driver hub\n[ 0.275050] usbcore: registered new device driver usb\n[ 0.276125] PCI: Using ACPI for IRQ routing\n[ 0.277647] NetLabel: Initializing\n[ 0.278699] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281445] NetLabel: unlabeled traffic allowed by default\n[ 0.283008] Switched to clocksource kvm-clock\n[ 0.289335] AppArmor: AppArmor Filesystem Enabled\n[ 0.290696] pnp: PnP ACPI init\n[ 0.291673] ACPI: bus type PNP registered\n[ 0.293332] pnp: PnP ACPI: found 8 devices\n[ 0.294545] ACPI: bus type PNP unregistered\n[ 0.302654] NET: Registered protocol family 2\n[ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.308395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.310261] TCP: reno registered\n[ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314685] NET: Registered protocol family 1\n[ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.364467] Trying to unpack rootfs image as initramfs...\n[ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475288] Scanning for low memory corruption every 60 seconds\n[ 0.477417] Initialise system trusted keyring\n[ 0.478717] audit: initializing netlink socket (disabled)\n[ 0.480208] type=2000 audit(1534636440.867:1): initialized\n[ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504984] zbud: loaded\n[ 0.506044] VFS: Disk quotas dquot_6.5.2\n[ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.22)\n[ 0.510546] msgmni has been set to 3997\n[ 0.511721] Key type big_key registered\n[ 0.513353] Key type asymmetric registered\n[ 0.514540] Asymmetric key parser 'x509' registered\n[ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.518077] io scheduler noop registered\n[ 0.519194] io scheduler deadline registered (default)\n[ 0.520593] io scheduler cfq registered\n[ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525157] ipmi message handler version 39.2\n[ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528605] ACPI: Power Button [PWRF]\n[ 0.529780] GHES: HEST is not enabled!\n[ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649672] Linux agpgart interface v0.103\n[ 0.651830] brd: module loaded\n[ 0.653251] loop: module loaded\n[ 0.654553] blk-mq: CPU -> queue map\n[ 0.655603] CPU 0 -> Queue 0\n[ 0.656541] CPU 1 -> Queue 0\n[ 0.658361] vda: vda1\n[ 0.660064] scsi0 : ata_piix\n[ 0.661171] scsi1 : ata_piix\n[ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666227] libphy: Fixed MDIO Bus: probed\n[ 0.667637] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672808] PPP generic driver version 2.4.2\n[ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.675974] ehci-pci: EHCI PCI platform driver\n[ 0.677262] ehci-platform: EHCI generic platform driver\n[ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680268] ohci-pci: OHCI PCI platform driver\n[ 0.681526] ohci-platform: OHCI generic platform driver\n[ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714735] usb usb1: Product: UHCI Host Controller\n[ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.717800] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719282] hub 1-0:1.0: USB hub found\n[ 0.720751] hub 1-0:1.0: 2 ports detected\n[ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731077] mousedev: PS/2 mouse device common for all mice\n[ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.744458] device-mapper: uevent: version 1.0.3\n[ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.751492] TCP: cubic registered\n[ 0.752977] NET: Registered protocol family 10\n[ 0.755024] NET: Registered protocol family 17\n[ 0.756718] Key type dns_resolver registered\n[ 0.758636] Loading compiled-in X.509 certificates\n[ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.773786] registered taskstats version 1\n[ 0.776938] Key type trusted registered\n[ 0.780908] Key type encrypted registered\n[ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783546] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.785546] regulator-dummy: disabling\n[ 0.786691] Magic number: 14:146:909\n[ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440)\n[ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.791785] EDD information not available.\n[ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.828224] Write protecting the kernel read-only data: 12288k\n[ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.849634] systemd-udevd[107]: starting version 204\n[ 0.898851] FDC 0 is a S82078B\n[ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200980] usb 1-1: Product: QEMU USB Tablet\n[ 1.202183] usb 1-1: Manufacturer: QEMU\n[ 1.203280] usb 1-1: SerialNumber: 42\n[ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds.\ncloud-init-nonet[4.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\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:4a:71:fb |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 |\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.1 | 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:\n40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++=oo=. |\n| ..*o o.+ |\n| . *+ o . |\n| . + .o + |\n| . o S . |\n| E |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o |\n| o.. . |\n| o. o |\n| ...o |\n| . S.. |\n| + . .. |\n| + .o... |\n| +. ++.. |\n| o++o. E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ... |\n| . + . |\n| . . . = . |\n|oE. + |\n|.. S. |\n| . ... |\n| ...o..o .|\n| .=..+ + |\n| ..== .|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| . S |\n| ..+..o. |\n|+.+o.+.. |\n|*+..= +. |\n|*+oo oE+. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[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 * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n"} 2018-08-19 00:01:32,258 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-fe10508e-5352-4566-b40b-ec3c9ead40a2 2018-08-19 00:01:32,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0717771053314s 2018-08-19 00:01:32,259 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-fe10508e-5352-4566-b40b-ec3c9ead40a2 2018-08-19 00:01:32,260 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301 [ 0.009602] Security Framework initialized [ 0.011063] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024481] Initializing cgroup subsys memory [ 0.028027] Initializing cgroup subsys devices [ 0.029549] Initializing cgroup subsys freezer [ 0.031071] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033583] Initializing cgroup subsys hugetlb [ 0.035161] FEATURE SPEC_CTRL Not Present [ 0.036705] mce: CPU supports 10 MCE banks [ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046547] Speculative Store Bypass: Vulnerable [ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055472] ACPI: Core revision 20131115 [ 0.056542] ACPI: All ACPI Tables successfully acquired [ 0.058565] ftrace: allocating 28746 entries in 113 pages [ 0.080248] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088272] Enabling x2apic [ 0.089332] Enabled x2apic [ 0.090663] Switched APIC routing to physical x2apic. [ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106518] KVM setup paravirtual spinlock [ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111811] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132528] devtmpfs: initialized [ 0.134383] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137033] EVM: security.ima [ 0.137983] EVM: security.capability [ 0.140085] pinctrl core: initialized pinctrl subsystem [ 0.141591] regulator-dummy: no parameters [ 0.142857] RTC time: 23:53:59, date: 08/18/18 [ 0.144073] NET: Registered protocol family 16 [ 0.145458] cpuidle: using governor ladder [ 0.146653] cpuidle: using governor menu [ 0.147941] ACPI: bus type PCI registered [ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149829] PCI: Using configuration type 1 for base access [ 0.152073] bio: create slab at 0 [ 0.153245] ACPI: Added _OSI(Module Device) [ 0.153285] ACPI: Added _OSI(Processor Device) [ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158668] ACPI: Interpreter enabled [ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168772] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175964] ACPI: No dock devices found. [ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184243] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186516] acpiphp: Slot [5] registered [ 0.187656] acpiphp: Slot [6] registered [ 0.188024] acpiphp: Slot [7] registered [ 0.189150] acpiphp: Slot [8] registered [ 0.190275] acpiphp: Slot [9] registered [ 0.191427] acpiphp: Slot [10] registered [ 0.192022] acpiphp: Slot [11] registered [ 0.193214] acpiphp: Slot [12] registered [ 0.194354] acpiphp: Slot [13] registered [ 0.195502] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197198] acpiphp: Slot [16] registered [ 0.198439] acpiphp: Slot [17] registered [ 0.199618] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201207] acpiphp: Slot [20] registered [ 0.202378] acpiphp: Slot [21] registered [ 0.203542] acpiphp: Slot [22] registered [ 0.204021] acpiphp: Slot [23] registered [ 0.205206] acpiphp: Slot [24] registered [ 0.206370] acpiphp: Slot [25] registered [ 0.207531] acpiphp: Slot [26] registered [ 0.208022] acpiphp: Slot [27] registered [ 0.209199] acpiphp: Slot [28] registered [ 0.210378] acpiphp: Slot [29] registered [ 0.211545] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213200] PCI host bridge to bus 0000:00 [ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268900] vgaarb: bridge control possible 0000:00:02.0 [ 0.270608] SCSI subsystem initialized [ 0.271885] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273545] usbcore: registered new interface driver hub [ 0.275050] usbcore: registered new device driver usb [ 0.276125] PCI: Using ACPI for IRQ routing [ 0.277647] NetLabel: Initializing [ 0.278699] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281445] NetLabel: unlabeled traffic allowed by default [ 0.283008] Switched to clocksource kvm-clock [ 0.289335] AppArmor: AppArmor Filesystem Enabled [ 0.290696] pnp: PnP ACPI init [ 0.291673] ACPI: bus type PNP registered [ 0.293332] pnp: PnP ACPI: found 8 devices [ 0.294545] ACPI: bus type PNP unregistered [ 0.302654] NET: Registered protocol family 2 [ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.308395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.310261] TCP: reno registered [ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314685] NET: Registered protocol family 1 [ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.364467] Trying to unpack rootfs image as initramfs... [ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475288] Scanning for low memory corruption every 60 seconds [ 0.477417] Initialise system trusted keyring [ 0.478717] audit: initializing netlink socket (disabled) [ 0.480208] type=2000 audit(1534636440.867:1): initialized [ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504984] zbud: loaded [ 0.506044] VFS: Disk quotas dquot_6.5.2 [ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509333] fuse init (API version 7.22) [ 0.510546] msgmni has been set to 3997 [ 0.511721] Key type big_key registered [ 0.513353] Key type asymmetric registered [ 0.514540] Asymmetric key parser 'x509' registered [ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.518077] io scheduler noop registered [ 0.519194] io scheduler deadline registered (default) [ 0.520593] io scheduler cfq registered [ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525157] ipmi message handler version 39.2 [ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528605] ACPI: Power Button [PWRF] [ 0.529780] GHES: HEST is not enabled! [ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649672] Linux agpgart interface v0.103 [ 0.651830] brd: module loaded [ 0.653251] loop: module loaded [ 0.654553] blk-mq: CPU -> queue map [ 0.655603] CPU 0 -> Queue 0 [ 0.656541] CPU 1 -> Queue 0 [ 0.658361] vda: vda1 [ 0.660064] scsi0 : ata_piix [ 0.661171] scsi1 : ata_piix [ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666227] libphy: Fixed MDIO Bus: probed [ 0.667637] tun: Universal TUN/TAP device driver, 1.6 [ 0.669187] tun: (C) 1999-2004 Max Krasnyansky [ 0.672808] PPP generic driver version 2.4.2 [ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.675974] ehci-pci: EHCI PCI platform driver [ 0.677262] ehci-platform: EHCI generic platform driver [ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680268] ohci-pci: OHCI PCI platform driver [ 0.681526] ohci-platform: OHCI generic platform driver [ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714735] usb usb1: Product: UHCI Host Controller [ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.717800] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719282] hub 1-0:1.0: USB hub found [ 0.720751] hub 1-0:1.0: 2 ports detected [ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.731077] mousedev: PS/2 mouse device common for all mice [ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737432] rtc_cmos 00:00: RTC can wake from S4 [ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.744458] device-mapper: uevent: version 1.0.3 [ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs [ 0.751492] TCP: cubic registered [ 0.752977] NET: Registered protocol family 10 [ 0.755024] NET: Registered protocol family 17 [ 0.756718] Key type dns_resolver registered [ 0.758636] Loading compiled-in X.509 certificates [ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.773786] registered taskstats version 1 [ 0.776938] Key type trusted registered [ 0.780908] Key type encrypted registered [ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783546] IMA: No TPM chip found, activating TPM-bypass! [ 0.785546] regulator-dummy: disabling [ 0.786691] Magic number: 14:146:909 [ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440) [ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.791785] EDD information not available. [ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.828224] Write protecting the kernel read-only data: 12288k [ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.849634] systemd-udevd[107]: starting version 204 [ 0.898851] FDC 0 is a S82078B [ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200980] usb 1-1: Product: QEMU USB Tablet [ 1.202183] usb 1-1: Manufacturer: QEMU [ 1.203280] usb 1-1: SerialNumber: 42 [ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds. cloud-init-nonet[4.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.15]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 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:4a:71:fb | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 | 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.1 | 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: 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .++=oo=. | | ..*o o.+ | | . *+ o . | | . + .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: fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | =o | | o.. . | | o. o | | ...o | | . S.. | | + . .. | | + .o... | | +. ++.. | | o++o. E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | ... | | . + . | | . . . = . | |oE. + | |.. S. | | . ... | | ...o..o .| | .=..+ + | | ..== .| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | . S | | ..+..o. | |+.+o.+.. | |*+..= +. | |*+oo oE+. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 2018-08-19 00:01:32,262 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:01:42,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:01:42,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:01:42,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-077019d0-69c9-4be3-a506-2c32966160c7 x-compute-request-id: req-077019d0-69c9-4be3-a506-2c32966160c7 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:01:42,989 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-077019d0-69c9-4be3-a506-2c32966160c7 2018-08-19 00:01:42,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716338157654s 2018-08-19 00:01:42,990 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-077019d0-69c9-4be3-a506-2c32966160c7 2018-08-19 00:01:42,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:01:43,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:01:43,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-7ffdc5c4-b29d-41cf-9974-dc840354296d x-compute-request-id: req-7ffdc5c4-b29d-41cf-9974-dc840354296d Content-Encoding: gzip Content-Length: 10983 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301\n[ 0.009602] Security Framework initialized\n[ 0.011063] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024481] Initializing cgroup subsys memory\n[ 0.028027] Initializing cgroup subsys devices\n[ 0.029549] Initializing cgroup subsys freezer\n[ 0.031071] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033583] Initializing cgroup subsys hugetlb\n[ 0.035161] FEATURE SPEC_CTRL Not Present\n[ 0.036705] mce: CPU supports 10 MCE banks\n[ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046547] Speculative Store Bypass: Vulnerable\n[ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055472] ACPI: Core revision 20131115\n[ 0.056542] ACPI: All ACPI Tables successfully acquired\n[ 0.058565] ftrace: allocating 28746 entries in 113 pages\n[ 0.080248] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088272] Enabling x2apic\n[ 0.089332] Enabled x2apic\n[ 0.090663] Switched APIC routing to physical x2apic.\n[ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106518] KVM setup paravirtual spinlock\n[ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111811] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132528] devtmpfs: initialized\n[ 0.134383] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137033] EVM: security.ima\n[ 0.137983] EVM: security.capability\n[ 0.140085] pinctrl core: initialized pinctrl subsystem\n[ 0.141591] regulator-dummy: no parameters\n[ 0.142857] RTC time: 23:53:59, date: 08/18/18\n[ 0.144073] NET: Registered protocol family 16\n[ 0.145458] cpuidle: using governor ladder\n[ 0.146653] cpuidle: using governor menu\n[ 0.147941] ACPI: bus type PCI registered\n[ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149829] PCI: Using configuration type 1 for base access\n[ 0.152073] bio: create slab at 0\n[ 0.153245] ACPI: Added _OSI(Module Device)\n[ 0.153285] ACPI: Added _OSI(Processor Device)\n[ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158668] ACPI: Interpreter enabled\n[ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168772] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175964] ACPI: No dock devices found.\n[ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184243] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186516] acpiphp: Slot [5] registered\n[ 0.187656] acpiphp: Slot [6] registered\n[ 0.188024] acpiphp: Slot [7] registered\n[ 0.189150] acpiphp: Slot [8] registered\n[ 0.190275] acpiphp: Slot [9] registered\n[ 0.191427] acpiphp: Slot [10] registered\n[ 0.192022] acpiphp: Slot [11] registered\n[ 0.193214] acpiphp: Slot [12] registered\n[ 0.194354] acpiphp: Slot [13] registered\n[ 0.195502] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197198] acpiphp: Slot [16] registered\n[ 0.198439] acpiphp: Slot [17] registered\n[ 0.199618] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201207] acpiphp: Slot [20] registered\n[ 0.202378] acpiphp: Slot [21] registered\n[ 0.203542] acpiphp: Slot [22] registered\n[ 0.204021] acpiphp: Slot [23] registered\n[ 0.205206] acpiphp: Slot [24] registered\n[ 0.206370] acpiphp: Slot [25] registered\n[ 0.207531] acpiphp: Slot [26] registered\n[ 0.208022] acpiphp: Slot [27] registered\n[ 0.209199] acpiphp: Slot [28] registered\n[ 0.210378] acpiphp: Slot [29] registered\n[ 0.211545] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213200] PCI host bridge to bus 0000:00\n[ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270608] SCSI subsystem initialized\n[ 0.271885] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273545] usbcore: registered new interface driver hub\n[ 0.275050] usbcore: registered new device driver usb\n[ 0.276125] PCI: Using ACPI for IRQ routing\n[ 0.277647] NetLabel: Initializing\n[ 0.278699] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281445] NetLabel: unlabeled traffic allowed by default\n[ 0.283008] Switched to clocksource kvm-clock\n[ 0.289335] AppArmor: AppArmor Filesystem Enabled\n[ 0.290696] pnp: PnP ACPI init\n[ 0.291673] ACPI: bus type PNP registered\n[ 0.293332] pnp: PnP ACPI: found 8 devices\n[ 0.294545] ACPI: bus type PNP unregistered\n[ 0.302654] NET: Registered protocol family 2\n[ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.308395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.310261] TCP: reno registered\n[ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314685] NET: Registered protocol family 1\n[ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.364467] Trying to unpack rootfs image as initramfs...\n[ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475288] Scanning for low memory corruption every 60 seconds\n[ 0.477417] Initialise system trusted keyring\n[ 0.478717] audit: initializing netlink socket (disabled)\n[ 0.480208] type=2000 audit(1534636440.867:1): initialized\n[ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504984] zbud: loaded\n[ 0.506044] VFS: Disk quotas dquot_6.5.2\n[ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.22)\n[ 0.510546] msgmni has been set to 3997\n[ 0.511721] Key type big_key registered\n[ 0.513353] Key type asymmetric registered\n[ 0.514540] Asymmetric key parser 'x509' registered\n[ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.518077] io scheduler noop registered\n[ 0.519194] io scheduler deadline registered (default)\n[ 0.520593] io scheduler cfq registered\n[ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525157] ipmi message handler version 39.2\n[ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528605] ACPI: Power Button [PWRF]\n[ 0.529780] GHES: HEST is not enabled!\n[ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649672] Linux agpgart interface v0.103\n[ 0.651830] brd: module loaded\n[ 0.653251] loop: module loaded\n[ 0.654553] blk-mq: CPU -> queue map\n[ 0.655603] CPU 0 -> Queue 0\n[ 0.656541] CPU 1 -> Queue 0\n[ 0.658361] vda: vda1\n[ 0.660064] scsi0 : ata_piix\n[ 0.661171] scsi1 : ata_piix\n[ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666227] libphy: Fixed MDIO Bus: probed\n[ 0.667637] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672808] PPP generic driver version 2.4.2\n[ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.675974] ehci-pci: EHCI PCI platform driver\n[ 0.677262] ehci-platform: EHCI generic platform driver\n[ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680268] ohci-pci: OHCI PCI platform driver\n[ 0.681526] ohci-platform: OHCI generic platform driver\n[ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714735] usb usb1: Product: UHCI Host Controller\n[ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.717800] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719282] hub 1-0:1.0: USB hub found\n[ 0.720751] hub 1-0:1.0: 2 ports detected\n[ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731077] mousedev: PS/2 mouse device common for all mice\n[ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.744458] device-mapper: uevent: version 1.0.3\n[ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.751492] TCP: cubic registered\n[ 0.752977] NET: Registered protocol family 10\n[ 0.755024] NET: Registered protocol family 17\n[ 0.756718] Key type dns_resolver registered\n[ 0.758636] Loading compiled-in X.509 certificates\n[ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.773786] registered taskstats version 1\n[ 0.776938] Key type trusted registered\n[ 0.780908] Key type encrypted registered\n[ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783546] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.785546] regulator-dummy: disabling\n[ 0.786691] Magic number: 14:146:909\n[ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440)\n[ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.791785] EDD information not available.\n[ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.828224] Write protecting the kernel read-only data: 12288k\n[ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.849634] systemd-udevd[107]: starting version 204\n[ 0.898851] FDC 0 is a S82078B\n[ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200980] usb 1-1: Product: QEMU USB Tablet\n[ 1.202183] usb 1-1: Manufacturer: QEMU\n[ 1.203280] usb 1-1: SerialNumber: 42\n[ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds.\ncloud-init-nonet[4.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\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:4a:71:fb |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 |\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.1 | 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:\n40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++=oo=. |\n| ..*o o.+ |\n| . *+ o . |\n| . + .o + |\n| . o S . |\n| E |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o |\n| o.. . |\n| o. o |\n| ...o |\n| . S.. |\n| + . .. |\n| + .o... |\n| +. ++.. |\n| o++o. E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ... |\n| . + . |\n| . . . = . |\n|oE. + |\n|.. S. |\n| . ... |\n| ...o..o .|\n| .=..+ + |\n| ..== .|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| . S |\n| ..+..o. |\n|+.+o.+.. |\n|*+..= +. |\n|*+oo oE+. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[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 * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n"} 2018-08-19 00:01:43,075 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-7ffdc5c4-b29d-41cf-9974-dc840354296d 2018-08-19 00:01:43,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0775580406189s 2018-08-19 00:01:43,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-7ffdc5c4-b29d-41cf-9974-dc840354296d 2018-08-19 00:01:43,077 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301 [ 0.009602] Security Framework initialized [ 0.011063] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024481] Initializing cgroup subsys memory [ 0.028027] Initializing cgroup subsys devices [ 0.029549] Initializing cgroup subsys freezer [ 0.031071] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033583] Initializing cgroup subsys hugetlb [ 0.035161] FEATURE SPEC_CTRL Not Present [ 0.036705] mce: CPU supports 10 MCE banks [ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046547] Speculative Store Bypass: Vulnerable [ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055472] ACPI: Core revision 20131115 [ 0.056542] ACPI: All ACPI Tables successfully acquired [ 0.058565] ftrace: allocating 28746 entries in 113 pages [ 0.080248] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088272] Enabling x2apic [ 0.089332] Enabled x2apic [ 0.090663] Switched APIC routing to physical x2apic. [ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106518] KVM setup paravirtual spinlock [ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111811] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132528] devtmpfs: initialized [ 0.134383] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137033] EVM: security.ima [ 0.137983] EVM: security.capability [ 0.140085] pinctrl core: initialized pinctrl subsystem [ 0.141591] regulator-dummy: no parameters [ 0.142857] RTC time: 23:53:59, date: 08/18/18 [ 0.144073] NET: Registered protocol family 16 [ 0.145458] cpuidle: using governor ladder [ 0.146653] cpuidle: using governor menu [ 0.147941] ACPI: bus type PCI registered [ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149829] PCI: Using configuration type 1 for base access [ 0.152073] bio: create slab at 0 [ 0.153245] ACPI: Added _OSI(Module Device) [ 0.153285] ACPI: Added _OSI(Processor Device) [ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158668] ACPI: Interpreter enabled [ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168772] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175964] ACPI: No dock devices found. [ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184243] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186516] acpiphp: Slot [5] registered [ 0.187656] acpiphp: Slot [6] registered [ 0.188024] acpiphp: Slot [7] registered [ 0.189150] acpiphp: Slot [8] registered [ 0.190275] acpiphp: Slot [9] registered [ 0.191427] acpiphp: Slot [10] registered [ 0.192022] acpiphp: Slot [11] registered [ 0.193214] acpiphp: Slot [12] registered [ 0.194354] acpiphp: Slot [13] registered [ 0.195502] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197198] acpiphp: Slot [16] registered [ 0.198439] acpiphp: Slot [17] registered [ 0.199618] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201207] acpiphp: Slot [20] registered [ 0.202378] acpiphp: Slot [21] registered [ 0.203542] acpiphp: Slot [22] registered [ 0.204021] acpiphp: Slot [23] registered [ 0.205206] acpiphp: Slot [24] registered [ 0.206370] acpiphp: Slot [25] registered [ 0.207531] acpiphp: Slot [26] registered [ 0.208022] acpiphp: Slot [27] registered [ 0.209199] acpiphp: Slot [28] registered [ 0.210378] acpiphp: Slot [29] registered [ 0.211545] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213200] PCI host bridge to bus 0000:00 [ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268900] vgaarb: bridge control possible 0000:00:02.0 [ 0.270608] SCSI subsystem initialized [ 0.271885] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273545] usbcore: registered new interface driver hub [ 0.275050] usbcore: registered new device driver usb [ 0.276125] PCI: Using ACPI for IRQ routing [ 0.277647] NetLabel: Initializing [ 0.278699] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281445] NetLabel: unlabeled traffic allowed by default [ 0.283008] Switched to clocksource kvm-clock [ 0.289335] AppArmor: AppArmor Filesystem Enabled [ 0.290696] pnp: PnP ACPI init [ 0.291673] ACPI: bus type PNP registered [ 0.293332] pnp: PnP ACPI: found 8 devices [ 0.294545] ACPI: bus type PNP unregistered [ 0.302654] NET: Registered protocol family 2 [ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.308395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.310261] TCP: reno registered [ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314685] NET: Registered protocol family 1 [ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.364467] Trying to unpack rootfs image as initramfs... [ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475288] Scanning for low memory corruption every 60 seconds [ 0.477417] Initialise system trusted keyring [ 0.478717] audit: initializing netlink socket (disabled) [ 0.480208] type=2000 audit(1534636440.867:1): initialized [ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504984] zbud: loaded [ 0.506044] VFS: Disk quotas dquot_6.5.2 [ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509333] fuse init (API version 7.22) [ 0.510546] msgmni has been set to 3997 [ 0.511721] Key type big_key registered [ 0.513353] Key type asymmetric registered [ 0.514540] Asymmetric key parser 'x509' registered [ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.518077] io scheduler noop registered [ 0.519194] io scheduler deadline registered (default) [ 0.520593] io scheduler cfq registered [ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525157] ipmi message handler version 39.2 [ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528605] ACPI: Power Button [PWRF] [ 0.529780] GHES: HEST is not enabled! [ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649672] Linux agpgart interface v0.103 [ 0.651830] brd: module loaded [ 0.653251] loop: module loaded [ 0.654553] blk-mq: CPU -> queue map [ 0.655603] CPU 0 -> Queue 0 [ 0.656541] CPU 1 -> Queue 0 [ 0.658361] vda: vda1 [ 0.660064] scsi0 : ata_piix [ 0.661171] scsi1 : ata_piix [ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666227] libphy: Fixed MDIO Bus: probed [ 0.667637] tun: Universal TUN/TAP device driver, 1.6 [ 0.669187] tun: (C) 1999-2004 Max Krasnyansky [ 0.672808] PPP generic driver version 2.4.2 [ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.675974] ehci-pci: EHCI PCI platform driver [ 0.677262] ehci-platform: EHCI generic platform driver [ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680268] ohci-pci: OHCI PCI platform driver [ 0.681526] ohci-platform: OHCI generic platform driver [ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714735] usb usb1: Product: UHCI Host Controller [ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.717800] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719282] hub 1-0:1.0: USB hub found [ 0.720751] hub 1-0:1.0: 2 ports detected [ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.731077] mousedev: PS/2 mouse device common for all mice [ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737432] rtc_cmos 00:00: RTC can wake from S4 [ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.744458] device-mapper: uevent: version 1.0.3 [ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs [ 0.751492] TCP: cubic registered [ 0.752977] NET: Registered protocol family 10 [ 0.755024] NET: Registered protocol family 17 [ 0.756718] Key type dns_resolver registered [ 0.758636] Loading compiled-in X.509 certificates [ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.773786] registered taskstats version 1 [ 0.776938] Key type trusted registered [ 0.780908] Key type encrypted registered [ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783546] IMA: No TPM chip found, activating TPM-bypass! [ 0.785546] regulator-dummy: disabling [ 0.786691] Magic number: 14:146:909 [ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440) [ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.791785] EDD information not available. [ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.828224] Write protecting the kernel read-only data: 12288k [ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.849634] systemd-udevd[107]: starting version 204 [ 0.898851] FDC 0 is a S82078B [ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200980] usb 1-1: Product: QEMU USB Tablet [ 1.202183] usb 1-1: Manufacturer: QEMU [ 1.203280] usb 1-1: SerialNumber: 42 [ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds. cloud-init-nonet[4.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.15]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 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:4a:71:fb | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 | 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.1 | 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: 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .++=oo=. | | ..*o o.+ | | . *+ o . | | . + .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: fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | =o | | o.. . | | o. o | | ...o | | . S.. | | + . .. | | + .o... | | +. ++.. | | o++o. E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | ... | | . + . | | . . . = . | |oE. + | |.. S. | | . ... | | ...o..o .| | .=..+ + | | ..== .| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | . S | | ..+..o. | |+.+o.+.. | |*+..= +. | |*+oo oE+. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 2018-08-19 00:01:43,079 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:01:53,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:01:53,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:01:53,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-196f0d10-0e8b-4600-a4cf-35602f2799b1 x-compute-request-id: req-196f0d10-0e8b-4600-a4cf-35602f2799b1 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:01:53,384 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-196f0d10-0e8b-4600-a4cf-35602f2799b1 2018-08-19 00:01:53,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.29386305809s 2018-08-19 00:01:53,385 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-196f0d10-0e8b-4600-a4cf-35602f2799b1 2018-08-19 00:01:53,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:01:53,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:01:53,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:01: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-95508879-9824-4f99-957b-fb776fed0889 x-compute-request-id: req-95508879-9824-4f99-957b-fb776fed0889 Content-Encoding: gzip Content-Length: 10983 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301\n[ 0.009602] Security Framework initialized\n[ 0.011063] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024481] Initializing cgroup subsys memory\n[ 0.028027] Initializing cgroup subsys devices\n[ 0.029549] Initializing cgroup subsys freezer\n[ 0.031071] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033583] Initializing cgroup subsys hugetlb\n[ 0.035161] FEATURE SPEC_CTRL Not Present\n[ 0.036705] mce: CPU supports 10 MCE banks\n[ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046547] Speculative Store Bypass: Vulnerable\n[ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055472] ACPI: Core revision 20131115\n[ 0.056542] ACPI: All ACPI Tables successfully acquired\n[ 0.058565] ftrace: allocating 28746 entries in 113 pages\n[ 0.080248] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088272] Enabling x2apic\n[ 0.089332] Enabled x2apic\n[ 0.090663] Switched APIC routing to physical x2apic.\n[ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106518] KVM setup paravirtual spinlock\n[ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111811] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132528] devtmpfs: initialized\n[ 0.134383] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137033] EVM: security.ima\n[ 0.137983] EVM: security.capability\n[ 0.140085] pinctrl core: initialized pinctrl subsystem\n[ 0.141591] regulator-dummy: no parameters\n[ 0.142857] RTC time: 23:53:59, date: 08/18/18\n[ 0.144073] NET: Registered protocol family 16\n[ 0.145458] cpuidle: using governor ladder\n[ 0.146653] cpuidle: using governor menu\n[ 0.147941] ACPI: bus type PCI registered\n[ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149829] PCI: Using configuration type 1 for base access\n[ 0.152073] bio: create slab at 0\n[ 0.153245] ACPI: Added _OSI(Module Device)\n[ 0.153285] ACPI: Added _OSI(Processor Device)\n[ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158668] ACPI: Interpreter enabled\n[ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168772] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175964] ACPI: No dock devices found.\n[ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184243] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186516] acpiphp: Slot [5] registered\n[ 0.187656] acpiphp: Slot [6] registered\n[ 0.188024] acpiphp: Slot [7] registered\n[ 0.189150] acpiphp: Slot [8] registered\n[ 0.190275] acpiphp: Slot [9] registered\n[ 0.191427] acpiphp: Slot [10] registered\n[ 0.192022] acpiphp: Slot [11] registered\n[ 0.193214] acpiphp: Slot [12] registered\n[ 0.194354] acpiphp: Slot [13] registered\n[ 0.195502] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197198] acpiphp: Slot [16] registered\n[ 0.198439] acpiphp: Slot [17] registered\n[ 0.199618] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201207] acpiphp: Slot [20] registered\n[ 0.202378] acpiphp: Slot [21] registered\n[ 0.203542] acpiphp: Slot [22] registered\n[ 0.204021] acpiphp: Slot [23] registered\n[ 0.205206] acpiphp: Slot [24] registered\n[ 0.206370] acpiphp: Slot [25] registered\n[ 0.207531] acpiphp: Slot [26] registered\n[ 0.208022] acpiphp: Slot [27] registered\n[ 0.209199] acpiphp: Slot [28] registered\n[ 0.210378] acpiphp: Slot [29] registered\n[ 0.211545] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213200] PCI host bridge to bus 0000:00\n[ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270608] SCSI subsystem initialized\n[ 0.271885] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273545] usbcore: registered new interface driver hub\n[ 0.275050] usbcore: registered new device driver usb\n[ 0.276125] PCI: Using ACPI for IRQ routing\n[ 0.277647] NetLabel: Initializing\n[ 0.278699] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281445] NetLabel: unlabeled traffic allowed by default\n[ 0.283008] Switched to clocksource kvm-clock\n[ 0.289335] AppArmor: AppArmor Filesystem Enabled\n[ 0.290696] pnp: PnP ACPI init\n[ 0.291673] ACPI: bus type PNP registered\n[ 0.293332] pnp: PnP ACPI: found 8 devices\n[ 0.294545] ACPI: bus type PNP unregistered\n[ 0.302654] NET: Registered protocol family 2\n[ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.308395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.310261] TCP: reno registered\n[ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314685] NET: Registered protocol family 1\n[ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.364467] Trying to unpack rootfs image as initramfs...\n[ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475288] Scanning for low memory corruption every 60 seconds\n[ 0.477417] Initialise system trusted keyring\n[ 0.478717] audit: initializing netlink socket (disabled)\n[ 0.480208] type=2000 audit(1534636440.867:1): initialized\n[ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504984] zbud: loaded\n[ 0.506044] VFS: Disk quotas dquot_6.5.2\n[ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.22)\n[ 0.510546] msgmni has been set to 3997\n[ 0.511721] Key type big_key registered\n[ 0.513353] Key type asymmetric registered\n[ 0.514540] Asymmetric key parser 'x509' registered\n[ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.518077] io scheduler noop registered\n[ 0.519194] io scheduler deadline registered (default)\n[ 0.520593] io scheduler cfq registered\n[ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525157] ipmi message handler version 39.2\n[ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528605] ACPI: Power Button [PWRF]\n[ 0.529780] GHES: HEST is not enabled!\n[ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649672] Linux agpgart interface v0.103\n[ 0.651830] brd: module loaded\n[ 0.653251] loop: module loaded\n[ 0.654553] blk-mq: CPU -> queue map\n[ 0.655603] CPU 0 -> Queue 0\n[ 0.656541] CPU 1 -> Queue 0\n[ 0.658361] vda: vda1\n[ 0.660064] scsi0 : ata_piix\n[ 0.661171] scsi1 : ata_piix\n[ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666227] libphy: Fixed MDIO Bus: probed\n[ 0.667637] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672808] PPP generic driver version 2.4.2\n[ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.675974] ehci-pci: EHCI PCI platform driver\n[ 0.677262] ehci-platform: EHCI generic platform driver\n[ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680268] ohci-pci: OHCI PCI platform driver\n[ 0.681526] ohci-platform: OHCI generic platform driver\n[ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714735] usb usb1: Product: UHCI Host Controller\n[ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.717800] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719282] hub 1-0:1.0: USB hub found\n[ 0.720751] hub 1-0:1.0: 2 ports detected\n[ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731077] mousedev: PS/2 mouse device common for all mice\n[ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.744458] device-mapper: uevent: version 1.0.3\n[ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.751492] TCP: cubic registered\n[ 0.752977] NET: Registered protocol family 10\n[ 0.755024] NET: Registered protocol family 17\n[ 0.756718] Key type dns_resolver registered\n[ 0.758636] Loading compiled-in X.509 certificates\n[ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.773786] registered taskstats version 1\n[ 0.776938] Key type trusted registered\n[ 0.780908] Key type encrypted registered\n[ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783546] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.785546] regulator-dummy: disabling\n[ 0.786691] Magic number: 14:146:909\n[ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440)\n[ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.791785] EDD information not available.\n[ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.828224] Write protecting the kernel read-only data: 12288k\n[ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.849634] systemd-udevd[107]: starting version 204\n[ 0.898851] FDC 0 is a S82078B\n[ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200980] usb 1-1: Product: QEMU USB Tablet\n[ 1.202183] usb 1-1: Manufacturer: QEMU\n[ 1.203280] usb 1-1: SerialNumber: 42\n[ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds.\ncloud-init-nonet[4.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\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:4a:71:fb |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 |\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.1 | 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:\n40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++=oo=. |\n| ..*o o.+ |\n| . *+ o . |\n| . + .o + |\n| . o S . |\n| E |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o |\n| o.. . |\n| o. o |\n| ...o |\n| . S.. |\n| + . .. |\n| + .o... |\n| +. ++.. |\n| o++o. E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ... |\n| . + . |\n| . . . = . |\n|oE. + |\n|.. S. |\n| . ... |\n| ...o..o .|\n| .=..+ + |\n| ..== .|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| . S |\n| ..+..o. |\n|+.+o.+.. |\n|*+..= +. |\n|*+oo oE+. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[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 * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n"} 2018-08-19 00:01:53,482 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-95508879-9824-4f99-957b-fb776fed0889 2018-08-19 00:01:53,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0897948741913s 2018-08-19 00:01:53,484 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-95508879-9824-4f99-957b-fb776fed0889 2018-08-19 00:01:53,484 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301 [ 0.009602] Security Framework initialized [ 0.011063] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024481] Initializing cgroup subsys memory [ 0.028027] Initializing cgroup subsys devices [ 0.029549] Initializing cgroup subsys freezer [ 0.031071] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033583] Initializing cgroup subsys hugetlb [ 0.035161] FEATURE SPEC_CTRL Not Present [ 0.036705] mce: CPU supports 10 MCE banks [ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046547] Speculative Store Bypass: Vulnerable [ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055472] ACPI: Core revision 20131115 [ 0.056542] ACPI: All ACPI Tables successfully acquired [ 0.058565] ftrace: allocating 28746 entries in 113 pages [ 0.080248] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088272] Enabling x2apic [ 0.089332] Enabled x2apic [ 0.090663] Switched APIC routing to physical x2apic. [ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106518] KVM setup paravirtual spinlock [ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111811] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132528] devtmpfs: initialized [ 0.134383] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137033] EVM: security.ima [ 0.137983] EVM: security.capability [ 0.140085] pinctrl core: initialized pinctrl subsystem [ 0.141591] regulator-dummy: no parameters [ 0.142857] RTC time: 23:53:59, date: 08/18/18 [ 0.144073] NET: Registered protocol family 16 [ 0.145458] cpuidle: using governor ladder [ 0.146653] cpuidle: using governor menu [ 0.147941] ACPI: bus type PCI registered [ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149829] PCI: Using configuration type 1 for base access [ 0.152073] bio: create slab at 0 [ 0.153245] ACPI: Added _OSI(Module Device) [ 0.153285] ACPI: Added _OSI(Processor Device) [ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158668] ACPI: Interpreter enabled [ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168772] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175964] ACPI: No dock devices found. [ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184243] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186516] acpiphp: Slot [5] registered [ 0.187656] acpiphp: Slot [6] registered [ 0.188024] acpiphp: Slot [7] registered [ 0.189150] acpiphp: Slot [8] registered [ 0.190275] acpiphp: Slot [9] registered [ 0.191427] acpiphp: Slot [10] registered [ 0.192022] acpiphp: Slot [11] registered [ 0.193214] acpiphp: Slot [12] registered [ 0.194354] acpiphp: Slot [13] registered [ 0.195502] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197198] acpiphp: Slot [16] registered [ 0.198439] acpiphp: Slot [17] registered [ 0.199618] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201207] acpiphp: Slot [20] registered [ 0.202378] acpiphp: Slot [21] registered [ 0.203542] acpiphp: Slot [22] registered [ 0.204021] acpiphp: Slot [23] registered [ 0.205206] acpiphp: Slot [24] registered [ 0.206370] acpiphp: Slot [25] registered [ 0.207531] acpiphp: Slot [26] registered [ 0.208022] acpiphp: Slot [27] registered [ 0.209199] acpiphp: Slot [28] registered [ 0.210378] acpiphp: Slot [29] registered [ 0.211545] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213200] PCI host bridge to bus 0000:00 [ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268900] vgaarb: bridge control possible 0000:00:02.0 [ 0.270608] SCSI subsystem initialized [ 0.271885] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273545] usbcore: registered new interface driver hub [ 0.275050] usbcore: registered new device driver usb [ 0.276125] PCI: Using ACPI for IRQ routing [ 0.277647] NetLabel: Initializing [ 0.278699] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281445] NetLabel: unlabeled traffic allowed by default [ 0.283008] Switched to clocksource kvm-clock [ 0.289335] AppArmor: AppArmor Filesystem Enabled [ 0.290696] pnp: PnP ACPI init [ 0.291673] ACPI: bus type PNP registered [ 0.293332] pnp: PnP ACPI: found 8 devices [ 0.294545] ACPI: bus type PNP unregistered [ 0.302654] NET: Registered protocol family 2 [ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.308395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.310261] TCP: reno registered [ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314685] NET: Registered protocol family 1 [ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.364467] Trying to unpack rootfs image as initramfs... [ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475288] Scanning for low memory corruption every 60 seconds [ 0.477417] Initialise system trusted keyring [ 0.478717] audit: initializing netlink socket (disabled) [ 0.480208] type=2000 audit(1534636440.867:1): initialized [ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504984] zbud: loaded [ 0.506044] VFS: Disk quotas dquot_6.5.2 [ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509333] fuse init (API version 7.22) [ 0.510546] msgmni has been set to 3997 [ 0.511721] Key type big_key registered [ 0.513353] Key type asymmetric registered [ 0.514540] Asymmetric key parser 'x509' registered [ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.518077] io scheduler noop registered [ 0.519194] io scheduler deadline registered (default) [ 0.520593] io scheduler cfq registered [ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525157] ipmi message handler version 39.2 [ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528605] ACPI: Power Button [PWRF] [ 0.529780] GHES: HEST is not enabled! [ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649672] Linux agpgart interface v0.103 [ 0.651830] brd: module loaded [ 0.653251] loop: module loaded [ 0.654553] blk-mq: CPU -> queue map [ 0.655603] CPU 0 -> Queue 0 [ 0.656541] CPU 1 -> Queue 0 [ 0.658361] vda: vda1 [ 0.660064] scsi0 : ata_piix [ 0.661171] scsi1 : ata_piix [ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666227] libphy: Fixed MDIO Bus: probed [ 0.667637] tun: Universal TUN/TAP device driver, 1.6 [ 0.669187] tun: (C) 1999-2004 Max Krasnyansky [ 0.672808] PPP generic driver version 2.4.2 [ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.675974] ehci-pci: EHCI PCI platform driver [ 0.677262] ehci-platform: EHCI generic platform driver [ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680268] ohci-pci: OHCI PCI platform driver [ 0.681526] ohci-platform: OHCI generic platform driver [ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714735] usb usb1: Product: UHCI Host Controller [ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.717800] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719282] hub 1-0:1.0: USB hub found [ 0.720751] hub 1-0:1.0: 2 ports detected [ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.731077] mousedev: PS/2 mouse device common for all mice [ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737432] rtc_cmos 00:00: RTC can wake from S4 [ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.744458] device-mapper: uevent: version 1.0.3 [ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs [ 0.751492] TCP: cubic registered [ 0.752977] NET: Registered protocol family 10 [ 0.755024] NET: Registered protocol family 17 [ 0.756718] Key type dns_resolver registered [ 0.758636] Loading compiled-in X.509 certificates [ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.773786] registered taskstats version 1 [ 0.776938] Key type trusted registered [ 0.780908] Key type encrypted registered [ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783546] IMA: No TPM chip found, activating TPM-bypass! [ 0.785546] regulator-dummy: disabling [ 0.786691] Magic number: 14:146:909 [ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440) [ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.791785] EDD information not available. [ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.828224] Write protecting the kernel read-only data: 12288k [ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.849634] systemd-udevd[107]: starting version 204 [ 0.898851] FDC 0 is a S82078B [ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200980] usb 1-1: Product: QEMU USB Tablet [ 1.202183] usb 1-1: Manufacturer: QEMU [ 1.203280] usb 1-1: SerialNumber: 42 [ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds. cloud-init-nonet[4.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.15]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 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:4a:71:fb | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 | 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.1 | 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: 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .++=oo=. | | ..*o o.+ | | . *+ o . | | . + .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: fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | =o | | o.. . | | o. o | | ...o | | . S.. | | + . .. | | + .o... | | +. ++.. | | o++o. E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | ... | | . + . | | . . . = . | |oE. + | |.. S. | | . ... | | ...o..o .| | .=..+ + | | ..== .| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | . S | | ..+..o. | |+.+o.+.. | |*+..= +. | |*+oo oE+. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 2018-08-19 00:01:53,486 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:02:03,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:02:03,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:02:04,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-cd0566da-0bd7-4410-aa1d-bb1c39f4718d x-compute-request-id: req-cd0566da-0bd7-4410-aa1d-bb1c39f4718d Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:02:04,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cd0566da-0bd7-4410-aa1d-bb1c39f4718d 2018-08-19 00:02:04,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.83869600296s 2018-08-19 00:02:04,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cd0566da-0bd7-4410-aa1d-bb1c39f4718d 2018-08-19 00:02:04,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:02:04,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:02:04,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-c2d9dfd8-1f64-4215-9a6a-f7973c1a560d x-compute-request-id: req-c2d9dfd8-1f64-4215-9a6a-f7973c1a560d Content-Encoding: gzip Content-Length: 11005 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301\n[ 0.009602] Security Framework initialized\n[ 0.011063] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024481] Initializing cgroup subsys memory\n[ 0.028027] Initializing cgroup subsys devices\n[ 0.029549] Initializing cgroup subsys freezer\n[ 0.031071] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033583] Initializing cgroup subsys hugetlb\n[ 0.035161] FEATURE SPEC_CTRL Not Present\n[ 0.036705] mce: CPU supports 10 MCE banks\n[ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046547] Speculative Store Bypass: Vulnerable\n[ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055472] ACPI: Core revision 20131115\n[ 0.056542] ACPI: All ACPI Tables successfully acquired\n[ 0.058565] ftrace: allocating 28746 entries in 113 pages\n[ 0.080248] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088272] Enabling x2apic\n[ 0.089332] Enabled x2apic\n[ 0.090663] Switched APIC routing to physical x2apic.\n[ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106518] KVM setup paravirtual spinlock\n[ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111811] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132528] devtmpfs: initialized\n[ 0.134383] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137033] EVM: security.ima\n[ 0.137983] EVM: security.capability\n[ 0.140085] pinctrl core: initialized pinctrl subsystem\n[ 0.141591] regulator-dummy: no parameters\n[ 0.142857] RTC time: 23:53:59, date: 08/18/18\n[ 0.144073] NET: Registered protocol family 16\n[ 0.145458] cpuidle: using governor ladder\n[ 0.146653] cpuidle: using governor menu\n[ 0.147941] ACPI: bus type PCI registered\n[ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149829] PCI: Using configuration type 1 for base access\n[ 0.152073] bio: create slab at 0\n[ 0.153245] ACPI: Added _OSI(Module Device)\n[ 0.153285] ACPI: Added _OSI(Processor Device)\n[ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158668] ACPI: Interpreter enabled\n[ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168772] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175964] ACPI: No dock devices found.\n[ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184243] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186516] acpiphp: Slot [5] registered\n[ 0.187656] acpiphp: Slot [6] registered\n[ 0.188024] acpiphp: Slot [7] registered\n[ 0.189150] acpiphp: Slot [8] registered\n[ 0.190275] acpiphp: Slot [9] registered\n[ 0.191427] acpiphp: Slot [10] registered\n[ 0.192022] acpiphp: Slot [11] registered\n[ 0.193214] acpiphp: Slot [12] registered\n[ 0.194354] acpiphp: Slot [13] registered\n[ 0.195502] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197198] acpiphp: Slot [16] registered\n[ 0.198439] acpiphp: Slot [17] registered\n[ 0.199618] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201207] acpiphp: Slot [20] registered\n[ 0.202378] acpiphp: Slot [21] registered\n[ 0.203542] acpiphp: Slot [22] registered\n[ 0.204021] acpiphp: Slot [23] registered\n[ 0.205206] acpiphp: Slot [24] registered\n[ 0.206370] acpiphp: Slot [25] registered\n[ 0.207531] acpiphp: Slot [26] registered\n[ 0.208022] acpiphp: Slot [27] registered\n[ 0.209199] acpiphp: Slot [28] registered\n[ 0.210378] acpiphp: Slot [29] registered\n[ 0.211545] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213200] PCI host bridge to bus 0000:00\n[ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270608] SCSI subsystem initialized\n[ 0.271885] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273545] usbcore: registered new interface driver hub\n[ 0.275050] usbcore: registered new device driver usb\n[ 0.276125] PCI: Using ACPI for IRQ routing\n[ 0.277647] NetLabel: Initializing\n[ 0.278699] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281445] NetLabel: unlabeled traffic allowed by default\n[ 0.283008] Switched to clocksource kvm-clock\n[ 0.289335] AppArmor: AppArmor Filesystem Enabled\n[ 0.290696] pnp: PnP ACPI init\n[ 0.291673] ACPI: bus type PNP registered\n[ 0.293332] pnp: PnP ACPI: found 8 devices\n[ 0.294545] ACPI: bus type PNP unregistered\n[ 0.302654] NET: Registered protocol family 2\n[ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.308395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.310261] TCP: reno registered\n[ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314685] NET: Registered protocol family 1\n[ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.364467] Trying to unpack rootfs image as initramfs...\n[ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475288] Scanning for low memory corruption every 60 seconds\n[ 0.477417] Initialise system trusted keyring\n[ 0.478717] audit: initializing netlink socket (disabled)\n[ 0.480208] type=2000 audit(1534636440.867:1): initialized\n[ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504984] zbud: loaded\n[ 0.506044] VFS: Disk quotas dquot_6.5.2\n[ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.22)\n[ 0.510546] msgmni has been set to 3997\n[ 0.511721] Key type big_key registered\n[ 0.513353] Key type asymmetric registered\n[ 0.514540] Asymmetric key parser 'x509' registered\n[ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.518077] io scheduler noop registered\n[ 0.519194] io scheduler deadline registered (default)\n[ 0.520593] io scheduler cfq registered\n[ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525157] ipmi message handler version 39.2\n[ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528605] ACPI: Power Button [PWRF]\n[ 0.529780] GHES: HEST is not enabled!\n[ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649672] Linux agpgart interface v0.103\n[ 0.651830] brd: module loaded\n[ 0.653251] loop: module loaded\n[ 0.654553] blk-mq: CPU -> queue map\n[ 0.655603] CPU 0 -> Queue 0\n[ 0.656541] CPU 1 -> Queue 0\n[ 0.658361] vda: vda1\n[ 0.660064] scsi0 : ata_piix\n[ 0.661171] scsi1 : ata_piix\n[ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666227] libphy: Fixed MDIO Bus: probed\n[ 0.667637] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672808] PPP generic driver version 2.4.2\n[ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.675974] ehci-pci: EHCI PCI platform driver\n[ 0.677262] ehci-platform: EHCI generic platform driver\n[ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680268] ohci-pci: OHCI PCI platform driver\n[ 0.681526] ohci-platform: OHCI generic platform driver\n[ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714735] usb usb1: Product: UHCI Host Controller\n[ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.717800] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719282] hub 1-0:1.0: USB hub found\n[ 0.720751] hub 1-0:1.0: 2 ports detected\n[ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731077] mousedev: PS/2 mouse device common for all mice\n[ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.744458] device-mapper: uevent: version 1.0.3\n[ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.751492] TCP: cubic registered\n[ 0.752977] NET: Registered protocol family 10\n[ 0.755024] NET: Registered protocol family 17\n[ 0.756718] Key type dns_resolver registered\n[ 0.758636] Loading compiled-in X.509 certificates\n[ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.773786] registered taskstats version 1\n[ 0.776938] Key type trusted registered\n[ 0.780908] Key type encrypted registered\n[ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783546] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.785546] regulator-dummy: disabling\n[ 0.786691] Magic number: 14:146:909\n[ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440)\n[ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.791785] EDD information not available.\n[ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.828224] Write protecting the kernel read-only data: 12288k\n[ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.849634] systemd-udevd[107]: starting version 204\n[ 0.898851] FDC 0 is a S82078B\n[ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200980] usb 1-1: Product: QEMU USB Tablet\n[ 1.202183] usb 1-1: Manufacturer: QEMU\n[ 1.203280] usb 1-1: SerialNumber: 42\n[ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds.\ncloud-init-nonet[4.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\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:4a:71:fb |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 |\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.1 | 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:\n40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++=oo=. |\n| ..*o o.+ |\n| . *+ o . |\n| . + .o + |\n| . o S . |\n| E |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o |\n| o.. . |\n| o. o |\n| ...o |\n| . S.. |\n| + . .. |\n| + .o... |\n| +. ++.. |\n| o++o. E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ... |\n| . + . |\n| . . . = . |\n|oE. + |\n|.. S. |\n| . ... |\n| ...o..o .|\n| .=..+ + |\n| ..== .|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| . S |\n| ..+..o. |\n|+.+o.+.. |\n|*+..= +. |\n|*+oo oE+. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[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 * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n"} 2018-08-19 00:02:04,412 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-c2d9dfd8-1f64-4215-9a6a-f7973c1a560d 2018-08-19 00:02:04,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0726289749146s 2018-08-19 00:02:04,413 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-c2d9dfd8-1f64-4215-9a6a-f7973c1a560d 2018-08-19 00:02:04,413 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301 [ 0.009602] Security Framework initialized [ 0.011063] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024481] Initializing cgroup subsys memory [ 0.028027] Initializing cgroup subsys devices [ 0.029549] Initializing cgroup subsys freezer [ 0.031071] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033583] Initializing cgroup subsys hugetlb [ 0.035161] FEATURE SPEC_CTRL Not Present [ 0.036705] mce: CPU supports 10 MCE banks [ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046547] Speculative Store Bypass: Vulnerable [ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055472] ACPI: Core revision 20131115 [ 0.056542] ACPI: All ACPI Tables successfully acquired [ 0.058565] ftrace: allocating 28746 entries in 113 pages [ 0.080248] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088272] Enabling x2apic [ 0.089332] Enabled x2apic [ 0.090663] Switched APIC routing to physical x2apic. [ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106518] KVM setup paravirtual spinlock [ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111811] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132528] devtmpfs: initialized [ 0.134383] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137033] EVM: security.ima [ 0.137983] EVM: security.capability [ 0.140085] pinctrl core: initialized pinctrl subsystem [ 0.141591] regulator-dummy: no parameters [ 0.142857] RTC time: 23:53:59, date: 08/18/18 [ 0.144073] NET: Registered protocol family 16 [ 0.145458] cpuidle: using governor ladder [ 0.146653] cpuidle: using governor menu [ 0.147941] ACPI: bus type PCI registered [ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149829] PCI: Using configuration type 1 for base access [ 0.152073] bio: create slab at 0 [ 0.153245] ACPI: Added _OSI(Module Device) [ 0.153285] ACPI: Added _OSI(Processor Device) [ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158668] ACPI: Interpreter enabled [ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168772] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175964] ACPI: No dock devices found. [ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184243] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186516] acpiphp: Slot [5] registered [ 0.187656] acpiphp: Slot [6] registered [ 0.188024] acpiphp: Slot [7] registered [ 0.189150] acpiphp: Slot [8] registered [ 0.190275] acpiphp: Slot [9] registered [ 0.191427] acpiphp: Slot [10] registered [ 0.192022] acpiphp: Slot [11] registered [ 0.193214] acpiphp: Slot [12] registered [ 0.194354] acpiphp: Slot [13] registered [ 0.195502] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197198] acpiphp: Slot [16] registered [ 0.198439] acpiphp: Slot [17] registered [ 0.199618] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201207] acpiphp: Slot [20] registered [ 0.202378] acpiphp: Slot [21] registered [ 0.203542] acpiphp: Slot [22] registered [ 0.204021] acpiphp: Slot [23] registered [ 0.205206] acpiphp: Slot [24] registered [ 0.206370] acpiphp: Slot [25] registered [ 0.207531] acpiphp: Slot [26] registered [ 0.208022] acpiphp: Slot [27] registered [ 0.209199] acpiphp: Slot [28] registered [ 0.210378] acpiphp: Slot [29] registered [ 0.211545] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213200] PCI host bridge to bus 0000:00 [ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268900] vgaarb: bridge control possible 0000:00:02.0 [ 0.270608] SCSI subsystem initialized [ 0.271885] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273545] usbcore: registered new interface driver hub [ 0.275050] usbcore: registered new device driver usb [ 0.276125] PCI: Using ACPI for IRQ routing [ 0.277647] NetLabel: Initializing [ 0.278699] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281445] NetLabel: unlabeled traffic allowed by default [ 0.283008] Switched to clocksource kvm-clock [ 0.289335] AppArmor: AppArmor Filesystem Enabled [ 0.290696] pnp: PnP ACPI init [ 0.291673] ACPI: bus type PNP registered [ 0.293332] pnp: PnP ACPI: found 8 devices [ 0.294545] ACPI: bus type PNP unregistered [ 0.302654] NET: Registered protocol family 2 [ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.308395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.310261] TCP: reno registered [ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314685] NET: Registered protocol family 1 [ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.364467] Trying to unpack rootfs image as initramfs... [ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475288] Scanning for low memory corruption every 60 seconds [ 0.477417] Initialise system trusted keyring [ 0.478717] audit: initializing netlink socket (disabled) [ 0.480208] type=2000 audit(1534636440.867:1): initialized [ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504984] zbud: loaded [ 0.506044] VFS: Disk quotas dquot_6.5.2 [ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509333] fuse init (API version 7.22) [ 0.510546] msgmni has been set to 3997 [ 0.511721] Key type big_key registered [ 0.513353] Key type asymmetric registered [ 0.514540] Asymmetric key parser 'x509' registered [ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.518077] io scheduler noop registered [ 0.519194] io scheduler deadline registered (default) [ 0.520593] io scheduler cfq registered [ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525157] ipmi message handler version 39.2 [ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528605] ACPI: Power Button [PWRF] [ 0.529780] GHES: HEST is not enabled! [ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649672] Linux agpgart interface v0.103 [ 0.651830] brd: module loaded [ 0.653251] loop: module loaded [ 0.654553] blk-mq: CPU -> queue map [ 0.655603] CPU 0 -> Queue 0 [ 0.656541] CPU 1 -> Queue 0 [ 0.658361] vda: vda1 [ 0.660064] scsi0 : ata_piix [ 0.661171] scsi1 : ata_piix [ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666227] libphy: Fixed MDIO Bus: probed [ 0.667637] tun: Universal TUN/TAP device driver, 1.6 [ 0.669187] tun: (C) 1999-2004 Max Krasnyansky [ 0.672808] PPP generic driver version 2.4.2 [ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.675974] ehci-pci: EHCI PCI platform driver [ 0.677262] ehci-platform: EHCI generic platform driver [ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680268] ohci-pci: OHCI PCI platform driver [ 0.681526] ohci-platform: OHCI generic platform driver [ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714735] usb usb1: Product: UHCI Host Controller [ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.717800] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719282] hub 1-0:1.0: USB hub found [ 0.720751] hub 1-0:1.0: 2 ports detected [ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.731077] mousedev: PS/2 mouse device common for all mice [ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737432] rtc_cmos 00:00: RTC can wake from S4 [ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.744458] device-mapper: uevent: version 1.0.3 [ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs [ 0.751492] TCP: cubic registered [ 0.752977] NET: Registered protocol family 10 [ 0.755024] NET: Registered protocol family 17 [ 0.756718] Key type dns_resolver registered [ 0.758636] Loading compiled-in X.509 certificates [ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.773786] registered taskstats version 1 [ 0.776938] Key type trusted registered [ 0.780908] Key type encrypted registered [ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783546] IMA: No TPM chip found, activating TPM-bypass! [ 0.785546] regulator-dummy: disabling [ 0.786691] Magic number: 14:146:909 [ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440) [ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.791785] EDD information not available. [ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.828224] Write protecting the kernel read-only data: 12288k [ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.849634] systemd-udevd[107]: starting version 204 [ 0.898851] FDC 0 is a S82078B [ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200980] usb 1-1: Product: QEMU USB Tablet [ 1.202183] usb 1-1: Manufacturer: QEMU [ 1.203280] usb 1-1: SerialNumber: 42 [ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds. cloud-init-nonet[4.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.15]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 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:4a:71:fb | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 | 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.1 | 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: 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .++=oo=. | | ..*o o.+ | | . *+ o . | | . + .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: fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | =o | | o.. . | | o. o | | ...o | | . S.. | | + . .. | | + .o... | | +. ++.. | | o++o. E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | ... | | . + . | | . . . = . | |oE. + | |.. S. | | . ... | | ...o..o .| | .=..+ + | | ..== .| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | . S | | ..+..o. | |+.+o.+.. | |*+..= +. | |*+oo oE+. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 2018-08-19 00:02:04,416 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:02:14,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:02:14,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:02:15,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-14b40f3c-8adf-40ca-980a-9454cc1d19c1 x-compute-request-id: req-14b40f3c-8adf-40ca-980a-9454cc1d19c1 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:02:15,004 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14b40f3c-8adf-40ca-980a-9454cc1d19c1 2018-08-19 00:02:15,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577830076218s 2018-08-19 00:02:15,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14b40f3c-8adf-40ca-980a-9454cc1d19c1 2018-08-19 00:02:15,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:02:15,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:02:15,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-9c06b936-e920-4371-a249-3c78a46f8f9f x-compute-request-id: req-9c06b936-e920-4371-a249-3c78a46f8f9f Content-Encoding: gzip Content-Length: 11005 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301\n[ 0.009602] Security Framework initialized\n[ 0.011063] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024481] Initializing cgroup subsys memory\n[ 0.028027] Initializing cgroup subsys devices\n[ 0.029549] Initializing cgroup subsys freezer\n[ 0.031071] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033583] Initializing cgroup subsys hugetlb\n[ 0.035161] FEATURE SPEC_CTRL Not Present\n[ 0.036705] mce: CPU supports 10 MCE banks\n[ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046547] Speculative Store Bypass: Vulnerable\n[ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055472] ACPI: Core revision 20131115\n[ 0.056542] ACPI: All ACPI Tables successfully acquired\n[ 0.058565] ftrace: allocating 28746 entries in 113 pages\n[ 0.080248] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088272] Enabling x2apic\n[ 0.089332] Enabled x2apic\n[ 0.090663] Switched APIC routing to physical x2apic.\n[ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106518] KVM setup paravirtual spinlock\n[ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111811] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132528] devtmpfs: initialized\n[ 0.134383] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137033] EVM: security.ima\n[ 0.137983] EVM: security.capability\n[ 0.140085] pinctrl core: initialized pinctrl subsystem\n[ 0.141591] regulator-dummy: no parameters\n[ 0.142857] RTC time: 23:53:59, date: 08/18/18\n[ 0.144073] NET: Registered protocol family 16\n[ 0.145458] cpuidle: using governor ladder\n[ 0.146653] cpuidle: using governor menu\n[ 0.147941] ACPI: bus type PCI registered\n[ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149829] PCI: Using configuration type 1 for base access\n[ 0.152073] bio: create slab at 0\n[ 0.153245] ACPI: Added _OSI(Module Device)\n[ 0.153285] ACPI: Added _OSI(Processor Device)\n[ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158668] ACPI: Interpreter enabled\n[ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168772] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175964] ACPI: No dock devices found.\n[ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184243] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186516] acpiphp: Slot [5] registered\n[ 0.187656] acpiphp: Slot [6] registered\n[ 0.188024] acpiphp: Slot [7] registered\n[ 0.189150] acpiphp: Slot [8] registered\n[ 0.190275] acpiphp: Slot [9] registered\n[ 0.191427] acpiphp: Slot [10] registered\n[ 0.192022] acpiphp: Slot [11] registered\n[ 0.193214] acpiphp: Slot [12] registered\n[ 0.194354] acpiphp: Slot [13] registered\n[ 0.195502] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197198] acpiphp: Slot [16] registered\n[ 0.198439] acpiphp: Slot [17] registered\n[ 0.199618] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201207] acpiphp: Slot [20] registered\n[ 0.202378] acpiphp: Slot [21] registered\n[ 0.203542] acpiphp: Slot [22] registered\n[ 0.204021] acpiphp: Slot [23] registered\n[ 0.205206] acpiphp: Slot [24] registered\n[ 0.206370] acpiphp: Slot [25] registered\n[ 0.207531] acpiphp: Slot [26] registered\n[ 0.208022] acpiphp: Slot [27] registered\n[ 0.209199] acpiphp: Slot [28] registered\n[ 0.210378] acpiphp: Slot [29] registered\n[ 0.211545] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213200] PCI host bridge to bus 0000:00\n[ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270608] SCSI subsystem initialized\n[ 0.271885] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273545] usbcore: registered new interface driver hub\n[ 0.275050] usbcore: registered new device driver usb\n[ 0.276125] PCI: Using ACPI for IRQ routing\n[ 0.277647] NetLabel: Initializing\n[ 0.278699] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281445] NetLabel: unlabeled traffic allowed by default\n[ 0.283008] Switched to clocksource kvm-clock\n[ 0.289335] AppArmor: AppArmor Filesystem Enabled\n[ 0.290696] pnp: PnP ACPI init\n[ 0.291673] ACPI: bus type PNP registered\n[ 0.293332] pnp: PnP ACPI: found 8 devices\n[ 0.294545] ACPI: bus type PNP unregistered\n[ 0.302654] NET: Registered protocol family 2\n[ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.308395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.310261] TCP: reno registered\n[ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314685] NET: Registered protocol family 1\n[ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.364467] Trying to unpack rootfs image as initramfs...\n[ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475288] Scanning for low memory corruption every 60 seconds\n[ 0.477417] Initialise system trusted keyring\n[ 0.478717] audit: initializing netlink socket (disabled)\n[ 0.480208] type=2000 audit(1534636440.867:1): initialized\n[ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504984] zbud: loaded\n[ 0.506044] VFS: Disk quotas dquot_6.5.2\n[ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.22)\n[ 0.510546] msgmni has been set to 3997\n[ 0.511721] Key type big_key registered\n[ 0.513353] Key type asymmetric registered\n[ 0.514540] Asymmetric key parser 'x509' registered\n[ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.518077] io scheduler noop registered\n[ 0.519194] io scheduler deadline registered (default)\n[ 0.520593] io scheduler cfq registered\n[ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525157] ipmi message handler version 39.2\n[ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528605] ACPI: Power Button [PWRF]\n[ 0.529780] GHES: HEST is not enabled!\n[ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649672] Linux agpgart interface v0.103\n[ 0.651830] brd: module loaded\n[ 0.653251] loop: module loaded\n[ 0.654553] blk-mq: CPU -> queue map\n[ 0.655603] CPU 0 -> Queue 0\n[ 0.656541] CPU 1 -> Queue 0\n[ 0.658361] vda: vda1\n[ 0.660064] scsi0 : ata_piix\n[ 0.661171] scsi1 : ata_piix\n[ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666227] libphy: Fixed MDIO Bus: probed\n[ 0.667637] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672808] PPP generic driver version 2.4.2\n[ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.675974] ehci-pci: EHCI PCI platform driver\n[ 0.677262] ehci-platform: EHCI generic platform driver\n[ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680268] ohci-pci: OHCI PCI platform driver\n[ 0.681526] ohci-platform: OHCI generic platform driver\n[ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714735] usb usb1: Product: UHCI Host Controller\n[ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.717800] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719282] hub 1-0:1.0: USB hub found\n[ 0.720751] hub 1-0:1.0: 2 ports detected\n[ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731077] mousedev: PS/2 mouse device common for all mice\n[ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.744458] device-mapper: uevent: version 1.0.3\n[ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.751492] TCP: cubic registered\n[ 0.752977] NET: Registered protocol family 10\n[ 0.755024] NET: Registered protocol family 17\n[ 0.756718] Key type dns_resolver registered\n[ 0.758636] Loading compiled-in X.509 certificates\n[ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.773786] registered taskstats version 1\n[ 0.776938] Key type trusted registered\n[ 0.780908] Key type encrypted registered\n[ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783546] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.785546] regulator-dummy: disabling\n[ 0.786691] Magic number: 14:146:909\n[ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440)\n[ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.791785] EDD information not available.\n[ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.828224] Write protecting the kernel read-only data: 12288k\n[ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.849634] systemd-udevd[107]: starting version 204\n[ 0.898851] FDC 0 is a S82078B\n[ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200980] usb 1-1: Product: QEMU USB Tablet\n[ 1.202183] usb 1-1: Manufacturer: QEMU\n[ 1.203280] usb 1-1: SerialNumber: 42\n[ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds.\ncloud-init-nonet[4.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\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:4a:71:fb |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 |\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.1 | 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:\n40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++=oo=. |\n| ..*o o.+ |\n| . *+ o . |\n| . + .o + |\n| . o S . |\n| E |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o |\n| o.. . |\n| o. o |\n| ...o |\n| . S.. |\n| + . .. |\n| + .o... |\n| +. ++.. |\n| o++o. E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ... |\n| . + . |\n| . . . = . |\n|oE. + |\n|.. S. |\n| . ... |\n| ...o..o .|\n| .=..+ + |\n| ..== .|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| . S |\n| ..+..o. |\n|+.+o.+.. |\n|*+..= +. |\n|*+oo oE+. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[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 * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n"} 2018-08-19 00:02:15,086 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-9c06b936-e920-4371-a249-3c78a46f8f9f 2018-08-19 00:02:15,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0733480453491s 2018-08-19 00:02:15,087 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-9c06b936-e920-4371-a249-3c78a46f8f9f 2018-08-19 00:02:15,087 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301 [ 0.009602] Security Framework initialized [ 0.011063] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024481] Initializing cgroup subsys memory [ 0.028027] Initializing cgroup subsys devices [ 0.029549] Initializing cgroup subsys freezer [ 0.031071] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033583] Initializing cgroup subsys hugetlb [ 0.035161] FEATURE SPEC_CTRL Not Present [ 0.036705] mce: CPU supports 10 MCE banks [ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046547] Speculative Store Bypass: Vulnerable [ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055472] ACPI: Core revision 20131115 [ 0.056542] ACPI: All ACPI Tables successfully acquired [ 0.058565] ftrace: allocating 28746 entries in 113 pages [ 0.080248] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088272] Enabling x2apic [ 0.089332] Enabled x2apic [ 0.090663] Switched APIC routing to physical x2apic. [ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106518] KVM setup paravirtual spinlock [ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111811] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132528] devtmpfs: initialized [ 0.134383] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137033] EVM: security.ima [ 0.137983] EVM: security.capability [ 0.140085] pinctrl core: initialized pinctrl subsystem [ 0.141591] regulator-dummy: no parameters [ 0.142857] RTC time: 23:53:59, date: 08/18/18 [ 0.144073] NET: Registered protocol family 16 [ 0.145458] cpuidle: using governor ladder [ 0.146653] cpuidle: using governor menu [ 0.147941] ACPI: bus type PCI registered [ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149829] PCI: Using configuration type 1 for base access [ 0.152073] bio: create slab at 0 [ 0.153245] ACPI: Added _OSI(Module Device) [ 0.153285] ACPI: Added _OSI(Processor Device) [ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158668] ACPI: Interpreter enabled [ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168772] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175964] ACPI: No dock devices found. [ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184243] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186516] acpiphp: Slot [5] registered [ 0.187656] acpiphp: Slot [6] registered [ 0.188024] acpiphp: Slot [7] registered [ 0.189150] acpiphp: Slot [8] registered [ 0.190275] acpiphp: Slot [9] registered [ 0.191427] acpiphp: Slot [10] registered [ 0.192022] acpiphp: Slot [11] registered [ 0.193214] acpiphp: Slot [12] registered [ 0.194354] acpiphp: Slot [13] registered [ 0.195502] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197198] acpiphp: Slot [16] registered [ 0.198439] acpiphp: Slot [17] registered [ 0.199618] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201207] acpiphp: Slot [20] registered [ 0.202378] acpiphp: Slot [21] registered [ 0.203542] acpiphp: Slot [22] registered [ 0.204021] acpiphp: Slot [23] registered [ 0.205206] acpiphp: Slot [24] registered [ 0.206370] acpiphp: Slot [25] registered [ 0.207531] acpiphp: Slot [26] registered [ 0.208022] acpiphp: Slot [27] registered [ 0.209199] acpiphp: Slot [28] registered [ 0.210378] acpiphp: Slot [29] registered [ 0.211545] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213200] PCI host bridge to bus 0000:00 [ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268900] vgaarb: bridge control possible 0000:00:02.0 [ 0.270608] SCSI subsystem initialized [ 0.271885] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273545] usbcore: registered new interface driver hub [ 0.275050] usbcore: registered new device driver usb [ 0.276125] PCI: Using ACPI for IRQ routing [ 0.277647] NetLabel: Initializing [ 0.278699] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281445] NetLabel: unlabeled traffic allowed by default [ 0.283008] Switched to clocksource kvm-clock [ 0.289335] AppArmor: AppArmor Filesystem Enabled [ 0.290696] pnp: PnP ACPI init [ 0.291673] ACPI: bus type PNP registered [ 0.293332] pnp: PnP ACPI: found 8 devices [ 0.294545] ACPI: bus type PNP unregistered [ 0.302654] NET: Registered protocol family 2 [ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.308395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.310261] TCP: reno registered [ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314685] NET: Registered protocol family 1 [ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.364467] Trying to unpack rootfs image as initramfs... [ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475288] Scanning for low memory corruption every 60 seconds [ 0.477417] Initialise system trusted keyring [ 0.478717] audit: initializing netlink socket (disabled) [ 0.480208] type=2000 audit(1534636440.867:1): initialized [ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504984] zbud: loaded [ 0.506044] VFS: Disk quotas dquot_6.5.2 [ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509333] fuse init (API version 7.22) [ 0.510546] msgmni has been set to 3997 [ 0.511721] Key type big_key registered [ 0.513353] Key type asymmetric registered [ 0.514540] Asymmetric key parser 'x509' registered [ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.518077] io scheduler noop registered [ 0.519194] io scheduler deadline registered (default) [ 0.520593] io scheduler cfq registered [ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525157] ipmi message handler version 39.2 [ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528605] ACPI: Power Button [PWRF] [ 0.529780] GHES: HEST is not enabled! [ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649672] Linux agpgart interface v0.103 [ 0.651830] brd: module loaded [ 0.653251] loop: module loaded [ 0.654553] blk-mq: CPU -> queue map [ 0.655603] CPU 0 -> Queue 0 [ 0.656541] CPU 1 -> Queue 0 [ 0.658361] vda: vda1 [ 0.660064] scsi0 : ata_piix [ 0.661171] scsi1 : ata_piix [ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666227] libphy: Fixed MDIO Bus: probed [ 0.667637] tun: Universal TUN/TAP device driver, 1.6 [ 0.669187] tun: (C) 1999-2004 Max Krasnyansky [ 0.672808] PPP generic driver version 2.4.2 [ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.675974] ehci-pci: EHCI PCI platform driver [ 0.677262] ehci-platform: EHCI generic platform driver [ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680268] ohci-pci: OHCI PCI platform driver [ 0.681526] ohci-platform: OHCI generic platform driver [ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714735] usb usb1: Product: UHCI Host Controller [ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.717800] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719282] hub 1-0:1.0: USB hub found [ 0.720751] hub 1-0:1.0: 2 ports detected [ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.731077] mousedev: PS/2 mouse device common for all mice [ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737432] rtc_cmos 00:00: RTC can wake from S4 [ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.744458] device-mapper: uevent: version 1.0.3 [ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs [ 0.751492] TCP: cubic registered [ 0.752977] NET: Registered protocol family 10 [ 0.755024] NET: Registered protocol family 17 [ 0.756718] Key type dns_resolver registered [ 0.758636] Loading compiled-in X.509 certificates [ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.773786] registered taskstats version 1 [ 0.776938] Key type trusted registered [ 0.780908] Key type encrypted registered [ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783546] IMA: No TPM chip found, activating TPM-bypass! [ 0.785546] regulator-dummy: disabling [ 0.786691] Magic number: 14:146:909 [ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440) [ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.791785] EDD information not available. [ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.828224] Write protecting the kernel read-only data: 12288k [ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.849634] systemd-udevd[107]: starting version 204 [ 0.898851] FDC 0 is a S82078B [ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200980] usb 1-1: Product: QEMU USB Tablet [ 1.202183] usb 1-1: Manufacturer: QEMU [ 1.203280] usb 1-1: SerialNumber: 42 [ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds. cloud-init-nonet[4.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.15]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 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:4a:71:fb | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 | 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.1 | 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: 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .++=oo=. | | ..*o o.+ | | . *+ o . | | . + .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: fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | =o | | o.. . | | o. o | | ...o | | . S.. | | + . .. | | + .o... | | +. ++.. | | o++o. E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | ... | | . + . | | . . . = . | |oE. + | |.. S. | | . ... | | ...o..o .| | .=..+ + | | ..== .| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | . S | | ..+..o. | |+.+o.+.. | |*+..= +. | |*+oo oE+. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 2018-08-19 00:02:15,089 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:02:25,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:02:25,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:02:26,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-1eeb8b82-bd68-4ff2-a6e3-3dcb05e6d3ec x-compute-request-id: req-1eeb8b82-bd68-4ff2-a6e3-3dcb05e6d3ec Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:02:26,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1eeb8b82-bd68-4ff2-a6e3-3dcb05e6d3ec 2018-08-19 00:02:26,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.959239006042s 2018-08-19 00:02:26,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1eeb8b82-bd68-4ff2-a6e3-3dcb05e6d3ec 2018-08-19 00:02:26,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:02:26,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:02:26,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-e0d34306-6a7c-496b-95eb-1edc0204ec06 x-compute-request-id: req-e0d34306-6a7c-496b-95eb-1edc0204ec06 Content-Encoding: gzip Content-Length: 11029 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301\n[ 0.009602] Security Framework initialized\n[ 0.011063] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024481] Initializing cgroup subsys memory\n[ 0.028027] Initializing cgroup subsys devices\n[ 0.029549] Initializing cgroup subsys freezer\n[ 0.031071] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033583] Initializing cgroup subsys hugetlb\n[ 0.035161] FEATURE SPEC_CTRL Not Present\n[ 0.036705] mce: CPU supports 10 MCE banks\n[ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046547] Speculative Store Bypass: Vulnerable\n[ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055472] ACPI: Core revision 20131115\n[ 0.056542] ACPI: All ACPI Tables successfully acquired\n[ 0.058565] ftrace: allocating 28746 entries in 113 pages\n[ 0.080248] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088272] Enabling x2apic\n[ 0.089332] Enabled x2apic\n[ 0.090663] Switched APIC routing to physical x2apic.\n[ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106518] KVM setup paravirtual spinlock\n[ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111811] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132528] devtmpfs: initialized\n[ 0.134383] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137033] EVM: security.ima\n[ 0.137983] EVM: security.capability\n[ 0.140085] pinctrl core: initialized pinctrl subsystem\n[ 0.141591] regulator-dummy: no parameters\n[ 0.142857] RTC time: 23:53:59, date: 08/18/18\n[ 0.144073] NET: Registered protocol family 16\n[ 0.145458] cpuidle: using governor ladder\n[ 0.146653] cpuidle: using governor menu\n[ 0.147941] ACPI: bus type PCI registered\n[ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149829] PCI: Using configuration type 1 for base access\n[ 0.152073] bio: create slab at 0\n[ 0.153245] ACPI: Added _OSI(Module Device)\n[ 0.153285] ACPI: Added _OSI(Processor Device)\n[ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158668] ACPI: Interpreter enabled\n[ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168772] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175964] ACPI: No dock devices found.\n[ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184243] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186516] acpiphp: Slot [5] registered\n[ 0.187656] acpiphp: Slot [6] registered\n[ 0.188024] acpiphp: Slot [7] registered\n[ 0.189150] acpiphp: Slot [8] registered\n[ 0.190275] acpiphp: Slot [9] registered\n[ 0.191427] acpiphp: Slot [10] registered\n[ 0.192022] acpiphp: Slot [11] registered\n[ 0.193214] acpiphp: Slot [12] registered\n[ 0.194354] acpiphp: Slot [13] registered\n[ 0.195502] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197198] acpiphp: Slot [16] registered\n[ 0.198439] acpiphp: Slot [17] registered\n[ 0.199618] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201207] acpiphp: Slot [20] registered\n[ 0.202378] acpiphp: Slot [21] registered\n[ 0.203542] acpiphp: Slot [22] registered\n[ 0.204021] acpiphp: Slot [23] registered\n[ 0.205206] acpiphp: Slot [24] registered\n[ 0.206370] acpiphp: Slot [25] registered\n[ 0.207531] acpiphp: Slot [26] registered\n[ 0.208022] acpiphp: Slot [27] registered\n[ 0.209199] acpiphp: Slot [28] registered\n[ 0.210378] acpiphp: Slot [29] registered\n[ 0.211545] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213200] PCI host bridge to bus 0000:00\n[ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270608] SCSI subsystem initialized\n[ 0.271885] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273545] usbcore: registered new interface driver hub\n[ 0.275050] usbcore: registered new device driver usb\n[ 0.276125] PCI: Using ACPI for IRQ routing\n[ 0.277647] NetLabel: Initializing\n[ 0.278699] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281445] NetLabel: unlabeled traffic allowed by default\n[ 0.283008] Switched to clocksource kvm-clock\n[ 0.289335] AppArmor: AppArmor Filesystem Enabled\n[ 0.290696] pnp: PnP ACPI init\n[ 0.291673] ACPI: bus type PNP registered\n[ 0.293332] pnp: PnP ACPI: found 8 devices\n[ 0.294545] ACPI: bus type PNP unregistered\n[ 0.302654] NET: Registered protocol family 2\n[ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.308395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.310261] TCP: reno registered\n[ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314685] NET: Registered protocol family 1\n[ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.364467] Trying to unpack rootfs image as initramfs...\n[ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475288] Scanning for low memory corruption every 60 seconds\n[ 0.477417] Initialise system trusted keyring\n[ 0.478717] audit: initializing netlink socket (disabled)\n[ 0.480208] type=2000 audit(1534636440.867:1): initialized\n[ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504984] zbud: loaded\n[ 0.506044] VFS: Disk quotas dquot_6.5.2\n[ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.22)\n[ 0.510546] msgmni has been set to 3997\n[ 0.511721] Key type big_key registered\n[ 0.513353] Key type asymmetric registered\n[ 0.514540] Asymmetric key parser 'x509' registered\n[ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.518077] io scheduler noop registered\n[ 0.519194] io scheduler deadline registered (default)\n[ 0.520593] io scheduler cfq registered\n[ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525157] ipmi message handler version 39.2\n[ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528605] ACPI: Power Button [PWRF]\n[ 0.529780] GHES: HEST is not enabled!\n[ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649672] Linux agpgart interface v0.103\n[ 0.651830] brd: module loaded\n[ 0.653251] loop: module loaded\n[ 0.654553] blk-mq: CPU -> queue map\n[ 0.655603] CPU 0 -> Queue 0\n[ 0.656541] CPU 1 -> Queue 0\n[ 0.658361] vda: vda1\n[ 0.660064] scsi0 : ata_piix\n[ 0.661171] scsi1 : ata_piix\n[ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666227] libphy: Fixed MDIO Bus: probed\n[ 0.667637] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672808] PPP generic driver version 2.4.2\n[ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.675974] ehci-pci: EHCI PCI platform driver\n[ 0.677262] ehci-platform: EHCI generic platform driver\n[ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680268] ohci-pci: OHCI PCI platform driver\n[ 0.681526] ohci-platform: OHCI generic platform driver\n[ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714735] usb usb1: Product: UHCI Host Controller\n[ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.717800] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719282] hub 1-0:1.0: USB hub found\n[ 0.720751] hub 1-0:1.0: 2 ports detected\n[ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731077] mousedev: PS/2 mouse device common for all mice\n[ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.744458] device-mapper: uevent: version 1.0.3\n[ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.751492] TCP: cubic registered\n[ 0.752977] NET: Registered protocol family 10\n[ 0.755024] NET: Registered protocol family 17\n[ 0.756718] Key type dns_resolver registered\n[ 0.758636] Loading compiled-in X.509 certificates\n[ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.773786] registered taskstats version 1\n[ 0.776938] Key type trusted registered\n[ 0.780908] Key type encrypted registered\n[ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783546] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.785546] regulator-dummy: disabling\n[ 0.786691] Magic number: 14:146:909\n[ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440)\n[ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.791785] EDD information not available.\n[ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.828224] Write protecting the kernel read-only data: 12288k\n[ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.849634] systemd-udevd[107]: starting version 204\n[ 0.898851] FDC 0 is a S82078B\n[ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200980] usb 1-1: Product: QEMU USB Tablet\n[ 1.202183] usb 1-1: Manufacturer: QEMU\n[ 1.203280] usb 1-1: SerialNumber: 42\n[ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds.\ncloud-init-nonet[4.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\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:4a:71:fb |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 |\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.1 | 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:\n40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++=oo=. |\n| ..*o o.+ |\n| . *+ o . |\n| . + .o + |\n| . o S . |\n| E |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o |\n| o.. . |\n| o. o |\n| ...o |\n| . S.. |\n| + . .. |\n| + .o... |\n| +. ++.. |\n| o++o. E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ... |\n| . + . |\n| . . . = . |\n|oE. + |\n|.. S. |\n| . ... |\n| ...o..o .|\n| .=..+ + |\n| ..== .|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| . S |\n| ..+..o. |\n|+.+o.+.. |\n|*+..= +. |\n|*+oo oE+. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[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 * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n"} 2018-08-19 00:02:26,148 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-e0d34306-6a7c-496b-95eb-1edc0204ec06 2018-08-19 00:02:26,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0806548595428s 2018-08-19 00:02:26,150 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-e0d34306-6a7c-496b-95eb-1edc0204ec06 2018-08-19 00:02:26,150 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301 [ 0.009602] Security Framework initialized [ 0.011063] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024481] Initializing cgroup subsys memory [ 0.028027] Initializing cgroup subsys devices [ 0.029549] Initializing cgroup subsys freezer [ 0.031071] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033583] Initializing cgroup subsys hugetlb [ 0.035161] FEATURE SPEC_CTRL Not Present [ 0.036705] mce: CPU supports 10 MCE banks [ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046547] Speculative Store Bypass: Vulnerable [ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055472] ACPI: Core revision 20131115 [ 0.056542] ACPI: All ACPI Tables successfully acquired [ 0.058565] ftrace: allocating 28746 entries in 113 pages [ 0.080248] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088272] Enabling x2apic [ 0.089332] Enabled x2apic [ 0.090663] Switched APIC routing to physical x2apic. [ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106518] KVM setup paravirtual spinlock [ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111811] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132528] devtmpfs: initialized [ 0.134383] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137033] EVM: security.ima [ 0.137983] EVM: security.capability [ 0.140085] pinctrl core: initialized pinctrl subsystem [ 0.141591] regulator-dummy: no parameters [ 0.142857] RTC time: 23:53:59, date: 08/18/18 [ 0.144073] NET: Registered protocol family 16 [ 0.145458] cpuidle: using governor ladder [ 0.146653] cpuidle: using governor menu [ 0.147941] ACPI: bus type PCI registered [ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149829] PCI: Using configuration type 1 for base access [ 0.152073] bio: create slab at 0 [ 0.153245] ACPI: Added _OSI(Module Device) [ 0.153285] ACPI: Added _OSI(Processor Device) [ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158668] ACPI: Interpreter enabled [ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168772] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175964] ACPI: No dock devices found. [ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184243] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186516] acpiphp: Slot [5] registered [ 0.187656] acpiphp: Slot [6] registered [ 0.188024] acpiphp: Slot [7] registered [ 0.189150] acpiphp: Slot [8] registered [ 0.190275] acpiphp: Slot [9] registered [ 0.191427] acpiphp: Slot [10] registered [ 0.192022] acpiphp: Slot [11] registered [ 0.193214] acpiphp: Slot [12] registered [ 0.194354] acpiphp: Slot [13] registered [ 0.195502] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197198] acpiphp: Slot [16] registered [ 0.198439] acpiphp: Slot [17] registered [ 0.199618] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201207] acpiphp: Slot [20] registered [ 0.202378] acpiphp: Slot [21] registered [ 0.203542] acpiphp: Slot [22] registered [ 0.204021] acpiphp: Slot [23] registered [ 0.205206] acpiphp: Slot [24] registered [ 0.206370] acpiphp: Slot [25] registered [ 0.207531] acpiphp: Slot [26] registered [ 0.208022] acpiphp: Slot [27] registered [ 0.209199] acpiphp: Slot [28] registered [ 0.210378] acpiphp: Slot [29] registered [ 0.211545] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213200] PCI host bridge to bus 0000:00 [ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268900] vgaarb: bridge control possible 0000:00:02.0 [ 0.270608] SCSI subsystem initialized [ 0.271885] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273545] usbcore: registered new interface driver hub [ 0.275050] usbcore: registered new device driver usb [ 0.276125] PCI: Using ACPI for IRQ routing [ 0.277647] NetLabel: Initializing [ 0.278699] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281445] NetLabel: unlabeled traffic allowed by default [ 0.283008] Switched to clocksource kvm-clock [ 0.289335] AppArmor: AppArmor Filesystem Enabled [ 0.290696] pnp: PnP ACPI init [ 0.291673] ACPI: bus type PNP registered [ 0.293332] pnp: PnP ACPI: found 8 devices [ 0.294545] ACPI: bus type PNP unregistered [ 0.302654] NET: Registered protocol family 2 [ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.308395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.310261] TCP: reno registered [ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314685] NET: Registered protocol family 1 [ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.364467] Trying to unpack rootfs image as initramfs... [ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475288] Scanning for low memory corruption every 60 seconds [ 0.477417] Initialise system trusted keyring [ 0.478717] audit: initializing netlink socket (disabled) [ 0.480208] type=2000 audit(1534636440.867:1): initialized [ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504984] zbud: loaded [ 0.506044] VFS: Disk quotas dquot_6.5.2 [ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509333] fuse init (API version 7.22) [ 0.510546] msgmni has been set to 3997 [ 0.511721] Key type big_key registered [ 0.513353] Key type asymmetric registered [ 0.514540] Asymmetric key parser 'x509' registered [ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.518077] io scheduler noop registered [ 0.519194] io scheduler deadline registered (default) [ 0.520593] io scheduler cfq registered [ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525157] ipmi message handler version 39.2 [ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528605] ACPI: Power Button [PWRF] [ 0.529780] GHES: HEST is not enabled! [ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649672] Linux agpgart interface v0.103 [ 0.651830] brd: module loaded [ 0.653251] loop: module loaded [ 0.654553] blk-mq: CPU -> queue map [ 0.655603] CPU 0 -> Queue 0 [ 0.656541] CPU 1 -> Queue 0 [ 0.658361] vda: vda1 [ 0.660064] scsi0 : ata_piix [ 0.661171] scsi1 : ata_piix [ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666227] libphy: Fixed MDIO Bus: probed [ 0.667637] tun: Universal TUN/TAP device driver, 1.6 [ 0.669187] tun: (C) 1999-2004 Max Krasnyansky [ 0.672808] PPP generic driver version 2.4.2 [ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.675974] ehci-pci: EHCI PCI platform driver [ 0.677262] ehci-platform: EHCI generic platform driver [ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680268] ohci-pci: OHCI PCI platform driver [ 0.681526] ohci-platform: OHCI generic platform driver [ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714735] usb usb1: Product: UHCI Host Controller [ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.717800] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719282] hub 1-0:1.0: USB hub found [ 0.720751] hub 1-0:1.0: 2 ports detected [ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.731077] mousedev: PS/2 mouse device common for all mice [ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737432] rtc_cmos 00:00: RTC can wake from S4 [ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.744458] device-mapper: uevent: version 1.0.3 [ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs [ 0.751492] TCP: cubic registered [ 0.752977] NET: Registered protocol family 10 [ 0.755024] NET: Registered protocol family 17 [ 0.756718] Key type dns_resolver registered [ 0.758636] Loading compiled-in X.509 certificates [ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.773786] registered taskstats version 1 [ 0.776938] Key type trusted registered [ 0.780908] Key type encrypted registered [ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783546] IMA: No TPM chip found, activating TPM-bypass! [ 0.785546] regulator-dummy: disabling [ 0.786691] Magic number: 14:146:909 [ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440) [ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.791785] EDD information not available. [ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.828224] Write protecting the kernel read-only data: 12288k [ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.849634] systemd-udevd[107]: starting version 204 [ 0.898851] FDC 0 is a S82078B [ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200980] usb 1-1: Product: QEMU USB Tablet [ 1.202183] usb 1-1: Manufacturer: QEMU [ 1.203280] usb 1-1: SerialNumber: 42 [ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds. cloud-init-nonet[4.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.15]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 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:4a:71:fb | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 | 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.1 | 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: 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .++=oo=. | | ..*o o.+ | | . *+ o . | | . + .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: fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | =o | | o.. . | | o. o | | ...o | | . S.. | | + . .. | | + .o... | | +. ++.. | | o++o. E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | ... | | . + . | | . . . = . | |oE. + | |.. S. | | . ... | | ...o..o .| | .=..+ + | | ..== .| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | . S | | ..+..o. | |+.+o.+.. | |*+..= +. | |*+oo oE+. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 2018-08-19 00:02:26,152 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:02:36,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:02:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:02:36,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-d6ea763d-9923-47ce-be52-841e69f5c8ee x-compute-request-id: req-d6ea763d-9923-47ce-be52-841e69f5c8ee Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:02:36,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d6ea763d-9923-47ce-be52-841e69f5c8ee 2018-08-19 00:02:36,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.298432826996s 2018-08-19 00:02:36,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d6ea763d-9923-47ce-be52-841e69f5c8ee 2018-08-19 00:02:36,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:02:36,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:02:36,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-19e3601d-a853-48e0-9933-d34fff0b47c1 x-compute-request-id: req-19e3601d-a853-48e0-9933-d34fff0b47c1 Content-Encoding: gzip Content-Length: 11029 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301\n[ 0.009602] Security Framework initialized\n[ 0.011063] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024481] Initializing cgroup subsys memory\n[ 0.028027] Initializing cgroup subsys devices\n[ 0.029549] Initializing cgroup subsys freezer\n[ 0.031071] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033583] Initializing cgroup subsys hugetlb\n[ 0.035161] FEATURE SPEC_CTRL Not Present\n[ 0.036705] mce: CPU supports 10 MCE banks\n[ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046547] Speculative Store Bypass: Vulnerable\n[ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055472] ACPI: Core revision 20131115\n[ 0.056542] ACPI: All ACPI Tables successfully acquired\n[ 0.058565] ftrace: allocating 28746 entries in 113 pages\n[ 0.080248] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088272] Enabling x2apic\n[ 0.089332] Enabled x2apic\n[ 0.090663] Switched APIC routing to physical x2apic.\n[ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106518] KVM setup paravirtual spinlock\n[ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111811] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132528] devtmpfs: initialized\n[ 0.134383] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137033] EVM: security.ima\n[ 0.137983] EVM: security.capability\n[ 0.140085] pinctrl core: initialized pinctrl subsystem\n[ 0.141591] regulator-dummy: no parameters\n[ 0.142857] RTC time: 23:53:59, date: 08/18/18\n[ 0.144073] NET: Registered protocol family 16\n[ 0.145458] cpuidle: using governor ladder\n[ 0.146653] cpuidle: using governor menu\n[ 0.147941] ACPI: bus type PCI registered\n[ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149829] PCI: Using configuration type 1 for base access\n[ 0.152073] bio: create slab at 0\n[ 0.153245] ACPI: Added _OSI(Module Device)\n[ 0.153285] ACPI: Added _OSI(Processor Device)\n[ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158668] ACPI: Interpreter enabled\n[ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168772] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175964] ACPI: No dock devices found.\n[ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184243] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186516] acpiphp: Slot [5] registered\n[ 0.187656] acpiphp: Slot [6] registered\n[ 0.188024] acpiphp: Slot [7] registered\n[ 0.189150] acpiphp: Slot [8] registered\n[ 0.190275] acpiphp: Slot [9] registered\n[ 0.191427] acpiphp: Slot [10] registered\n[ 0.192022] acpiphp: Slot [11] registered\n[ 0.193214] acpiphp: Slot [12] registered\n[ 0.194354] acpiphp: Slot [13] registered\n[ 0.195502] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197198] acpiphp: Slot [16] registered\n[ 0.198439] acpiphp: Slot [17] registered\n[ 0.199618] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201207] acpiphp: Slot [20] registered\n[ 0.202378] acpiphp: Slot [21] registered\n[ 0.203542] acpiphp: Slot [22] registered\n[ 0.204021] acpiphp: Slot [23] registered\n[ 0.205206] acpiphp: Slot [24] registered\n[ 0.206370] acpiphp: Slot [25] registered\n[ 0.207531] acpiphp: Slot [26] registered\n[ 0.208022] acpiphp: Slot [27] registered\n[ 0.209199] acpiphp: Slot [28] registered\n[ 0.210378] acpiphp: Slot [29] registered\n[ 0.211545] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213200] PCI host bridge to bus 0000:00\n[ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270608] SCSI subsystem initialized\n[ 0.271885] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273545] usbcore: registered new interface driver hub\n[ 0.275050] usbcore: registered new device driver usb\n[ 0.276125] PCI: Using ACPI for IRQ routing\n[ 0.277647] NetLabel: Initializing\n[ 0.278699] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281445] NetLabel: unlabeled traffic allowed by default\n[ 0.283008] Switched to clocksource kvm-clock\n[ 0.289335] AppArmor: AppArmor Filesystem Enabled\n[ 0.290696] pnp: PnP ACPI init\n[ 0.291673] ACPI: bus type PNP registered\n[ 0.293332] pnp: PnP ACPI: found 8 devices\n[ 0.294545] ACPI: bus type PNP unregistered\n[ 0.302654] NET: Registered protocol family 2\n[ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.308395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.310261] TCP: reno registered\n[ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314685] NET: Registered protocol family 1\n[ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.364467] Trying to unpack rootfs image as initramfs...\n[ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475288] Scanning for low memory corruption every 60 seconds\n[ 0.477417] Initialise system trusted keyring\n[ 0.478717] audit: initializing netlink socket (disabled)\n[ 0.480208] type=2000 audit(1534636440.867:1): initialized\n[ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504984] zbud: loaded\n[ 0.506044] VFS: Disk quotas dquot_6.5.2\n[ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.22)\n[ 0.510546] msgmni has been set to 3997\n[ 0.511721] Key type big_key registered\n[ 0.513353] Key type asymmetric registered\n[ 0.514540] Asymmetric key parser 'x509' registered\n[ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.518077] io scheduler noop registered\n[ 0.519194] io scheduler deadline registered (default)\n[ 0.520593] io scheduler cfq registered\n[ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525157] ipmi message handler version 39.2\n[ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528605] ACPI: Power Button [PWRF]\n[ 0.529780] GHES: HEST is not enabled!\n[ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649672] Linux agpgart interface v0.103\n[ 0.651830] brd: module loaded\n[ 0.653251] loop: module loaded\n[ 0.654553] blk-mq: CPU -> queue map\n[ 0.655603] CPU 0 -> Queue 0\n[ 0.656541] CPU 1 -> Queue 0\n[ 0.658361] vda: vda1\n[ 0.660064] scsi0 : ata_piix\n[ 0.661171] scsi1 : ata_piix\n[ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666227] libphy: Fixed MDIO Bus: probed\n[ 0.667637] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672808] PPP generic driver version 2.4.2\n[ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.675974] ehci-pci: EHCI PCI platform driver\n[ 0.677262] ehci-platform: EHCI generic platform driver\n[ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680268] ohci-pci: OHCI PCI platform driver\n[ 0.681526] ohci-platform: OHCI generic platform driver\n[ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714735] usb usb1: Product: UHCI Host Controller\n[ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.717800] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719282] hub 1-0:1.0: USB hub found\n[ 0.720751] hub 1-0:1.0: 2 ports detected\n[ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731077] mousedev: PS/2 mouse device common for all mice\n[ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.744458] device-mapper: uevent: version 1.0.3\n[ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.751492] TCP: cubic registered\n[ 0.752977] NET: Registered protocol family 10\n[ 0.755024] NET: Registered protocol family 17\n[ 0.756718] Key type dns_resolver registered\n[ 0.758636] Loading compiled-in X.509 certificates\n[ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.773786] registered taskstats version 1\n[ 0.776938] Key type trusted registered\n[ 0.780908] Key type encrypted registered\n[ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783546] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.785546] regulator-dummy: disabling\n[ 0.786691] Magic number: 14:146:909\n[ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440)\n[ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.791785] EDD information not available.\n[ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.828224] Write protecting the kernel read-only data: 12288k\n[ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.849634] systemd-udevd[107]: starting version 204\n[ 0.898851] FDC 0 is a S82078B\n[ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200980] usb 1-1: Product: QEMU USB Tablet\n[ 1.202183] usb 1-1: Manufacturer: QEMU\n[ 1.203280] usb 1-1: SerialNumber: 42\n[ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds.\ncloud-init-nonet[4.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\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:4a:71:fb |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 |\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.1 | 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:\n40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++=oo=. |\n| ..*o o.+ |\n| . *+ o . |\n| . + .o + |\n| . o S . |\n| E |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o |\n| o.. . |\n| o. o |\n| ...o |\n| . S.. |\n| + . .. |\n| + .o... |\n| +. ++.. |\n| o++o. E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ... |\n| . + . |\n| . . . = . |\n|oE. + |\n|.. S. |\n| . ... |\n| ...o..o .|\n| .=..+ + |\n| ..== .|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| . S |\n| ..+..o. |\n|+.+o.+.. |\n|*+..= +. |\n|*+oo oE+. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[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 * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n"} 2018-08-19 00:02:36,545 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-19e3601d-a853-48e0-9933-d34fff0b47c1 2018-08-19 00:02:36,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0762197971344s 2018-08-19 00:02:36,547 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-19e3601d-a853-48e0-9933-d34fff0b47c1 2018-08-19 00:02:36,547 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301 [ 0.009602] Security Framework initialized [ 0.011063] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024481] Initializing cgroup subsys memory [ 0.028027] Initializing cgroup subsys devices [ 0.029549] Initializing cgroup subsys freezer [ 0.031071] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033583] Initializing cgroup subsys hugetlb [ 0.035161] FEATURE SPEC_CTRL Not Present [ 0.036705] mce: CPU supports 10 MCE banks [ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046547] Speculative Store Bypass: Vulnerable [ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055472] ACPI: Core revision 20131115 [ 0.056542] ACPI: All ACPI Tables successfully acquired [ 0.058565] ftrace: allocating 28746 entries in 113 pages [ 0.080248] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088272] Enabling x2apic [ 0.089332] Enabled x2apic [ 0.090663] Switched APIC routing to physical x2apic. [ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106518] KVM setup paravirtual spinlock [ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111811] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132528] devtmpfs: initialized [ 0.134383] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137033] EVM: security.ima [ 0.137983] EVM: security.capability [ 0.140085] pinctrl core: initialized pinctrl subsystem [ 0.141591] regulator-dummy: no parameters [ 0.142857] RTC time: 23:53:59, date: 08/18/18 [ 0.144073] NET: Registered protocol family 16 [ 0.145458] cpuidle: using governor ladder [ 0.146653] cpuidle: using governor menu [ 0.147941] ACPI: bus type PCI registered [ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149829] PCI: Using configuration type 1 for base access [ 0.152073] bio: create slab at 0 [ 0.153245] ACPI: Added _OSI(Module Device) [ 0.153285] ACPI: Added _OSI(Processor Device) [ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158668] ACPI: Interpreter enabled [ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168772] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175964] ACPI: No dock devices found. [ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184243] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186516] acpiphp: Slot [5] registered [ 0.187656] acpiphp: Slot [6] registered [ 0.188024] acpiphp: Slot [7] registered [ 0.189150] acpiphp: Slot [8] registered [ 0.190275] acpiphp: Slot [9] registered [ 0.191427] acpiphp: Slot [10] registered [ 0.192022] acpiphp: Slot [11] registered [ 0.193214] acpiphp: Slot [12] registered [ 0.194354] acpiphp: Slot [13] registered [ 0.195502] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197198] acpiphp: Slot [16] registered [ 0.198439] acpiphp: Slot [17] registered [ 0.199618] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201207] acpiphp: Slot [20] registered [ 0.202378] acpiphp: Slot [21] registered [ 0.203542] acpiphp: Slot [22] registered [ 0.204021] acpiphp: Slot [23] registered [ 0.205206] acpiphp: Slot [24] registered [ 0.206370] acpiphp: Slot [25] registered [ 0.207531] acpiphp: Slot [26] registered [ 0.208022] acpiphp: Slot [27] registered [ 0.209199] acpiphp: Slot [28] registered [ 0.210378] acpiphp: Slot [29] registered [ 0.211545] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213200] PCI host bridge to bus 0000:00 [ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268900] vgaarb: bridge control possible 0000:00:02.0 [ 0.270608] SCSI subsystem initialized [ 0.271885] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273545] usbcore: registered new interface driver hub [ 0.275050] usbcore: registered new device driver usb [ 0.276125] PCI: Using ACPI for IRQ routing [ 0.277647] NetLabel: Initializing [ 0.278699] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281445] NetLabel: unlabeled traffic allowed by default [ 0.283008] Switched to clocksource kvm-clock [ 0.289335] AppArmor: AppArmor Filesystem Enabled [ 0.290696] pnp: PnP ACPI init [ 0.291673] ACPI: bus type PNP registered [ 0.293332] pnp: PnP ACPI: found 8 devices [ 0.294545] ACPI: bus type PNP unregistered [ 0.302654] NET: Registered protocol family 2 [ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.308395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.310261] TCP: reno registered [ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314685] NET: Registered protocol family 1 [ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.364467] Trying to unpack rootfs image as initramfs... [ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475288] Scanning for low memory corruption every 60 seconds [ 0.477417] Initialise system trusted keyring [ 0.478717] audit: initializing netlink socket (disabled) [ 0.480208] type=2000 audit(1534636440.867:1): initialized [ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504984] zbud: loaded [ 0.506044] VFS: Disk quotas dquot_6.5.2 [ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509333] fuse init (API version 7.22) [ 0.510546] msgmni has been set to 3997 [ 0.511721] Key type big_key registered [ 0.513353] Key type asymmetric registered [ 0.514540] Asymmetric key parser 'x509' registered [ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.518077] io scheduler noop registered [ 0.519194] io scheduler deadline registered (default) [ 0.520593] io scheduler cfq registered [ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525157] ipmi message handler version 39.2 [ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528605] ACPI: Power Button [PWRF] [ 0.529780] GHES: HEST is not enabled! [ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649672] Linux agpgart interface v0.103 [ 0.651830] brd: module loaded [ 0.653251] loop: module loaded [ 0.654553] blk-mq: CPU -> queue map [ 0.655603] CPU 0 -> Queue 0 [ 0.656541] CPU 1 -> Queue 0 [ 0.658361] vda: vda1 [ 0.660064] scsi0 : ata_piix [ 0.661171] scsi1 : ata_piix [ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666227] libphy: Fixed MDIO Bus: probed [ 0.667637] tun: Universal TUN/TAP device driver, 1.6 [ 0.669187] tun: (C) 1999-2004 Max Krasnyansky [ 0.672808] PPP generic driver version 2.4.2 [ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.675974] ehci-pci: EHCI PCI platform driver [ 0.677262] ehci-platform: EHCI generic platform driver [ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680268] ohci-pci: OHCI PCI platform driver [ 0.681526] ohci-platform: OHCI generic platform driver [ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714735] usb usb1: Product: UHCI Host Controller [ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.717800] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719282] hub 1-0:1.0: USB hub found [ 0.720751] hub 1-0:1.0: 2 ports detected [ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.731077] mousedev: PS/2 mouse device common for all mice [ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737432] rtc_cmos 00:00: RTC can wake from S4 [ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.744458] device-mapper: uevent: version 1.0.3 [ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs [ 0.751492] TCP: cubic registered [ 0.752977] NET: Registered protocol family 10 [ 0.755024] NET: Registered protocol family 17 [ 0.756718] Key type dns_resolver registered [ 0.758636] Loading compiled-in X.509 certificates [ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.773786] registered taskstats version 1 [ 0.776938] Key type trusted registered [ 0.780908] Key type encrypted registered [ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783546] IMA: No TPM chip found, activating TPM-bypass! [ 0.785546] regulator-dummy: disabling [ 0.786691] Magic number: 14:146:909 [ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440) [ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.791785] EDD information not available. [ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.828224] Write protecting the kernel read-only data: 12288k [ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.849634] systemd-udevd[107]: starting version 204 [ 0.898851] FDC 0 is a S82078B [ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200980] usb 1-1: Product: QEMU USB Tablet [ 1.202183] usb 1-1: Manufacturer: QEMU [ 1.203280] usb 1-1: SerialNumber: 42 [ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds. cloud-init-nonet[4.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.15]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 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:4a:71:fb | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 | 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.1 | 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: 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .++=oo=. | | ..*o o.+ | | . *+ o . | | . + .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: fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | =o | | o.. . | | o. o | | ...o | | . S.. | | + . .. | | + .o... | | +. ++.. | | o++o. E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | ... | | . + . | | . . . = . | |oE. + | |.. S. | | . ... | | ...o..o .| | .=..+ + | | ..== .| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | . S | | ..+..o. | |+.+o.+.. | |*+..= +. | |*+oo oE+. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 2018-08-19 00:02:36,548 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:02:46,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:02:46,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:02:47,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd120ba3-4fb9-45e9-bf83-11cbcd0c1f12 x-compute-request-id: req-cd120ba3-4fb9-45e9-bf83-11cbcd0c1f12 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:02:47,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cd120ba3-4fb9-45e9-bf83-11cbcd0c1f12 2018-08-19 00:02:47,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573468923569s 2018-08-19 00:02:47,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cd120ba3-4fb9-45e9-bf83-11cbcd0c1f12 2018-08-19 00:02:47,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:02:47,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:02:47,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-a8e9ddfd-9f3f-4f91-b628-a77eb4f125b8 x-compute-request-id: req-a8e9ddfd-9f3f-4f91-b628-a77eb4f125b8 Content-Encoding: gzip Content-Length: 12161 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301\n[ 0.009602] Security Framework initialized\n[ 0.011063] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024481] Initializing cgroup subsys memory\n[ 0.028027] Initializing cgroup subsys devices\n[ 0.029549] Initializing cgroup subsys freezer\n[ 0.031071] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033583] Initializing cgroup subsys hugetlb\n[ 0.035161] FEATURE SPEC_CTRL Not Present\n[ 0.036705] mce: CPU supports 10 MCE banks\n[ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046547] Speculative Store Bypass: Vulnerable\n[ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055472] ACPI: Core revision 20131115\n[ 0.056542] ACPI: All ACPI Tables successfully acquired\n[ 0.058565] ftrace: allocating 28746 entries in 113 pages\n[ 0.080248] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088272] Enabling x2apic\n[ 0.089332] Enabled x2apic\n[ 0.090663] Switched APIC routing to physical x2apic.\n[ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106518] KVM setup paravirtual spinlock\n[ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111811] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132528] devtmpfs: initialized\n[ 0.134383] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137033] EVM: security.ima\n[ 0.137983] EVM: security.capability\n[ 0.140085] pinctrl core: initialized pinctrl subsystem\n[ 0.141591] regulator-dummy: no parameters\n[ 0.142857] RTC time: 23:53:59, date: 08/18/18\n[ 0.144073] NET: Registered protocol family 16\n[ 0.145458] cpuidle: using governor ladder\n[ 0.146653] cpuidle: using governor menu\n[ 0.147941] ACPI: bus type PCI registered\n[ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149829] PCI: Using configuration type 1 for base access\n[ 0.152073] bio: create slab at 0\n[ 0.153245] ACPI: Added _OSI(Module Device)\n[ 0.153285] ACPI: Added _OSI(Processor Device)\n[ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158668] ACPI: Interpreter enabled\n[ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168772] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175964] ACPI: No dock devices found.\n[ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184243] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186516] acpiphp: Slot [5] registered\n[ 0.187656] acpiphp: Slot [6] registered\n[ 0.188024] acpiphp: Slot [7] registered\n[ 0.189150] acpiphp: Slot [8] registered\n[ 0.190275] acpiphp: Slot [9] registered\n[ 0.191427] acpiphp: Slot [10] registered\n[ 0.192022] acpiphp: Slot [11] registered\n[ 0.193214] acpiphp: Slot [12] registered\n[ 0.194354] acpiphp: Slot [13] registered\n[ 0.195502] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197198] acpiphp: Slot [16] registered\n[ 0.198439] acpiphp: Slot [17] registered\n[ 0.199618] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201207] acpiphp: Slot [20] registered\n[ 0.202378] acpiphp: Slot [21] registered\n[ 0.203542] acpiphp: Slot [22] registered\n[ 0.204021] acpiphp: Slot [23] registered\n[ 0.205206] acpiphp: Slot [24] registered\n[ 0.206370] acpiphp: Slot [25] registered\n[ 0.207531] acpiphp: Slot [26] registered\n[ 0.208022] acpiphp: Slot [27] registered\n[ 0.209199] acpiphp: Slot [28] registered\n[ 0.210378] acpiphp: Slot [29] registered\n[ 0.211545] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213200] PCI host bridge to bus 0000:00\n[ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270608] SCSI subsystem initialized\n[ 0.271885] ACPI: bus type USB registered\n[ 0.272032] usbcore: registered new interface driver usbfs\n[ 0.273545] usbcore: registered new interface driver hub\n[ 0.275050] usbcore: registered new device driver usb\n[ 0.276125] PCI: Using ACPI for IRQ routing\n[ 0.277647] NetLabel: Initializing\n[ 0.278699] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281445] NetLabel: unlabeled traffic allowed by default\n[ 0.283008] Switched to clocksource kvm-clock\n[ 0.289335] AppArmor: AppArmor Filesystem Enabled\n[ 0.290696] pnp: PnP ACPI init\n[ 0.291673] ACPI: bus type PNP registered\n[ 0.293332] pnp: PnP ACPI: found 8 devices\n[ 0.294545] ACPI: bus type PNP unregistered\n[ 0.302654] NET: Registered protocol family 2\n[ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.308395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.310261] TCP: reno registered\n[ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314685] NET: Registered protocol family 1\n[ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.364467] Trying to unpack rootfs image as initramfs...\n[ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475288] Scanning for low memory corruption every 60 seconds\n[ 0.477417] Initialise system trusted keyring\n[ 0.478717] audit: initializing netlink socket (disabled)\n[ 0.480208] type=2000 audit(1534636440.867:1): initialized\n[ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504984] zbud: loaded\n[ 0.506044] VFS: Disk quotas dquot_6.5.2\n[ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.22)\n[ 0.510546] msgmni has been set to 3997\n[ 0.511721] Key type big_key registered\n[ 0.513353] Key type asymmetric registered\n[ 0.514540] Asymmetric key parser 'x509' registered\n[ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.518077] io scheduler noop registered\n[ 0.519194] io scheduler deadline registered (default)\n[ 0.520593] io scheduler cfq registered\n[ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525157] ipmi message handler version 39.2\n[ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528605] ACPI: Power Button [PWRF]\n[ 0.529780] GHES: HEST is not enabled!\n[ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649672] Linux agpgart interface v0.103\n[ 0.651830] brd: module loaded\n[ 0.653251] loop: module loaded\n[ 0.654553] blk-mq: CPU -> queue map\n[ 0.655603] CPU 0 -> Queue 0\n[ 0.656541] CPU 1 -> Queue 0\n[ 0.658361] vda: vda1\n[ 0.660064] scsi0 : ata_piix\n[ 0.661171] scsi1 : ata_piix\n[ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666227] libphy: Fixed MDIO Bus: probed\n[ 0.667637] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669187] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672808] PPP generic driver version 2.4.2\n[ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.675974] ehci-pci: EHCI PCI platform driver\n[ 0.677262] ehci-platform: EHCI generic platform driver\n[ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680268] ohci-pci: OHCI PCI platform driver\n[ 0.681526] ohci-platform: OHCI generic platform driver\n[ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.714735] usb usb1: Product: UHCI Host Controller\n[ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.717800] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719282] hub 1-0:1.0: USB hub found\n[ 0.720751] hub 1-0:1.0: 2 ports detected\n[ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731077] mousedev: PS/2 mouse device common for all mice\n[ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.744458] device-mapper: uevent: version 1.0.3\n[ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.751492] TCP: cubic registered\n[ 0.752977] NET: Registered protocol family 10\n[ 0.755024] NET: Registered protocol family 17\n[ 0.756718] Key type dns_resolver registered\n[ 0.758636] Loading compiled-in X.509 certificates\n[ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.773786] registered taskstats version 1\n[ 0.776938] Key type trusted registered\n[ 0.780908] Key type encrypted registered\n[ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783546] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.785546] regulator-dummy: disabling\n[ 0.786691] Magic number: 14:146:909\n[ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440)\n[ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.791785] EDD information not available.\n[ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.828224] Write protecting the kernel read-only data: 12288k\n[ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.849634] systemd-udevd[107]: starting version 204\n[ 0.898851] FDC 0 is a S82078B\n[ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200980] usb 1-1: Product: QEMU USB Tablet\n[ 1.202183] usb 1-1: Manufacturer: QEMU\n[ 1.203280] usb 1-1: SerialNumber: 42\n[ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds.\ncloud-init-nonet[4.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\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:4a:71:fb |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 |\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.1 | 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:\n40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++=oo=. |\n| ..*o o.+ |\n| . *+ o . |\n| . + .o + |\n| . o S . |\n| E |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o |\n| o.. . |\n| o. o |\n| ...o |\n| . S.. |\n| + . .. |\n| + .o... |\n| +. ++.. |\n| o++o. E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ... |\n| . + . |\n| . . . = . |\n|oE. + |\n|.. S. |\n| . ... |\n| ...o..o .|\n| .=..+ + |\n| ..== .|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| . S |\n| ..+..o. |\n|+.+o.+.. |\n|*+..= +. |\n|*+oo oE+. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[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 * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\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 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.22\n++ echo 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n++ ip2rr 192.168.1.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.22\n++ echo A 192.168.1.22\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\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.6'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-19 00:02:45,072 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-19 00:02:45,087 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-19 00:02:45,089 - util.py[WARNING]: Running scripts-user () failed\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 | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 (DSA)\nec2: 256 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 (ECDSA)\nec2: 256 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 (ED25519)\nec2: 2048 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwUNs2cex4HZ6COYYhgf2tEt1egYIywNDrBAcOOumUzGE+B0wtvSIJsKnFU718ZEmWcGoeBDPiuXEl0rpmiZ1g= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDzX6KUeE2RZOh3ICYxc+2M2CsUZVkamifP2Naq17Yl5 root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC34A4WbGiEy0ciMjU8hHSzIqdqqhDuXte0qdnzDZU8uOY1jyHsEG7ikDy9ZNaO6ghW/gWAOvu+4qCxFz/3uRLUDv2hC3/lBwXn/13FMDMH9DKSSGgkt8g/ePtcrwTMealSnnYb+NtU6Vb2teLywqaqlauXS6EViNKx7ZLASzBKo0Ob5eu0tttOq0rJaQsOnWLQh9ESf4+XbSUhq1gDFwWO56+3rsGkOkwHUFRsUSIif1LR/UXbaz8Uhn+/adLzWsQMKTqbdGIjlbHNuZzGd18vxHG15xIetire//Q5VEwm3zdFRJnkgcgeUZlOGJXvSt50p5SVINyj0/jre8g77Rsp root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:02:45 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.43 seconds\n"} 2018-08-19 00:02:47,431 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-a8e9ddfd-9f3f-4f91-b628-a77eb4f125b8 2018-08-19 00:02:47,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.290354967117s 2018-08-19 00:02:47,433 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f/action used request id req-a8e9ddfd-9f3f-4f91-b628-a77eb4f125b8 2018-08-19 00:02:47,433 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008011] pid_max: default: 32768 minimum: 301 [ 0.009602] Security Framework initialized [ 0.011063] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013486] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017810] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023012] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024481] Initializing cgroup subsys memory [ 0.028027] Initializing cgroup subsys devices [ 0.029549] Initializing cgroup subsys freezer [ 0.031071] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033583] Initializing cgroup subsys hugetlb [ 0.035161] FEATURE SPEC_CTRL Not Present [ 0.036705] mce: CPU supports 10 MCE banks [ 0.038159] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046547] Speculative Store Bypass: Vulnerable [ 0.048509] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055472] ACPI: Core revision 20131115 [ 0.056542] ACPI: All ACPI Tables successfully acquired [ 0.058565] ftrace: allocating 28746 entries in 113 pages [ 0.080248] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.086081] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088272] Enabling x2apic [ 0.089332] Enabled x2apic [ 0.090663] Switched APIC routing to physical x2apic. [ 0.093332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098578] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106518] KVM setup paravirtual spinlock [ 0.109748] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111811] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109703] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131929] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132528] devtmpfs: initialized [ 0.134383] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137033] EVM: security.ima [ 0.137983] EVM: security.capability [ 0.140085] pinctrl core: initialized pinctrl subsystem [ 0.141591] regulator-dummy: no parameters [ 0.142857] RTC time: 23:53:59, date: 08/18/18 [ 0.144073] NET: Registered protocol family 16 [ 0.145458] cpuidle: using governor ladder [ 0.146653] cpuidle: using governor menu [ 0.147941] ACPI: bus type PCI registered [ 0.148009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149829] PCI: Using configuration type 1 for base access [ 0.152073] bio: create slab at 0 [ 0.153245] ACPI: Added _OSI(Module Device) [ 0.153285] ACPI: Added _OSI(Processor Device) [ 0.154559] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158668] ACPI: Interpreter enabled [ 0.159768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.161730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.166649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168772] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175964] ACPI: No dock devices found. [ 0.178033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184243] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186516] acpiphp: Slot [5] registered [ 0.187656] acpiphp: Slot [6] registered [ 0.188024] acpiphp: Slot [7] registered [ 0.189150] acpiphp: Slot [8] registered [ 0.190275] acpiphp: Slot [9] registered [ 0.191427] acpiphp: Slot [10] registered [ 0.192022] acpiphp: Slot [11] registered [ 0.193214] acpiphp: Slot [12] registered [ 0.194354] acpiphp: Slot [13] registered [ 0.195502] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197198] acpiphp: Slot [16] registered [ 0.198439] acpiphp: Slot [17] registered [ 0.199618] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201207] acpiphp: Slot [20] registered [ 0.202378] acpiphp: Slot [21] registered [ 0.203542] acpiphp: Slot [22] registered [ 0.204021] acpiphp: Slot [23] registered [ 0.205206] acpiphp: Slot [24] registered [ 0.206370] acpiphp: Slot [25] registered [ 0.207531] acpiphp: Slot [26] registered [ 0.208022] acpiphp: Slot [27] registered [ 0.209199] acpiphp: Slot [28] registered [ 0.210378] acpiphp: Slot [29] registered [ 0.211545] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213200] PCI host bridge to bus 0000:00 [ 0.214370] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219397] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227534] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254602] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256708] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262774] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264560] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266377] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268900] vgaarb: bridge control possible 0000:00:02.0 [ 0.270608] SCSI subsystem initialized [ 0.271885] ACPI: bus type USB registered [ 0.272032] usbcore: registered new interface driver usbfs [ 0.273545] usbcore: registered new interface driver hub [ 0.275050] usbcore: registered new device driver usb [ 0.276125] PCI: Using ACPI for IRQ routing [ 0.277647] NetLabel: Initializing [ 0.278699] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281445] NetLabel: unlabeled traffic allowed by default [ 0.283008] Switched to clocksource kvm-clock [ 0.289335] AppArmor: AppArmor Filesystem Enabled [ 0.290696] pnp: PnP ACPI init [ 0.291673] ACPI: bus type PNP registered [ 0.293332] pnp: PnP ACPI: found 8 devices [ 0.294545] ACPI: bus type PNP unregistered [ 0.302654] NET: Registered protocol family 2 [ 0.304210] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.306417] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.308395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.310261] TCP: reno registered [ 0.311262] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312886] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314685] NET: Registered protocol family 1 [ 0.315959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.317562] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.319116] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.341672] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.364467] Trying to unpack rootfs image as initramfs... [ 0.466943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.469454] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.471107] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472857] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475288] Scanning for low memory corruption every 60 seconds [ 0.477417] Initialise system trusted keyring [ 0.478717] audit: initializing netlink socket (disabled) [ 0.480208] type=2000 audit(1534636440.867:1): initialized [ 0.502325] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504984] zbud: loaded [ 0.506044] VFS: Disk quotas dquot_6.5.2 [ 0.507210] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509333] fuse init (API version 7.22) [ 0.510546] msgmni has been set to 3997 [ 0.511721] Key type big_key registered [ 0.513353] Key type asymmetric registered [ 0.514540] Asymmetric key parser 'x509' registered [ 0.515923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.518077] io scheduler noop registered [ 0.519194] io scheduler deadline registered (default) [ 0.520593] io scheduler cfq registered [ 0.521793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523266] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525157] ipmi message handler version 39.2 [ 0.526463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528605] ACPI: Power Button [PWRF] [ 0.529780] GHES: HEST is not enabled! [ 0.552052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596450] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.621227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649672] Linux agpgart interface v0.103 [ 0.651830] brd: module loaded [ 0.653251] loop: module loaded [ 0.654553] blk-mq: CPU -> queue map [ 0.655603] CPU 0 -> Queue 0 [ 0.656541] CPU 1 -> Queue 0 [ 0.658361] vda: vda1 [ 0.660064] scsi0 : ata_piix [ 0.661171] scsi1 : ata_piix [ 0.662184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664094] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666227] libphy: Fixed MDIO Bus: probed [ 0.667637] tun: Universal TUN/TAP device driver, 1.6 [ 0.669187] tun: (C) 1999-2004 Max Krasnyansky [ 0.672808] PPP generic driver version 2.4.2 [ 0.674202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.675974] ehci-pci: EHCI PCI platform driver [ 0.677262] ehci-platform: EHCI generic platform driver [ 0.678667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680268] ohci-pci: OHCI PCI platform driver [ 0.681526] ohci-platform: OHCI generic platform driver [ 0.682967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705557] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707011] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.714735] usb usb1: Product: UHCI Host Controller [ 0.716099] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.717800] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719282] hub 1-0:1.0: USB hub found [ 0.720751] hub 1-0:1.0: 2 ports detected [ 0.722457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726907] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728868] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.731077] mousedev: PS/2 mouse device common for all mice [ 0.733688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737432] rtc_cmos 00:00: RTC can wake from S4 [ 0.739724] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742092] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.744458] device-mapper: uevent: version 1.0.3 [ 0.746277] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.749304] ledtrig-cpu: registered to indicate activity on CPUs [ 0.751492] TCP: cubic registered [ 0.752977] NET: Registered protocol family 10 [ 0.755024] NET: Registered protocol family 17 [ 0.756718] Key type dns_resolver registered [ 0.758636] Loading compiled-in X.509 certificates [ 0.761228] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.773786] registered taskstats version 1 [ 0.776938] Key type trusted registered [ 0.780908] Key type encrypted registered [ 0.782109] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783546] IMA: No TPM chip found, activating TPM-bypass! [ 0.785546] regulator-dummy: disabling [ 0.786691] Magic number: 14:146:909 [ 0.787914] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:00 UTC (1534636440) [ 0.790193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.791785] EDD information not available. [ 0.825912] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.828224] Write protecting the kernel read-only data: 12288k [ 0.831150] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.835625] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.849634] systemd-udevd[107]: starting version 204 [ 0.898851] FDC 0 is a S82078B [ 1.032056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197376] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200980] usb 1-1: Product: QEMU USB Tablet [ 1.202183] usb 1-1: Manufacturer: QEMU [ 1.203280] usb 1-1: SerialNumber: 42 [ 1.468114] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 1.937670] 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.268150] 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.398244] random: init urandom read with 10 bits of entropy available * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.167493] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:03 +0000. Up 3.91 seconds. cloud-init-nonet[4.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[6.15]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:54:06 +0000. Up 6.34 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 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:4a:71:fb | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:0e:5b:64 | 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.1 | 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: 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .++=oo=. | | ..*o o.+ | | . *+ o . | | . + .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: fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | =o | | o.. . | | o. o | | ...o | | . S.. | | + . .. | | + .o... | | +. ++.. | | o++o. E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | ... | | . + . | | . . . = . | |oE. + | |.. S. | | . ... | | ...o..o .| | .=..+ + | | ..== .| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | . S | | ..+..o. | |+.+o.+.. | |*+..= +. | |*+oo oE+. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:10 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:11 +0000. Up 191.95 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + 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 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.22 ++ echo 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ++ ip2rr 192.168.1.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.22 ++ echo A 192.168.1.22 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-19 00:02:45,072 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-19 00:02:45,087 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-19 00:02:45,089 - util.py[WARNING]: Running scripts-user () failed 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 | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 fe:46:80:15:16:f6:29:2f:e8:38:f9:7c:9e:d2:bc:f5 root@sprout-0 (DSA) ec2: 256 7e:bd:2c:b9:56:eb:f5:24:2a:04:f0:b4:60:80:8b:63 root@sprout-0 (ECDSA) ec2: 256 8a:a4:b9:24:4e:ad:ae:90:8a:7d:35:3a:46:6f:b3:8f root@sprout-0 (ED25519) ec2: 2048 40:b8:91:b9:5a:0d:55:49:1e:af:0d:a1:03:44:92:eb root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwUNs2cex4HZ6COYYhgf2tEt1egYIywNDrBAcOOumUzGE+B0wtvSIJsKnFU718ZEmWcGoeBDPiuXEl0rpmiZ1g= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDzX6KUeE2RZOh3ICYxc+2M2CsUZVkamifP2Naq17Yl5 root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC34A4WbGiEy0ciMjU8hHSzIqdqqhDuXte0qdnzDZU8uOY1jyHsEG7ikDy9ZNaO6ghW/gWAOvu+4qCxFz/3uRLUDv2hC3/lBwXn/13FMDMH9DKSSGgkt8g/ePtcrwTMealSnnYb+NtU6Vb2teLywqaqlauXS6EViNKx7ZLASzBKo0Ob5eu0tttOq0rJaQsOnWLQh9ESf4+XbSUhq1gDFwWO56+3rsGkOkwHUFRsUSIif1LR/UXbaz8Uhn+/adLzWsQMKTqbdGIjlbHNuZzGd18vxHG15xIetire//Q5VEwm3zdFRJnkgcgeUZlOGJXvSt50p5SVINyj0/jre8g77Rsp root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:02:45 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.43 seconds 2018-08-19 00:02:47,435 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-19 00:02:47,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:02:47,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:02:47,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-04554a00-17e2-4ea8-958f-c583447533bf x-compute-request-id: req-04554a00-17e2-4ea8-958f-c583447533bf Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:02:47,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-04554a00-17e2-4ea8-958f-c583447533bf 2018-08-19 00:02:47,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55734705925s 2018-08-19 00:02:47,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-04554a00-17e2-4ea8-958f-c583447533bf 2018-08-19 00:02:48,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:02:48,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:02:48,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-5d029afa-05bd-4c02-bfa4-59bc643932e8 x-compute-request-id: req-5d029afa-05bd-4c02-bfa4-59bc643932e8 Content-Encoding: gzip Content-Length: 11001 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008044] pid_max: default: 32768 minimum: 301\n[ 0.010061] Security Framework initialized\n[ 0.012223] AppArmor: AppArmor initialized\n[ 0.013447] Yama: becoming mindful.\n[ 0.014954] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017831] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020868] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022698] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024534] Initializing cgroup subsys memory\n[ 0.025840] Initializing cgroup subsys devices\n[ 0.028016] Initializing cgroup subsys freezer\n[ 0.029229] Initializing cgroup subsys blkio\n[ 0.030395] Initializing cgroup subsys perf_event\n[ 0.031638] Initializing cgroup subsys hugetlb\n[ 0.032115] FEATURE SPEC_CTRL Not Present\n[ 0.033913] mce: CPU supports 10 MCE banks\n[ 0.036066] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036066] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038741] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040007] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.041970] Speculative Store Bypass: Vulnerable\n[ 0.044528] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.050235] ACPI: Core revision 20131115\n[ 0.052110] ACPI: All ACPI Tables successfully acquired\n[ 0.053763] ftrace: allocating 28746 entries in 113 pages\n[ 0.076287] smpboot: Max logical packages: 2\n[ 0.077626] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.079465] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.080281] Enabling x2apic\n[ 0.081236] Enabled x2apic\n[ 0.084008] Switched APIC routing to physical x2apic.\n[ 0.086841] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.088002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.091018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.097597] KVM setup paravirtual spinlock\n[ 0.101522] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.103997] x86: Booting SMP configuration:\n[ 0.104005] .... node #0, CPUs: #1[ 0.101471] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.120027] x86: Booted up 1 node, 2 CPUs\n[ 0.120018] KVM setup async PF for cpu 1\n[ 0.120018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.124015] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.126704] devtmpfs: initialized\n[ 0.129371] EVM: security.selinux\n[ 0.130594] EVM: security.SMACK64\n[ 0.131833] EVM: security.ima\n[ 0.132003] EVM: security.capability\n[ 0.133365] pinctrl core: initialized pinctrl subsystem\n[ 0.136076] regulator-dummy: no parameters\n[ 0.137704] RTC time: 23:54:01, date: 08/18/18\n[ 0.139359] NET: Registered protocol family 16\n[ 0.140145] cpuidle: using governor ladder\n[ 0.141718] cpuidle: using governor menu\n[ 0.143286] ACPI: bus type PCI registered\n[ 0.144010] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.146373] PCI: Using configuration type 1 for base access\n[ 0.148703] bio: create slab at 0\n[ 0.149617] ACPI: Added _OSI(Module Device)\n[ 0.152004] ACPI: Added _OSI(Processor Device)\n[ 0.153679] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.155430] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.157752] ACPI: Interpreter enabled\n[ 0.159197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.162242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171536] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176201] ACPI: No dock devices found.\n[ 0.179654] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.184019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.188096] acpiphp: Slot [3] registered\n[ 0.189655] acpiphp: Slot [4] registered\n[ 0.191195] acpiphp: Slot [5] registered\n[ 0.192037] acpiphp: Slot [6] registered\n[ 0.193575] acpiphp: Slot [7] registered\n[ 0.195237] acpiphp: Slot [8] registered\n[ 0.196023] acpiphp: Slot [9] registered\n[ 0.197455] acpiphp: Slot [10] registered\n[ 0.198924] acpiphp: Slot [11] registered\n[ 0.200022] acpiphp: Slot [12] registered\n[ 0.201567] acpiphp: Slot [13] registered\n[ 0.203116] acpiphp: Slot [14] registered\n[ 0.204023] acpiphp: Slot [15] registered\n[ 0.205582] acpiphp: Slot [16] registered\n[ 0.207142] acpiphp: Slot [17] registered\n[ 0.208023] acpiphp: Slot [18] registered\n[ 0.209539] acpiphp: Slot [19] registered\n[ 0.211044] acpiphp: Slot [20] registered\n[ 0.212023] acpiphp: Slot [21] registered\n[ 0.213569] acpiphp: Slot [22] registered\n[ 0.215118] acpiphp: Slot [23] registered\n[ 0.216031] acpiphp: Slot [24] registered\n[ 0.217587] acpiphp: Slot [25] registered\n[ 0.219123] acpiphp: Slot [26] registered\n[ 0.220022] acpiphp: Slot [27] registered\n[ 0.221568] acpiphp: Slot [28] registered\n[ 0.223105] acpiphp: Slot [29] registered\n[ 0.224022] acpiphp: Slot [30] registered\n[ 0.225593] acpiphp: Slot [31] registered\n[ 0.227137] PCI host bridge to bus 0000:00\n[ 0.228005] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.229870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.231957] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.232004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.234337] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.236004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.245693] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.248015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.277415] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.280103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283173] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.285084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.287610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288865] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.291070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.291070] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.293123] vgaarb: bridge control possible 0000:00:02.0\n[ 0.295233] SCSI subsystem initialized\n[ 0.296168] ACPI: bus type USB registered\n[ 0.297585] usbcore: registered new interface driver usbfs\n[ 0.299492] usbcore: registered new interface driver hub\n[ 0.300052] usbcore: registered new device driver usb\n[ 0.301893] PCI: Using ACPI for IRQ routing\n[ 0.304025] NetLabel: Initializing\n[ 0.305343] NetLabel: domain hash size = 128\n[ 0.306907] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.308067] NetLabel: unlabeled traffic allowed by default\n[ 0.310013] Switched to clocksource kvm-clock\n[ 0.317479] AppArmor: AppArmor Filesystem Enabled\n[ 0.319132] pnp: PnP ACPI init\n[ 0.320314] ACPI: bus type PNP registered\n[ 0.322219] pnp: PnP ACPI: found 8 devices\n[ 0.323675] ACPI: bus type PNP unregistered\n[ 0.331622] NET: Registered protocol family 2\n[ 0.333482] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.336192] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.338596] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.340885] TCP: reno registered\n[ 0.342098] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.344167] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346429] NET: Registered protocol family 1\n[ 0.348015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.350032] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.352010] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.375280] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398996] Trying to unpack rootfs image as initramfs...\n[ 0.501953] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.504285] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505785] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507361] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.509638] Scanning for low memory corruption every 60 seconds\n[ 0.511523] Initialise system trusted keyring\n[ 0.512764] audit: initializing netlink socket (disabled)\n[ 0.514172] type=2000 audit(1534636442.857:1): initialized\n[ 0.534926] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537534] zbud: loaded\n[ 0.538625] VFS: Disk quotas dquot_6.5.2\n[ 0.539808] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541824] fuse init (API version 7.22)\n[ 0.542980] msgmni has been set to 3997\n[ 0.544121] Key type big_key registered\n[ 0.545562] Key type asymmetric registered\n[ 0.546686] Asymmetric key parser 'x509' registered\n[ 0.547983] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.550034] io scheduler noop registered\n[ 0.551115] io scheduler deadline registered (default)\n[ 0.552531] io scheduler cfq registered\n[ 0.553672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555098] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556733] ipmi message handler version 39.2\n[ 0.557942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.559885] ACPI: Power Button [PWRF]\n[ 0.561006] GHES: HEST is not enabled!\n[ 0.583350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.653099] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.676788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.679636] Linux agpgart interface v0.103\n[ 0.681779] brd: module loaded\n[ 0.683164] loop: module loaded\n[ 0.684471] blk-mq: CPU -> queue map\n[ 0.685513] CPU 0 -> Queue 0\n[ 0.686454] CPU 1 -> Queue 0\n[ 0.688215] vda: vda1\n[ 0.689759] scsi0 : ata_piix\n[ 0.690766] scsi1 : ata_piix\n[ 0.691685] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.693364] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.695272] libphy: Fixed MDIO Bus: probed\n[ 0.696564] tun: Universal TUN/TAP device driver, 1.6\n[ 0.697922] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701270] PPP generic driver version 2.4.2\n[ 0.702496] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704218] ehci-pci: EHCI PCI platform driver\n[ 0.705427] ehci-platform: EHCI generic platform driver\n[ 0.706831] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708390] ohci-pci: OHCI PCI platform driver\n[ 0.709706] ohci-platform: OHCI generic platform driver\n[ 0.711081] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737285] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.738848] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740548] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742533] usb usb1: Product: UHCI Host Controller\n[ 0.743822] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.745442] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746811] hub 1-0:1.0: USB hub found\n[ 0.747926] hub 1-0:1.0: 2 ports detected\n[ 0.749190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.752085] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.753405] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.754828] mousedev: PS/2 mouse device common for all mice\n[ 0.756623] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.759140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.760705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.762341] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.764029] device-mapper: uevent: version 1.0.3\n[ 0.765329] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.767656] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.769362] TCP: cubic registered\n[ 0.770465] NET: Registered protocol family 10\n[ 0.772026] NET: Registered protocol family 17\n[ 0.773256] Key type dns_resolver registered\n[ 0.774608] Loading compiled-in X.509 certificates\n[ 0.776467] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.786155] registered taskstats version 1\n[ 0.789360] Key type trusted registered\n[ 0.793388] Key type encrypted registered\n[ 0.794549] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.795956] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.798310] regulator-dummy: disabling\n[ 0.799834] Magic number: 14:696:959\n[ 0.801290] memory memory10: hash matches\n[ 0.803053] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442)\n[ 0.805944] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807494] EDD information not available.\n[ 0.853800] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.856165] Write protecting the kernel read-only data: 12288k\n[ 0.859293] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.863500] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.878361] systemd-udevd[107]: starting version 204\n[ 0.912510] FDC 0 is a S82078B\n[ 1.064078] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229012] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231056] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.232923] usb 1-1: Product: QEMU USB Tablet\n[ 1.234304] usb 1-1: Manufacturer: QEMU\n[ 1.235564] usb 1-1: SerialNumber: 42\n[ 1.504072] tsc: Refined TSC clocksource calibration: 3491.845 MHz\n[ 1.933179] 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.305695] 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.831941] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.239856] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 4.08 seconds.\ncloud-init-nonet[4.97]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting 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[6.13]: 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 Sat, 18 Aug 2018 23:54:08 +0000. Up 6.32 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:6d:3a:1d |\nci-info: | eth0 | True | 192.168.0.20 | 255.255.255.0 | fa:16:3e:fe:41:82 |\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.1 | 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:\nf7:b5:24:78:42:05:f5:9b:9c:f5:39:4a:ff:87:5e:72 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .oo |\n| . . |\n| . . .|\n| . . . =o|\n| S + o.Bo.|\n| . +.+o..|\n| ..ooE|\n| .+o|\n| .. o|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\na3:ca:73:e8:96:82:d3:a3:78:3f:8e:71:a1:ac:95:69 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| |\n| . S |\n| . + . . . |\n| oE .o. |\n|++==*.. |\n|++.B*+ |\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:\na7:8c:1d:20:58:68:41:46:bf:b1:06:e9:30:1e:89:12 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n|Eo=o. |\n|.o+= |\n|=++ + . |\n|o+.. = . |\n| .. + S . |\n| . + + |\n| . + |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n9f:2f:39:e9:15:e5:46:8b:03:5b:a8:50:60:a7:a2:cf root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.o |\n| . + . |\n| . o o . o |\n| . . . . + = . |\n| . S . + + |\n| o . . + |\n| E oo. |\n| =o |\n| ..o. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting 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 * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[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 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 ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:12 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:13 +0000. Up 192.01 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\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.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\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.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 192.168.1.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\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.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\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.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\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.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\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.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n"} 2018-08-19 00:02:48,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95/action used request id req-5d029afa-05bd-4c02-bfa4-59bc643932e8 2018-08-19 00:02:48,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075003862381s 2018-08-19 00:02:48,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95/action used request id req-5d029afa-05bd-4c02-bfa4-59bc643932e8 2018-08-19 00:02:48,078 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008044] pid_max: default: 32768 minimum: 301 [ 0.010061] Security Framework initialized [ 0.012223] AppArmor: AppArmor initialized [ 0.013447] Yama: becoming mindful. [ 0.014954] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017831] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020868] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022698] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024534] Initializing cgroup subsys memory [ 0.025840] Initializing cgroup subsys devices [ 0.028016] Initializing cgroup subsys freezer [ 0.029229] Initializing cgroup subsys blkio [ 0.030395] Initializing cgroup subsys perf_event [ 0.031638] Initializing cgroup subsys hugetlb [ 0.032115] FEATURE SPEC_CTRL Not Present [ 0.033913] mce: CPU supports 10 MCE banks [ 0.036066] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036066] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038741] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040007] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.041970] Speculative Store Bypass: Vulnerable [ 0.044528] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.050235] ACPI: Core revision 20131115 [ 0.052110] ACPI: All ACPI Tables successfully acquired [ 0.053763] ftrace: allocating 28746 entries in 113 pages [ 0.076287] smpboot: Max logical packages: 2 [ 0.077626] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.079465] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.080281] Enabling x2apic [ 0.081236] Enabled x2apic [ 0.084008] Switched APIC routing to physical x2apic. [ 0.086841] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.088002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.091018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.097597] KVM setup paravirtual spinlock [ 0.101522] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.103997] x86: Booting SMP configuration: [ 0.104005] .... node #0, CPUs: #1[ 0.101471] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.120027] x86: Booted up 1 node, 2 CPUs [ 0.120018] KVM setup async PF for cpu 1 [ 0.120018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.124015] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.126704] devtmpfs: initialized [ 0.129371] EVM: security.selinux [ 0.130594] EVM: security.SMACK64 [ 0.131833] EVM: security.ima [ 0.132003] EVM: security.capability [ 0.133365] pinctrl core: initialized pinctrl subsystem [ 0.136076] regulator-dummy: no parameters [ 0.137704] RTC time: 23:54:01, date: 08/18/18 [ 0.139359] NET: Registered protocol family 16 [ 0.140145] cpuidle: using governor ladder [ 0.141718] cpuidle: using governor menu [ 0.143286] ACPI: bus type PCI registered [ 0.144010] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.146373] PCI: Using configuration type 1 for base access [ 0.148703] bio: create slab at 0 [ 0.149617] ACPI: Added _OSI(Module Device) [ 0.152004] ACPI: Added _OSI(Processor Device) [ 0.153679] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.155430] ACPI: Added _OSI(Processor Aggregator Device) [ 0.157752] ACPI: Interpreter enabled [ 0.159197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.162242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171536] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173868] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176201] ACPI: No dock devices found. [ 0.179654] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.184019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.188096] acpiphp: Slot [3] registered [ 0.189655] acpiphp: Slot [4] registered [ 0.191195] acpiphp: Slot [5] registered [ 0.192037] acpiphp: Slot [6] registered [ 0.193575] acpiphp: Slot [7] registered [ 0.195237] acpiphp: Slot [8] registered [ 0.196023] acpiphp: Slot [9] registered [ 0.197455] acpiphp: Slot [10] registered [ 0.198924] acpiphp: Slot [11] registered [ 0.200022] acpiphp: Slot [12] registered [ 0.201567] acpiphp: Slot [13] registered [ 0.203116] acpiphp: Slot [14] registered [ 0.204023] acpiphp: Slot [15] registered [ 0.205582] acpiphp: Slot [16] registered [ 0.207142] acpiphp: Slot [17] registered [ 0.208023] acpiphp: Slot [18] registered [ 0.209539] acpiphp: Slot [19] registered [ 0.211044] acpiphp: Slot [20] registered [ 0.212023] acpiphp: Slot [21] registered [ 0.213569] acpiphp: Slot [22] registered [ 0.215118] acpiphp: Slot [23] registered [ 0.216031] acpiphp: Slot [24] registered [ 0.217587] acpiphp: Slot [25] registered [ 0.219123] acpiphp: Slot [26] registered [ 0.220022] acpiphp: Slot [27] registered [ 0.221568] acpiphp: Slot [28] registered [ 0.223105] acpiphp: Slot [29] registered [ 0.224022] acpiphp: Slot [30] registered [ 0.225593] acpiphp: Slot [31] registered [ 0.227137] PCI host bridge to bus 0000:00 [ 0.228005] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.229870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.231957] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.232004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.234337] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.236004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.245693] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.248015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.277415] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.280103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283173] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.285084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.287610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288865] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.291070] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.291070] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.293123] vgaarb: bridge control possible 0000:00:02.0 [ 0.295233] SCSI subsystem initialized [ 0.296168] ACPI: bus type USB registered [ 0.297585] usbcore: registered new interface driver usbfs [ 0.299492] usbcore: registered new interface driver hub [ 0.300052] usbcore: registered new device driver usb [ 0.301893] PCI: Using ACPI for IRQ routing [ 0.304025] NetLabel: Initializing [ 0.305343] NetLabel: domain hash size = 128 [ 0.306907] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.308067] NetLabel: unlabeled traffic allowed by default [ 0.310013] Switched to clocksource kvm-clock [ 0.317479] AppArmor: AppArmor Filesystem Enabled [ 0.319132] pnp: PnP ACPI init [ 0.320314] ACPI: bus type PNP registered [ 0.322219] pnp: PnP ACPI: found 8 devices [ 0.323675] ACPI: bus type PNP unregistered [ 0.331622] NET: Registered protocol family 2 [ 0.333482] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.336192] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.338596] TCP: Hash tables configured (established 16384 bind 16384) [ 0.340885] TCP: reno registered [ 0.342098] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.344167] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346429] NET: Registered protocol family 1 [ 0.348015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.350032] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.352010] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.375280] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398996] Trying to unpack rootfs image as initramfs... [ 0.501953] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.504285] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505785] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507361] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.509638] Scanning for low memory corruption every 60 seconds [ 0.511523] Initialise system trusted keyring [ 0.512764] audit: initializing netlink socket (disabled) [ 0.514172] type=2000 audit(1534636442.857:1): initialized [ 0.534926] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.537534] zbud: loaded [ 0.538625] VFS: Disk quotas dquot_6.5.2 [ 0.539808] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541824] fuse init (API version 7.22) [ 0.542980] msgmni has been set to 3997 [ 0.544121] Key type big_key registered [ 0.545562] Key type asymmetric registered [ 0.546686] Asymmetric key parser 'x509' registered [ 0.547983] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.550034] io scheduler noop registered [ 0.551115] io scheduler deadline registered (default) [ 0.552531] io scheduler cfq registered [ 0.553672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.555098] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.556733] ipmi message handler version 39.2 [ 0.557942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.559885] ACPI: Power Button [PWRF] [ 0.561006] GHES: HEST is not enabled! [ 0.583350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.653099] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.676788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.679636] Linux agpgart interface v0.103 [ 0.681779] brd: module loaded [ 0.683164] loop: module loaded [ 0.684471] blk-mq: CPU -> queue map [ 0.685513] CPU 0 -> Queue 0 [ 0.686454] CPU 1 -> Queue 0 [ 0.688215] vda: vda1 [ 0.689759] scsi0 : ata_piix [ 0.690766] scsi1 : ata_piix [ 0.691685] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.693364] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.695272] libphy: Fixed MDIO Bus: probed [ 0.696564] tun: Universal TUN/TAP device driver, 1.6 [ 0.697922] tun: (C) 1999-2004 Max Krasnyansky [ 0.701270] PPP generic driver version 2.4.2 [ 0.702496] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.704218] ehci-pci: EHCI PCI platform driver [ 0.705427] ehci-platform: EHCI generic platform driver [ 0.706831] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708390] ohci-pci: OHCI PCI platform driver [ 0.709706] ohci-platform: OHCI generic platform driver [ 0.711081] uhci_hcd: USB Universal Host Controller Interface driver [ 0.733745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.735132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.737285] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.738848] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.740548] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.742533] usb usb1: Product: UHCI Host Controller [ 0.743822] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.745442] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746811] hub 1-0:1.0: USB hub found [ 0.747926] hub 1-0:1.0: 2 ports detected [ 0.749190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.752085] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.753405] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.754828] mousedev: PS/2 mouse device common for all mice [ 0.756623] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.759140] rtc_cmos 00:00: RTC can wake from S4 [ 0.760705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.762341] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.764029] device-mapper: uevent: version 1.0.3 [ 0.765329] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.767656] ledtrig-cpu: registered to indicate activity on CPUs [ 0.769362] TCP: cubic registered [ 0.770465] NET: Registered protocol family 10 [ 0.772026] NET: Registered protocol family 17 [ 0.773256] Key type dns_resolver registered [ 0.774608] Loading compiled-in X.509 certificates [ 0.776467] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.786155] registered taskstats version 1 [ 0.789360] Key type trusted registered [ 0.793388] Key type encrypted registered [ 0.794549] AppArmor: AppArmor sha1 policy hashing enabled [ 0.795956] IMA: No TPM chip found, activating TPM-bypass! [ 0.798310] regulator-dummy: disabling [ 0.799834] Magic number: 14:696:959 [ 0.801290] memory memory10: hash matches [ 0.803053] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442) [ 0.805944] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807494] EDD information not available. [ 0.853800] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.856165] Write protecting the kernel read-only data: 12288k [ 0.859293] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.863500] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.878361] systemd-udevd[107]: starting version 204 [ 0.912510] FDC 0 is a S82078B [ 1.064078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229012] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231056] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.232923] usb 1-1: Product: QEMU USB Tablet [ 1.234304] usb 1-1: Manufacturer: QEMU [ 1.235564] usb 1-1: SerialNumber: 42 [ 1.504072] tsc: Refined TSC clocksource calibration: 3491.845 MHz [ 1.933179] 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.305695] 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.831941] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.239856] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 4.08 seconds. cloud-init-nonet[4.97]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting 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[6.13]: 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 Sat, 18 Aug 2018 23:54:08 +0000. Up 6.32 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:6d:3a:1d | ci-info: | eth0 | True | 192.168.0.20 | 255.255.255.0 | fa:16:3e:fe:41:82 | 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.1 | 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: f7:b5:24:78:42:05:f5:9b:9c:f5:39:4a:ff:87:5e:72 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | .oo | | . . | | . . .| | . . . =o| | S + o.Bo.| | . +.+o..| | ..ooE| | .+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: a3:ca:73:e8:96:82:d3:a3:78:3f:8e:71:a1:ac:95:69 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | | | . S | | . + . . . | | oE .o. | |++==*.. | |++.B*+ | +-----------------+ 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: a7:8c:1d:20:58:68:41:46:bf:b1:06:e9:30:1e:89:12 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ |Eo=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: 9f:2f:39:e9:15:e5:46:8b:03:5b:a8:50:60:a7:a2:cf root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | o.o | | . + . | | . o o . o | | . . . . + = . | | . S . + + | | o . . + | | E oo. | | =o | | ..o. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting 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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off 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 ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:12 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:13 +0000. Up 192.01 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + 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.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + 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.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 192.168.1.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + 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.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + 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.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + 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.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + 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.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 2018-08-19 00:02:48,080 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-19 00:02:58,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:02:58,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:02:58,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-73fb71ab-8930-4ba0-b822-6cd45b3f93ae x-compute-request-id: req-73fb71ab-8930-4ba0-b822-6cd45b3f93ae Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:02:58,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-73fb71ab-8930-4ba0-b822-6cd45b3f93ae 2018-08-19 00:02:58,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543596029282s 2018-08-19 00:02:58,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-73fb71ab-8930-4ba0-b822-6cd45b3f93ae 2018-08-19 00:02:58,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:02:58,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:02:58,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-05c9329a-c351-46b1-9d09-f0d72caf0dd9 x-compute-request-id: req-05c9329a-c351-46b1-9d09-f0d72caf0dd9 Content-Encoding: gzip Content-Length: 12123 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008044] pid_max: default: 32768 minimum: 301\n[ 0.010061] Security Framework initialized\n[ 0.012223] AppArmor: AppArmor initialized\n[ 0.013447] Yama: becoming mindful.\n[ 0.014954] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017831] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020868] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022698] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024534] Initializing cgroup subsys memory\n[ 0.025840] Initializing cgroup subsys devices\n[ 0.028016] Initializing cgroup subsys freezer\n[ 0.029229] Initializing cgroup subsys blkio\n[ 0.030395] Initializing cgroup subsys perf_event\n[ 0.031638] Initializing cgroup subsys hugetlb\n[ 0.032115] FEATURE SPEC_CTRL Not Present\n[ 0.033913] mce: CPU supports 10 MCE banks\n[ 0.036066] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036066] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038741] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040007] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.041970] Speculative Store Bypass: Vulnerable\n[ 0.044528] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.050235] ACPI: Core revision 20131115\n[ 0.052110] ACPI: All ACPI Tables successfully acquired\n[ 0.053763] ftrace: allocating 28746 entries in 113 pages\n[ 0.076287] smpboot: Max logical packages: 2\n[ 0.077626] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.079465] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.080281] Enabling x2apic\n[ 0.081236] Enabled x2apic\n[ 0.084008] Switched APIC routing to physical x2apic.\n[ 0.086841] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.088002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.091018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.097597] KVM setup paravirtual spinlock\n[ 0.101522] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.103997] x86: Booting SMP configuration:\n[ 0.104005] .... node #0, CPUs: #1[ 0.101471] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.120027] x86: Booted up 1 node, 2 CPUs\n[ 0.120018] KVM setup async PF for cpu 1\n[ 0.120018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.124015] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.126704] devtmpfs: initialized\n[ 0.129371] EVM: security.selinux\n[ 0.130594] EVM: security.SMACK64\n[ 0.131833] EVM: security.ima\n[ 0.132003] EVM: security.capability\n[ 0.133365] pinctrl core: initialized pinctrl subsystem\n[ 0.136076] regulator-dummy: no parameters\n[ 0.137704] RTC time: 23:54:01, date: 08/18/18\n[ 0.139359] NET: Registered protocol family 16\n[ 0.140145] cpuidle: using governor ladder\n[ 0.141718] cpuidle: using governor menu\n[ 0.143286] ACPI: bus type PCI registered\n[ 0.144010] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.146373] PCI: Using configuration type 1 for base access\n[ 0.148703] bio: create slab at 0\n[ 0.149617] ACPI: Added _OSI(Module Device)\n[ 0.152004] ACPI: Added _OSI(Processor Device)\n[ 0.153679] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.155430] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.157752] ACPI: Interpreter enabled\n[ 0.159197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.162242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.164974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171536] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176201] ACPI: No dock devices found.\n[ 0.179654] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.184019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.188096] acpiphp: Slot [3] registered\n[ 0.189655] acpiphp: Slot [4] registered\n[ 0.191195] acpiphp: Slot [5] registered\n[ 0.192037] acpiphp: Slot [6] registered\n[ 0.193575] acpiphp: Slot [7] registered\n[ 0.195237] acpiphp: Slot [8] registered\n[ 0.196023] acpiphp: Slot [9] registered\n[ 0.197455] acpiphp: Slot [10] registered\n[ 0.198924] acpiphp: Slot [11] registered\n[ 0.200022] acpiphp: Slot [12] registered\n[ 0.201567] acpiphp: Slot [13] registered\n[ 0.203116] acpiphp: Slot [14] registered\n[ 0.204023] acpiphp: Slot [15] registered\n[ 0.205582] acpiphp: Slot [16] registered\n[ 0.207142] acpiphp: Slot [17] registered\n[ 0.208023] acpiphp: Slot [18] registered\n[ 0.209539] acpiphp: Slot [19] registered\n[ 0.211044] acpiphp: Slot [20] registered\n[ 0.212023] acpiphp: Slot [21] registered\n[ 0.213569] acpiphp: Slot [22] registered\n[ 0.215118] acpiphp: Slot [23] registered\n[ 0.216031] acpiphp: Slot [24] registered\n[ 0.217587] acpiphp: Slot [25] registered\n[ 0.219123] acpiphp: Slot [26] registered\n[ 0.220022] acpiphp: Slot [27] registered\n[ 0.221568] acpiphp: Slot [28] registered\n[ 0.223105] acpiphp: Slot [29] registered\n[ 0.224022] acpiphp: Slot [30] registered\n[ 0.225593] acpiphp: Slot [31] registered\n[ 0.227137] PCI host bridge to bus 0000:00\n[ 0.228005] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.229870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.231957] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.232004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.234337] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.236004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.245693] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.248015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.277415] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.280103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283173] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.285084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.287610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288865] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.291070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.291070] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.293123] vgaarb: bridge control possible 0000:00:02.0\n[ 0.295233] SCSI subsystem initialized\n[ 0.296168] ACPI: bus type USB registered\n[ 0.297585] usbcore: registered new interface driver usbfs\n[ 0.299492] usbcore: registered new interface driver hub\n[ 0.300052] usbcore: registered new device driver usb\n[ 0.301893] PCI: Using ACPI for IRQ routing\n[ 0.304025] NetLabel: Initializing\n[ 0.305343] NetLabel: domain hash size = 128\n[ 0.306907] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.308067] NetLabel: unlabeled traffic allowed by default\n[ 0.310013] Switched to clocksource kvm-clock\n[ 0.317479] AppArmor: AppArmor Filesystem Enabled\n[ 0.319132] pnp: PnP ACPI init\n[ 0.320314] ACPI: bus type PNP registered\n[ 0.322219] pnp: PnP ACPI: found 8 devices\n[ 0.323675] ACPI: bus type PNP unregistered\n[ 0.331622] NET: Registered protocol family 2\n[ 0.333482] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.336192] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.338596] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.340885] TCP: reno registered\n[ 0.342098] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.344167] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346429] NET: Registered protocol family 1\n[ 0.348015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.350032] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.352010] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.375280] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398996] Trying to unpack rootfs image as initramfs...\n[ 0.501953] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.504285] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505785] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507361] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.509638] Scanning for low memory corruption every 60 seconds\n[ 0.511523] Initialise system trusted keyring\n[ 0.512764] audit: initializing netlink socket (disabled)\n[ 0.514172] type=2000 audit(1534636442.857:1): initialized\n[ 0.534926] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537534] zbud: loaded\n[ 0.538625] VFS: Disk quotas dquot_6.5.2\n[ 0.539808] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541824] fuse init (API version 7.22)\n[ 0.542980] msgmni has been set to 3997\n[ 0.544121] Key type big_key registered\n[ 0.545562] Key type asymmetric registered\n[ 0.546686] Asymmetric key parser 'x509' registered\n[ 0.547983] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.550034] io scheduler noop registered\n[ 0.551115] io scheduler deadline registered (default)\n[ 0.552531] io scheduler cfq registered\n[ 0.553672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555098] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556733] ipmi message handler version 39.2\n[ 0.557942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.559885] ACPI: Power Button [PWRF]\n[ 0.561006] GHES: HEST is not enabled!\n[ 0.583350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.653099] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.676788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.679636] Linux agpgart interface v0.103\n[ 0.681779] brd: module loaded\n[ 0.683164] loop: module loaded\n[ 0.684471] blk-mq: CPU -> queue map\n[ 0.685513] CPU 0 -> Queue 0\n[ 0.686454] CPU 1 -> Queue 0\n[ 0.688215] vda: vda1\n[ 0.689759] scsi0 : ata_piix\n[ 0.690766] scsi1 : ata_piix\n[ 0.691685] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.693364] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.695272] libphy: Fixed MDIO Bus: probed\n[ 0.696564] tun: Universal TUN/TAP device driver, 1.6\n[ 0.697922] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701270] PPP generic driver version 2.4.2\n[ 0.702496] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.704218] ehci-pci: EHCI PCI platform driver\n[ 0.705427] ehci-platform: EHCI generic platform driver\n[ 0.706831] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708390] ohci-pci: OHCI PCI platform driver\n[ 0.709706] ohci-platform: OHCI generic platform driver\n[ 0.711081] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737285] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.738848] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740548] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742533] usb usb1: Product: UHCI Host Controller\n[ 0.743822] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.745442] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746811] hub 1-0:1.0: USB hub found\n[ 0.747926] hub 1-0:1.0: 2 ports detected\n[ 0.749190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.752085] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.753405] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.754828] mousedev: PS/2 mouse device common for all mice\n[ 0.756623] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.759140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.760705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.762341] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.764029] device-mapper: uevent: version 1.0.3\n[ 0.765329] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.767656] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.769362] TCP: cubic registered\n[ 0.770465] NET: Registered protocol family 10\n[ 0.772026] NET: Registered protocol family 17\n[ 0.773256] Key type dns_resolver registered\n[ 0.774608] Loading compiled-in X.509 certificates\n[ 0.776467] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.786155] registered taskstats version 1\n[ 0.789360] Key type trusted registered\n[ 0.793388] Key type encrypted registered\n[ 0.794549] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.795956] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.798310] regulator-dummy: disabling\n[ 0.799834] Magic number: 14:696:959\n[ 0.801290] memory memory10: hash matches\n[ 0.803053] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442)\n[ 0.805944] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807494] EDD information not available.\n[ 0.853800] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.856165] Write protecting the kernel read-only data: 12288k\n[ 0.859293] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.863500] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.878361] systemd-udevd[107]: starting version 204\n[ 0.912510] FDC 0 is a S82078B\n[ 1.064078] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229012] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231056] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.232923] usb 1-1: Product: QEMU USB Tablet\n[ 1.234304] usb 1-1: Manufacturer: QEMU\n[ 1.235564] usb 1-1: SerialNumber: 42\n[ 1.504072] tsc: Refined TSC clocksource calibration: 3491.845 MHz\n[ 1.933179] 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.305695] 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.831941] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.239856] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 4.08 seconds.\ncloud-init-nonet[4.97]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting 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[6.13]: 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 Sat, 18 Aug 2018 23:54:08 +0000. Up 6.32 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:6d:3a:1d |\nci-info: | eth0 | True | 192.168.0.20 | 255.255.255.0 | fa:16:3e:fe:41:82 |\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.1 | 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:\nf7:b5:24:78:42:05:f5:9b:9c:f5:39:4a:ff:87:5e:72 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .oo |\n| . . |\n| . . .|\n| . . . =o|\n| S + o.Bo.|\n| . +.+o..|\n| ..ooE|\n| .+o|\n| .. o|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\na3:ca:73:e8:96:82:d3:a3:78:3f:8e:71:a1:ac:95:69 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| |\n| . S |\n| . + . . . |\n| oE .o. |\n|++==*.. |\n|++.B*+ |\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:\na7:8c:1d:20:58:68:41:46:bf:b1:06:e9:30:1e:89:12 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n|Eo=o. |\n|.o+= |\n|=++ + . |\n|o+.. = . |\n| .. + S . |\n| . + + |\n| . + |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n9f:2f:39:e9:15:e5:46:8b:03:5b:a8:50:60:a7:a2:cf root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.o |\n| . + . |\n| . o o . o |\n| . . . . + = . |\n| . S . + + |\n| o . . + |\n| E oo. |\n| =o |\n| ..o. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting 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 * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[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 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 ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:12 +0000. Up 130.95 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:13 +0000. Up 192.01 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\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.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\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.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\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.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 192.168.1.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\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.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\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.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\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.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\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.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\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.6'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-19 00:02:47,421 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-19 00:02:47,426 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-19 00:02:47,428 - util.py[WARNING]: Running scripts-user () failed\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 | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 a3:ca:73:e8:96:82:d3:a3:78:3f:8e:71:a1:ac:95:69 root@vellum-0 (DSA)\nec2: 256 a7:8c:1d:20:58:68:41:46:bf:b1:06:e9:30:1e:89:12 root@vellum-0 (ECDSA)\nec2: 256 9f:2f:39:e9:15:e5:46:8b:03:5b:a8:50:60:a7:a2:cf root@vellum-0 (ED25519)\nec2: 2048 f7:b5:24:78:42:05:f5:9b:9c:f5:39:4a:ff:87:5e:72 root@vellum-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEoZqM8Nfp2voMMWBU6Cmje2zOZ4R0cli8XLQW9GOu7j8V1MVU2C2RqIVDpvjk3iNdCqJm1zKMfZmc4Uj9wQt/4= root@vellum-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICGMhxYMzHk0XqVcH8zRprSPk64uLXcbyKt7V7T70uQU root@vellum-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdBwH9zWeWiRXezz/80MWdUuCn16BHhlo00oysX0NtPraltRESZrHspgWUwmcaNBEWuv+yfqVhFON5bADMcqG+E2rbzLfz1k7V+x9+aYPaTTLYQATM5+SO2ZLT6hHeoPYL7AThZfqQWgNPRVXzd8QqVPkvldVkkGbku2MjGCElQb4XLm4aLdx5EZu6/yFJycpAkVQNmT0T1AWHJJYDOOwn7rTtNitgsjgUtol8Fw5Qsv+auuN6qruFICGf8ROw5uho5e92iw+402cEN66HkFl6x8WmTXXv4FUHCwxgAgqDt8eNFkEBgzYhw/NiSDj206gHLDfzNAlTBlulKjcsT/sl root@vellum-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:02:47 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.79 seconds\n"} 2018-08-19 00:02:58,719 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95/action used request id req-05c9329a-c351-46b1-9d09-f0d72caf0dd9 2018-08-19 00:02:58,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0758368968964s 2018-08-19 00:02:58,720 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95/action used request id req-05c9329a-c351-46b1-9d09-f0d72caf0dd9 2018-08-19 00:02:58,720 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008044] pid_max: default: 32768 minimum: 301 [ 0.010061] Security Framework initialized [ 0.012223] AppArmor: AppArmor initialized [ 0.013447] Yama: becoming mindful. [ 0.014954] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017831] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020868] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022698] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024534] Initializing cgroup subsys memory [ 0.025840] Initializing cgroup subsys devices [ 0.028016] Initializing cgroup subsys freezer [ 0.029229] Initializing cgroup subsys blkio [ 0.030395] Initializing cgroup subsys perf_event [ 0.031638] Initializing cgroup subsys hugetlb [ 0.032115] FEATURE SPEC_CTRL Not Present [ 0.033913] mce: CPU supports 10 MCE banks [ 0.036066] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036066] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038741] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040007] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.041970] Speculative Store Bypass: Vulnerable [ 0.044528] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.050235] ACPI: Core revision 20131115 [ 0.052110] ACPI: All ACPI Tables successfully acquired [ 0.053763] ftrace: allocating 28746 entries in 113 pages [ 0.076287] smpboot: Max logical packages: 2 [ 0.077626] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.079465] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.080281] Enabling x2apic [ 0.081236] Enabled x2apic [ 0.084008] Switched APIC routing to physical x2apic. [ 0.086841] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.088002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.091018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.097597] KVM setup paravirtual spinlock [ 0.101522] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.103997] x86: Booting SMP configuration: [ 0.104005] .... node #0, CPUs: #1[ 0.101471] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.120027] x86: Booted up 1 node, 2 CPUs [ 0.120018] KVM setup async PF for cpu 1 [ 0.120018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.124015] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.126704] devtmpfs: initialized [ 0.129371] EVM: security.selinux [ 0.130594] EVM: security.SMACK64 [ 0.131833] EVM: security.ima [ 0.132003] EVM: security.capability [ 0.133365] pinctrl core: initialized pinctrl subsystem [ 0.136076] regulator-dummy: no parameters [ 0.137704] RTC time: 23:54:01, date: 08/18/18 [ 0.139359] NET: Registered protocol family 16 [ 0.140145] cpuidle: using governor ladder [ 0.141718] cpuidle: using governor menu [ 0.143286] ACPI: bus type PCI registered [ 0.144010] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.146373] PCI: Using configuration type 1 for base access [ 0.148703] bio: create slab at 0 [ 0.149617] ACPI: Added _OSI(Module Device) [ 0.152004] ACPI: Added _OSI(Processor Device) [ 0.153679] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.155430] ACPI: Added _OSI(Processor Aggregator Device) [ 0.157752] ACPI: Interpreter enabled [ 0.159197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.162242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.164974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171536] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173868] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176201] ACPI: No dock devices found. [ 0.179654] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.184019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.188096] acpiphp: Slot [3] registered [ 0.189655] acpiphp: Slot [4] registered [ 0.191195] acpiphp: Slot [5] registered [ 0.192037] acpiphp: Slot [6] registered [ 0.193575] acpiphp: Slot [7] registered [ 0.195237] acpiphp: Slot [8] registered [ 0.196023] acpiphp: Slot [9] registered [ 0.197455] acpiphp: Slot [10] registered [ 0.198924] acpiphp: Slot [11] registered [ 0.200022] acpiphp: Slot [12] registered [ 0.201567] acpiphp: Slot [13] registered [ 0.203116] acpiphp: Slot [14] registered [ 0.204023] acpiphp: Slot [15] registered [ 0.205582] acpiphp: Slot [16] registered [ 0.207142] acpiphp: Slot [17] registered [ 0.208023] acpiphp: Slot [18] registered [ 0.209539] acpiphp: Slot [19] registered [ 0.211044] acpiphp: Slot [20] registered [ 0.212023] acpiphp: Slot [21] registered [ 0.213569] acpiphp: Slot [22] registered [ 0.215118] acpiphp: Slot [23] registered [ 0.216031] acpiphp: Slot [24] registered [ 0.217587] acpiphp: Slot [25] registered [ 0.219123] acpiphp: Slot [26] registered [ 0.220022] acpiphp: Slot [27] registered [ 0.221568] acpiphp: Slot [28] registered [ 0.223105] acpiphp: Slot [29] registered [ 0.224022] acpiphp: Slot [30] registered [ 0.225593] acpiphp: Slot [31] registered [ 0.227137] PCI host bridge to bus 0000:00 [ 0.228005] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.229870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.231957] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.232004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.234337] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.236004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.245693] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.248015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.277415] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.280103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283173] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.285084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.287610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288865] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.291070] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.291070] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.293123] vgaarb: bridge control possible 0000:00:02.0 [ 0.295233] SCSI subsystem initialized [ 0.296168] ACPI: bus type USB registered [ 0.297585] usbcore: registered new interface driver usbfs [ 0.299492] usbcore: registered new interface driver hub [ 0.300052] usbcore: registered new device driver usb [ 0.301893] PCI: Using ACPI for IRQ routing [ 0.304025] NetLabel: Initializing [ 0.305343] NetLabel: domain hash size = 128 [ 0.306907] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.308067] NetLabel: unlabeled traffic allowed by default [ 0.310013] Switched to clocksource kvm-clock [ 0.317479] AppArmor: AppArmor Filesystem Enabled [ 0.319132] pnp: PnP ACPI init [ 0.320314] ACPI: bus type PNP registered [ 0.322219] pnp: PnP ACPI: found 8 devices [ 0.323675] ACPI: bus type PNP unregistered [ 0.331622] NET: Registered protocol family 2 [ 0.333482] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.336192] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.338596] TCP: Hash tables configured (established 16384 bind 16384) [ 0.340885] TCP: reno registered [ 0.342098] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.344167] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346429] NET: Registered protocol family 1 [ 0.348015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.350032] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.352010] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.375280] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398996] Trying to unpack rootfs image as initramfs... [ 0.501953] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.504285] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505785] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507361] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.509638] Scanning for low memory corruption every 60 seconds [ 0.511523] Initialise system trusted keyring [ 0.512764] audit: initializing netlink socket (disabled) [ 0.514172] type=2000 audit(1534636442.857:1): initialized [ 0.534926] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.537534] zbud: loaded [ 0.538625] VFS: Disk quotas dquot_6.5.2 [ 0.539808] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541824] fuse init (API version 7.22) [ 0.542980] msgmni has been set to 3997 [ 0.544121] Key type big_key registered [ 0.545562] Key type asymmetric registered [ 0.546686] Asymmetric key parser 'x509' registered [ 0.547983] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.550034] io scheduler noop registered [ 0.551115] io scheduler deadline registered (default) [ 0.552531] io scheduler cfq registered [ 0.553672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.555098] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.556733] ipmi message handler version 39.2 [ 0.557942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.559885] ACPI: Power Button [PWRF] [ 0.561006] GHES: HEST is not enabled! [ 0.583350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650964] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.653099] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.676788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.679636] Linux agpgart interface v0.103 [ 0.681779] brd: module loaded [ 0.683164] loop: module loaded [ 0.684471] blk-mq: CPU -> queue map [ 0.685513] CPU 0 -> Queue 0 [ 0.686454] CPU 1 -> Queue 0 [ 0.688215] vda: vda1 [ 0.689759] scsi0 : ata_piix [ 0.690766] scsi1 : ata_piix [ 0.691685] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.693364] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.695272] libphy: Fixed MDIO Bus: probed [ 0.696564] tun: Universal TUN/TAP device driver, 1.6 [ 0.697922] tun: (C) 1999-2004 Max Krasnyansky [ 0.701270] PPP generic driver version 2.4.2 [ 0.702496] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.704218] ehci-pci: EHCI PCI platform driver [ 0.705427] ehci-platform: EHCI generic platform driver [ 0.706831] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708390] ohci-pci: OHCI PCI platform driver [ 0.709706] ohci-platform: OHCI generic platform driver [ 0.711081] uhci_hcd: USB Universal Host Controller Interface driver [ 0.733745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.735132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.737285] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.738848] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.740548] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.742533] usb usb1: Product: UHCI Host Controller [ 0.743822] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.745442] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746811] hub 1-0:1.0: USB hub found [ 0.747926] hub 1-0:1.0: 2 ports detected [ 0.749190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.752085] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.753405] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.754828] mousedev: PS/2 mouse device common for all mice [ 0.756623] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.759140] rtc_cmos 00:00: RTC can wake from S4 [ 0.760705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.762341] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.764029] device-mapper: uevent: version 1.0.3 [ 0.765329] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.767656] ledtrig-cpu: registered to indicate activity on CPUs [ 0.769362] TCP: cubic registered [ 0.770465] NET: Registered protocol family 10 [ 0.772026] NET: Registered protocol family 17 [ 0.773256] Key type dns_resolver registered [ 0.774608] Loading compiled-in X.509 certificates [ 0.776467] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.786155] registered taskstats version 1 [ 0.789360] Key type trusted registered [ 0.793388] Key type encrypted registered [ 0.794549] AppArmor: AppArmor sha1 policy hashing enabled [ 0.795956] IMA: No TPM chip found, activating TPM-bypass! [ 0.798310] regulator-dummy: disabling [ 0.799834] Magic number: 14:696:959 [ 0.801290] memory memory10: hash matches [ 0.803053] rtc_cmos 00:00: setting system clock to 2018-08-18 23:54:02 UTC (1534636442) [ 0.805944] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807494] EDD information not available. [ 0.853800] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.856165] Write protecting the kernel read-only data: 12288k [ 0.859293] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.863500] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.878361] systemd-udevd[107]: starting version 204 [ 0.912510] FDC 0 is a S82078B [ 1.064078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229012] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231056] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.232923] usb 1-1: Product: QEMU USB Tablet [ 1.234304] usb 1-1: Manufacturer: QEMU [ 1.235564] usb 1-1: SerialNumber: 42 [ 1.504072] tsc: Refined TSC clocksource calibration: 3491.845 MHz [ 1.933179] 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.305695] 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.831941] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.239856] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:54:05 +0000. Up 4.08 seconds. cloud-init-nonet[4.97]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting 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[6.13]: 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 Sat, 18 Aug 2018 23:54:08 +0000. Up 6.32 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:6d:3a:1d | ci-info: | eth0 | True | 192.168.0.20 | 255.255.255.0 | fa:16:3e:fe:41:82 | 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.1 | 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: f7:b5:24:78:42:05:f5:9b:9c:f5:39:4a:ff:87:5e:72 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | .oo | | . . | | . . .| | . . . =o| | S + o.Bo.| | . +.+o..| | ..ooE| | .+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: a3:ca:73:e8:96:82:d3:a3:78:3f:8e:71:a1:ac:95:69 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | | | . S | | . + . . . | | oE .o. | |++==*.. | |++.B*+ | +-----------------+ 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: a7:8c:1d:20:58:68:41:46:bf:b1:06:e9:30:1e:89:12 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ |Eo=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: 9f:2f:39:e9:15:e5:46:8b:03:5b:a8:50:60:a7:a2:cf root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | o.o | | . + . | | . o o . o | | . . . . + = . | | . S . + + | | o . . + | | E oo. | | =o | | ..o. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting 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 ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off 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 ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:56:12 +0000. Up 130.95 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:57:13 +0000. Up 192.01 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + 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.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + 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.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + 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.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 192.168.1.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + 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.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + 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.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + 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.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + 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.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-19 00:02:47,421 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-19 00:02:47,426 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-19 00:02:47,428 - util.py[WARNING]: Running scripts-user () failed 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 | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 a3:ca:73:e8:96:82:d3:a3:78:3f:8e:71:a1:ac:95:69 root@vellum-0 (DSA) ec2: 256 a7:8c:1d:20:58:68:41:46:bf:b1:06:e9:30:1e:89:12 root@vellum-0 (ECDSA) ec2: 256 9f:2f:39:e9:15:e5:46:8b:03:5b:a8:50:60:a7:a2:cf root@vellum-0 (ED25519) ec2: 2048 f7:b5:24:78:42:05:f5:9b:9c:f5:39:4a:ff:87:5e:72 root@vellum-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEoZqM8Nfp2voMMWBU6Cmje2zOZ4R0cli8XLQW9GOu7j8V1MVU2C2RqIVDpvjk3iNdCqJm1zKMfZmc4Uj9wQt/4= root@vellum-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICGMhxYMzHk0XqVcH8zRprSPk64uLXcbyKt7V7T70uQU root@vellum-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdBwH9zWeWiRXezz/80MWdUuCn16BHhlo00oysX0NtPraltRESZrHspgWUwmcaNBEWuv+yfqVhFON5bADMcqG+E2rbzLfz1k7V+x9+aYPaTTLYQATM5+SO2ZLT6hHeoPYL7AThZfqQWgNPRVXzd8QqVPkvldVkkGbku2MjGCElQb4XLm4aLdx5EZu6/yFJycpAkVQNmT0T1AWHJJYDOOwn7rTtNitgsjgUtol8Fw5Qsv+auuN6qruFICGf8ROw5uho5e92iw+402cEN66HkFl6x8WmTXXv4FUHCwxgAgqDt8eNFkEBgzYhw/NiSDj206gHLDfzNAlTBlulKjcsT/sl root@vellum-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:02:47 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.79 seconds 2018-08-19 00:02:58,722 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-19 00:02:58,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:02:58,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:02:59,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-a7030508-519d-47ba-8233-cbbdc1e63d5f x-compute-request-id: req-a7030508-519d-47ba-8233-cbbdc1e63d5f Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:02:59,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a7030508-519d-47ba-8233-cbbdc1e63d5f 2018-08-19 00:02:59,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13831806183s 2018-08-19 00:02:59,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a7030508-519d-47ba-8233-cbbdc1e63d5f 2018-08-19 00:02:59,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:02:59,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:02:59,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-42a960d0-1eff-4305-95e0-75bb29b59856 x-compute-request-id: req-42a960d0-1eff-4305-95e0-75bb29b59856 Content-Encoding: gzip Content-Length: 21019 Content-Type: application/json RESP BODY: {"output": "ntaur 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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008038] Security Framework initialized\n[ 0.009306] AppArmor: AppArmor initialized\n[ 0.010554] Yama: becoming mindful.\n[ 0.012156] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016778] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019577] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022243] Initializing cgroup subsys memory\n[ 0.024007] Initializing cgroup subsys devices\n[ 0.025327] Initializing cgroup subsys freezer\n[ 0.026649] Initializing cgroup subsys blkio\n[ 0.028003] Initializing cgroup subsys perf_event\n[ 0.029379] Initializing cgroup subsys hugetlb\n[ 0.030745] FEATURE SPEC_CTRL Not Present\n[ 0.032709] mce: CPU supports 10 MCE banks\n[ 0.033962] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036005] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037787] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040003] Speculative Store Bypass: Vulnerable\n[ 0.042006] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.048665] ACPI: Core revision 20131115\n[ 0.050356] ACPI: All ACPI Tables successfully acquired\n[ 0.052032] ftrace: allocating 28746 entries in 113 pages\n[ 0.072225] smpboot: Max logical packages: 2\n[ 0.073529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.078070] Enabling x2apic\n[ 0.079000] Enabled x2apic\n[ 0.080004] Switched APIC routing to physical x2apic.\n[ 0.082768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086967] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.094246] KVM setup paravirtual spinlock\n[ 0.096825] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098936] x86: Booting SMP configuration:\n[ 0.100008] .... node #0, CPUs: #1[ 0.096781] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119989] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120429] devtmpfs: initialized\n[ 0.122327] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125044] EVM: security.ima\n[ 0.126024] EVM: security.capability\n[ 0.128032] pinctrl core: initialized pinctrl subsystem\n[ 0.129485] regulator-dummy: no parameters\n[ 0.130720] RTC time: 23:53:36, date: 08/18/18\n[ 0.131984] NET: Registered protocol family 16\n[ 0.132107] cpuidle: using governor ladder\n[ 0.133323] cpuidle: using governor menu\n[ 0.134592] ACPI: bus type PCI registered\n[ 0.135791] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136119] PCI: Using configuration type 1 for base access\n[ 0.138308] bio: create slab at 0\n[ 0.138308] ACPI: Added _OSI(Module Device)\n[ 0.140004] ACPI: Added _OSI(Processor Device)\n[ 0.141335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142637] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145331] ACPI: Interpreter enabled\n[ 0.146484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151619] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153810] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156007] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161410] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.164150] ACPI: No dock devices found.\n[ 0.167349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.168008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.169862] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.171665] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172209] acpiphp: Slot [3] registered\n[ 0.173407] acpiphp: Slot [4] registered\n[ 0.174604] acpiphp: Slot [5] registered\n[ 0.175816] acpiphp: Slot [6] registered\n[ 0.176022] acpiphp: Slot [7] registered\n[ 0.177252] acpiphp: Slot [8] registered\n[ 0.178456] acpiphp: Slot [9] registered\n[ 0.179667] acpiphp: Slot [10] registered\n[ 0.180021] acpiphp: Slot [11] registered\n[ 0.181243] acpiphp: Slot [12] registered\n[ 0.182457] acpiphp: Slot [13] registered\n[ 0.183678] acpiphp: Slot [14] registered\n[ 0.184022] acpiphp: Slot [15] registered\n[ 0.185240] acpiphp: Slot [16] registered\n[ 0.186460] acpiphp: Slot [17] registered\n[ 0.187682] acpiphp: Slot [18] registered\n[ 0.188028] acpiphp: Slot [19] registered\n[ 0.189265] acpiphp: Slot [20] registered\n[ 0.190477] acpiphp: Slot [21] registered\n[ 0.191694] acpiphp: Slot [22] registered\n[ 0.192021] acpiphp: Slot [23] registered\n[ 0.193265] acpiphp: Slot [24] registered\n[ 0.194482] acpiphp: Slot [25] registered\n[ 0.195691] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197240] acpiphp: Slot [28] registered\n[ 0.198461] acpiphp: Slot [29] registered\n[ 0.199676] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201252] PCI host bridge to bus 0000:00\n[ 0.202457] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203971] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205691] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207511] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.243777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.245041] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.247187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.249042] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.251447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252884] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.254816] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.254816] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256928] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258718] SCSI subsystem initialized\n[ 0.260061] ACPI: bus type USB registered\n[ 0.261311] usbcore: registered new interface driver usbfs\n[ 0.262881] usbcore: registered new interface driver hub\n[ 0.264052] usbcore: registered new device driver usb\n[ 0.265541] PCI: Using ACPI for IRQ routing\n[ 0.265663] NetLabel: Initializing\n[ 0.268007] NetLabel: domain hash size = 128\n[ 0.269295] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.270771] NetLabel: unlabeled traffic allowed by default\n[ 0.272200] Switched to clocksource kvm-clock\n[ 0.281262] AppArmor: AppArmor Filesystem Enabled\n[ 0.282691] pnp: PnP ACPI init\n[ 0.283934] ACPI: bus type PNP registered\n[ 0.285627] pnp: PnP ACPI: found 8 devices\n[ 0.286894] ACPI: bus type PNP unregistered\n[ 0.294554] NET: Registered protocol family 2\n[ 0.296178] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.298490] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.300539] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.302476] TCP: reno registered\n[ 0.303526] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305258] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.307130] NET: Registered protocol family 1\n[ 0.308485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.310174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.311829] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.334391] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.357447] Trying to unpack rootfs image as initramfs...\n[ 0.460155] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.462617] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.464271] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.466183] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.468952] Scanning for low memory corruption every 60 seconds\n[ 0.471206] Initialise system trusted keyring\n[ 0.472688] audit: initializing netlink socket (disabled)\n[ 0.474403] type=2000 audit(1534636416.437:1): initialized\n[ 0.495159] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498068] zbud: loaded\n[ 0.499284] VFS: Disk quotas dquot_6.5.2\n[ 0.500658] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503016] fuse init (API version 7.22)\n[ 0.504419] msgmni has been set to 3997\n[ 0.505779] Key type big_key registered\n[ 0.507481] Key type asymmetric registered\n[ 0.508858] Asymmetric key parser 'x509' registered\n[ 0.510454] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.512914] io scheduler noop registered\n[ 0.514229] io scheduler deadline registered (default)\n[ 0.515825] io scheduler cfq registered\n[ 0.517191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520947] ipmi message handler version 39.2\n[ 0.522391] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524772] ACPI: Power Button [PWRF]\n[ 0.526088] GHES: HEST is not enabled!\n[ 0.547997] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591426] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613735] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.640132] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.643320] Linux agpgart interface v0.103\n[ 0.645638] brd: module loaded\n[ 0.647225] loop: module loaded\n[ 0.648682] blk-mq: CPU -> queue map\n[ 0.649910] CPU 0 -> Queue 0\n[ 0.650966] CPU 1 -> Queue 0\n[ 0.652819] vda: vda1\n[ 0.654427] scsi0 : ata_piix\n[ 0.655529] scsi1 : ata_piix\n[ 0.656538] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.658436] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.660545] libphy: Fixed MDIO Bus: probed\n[ 0.661893] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666834] PPP generic driver version 2.4.2\n[ 0.668238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670062] ehci-pci: EHCI PCI platform driver\n[ 0.671404] ehci-platform: EHCI generic platform driver\n[ 0.672933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674693] ohci-pci: OHCI PCI platform driver\n[ 0.676052] ohci-platform: OHCI generic platform driver\n[ 0.677568] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.700270] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.704119] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.705854] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.707686] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.709825] usb usb1: Product: UHCI Host Controller\n[ 0.711229] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.712947] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.714368] hub 1-0:1.0: USB hub found\n[ 0.715546] hub 1-0:1.0: 2 ports detected\n[ 0.716897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.719932] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.721398] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.722975] mousedev: PS/2 mouse device common for all mice\n[ 0.724847] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.727546] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729200] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.730962] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732755] device-mapper: uevent: version 1.0.3\n[ 0.734203] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736659] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738397] TCP: cubic registered\n[ 0.739530] NET: Registered protocol family 10\n[ 0.741071] NET: Registered protocol family 17\n[ 0.742410] Key type dns_resolver registered\n[ 0.743896] Loading compiled-in X.509 certificates\n[ 0.745776] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.755741] registered taskstats version 1\n[ 0.758855] Key type trusted registered\n[ 0.762899] Key type encrypted registered\n[ 0.764193] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765768] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.767873] regulator-dummy: disabling\n[ 0.769120] Magic number: 14:146:909\n[ 0.770428] rtc_cmos 00:00: setting system clock to 2018-08-18 23:53:36 UTC (1534636416)\n[ 0.772902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774592] EDD information not available.\n[ 0.817448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.820152] Write protecting the kernel read-only data: 12288k\n[ 0.822632] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.826448] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.840684] systemd-udevd[107]: starting version 204\n[ 0.884415] FDC 0 is a S82078B\n[ 1.028099] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.192344] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.194117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195933] usb 1-1: Product: QEMU USB Tablet\n[ 1.197173] usb 1-1: Manufacturer: QEMU\n[ 1.198285] usb 1-1: SerialNumber: 42\n[ 1.460371] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 1.901558] 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.243877] 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[ 4.959025] random: init urandom read with 12 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 5.069887] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:53:43 +0000. Up 8.26 seconds.\ncloud-init-nonet[8.43]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[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 * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[11.45]: 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 Sat, 18 Aug 2018 23:53:47 +0000. Up 11.60 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:be:93:18 |\nci-info: | eth0 | True | 192.168.0.22 | 255.255.255.0 | fa:16:3e:34:2a:f9 |\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.1 | 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:\n4f:d1:de:38:c2:90:0c:94:19:03:b6:b8:b6:8e:a4:0a root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| oo=+ |\n| o .o+ . . |\n| . . + . . |\n| . o o o |\n| o S + + . |\n| . . o . . |\n|E.. . |\n|+o |\n|= . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6a:dc:0e:1a:3a:ce:c7:79:37:e8:de:b1:05:61:cb:ea root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| o |\n| o o |\n| S |\n| . + . |\n| ...*.o . |\n| ...+=o+o+ |\n| .+o.+E.+. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n82:f9:8a:ff:9b:88:8e:67:08:04:73:72:37:f2:89:d9 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n|+ + o |\n|.= B o |\n| .o Eo |\n|. o . S |\n|. . . |\n|.. . |\n|..oo o . |\n|.++.+.+. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n85:0a:70:11:6d:2d:e5:27:77:67:2a:1a:02:c2:80:b1 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+.. ++ o. |\n|.+ o +... |\n|E o o. .+ + . o |\n| . o . = . + |\n| o S . . |\n| . o . |\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 Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[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 ]\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 save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:53:54 +0000. Up 18.99 seconds.\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:53:55 +0000. Up 20.08 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-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 15636 0 --:--:-- --:--:-- --:--:-- 15666\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:12 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1466 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-snmpd clearwater-secure-connections\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\n0 upgraded, 94 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 88.0 MB of archives.\nAfter this operation, 202 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ homer 1.0-180326.111418 [35.6 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 31%Extracting templates from packages: 63%Extracting templates from packages: 95%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 88.0 MB in 16s (5193 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51314 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-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package homer.\nPreparing to unpack .../homer_1.0-180326.111418_amd64.deb ...\nUnpacking homer (1.0-180326.111418) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8346\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.............+++\n......................................................................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homer (1.0-180326.111418) ...\nCollecting homer\nCollecting crest (from homer)\nCollecting idna (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting six (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting cyclone (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting defusedxml (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homer\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 2s (13.1 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58178 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\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.6'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 6a:dc:0e:1a:3a:ce:c7:79:37:e8:de:b1:05:61:cb:ea root@homer-0 (DSA)\nec2: 256 82:f9:8a:ff:9b:88:8e:67:08:04:73:72:37:f2:89:d9 root@homer-0 (ECDSA)\nec2: 256 85:0a:70:11:6d:2d:e5:27:77:67:2a:1a:02:c2:80:b1 root@homer-0 (ED25519)\nec2: 2048 4f:d1:de:38:c2:90:0c:94:19:03:b6:b8:b6:8e:a4:0a root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKL5mUUpM+C+lKCBYxIsx+lxQ0rqmUCC4f/Y8r4LycpUveWkF3ezQhJifaVwNIgKRMSSkZs3mjwGjkjsBHsPWso= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMYCH/4Jx/YY2dpnpVb6xWc6QxrTocpxF1qwP/5rbRq/ root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6iSlmCF8PXxGV71XB+I6LQQckBtLRBnzUurVCKNtIBTZ7T1AzVMtFSOIIpaGbuXXkGg0iWkOB9CmNk1W7O5mdTOb9iEUNTlGHJ1Eo0Qv4IwH37DaWmVnK6r5WbkTVicxFRg0I8pbIT/8nPvB6s+z7w6pKwvwuCPCTL+Cu/YzhHGOiGJPgFiJlwpBUdxFV9nf2hFFVwnbvWRgdq3cLKAL2WCjXGek8qar8rSy7NJGix+qVByatsomswzJMpxiodn8ApSIELSPCVe7va4sGGGdXRtSMUmYlWzHvlFI99odQf1h+qlekGznqJw6wmLzU3zyM5KbCdDn0iJBuXXAsplHr root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:00:31 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 415.35 seconds\n"} 2018-08-19 00:02:59,952 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657/action used request id req-42a960d0-1eff-4305-95e0-75bb29b59856 2018-08-19 00:02:59,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.082927942276s 2018-08-19 00:02:59,954 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657/action used request id req-42a960d0-1eff-4305-95e0-75bb29b59856 2018-08-19 00:02:59,955 - functest.core.singlevm - DEBUG - console: ntaur 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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008038] Security Framework initialized [ 0.009306] AppArmor: AppArmor initialized [ 0.010554] Yama: becoming mindful. [ 0.012156] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016778] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019577] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022243] Initializing cgroup subsys memory [ 0.024007] Initializing cgroup subsys devices [ 0.025327] Initializing cgroup subsys freezer [ 0.026649] Initializing cgroup subsys blkio [ 0.028003] Initializing cgroup subsys perf_event [ 0.029379] Initializing cgroup subsys hugetlb [ 0.030745] FEATURE SPEC_CTRL Not Present [ 0.032709] mce: CPU supports 10 MCE banks [ 0.033962] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036005] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037787] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040003] Speculative Store Bypass: Vulnerable [ 0.042006] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.048665] ACPI: Core revision 20131115 [ 0.050356] ACPI: All ACPI Tables successfully acquired [ 0.052032] ftrace: allocating 28746 entries in 113 pages [ 0.072225] smpboot: Max logical packages: 2 [ 0.073529] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.078070] Enabling x2apic [ 0.079000] Enabled x2apic [ 0.080004] Switched APIC routing to physical x2apic. [ 0.082768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086967] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.094246] KVM setup paravirtual spinlock [ 0.096825] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098936] x86: Booting SMP configuration: [ 0.100008] .... node #0, CPUs: #1[ 0.096781] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119989] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120429] devtmpfs: initialized [ 0.122327] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125044] EVM: security.ima [ 0.126024] EVM: security.capability [ 0.128032] pinctrl core: initialized pinctrl subsystem [ 0.129485] regulator-dummy: no parameters [ 0.130720] RTC time: 23:53:36, date: 08/18/18 [ 0.131984] NET: Registered protocol family 16 [ 0.132107] cpuidle: using governor ladder [ 0.133323] cpuidle: using governor menu [ 0.134592] ACPI: bus type PCI registered [ 0.135791] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136119] PCI: Using configuration type 1 for base access [ 0.138308] bio: create slab at 0 [ 0.138308] ACPI: Added _OSI(Module Device) [ 0.140004] ACPI: Added _OSI(Processor Device) [ 0.141335] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142637] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145331] ACPI: Interpreter enabled [ 0.146484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151619] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153810] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156007] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161410] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.164150] ACPI: No dock devices found. [ 0.167349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.168008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.169862] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.171665] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172209] acpiphp: Slot [3] registered [ 0.173407] acpiphp: Slot [4] registered [ 0.174604] acpiphp: Slot [5] registered [ 0.175816] acpiphp: Slot [6] registered [ 0.176022] acpiphp: Slot [7] registered [ 0.177252] acpiphp: Slot [8] registered [ 0.178456] acpiphp: Slot [9] registered [ 0.179667] acpiphp: Slot [10] registered [ 0.180021] acpiphp: Slot [11] registered [ 0.181243] acpiphp: Slot [12] registered [ 0.182457] acpiphp: Slot [13] registered [ 0.183678] acpiphp: Slot [14] registered [ 0.184022] acpiphp: Slot [15] registered [ 0.185240] acpiphp: Slot [16] registered [ 0.186460] acpiphp: Slot [17] registered [ 0.187682] acpiphp: Slot [18] registered [ 0.188028] acpiphp: Slot [19] registered [ 0.189265] acpiphp: Slot [20] registered [ 0.190477] acpiphp: Slot [21] registered [ 0.191694] acpiphp: Slot [22] registered [ 0.192021] acpiphp: Slot [23] registered [ 0.193265] acpiphp: Slot [24] registered [ 0.194482] acpiphp: Slot [25] registered [ 0.195691] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197240] acpiphp: Slot [28] registered [ 0.198461] acpiphp: Slot [29] registered [ 0.199676] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201252] PCI host bridge to bus 0000:00 [ 0.202457] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203971] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205691] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207511] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.243777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.245041] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.247187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.249042] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.251447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252884] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.254816] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.254816] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256928] vgaarb: bridge control possible 0000:00:02.0 [ 0.258718] SCSI subsystem initialized [ 0.260061] ACPI: bus type USB registered [ 0.261311] usbcore: registered new interface driver usbfs [ 0.262881] usbcore: registered new interface driver hub [ 0.264052] usbcore: registered new device driver usb [ 0.265541] PCI: Using ACPI for IRQ routing [ 0.265663] NetLabel: Initializing [ 0.268007] NetLabel: domain hash size = 128 [ 0.269295] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.270771] NetLabel: unlabeled traffic allowed by default [ 0.272200] Switched to clocksource kvm-clock [ 0.281262] AppArmor: AppArmor Filesystem Enabled [ 0.282691] pnp: PnP ACPI init [ 0.283934] ACPI: bus type PNP registered [ 0.285627] pnp: PnP ACPI: found 8 devices [ 0.286894] ACPI: bus type PNP unregistered [ 0.294554] NET: Registered protocol family 2 [ 0.296178] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.298490] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.300539] TCP: Hash tables configured (established 16384 bind 16384) [ 0.302476] TCP: reno registered [ 0.303526] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305258] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.307130] NET: Registered protocol family 1 [ 0.308485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.310174] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.311829] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.334391] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.357447] Trying to unpack rootfs image as initramfs... [ 0.460155] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.462617] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.464271] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.466183] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.468952] Scanning for low memory corruption every 60 seconds [ 0.471206] Initialise system trusted keyring [ 0.472688] audit: initializing netlink socket (disabled) [ 0.474403] type=2000 audit(1534636416.437:1): initialized [ 0.495159] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498068] zbud: loaded [ 0.499284] VFS: Disk quotas dquot_6.5.2 [ 0.500658] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503016] fuse init (API version 7.22) [ 0.504419] msgmni has been set to 3997 [ 0.505779] Key type big_key registered [ 0.507481] Key type asymmetric registered [ 0.508858] Asymmetric key parser 'x509' registered [ 0.510454] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.512914] io scheduler noop registered [ 0.514229] io scheduler deadline registered (default) [ 0.515825] io scheduler cfq registered [ 0.517191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.520947] ipmi message handler version 39.2 [ 0.522391] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.524772] ACPI: Power Button [PWRF] [ 0.526088] GHES: HEST is not enabled! [ 0.547997] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.591426] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613735] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.640132] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.643320] Linux agpgart interface v0.103 [ 0.645638] brd: module loaded [ 0.647225] loop: module loaded [ 0.648682] blk-mq: CPU -> queue map [ 0.649910] CPU 0 -> Queue 0 [ 0.650966] CPU 1 -> Queue 0 [ 0.652819] vda: vda1 [ 0.654427] scsi0 : ata_piix [ 0.655529] scsi1 : ata_piix [ 0.656538] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.658436] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.660545] libphy: Fixed MDIO Bus: probed [ 0.661893] tun: Universal TUN/TAP device driver, 1.6 [ 0.663380] tun: (C) 1999-2004 Max Krasnyansky [ 0.666834] PPP generic driver version 2.4.2 [ 0.668238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670062] ehci-pci: EHCI PCI platform driver [ 0.671404] ehci-platform: EHCI generic platform driver [ 0.672933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674693] ohci-pci: OHCI PCI platform driver [ 0.676052] ohci-platform: OHCI generic platform driver [ 0.677568] uhci_hcd: USB Universal Host Controller Interface driver [ 0.700270] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.704119] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.705854] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.707686] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.709825] usb usb1: Product: UHCI Host Controller [ 0.711229] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.712947] usb usb1: SerialNumber: 0000:00:01.2 [ 0.714368] hub 1-0:1.0: USB hub found [ 0.715546] hub 1-0:1.0: 2 ports detected [ 0.716897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.719932] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.721398] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.722975] mousedev: PS/2 mouse device common for all mice [ 0.724847] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.727546] rtc_cmos 00:00: RTC can wake from S4 [ 0.729200] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.730962] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732755] device-mapper: uevent: version 1.0.3 [ 0.734203] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736659] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738397] TCP: cubic registered [ 0.739530] NET: Registered protocol family 10 [ 0.741071] NET: Registered protocol family 17 [ 0.742410] Key type dns_resolver registered [ 0.743896] Loading compiled-in X.509 certificates [ 0.745776] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.755741] registered taskstats version 1 [ 0.758855] Key type trusted registered [ 0.762899] Key type encrypted registered [ 0.764193] AppArmor: AppArmor sha1 policy hashing enabled [ 0.765768] IMA: No TPM chip found, activating TPM-bypass! [ 0.767873] regulator-dummy: disabling [ 0.769120] Magic number: 14:146:909 [ 0.770428] rtc_cmos 00:00: setting system clock to 2018-08-18 23:53:36 UTC (1534636416) [ 0.772902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774592] EDD information not available. [ 0.817448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.820152] Write protecting the kernel read-only data: 12288k [ 0.822632] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.826448] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.840684] systemd-udevd[107]: starting version 204 [ 0.884415] FDC 0 is a S82078B [ 1.028099] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.192344] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.194117] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.195933] usb 1-1: Product: QEMU USB Tablet [ 1.197173] usb 1-1: Manufacturer: QEMU [ 1.198285] usb 1-1: SerialNumber: 42 [ 1.460371] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 1.901558] 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.243877] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 4.959025] random: init urandom read with 12 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 5.069887] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:53:43 +0000. Up 8.26 seconds. cloud-init-nonet[8.43]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[11.45]: 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 Sat, 18 Aug 2018 23:53:47 +0000. Up 11.60 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:be:93:18 | ci-info: | eth0 | True | 192.168.0.22 | 255.255.255.0 | fa:16:3e:34:2a:f9 | 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.1 | 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: 4f:d1:de:38:c2:90:0c:94:19:03:b6:b8:b6:8e:a4:0a root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | oo=+ | | o .o+ . . | | . . + . . | | . o o o | | o S + + . | | . . 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: 6a:dc:0e:1a:3a:ce:c7:79:37:e8:de:b1:05:61:cb:ea root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | o | | o o | | S | | . + . | | ...*.o . | | ...+=o+o+ | | .+o.+E.+. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 82:f9:8a:ff:9b:88:8e:67:08:04:73:72:37:f2:89:d9 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | |+ + o | |.= B o | | .o Eo | |. o . S | |. . . | |.. . | |..oo o . | |.++.+.+. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 85:0a:70:11:6d:2d:e5:27:77:67:2a:1a:02:c2:80:b1 root@homer-0 The key's randomart image is: +--[ED25519 256--+ |+.. ++ o. | |.+ o +... | |E o o. .+ + . o | | . o . = . + | | o S . . | | . o . | | . | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[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 ] 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 save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:53:54 +0000. Up 18.99 seconds. open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:53:55 +0000. Up 20.08 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-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 15636 0 --:--:-- --:--:-- --:--:-- 15666 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:12 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1466 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-snmpd clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat 0 upgraded, 94 newly installed, 0 to remove and 4 not upgraded. Need to get 88.0 MB of archives. After this operation, 202 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ homer 1.0-180326.111418 [35.6 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.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-156.206 [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-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 31%Extracting templates from packages: 63%Extracting templates from packages: 95%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 88.0 MB in 16s (5193 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51314 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-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package homer. Preparing to unpack .../homer_1.0-180326.111418_amd64.deb ... Unpacking homer (1.0-180326.111418) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8346 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .............+++ ......................................................................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homer (1.0-180326.111418) ... Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting defusedxml (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homer Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 2s (13.1 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58178 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 6a:dc:0e:1a:3a:ce:c7:79:37:e8:de:b1:05:61:cb:ea root@homer-0 (DSA) ec2: 256 82:f9:8a:ff:9b:88:8e:67:08:04:73:72:37:f2:89:d9 root@homer-0 (ECDSA) ec2: 256 85:0a:70:11:6d:2d:e5:27:77:67:2a:1a:02:c2:80:b1 root@homer-0 (ED25519) ec2: 2048 4f:d1:de:38:c2:90:0c:94:19:03:b6:b8:b6:8e:a4:0a root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKL5mUUpM+C+lKCBYxIsx+lxQ0rqmUCC4f/Y8r4LycpUveWkF3ezQhJifaVwNIgKRMSSkZs3mjwGjkjsBHsPWso= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMYCH/4Jx/YY2dpnpVb6xWc6QxrTocpxF1qwP/5rbRq/ root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6iSlmCF8PXxGV71XB+I6LQQckBtLRBnzUurVCKNtIBTZ7T1AzVMtFSOIIpaGbuXXkGg0iWkOB9CmNk1W7O5mdTOb9iEUNTlGHJ1Eo0Qv4IwH37DaWmVnK6r5WbkTVicxFRg0I8pbIT/8nPvB6s+z7w6pKwvwuCPCTL+Cu/YzhHGOiGJPgFiJlwpBUdxFV9nf2hFFVwnbvWRgdq3cLKAL2WCjXGek8qar8rSy7NJGix+qVByatsomswzJMpxiodn8ApSIELSPCVe7va4sGGGdXRtSMUmYlWzHvlFI99odQf1h+qlekGznqJw6wmLzU3zyM5KbCdDn0iJBuXXAsplHr root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:00:31 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 415.35 seconds 2018-08-19 00:02:59,959 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-19 00:02:59,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:02:59,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:03:00,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:02: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-4dbc2dfc-a813-4d56-a2c0-f1e2fe831715 x-compute-request-id: req-4dbc2dfc-a813-4d56-a2c0-f1e2fe831715 Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:03:00,720 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4dbc2dfc-a813-4d56-a2c0-f1e2fe831715 2018-08-19 00:03:00,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760697841644s 2018-08-19 00:03:00,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4dbc2dfc-a813-4d56-a2c0-f1e2fe831715 2018-08-19 00:03:00,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:03:00,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:03:00,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:03: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-d1ff4e8d-b384-47f5-8ade-75b799d7c529 x-compute-request-id: req-d1ff4e8d-b384-47f5-8ade-75b799d7c529 Content-Encoding: gzip Content-Length: 12239 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008034] Security Framework initialized\n[ 0.009284] AppArmor: AppArmor initialized\n[ 0.010503] Yama: becoming mindful.\n[ 0.012143] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016638] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019393] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022188] Initializing cgroup subsys memory\n[ 0.024006] Initializing cgroup subsys devices\n[ 0.025307] Initializing cgroup subsys freezer\n[ 0.026601] Initializing cgroup subsys blkio\n[ 0.028003] Initializing cgroup subsys perf_event\n[ 0.029332] Initializing cgroup subsys hugetlb\n[ 0.030657] FEATURE SPEC_CTRL Not Present\n[ 0.032684] mce: CPU supports 10 MCE banks\n[ 0.033899] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033899] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037708] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040002] Speculative Store Bypass: Vulnerable\n[ 0.041962] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046610] ACPI: Core revision 20131115\n[ 0.048470] ACPI: All ACPI Tables successfully acquired\n[ 0.050137] ftrace: allocating 28746 entries in 113 pages\n[ 0.072247] smpboot: Max logical packages: 2\n[ 0.076003] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.077760] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.080263] Enabling x2apic\n[ 0.081174] Enabled x2apic\n[ 0.082359] Switched APIC routing to physical x2apic.\n[ 0.085337] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.087055] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.089361] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.097897] KVM setup paravirtual spinlock\n[ 0.100465] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.102538] x86: Booting SMP configuration:\n[ 0.103844] .... node #0, CPUs: #1[ 0.100415] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.120019] x86: Booted up 1 node, 2 CPUs\n[ 0.120012] KVM setup async PF for cpu 1\n[ 0.120014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.123909] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.124433] devtmpfs: initialized\n[ 0.126294] EVM: security.selinux\n[ 0.127307] EVM: security.SMACK64\n[ 0.128005] EVM: security.ima\n[ 0.128929] EVM: security.capability\n[ 0.130057] pinctrl core: initialized pinctrl subsystem\n[ 0.132045] regulator-dummy: no parameters\n[ 0.133303] RTC time: 23:52:53, date: 08/18/18\n[ 0.134571] NET: Registered protocol family 16\n[ 0.135914] cpuidle: using governor ladder\n[ 0.136004] cpuidle: using governor menu\n[ 0.137243] ACPI: bus type PCI registered\n[ 0.138437] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.140115] PCI: Using configuration type 1 for base access\n[ 0.142185] bio: create slab at 0\n[ 0.142185] ACPI: Added _OSI(Module Device)\n[ 0.144003] ACPI: Added _OSI(Processor Device)\n[ 0.145278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.146592] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.149051] ACPI: Interpreter enabled\n[ 0.150200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.152770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.156881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.159686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.161771] ACPI: (supports S0 S5)\n[ 0.162852] ACPI: Using IOAPIC for interrupt routing\n[ 0.164159] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.166940] ACPI: No dock devices found.\n[ 0.170220] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.171948] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.172016] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.173862] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.176265] acpiphp: Slot [3] registered\n[ 0.177474] acpiphp: Slot [4] registered\n[ 0.178677] acpiphp: Slot [5] registered\n[ 0.179862] acpiphp: Slot [6] registered\n[ 0.180022] acpiphp: Slot [7] registered\n[ 0.181211] acpiphp: Slot [8] registered\n[ 0.182403] acpiphp: Slot [9] registered\n[ 0.183583] acpiphp: Slot [10] registered\n[ 0.184020] acpiphp: Slot [11] registered\n[ 0.185237] acpiphp: Slot [12] registered\n[ 0.186688] acpiphp: Slot [13] registered\n[ 0.187909] acpiphp: Slot [14] registered\n[ 0.188020] acpiphp: Slot [15] registered\n[ 0.189239] acpiphp: Slot [16] registered\n[ 0.190462] acpiphp: Slot [17] registered\n[ 0.191677] acpiphp: Slot [18] registered\n[ 0.192027] acpiphp: Slot [19] registered\n[ 0.193255] acpiphp: Slot [20] registered\n[ 0.194483] acpiphp: Slot [21] registered\n[ 0.195699] acpiphp: Slot [22] registered\n[ 0.196019] acpiphp: Slot [23] registered\n[ 0.197239] acpiphp: Slot [24] registered\n[ 0.198456] acpiphp: Slot [25] registered\n[ 0.199681] acpiphp: Slot [26] registered\n[ 0.200020] acpiphp: Slot [27] registered\n[ 0.201203] acpiphp: Slot [28] registered\n[ 0.202386] acpiphp: Slot [29] registered\n[ 0.203593] acpiphp: Slot [30] registered\n[ 0.204028] acpiphp: Slot [31] registered\n[ 0.205207] PCI host bridge to bus 0000:00\n[ 0.206433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.207937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.208003] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.209674] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.211466] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.212003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.220731] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.222879] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.244891] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.247121] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.248966] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.251052] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.252918] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.254822] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.256329] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.257641] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260003] vgaarb: loaded\n[ 0.260890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262729] SCSI subsystem initialized\n[ 0.264118] ACPI: bus type USB registered\n[ 0.265338] usbcore: registered new interface driver usbfs\n[ 0.266918] usbcore: registered new interface driver hub\n[ 0.268046] usbcore: registered new device driver usb\n[ 0.269597] PCI: Using ACPI for IRQ routing\n[ 0.269674] NetLabel: Initializing\n[ 0.272007] NetLabel: domain hash size = 128\n[ 0.273334] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.274800] NetLabel: unlabeled traffic allowed by default\n[ 0.276255] Switched to clocksource kvm-clock\n[ 0.285345] AppArmor: AppArmor Filesystem Enabled\n[ 0.286710] pnp: PnP ACPI init\n[ 0.287693] ACPI: bus type PNP registered\n[ 0.289388] pnp: PnP ACPI: found 8 devices\n[ 0.290608] ACPI: bus type PNP unregistered\n[ 0.298199] NET: Registered protocol family 2\n[ 0.299788] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.302000] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.303947] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.305813] TCP: reno registered\n[ 0.306816] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.308464] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.310272] NET: Registered protocol family 1\n[ 0.311557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.313155] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.314719] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.336893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.359001] Trying to unpack rootfs image as initramfs...\n[ 0.458561] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.461003] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462644] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.464409] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.466900] Scanning for low memory corruption every 60 seconds\n[ 0.468996] Initialise system trusted keyring\n[ 0.470356] audit: initializing netlink socket (disabled)\n[ 0.471849] type=2000 audit(1534636374.269:1): initialized\n[ 0.492348] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494949] zbud: loaded\n[ 0.496037] VFS: Disk quotas dquot_6.5.2\n[ 0.497275] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499435] fuse init (API version 7.22)\n[ 0.500750] msgmni has been set to 3997\n[ 0.502001] Key type big_key registered\n[ 0.503570] Key type asymmetric registered\n[ 0.504850] Asymmetric key parser 'x509' registered\n[ 0.506289] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.508495] io scheduler noop registered\n[ 0.509702] io scheduler deadline registered (default)\n[ 0.511137] io scheduler cfq registered\n[ 0.512374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513953] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515759] ipmi message handler version 39.2\n[ 0.517080] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519273] ACPI: Power Button [PWRF]\n[ 0.520511] GHES: HEST is not enabled!\n[ 0.542133] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611362] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614418] Linux agpgart interface v0.103\n[ 0.616592] brd: module loaded\n[ 0.618047] loop: module loaded\n[ 0.619435] blk-mq: CPU -> queue map\n[ 0.620528] CPU 0 -> Queue 0\n[ 0.621484] CPU 1 -> Queue 0\n[ 0.623351] vda: vda1\n[ 0.624973] scsi0 : ata_piix\n[ 0.626067] scsi1 : ata_piix\n[ 0.627045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.628895] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.630990] libphy: Fixed MDIO Bus: probed\n[ 0.632313] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633765] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636324] PPP generic driver version 2.4.2\n[ 0.637770] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639504] ehci-pci: EHCI PCI platform driver\n[ 0.640793] ehci-platform: EHCI generic platform driver\n[ 0.642319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643978] ohci-pci: OHCI PCI platform driver\n[ 0.645243] ohci-platform: OHCI generic platform driver\n[ 0.646693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669193] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670662] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.674576] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676421] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678540] usb usb1: Product: UHCI Host Controller\n[ 0.679914] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.681635] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683255] hub 1-0:1.0: USB hub found\n[ 0.684407] hub 1-0:1.0: 2 ports detected\n[ 0.685842] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688932] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.690349] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.691976] mousedev: PS/2 mouse device common for all mice\n[ 0.693879] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696849] rtc_cmos 00:00: RTC can wake from S4\n[ 0.698535] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700244] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.702042] device-mapper: uevent: version 1.0.3\n[ 0.703441] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.705778] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707503] TCP: cubic registered\n[ 0.708659] NET: Registered protocol family 10\n[ 0.710402] NET: Registered protocol family 17\n[ 0.711707] Key type dns_resolver registered\n[ 0.713376] Loading compiled-in X.509 certificates\n[ 0.715301] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.717870] registered taskstats version 1\n[ 0.721504] Key type trusted registered\n[ 0.725731] Key type encrypted registered\n[ 0.726963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728508] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.730446] regulator-dummy: disabling\n[ 0.738598] Magic number: 14:146:909\n[ 0.739910] rtc_cmos 00:00: setting system clock to 2018-08-18 23:52:53 UTC (1534636373)\n[ 0.742371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743979] EDD information not available.\n[ 0.790629] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.792920] Write protecting the kernel read-only data: 12288k\n[ 0.796022] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.800307] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.817255] systemd-udevd[107]: starting version 204\n[ 0.858644] FDC 0 is a S82078B\n[ 0.996056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.161218] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.163106] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.165043] usb 1-1: Product: QEMU USB Tablet\n[ 1.166340] usb 1-1: Manufacturer: QEMU\n[ 1.167504] usb 1-1: SerialNumber: 42\n[ 1.460047] tsc: Refined TSC clocksource calibration: 3491.868 MHz\n[ 1.877026] 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.208531] 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.410274] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * 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.586488] 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 Sat, 18 Aug 2018 23:52:55 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.28]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.25]: static networking is now up\n * Stopping cold plug devices[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:52:57 +0000. Up 4.40 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:a3:cb:5d |\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.1 | 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:\n89:5f:93:df:43:e6:99:03:9d:04:c7:4b:b7:98:0c:d4 root@ellis-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o.. |\n| . Eo .|\n| o.+o.|\n| . . . *.o |\n| . S + . = |\n| . . o * o |\n| . . B |\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:\n80:f0:1b:63:c3:dd:82:52:0d:25:a6:15:d9:69:fc:8f root@ellis-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . BO.. |\n| O.=*. |\n| o X.+.. |\n| o = o. |\n| . So |\n| E . |\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:\n77:02:10:5a:7d:8c:14:9b:84:7f:6d:a1:0e:c2:e7:20 root@ellis-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| +=++ |\n| o.oooo . |\n| .. .+. o . |\n| E + +.o o |\n| . =S+o.. |\n| ...o |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n7c:d5:de:93:0e:3e:cb:4c:54:6c:b5:5d:e2:9f:bf:bc root@ellis-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| . o|\n| o..=|\n| . o=.|\n| . . .ooo|\n| S . o.+o|\n| . o o o|\n| + ..|\n| + + .|\n| + E.|\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 * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS ellis-0 ttyS0\n\nellis-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:55:03 +0000. Up 131.07 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:56:04 +0000. Up 191.88 seconds.\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ apt-key add -\n+ curl -L http://repo.cw-ngv.com/repo_key\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=\n+ '[' -n '' ']'\n+ etcd_ip=192.168.0.10\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install ellis --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package ellis\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\n/var/lib/cloud/instance/scripts/part-001: line 31: /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd: No such file or directory\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\n/var/lib/cloud/instance/scripts/part-001: line 34: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory\n+ cat\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\n/var/lib/cloud/instance/scripts/part-001: line 64: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory\n+ service clearwater-infrastructure restart\nclearwater-infrastructure: unrecognized service\n+ service ellis stop\nellis: unrecognized service\n+ /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000\n/var/lib/cloud/instance/scripts/part-001: line 71: /usr/share/clearwater/ellis/env/bin/python: No such file or directory\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.213\n++ echo A 172.30.9.213\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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++ 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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.213\n++ echo A 172.30.9.213\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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++ 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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.213\n++ echo A 172.30.9.213\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.213\n++ echo A 172.30.9.213\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.213\n++ echo A 172.30.9.213\n; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\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; Communication with 192.168.0.6#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.6'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-19 00:01:37,857 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-19 00:01:37,861 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-19 00:01:37,861 - util.py[WARNING]: Running scripts-user () failed\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 | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 80:f0:1b:63:c3:dd:82:52:0d:25:a6:15:d9:69:fc:8f root@ellis-0 (DSA)\nec2: 256 77:02:10:5a:7d:8c:14:9b:84:7f:6d:a1:0e:c2:e7:20 root@ellis-0 (ECDSA)\nec2: 256 7c:d5:de:93:0e:3e:cb:4c:54:6c:b5:5d:e2:9f:bf:bc root@ellis-0 (ED25519)\nec2: 2048 89:5f:93:df:43:e6:99:03:9d:04:c7:4b:b7:98:0c:d4 root@ellis-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAxd0XSXfwgxWEfIsxpI7HtlCBYYvUIgqEwP/m6b8dNCJUd15D9EMHgORy+G/ukeHAJzjiNWFB2ROqAUqdtLOig= root@ellis-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDg8z2MnGf5vf2njW0Ar7dJXK6SZpZ5hBC213Y8hqtNk root@ellis-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/l2fcFXaHtLzm1zySZtpNMJkX4yoyl1XKOZeJHBgLb9SgiDc/5yubNHvq/S2jYSD70jV6iOdj8CONevRgkIen/mcar/ycamV9cLyoI/WWotSTBQitAnFn/RXtDWxz6axpCLnVlV3zj3hNbZjt5vkR/N2gDm1m7FMRlyUq9zsslMFVRPXJe/+0heOfG+ptCyYG5cDQbLafzDZ6HIC3vsznHEt2kapVgWCfU1R2UP+kN12hfPJzyUbwx19A/6QITtM2lTG/5iVr8jLFZef2XJj7E06Ywmk885O+TBSwS2cL0k1A7COkiDrHupYdZF9fFaefWtJj+62YfOoQ4rfO8iul root@ellis-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:01:37 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.13 seconds\n"} 2018-08-19 00:03:00,804 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8/action used request id req-d1ff4e8d-b384-47f5-8ade-75b799d7c529 2018-08-19 00:03:00,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0764901638031s 2018-08-19 00:03:00,806 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8/action used request id req-d1ff4e8d-b384-47f5-8ade-75b799d7c529 2018-08-19 00:03:00,806 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008034] Security Framework initialized [ 0.009284] AppArmor: AppArmor initialized [ 0.010503] Yama: becoming mindful. [ 0.012143] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016638] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019393] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022188] Initializing cgroup subsys memory [ 0.024006] Initializing cgroup subsys devices [ 0.025307] Initializing cgroup subsys freezer [ 0.026601] Initializing cgroup subsys blkio [ 0.028003] Initializing cgroup subsys perf_event [ 0.029332] Initializing cgroup subsys hugetlb [ 0.030657] FEATURE SPEC_CTRL Not Present [ 0.032684] mce: CPU supports 10 MCE banks [ 0.033899] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033899] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037708] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040002] Speculative Store Bypass: Vulnerable [ 0.041962] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046610] ACPI: Core revision 20131115 [ 0.048470] ACPI: All ACPI Tables successfully acquired [ 0.050137] ftrace: allocating 28746 entries in 113 pages [ 0.072247] smpboot: Max logical packages: 2 [ 0.076003] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.077760] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.080263] Enabling x2apic [ 0.081174] Enabled x2apic [ 0.082359] Switched APIC routing to physical x2apic. [ 0.085337] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.087055] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.089361] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.097897] KVM setup paravirtual spinlock [ 0.100465] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.102538] x86: Booting SMP configuration: [ 0.103844] .... node #0, CPUs: #1[ 0.100415] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.120019] x86: Booted up 1 node, 2 CPUs [ 0.120012] KVM setup async PF for cpu 1 [ 0.120014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.123909] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.124433] devtmpfs: initialized [ 0.126294] EVM: security.selinux [ 0.127307] EVM: security.SMACK64 [ 0.128005] EVM: security.ima [ 0.128929] EVM: security.capability [ 0.130057] pinctrl core: initialized pinctrl subsystem [ 0.132045] regulator-dummy: no parameters [ 0.133303] RTC time: 23:52:53, date: 08/18/18 [ 0.134571] NET: Registered protocol family 16 [ 0.135914] cpuidle: using governor ladder [ 0.136004] cpuidle: using governor menu [ 0.137243] ACPI: bus type PCI registered [ 0.138437] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.140115] PCI: Using configuration type 1 for base access [ 0.142185] bio: create slab at 0 [ 0.142185] ACPI: Added _OSI(Module Device) [ 0.144003] ACPI: Added _OSI(Processor Device) [ 0.145278] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.146592] ACPI: Added _OSI(Processor Aggregator Device) [ 0.149051] ACPI: Interpreter enabled [ 0.150200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.152770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.156881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.159686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.161771] ACPI: (supports S0 S5) [ 0.162852] ACPI: Using IOAPIC for interrupt routing [ 0.164159] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.166940] ACPI: No dock devices found. [ 0.170220] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.171948] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.172016] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.173862] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.176265] acpiphp: Slot [3] registered [ 0.177474] acpiphp: Slot [4] registered [ 0.178677] acpiphp: Slot [5] registered [ 0.179862] acpiphp: Slot [6] registered [ 0.180022] acpiphp: Slot [7] registered [ 0.181211] acpiphp: Slot [8] registered [ 0.182403] acpiphp: Slot [9] registered [ 0.183583] acpiphp: Slot [10] registered [ 0.184020] acpiphp: Slot [11] registered [ 0.185237] acpiphp: Slot [12] registered [ 0.186688] acpiphp: Slot [13] registered [ 0.187909] acpiphp: Slot [14] registered [ 0.188020] acpiphp: Slot [15] registered [ 0.189239] acpiphp: Slot [16] registered [ 0.190462] acpiphp: Slot [17] registered [ 0.191677] acpiphp: Slot [18] registered [ 0.192027] acpiphp: Slot [19] registered [ 0.193255] acpiphp: Slot [20] registered [ 0.194483] acpiphp: Slot [21] registered [ 0.195699] acpiphp: Slot [22] registered [ 0.196019] acpiphp: Slot [23] registered [ 0.197239] acpiphp: Slot [24] registered [ 0.198456] acpiphp: Slot [25] registered [ 0.199681] acpiphp: Slot [26] registered [ 0.200020] acpiphp: Slot [27] registered [ 0.201203] acpiphp: Slot [28] registered [ 0.202386] acpiphp: Slot [29] registered [ 0.203593] acpiphp: Slot [30] registered [ 0.204028] acpiphp: Slot [31] registered [ 0.205207] PCI host bridge to bus 0000:00 [ 0.206433] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.207937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.208003] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.209674] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.211466] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.212003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.220731] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.222879] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.244891] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.247121] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.248966] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.251052] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.252918] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.254822] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.256329] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.257641] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260003] vgaarb: loaded [ 0.260890] vgaarb: bridge control possible 0000:00:02.0 [ 0.262729] SCSI subsystem initialized [ 0.264118] ACPI: bus type USB registered [ 0.265338] usbcore: registered new interface driver usbfs [ 0.266918] usbcore: registered new interface driver hub [ 0.268046] usbcore: registered new device driver usb [ 0.269597] PCI: Using ACPI for IRQ routing [ 0.269674] NetLabel: Initializing [ 0.272007] NetLabel: domain hash size = 128 [ 0.273334] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.274800] NetLabel: unlabeled traffic allowed by default [ 0.276255] Switched to clocksource kvm-clock [ 0.285345] AppArmor: AppArmor Filesystem Enabled [ 0.286710] pnp: PnP ACPI init [ 0.287693] ACPI: bus type PNP registered [ 0.289388] pnp: PnP ACPI: found 8 devices [ 0.290608] ACPI: bus type PNP unregistered [ 0.298199] NET: Registered protocol family 2 [ 0.299788] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.302000] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.303947] TCP: Hash tables configured (established 16384 bind 16384) [ 0.305813] TCP: reno registered [ 0.306816] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.308464] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.310272] NET: Registered protocol family 1 [ 0.311557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.313155] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.314719] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.336893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.359001] Trying to unpack rootfs image as initramfs... [ 0.458561] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.461003] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462644] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.464409] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.466900] Scanning for low memory corruption every 60 seconds [ 0.468996] Initialise system trusted keyring [ 0.470356] audit: initializing netlink socket (disabled) [ 0.471849] type=2000 audit(1534636374.269:1): initialized [ 0.492348] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494949] zbud: loaded [ 0.496037] VFS: Disk quotas dquot_6.5.2 [ 0.497275] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.499435] fuse init (API version 7.22) [ 0.500750] msgmni has been set to 3997 [ 0.502001] Key type big_key registered [ 0.503570] Key type asymmetric registered [ 0.504850] Asymmetric key parser 'x509' registered [ 0.506289] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.508495] io scheduler noop registered [ 0.509702] io scheduler deadline registered (default) [ 0.511137] io scheduler cfq registered [ 0.512374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.513953] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.515759] ipmi message handler version 39.2 [ 0.517080] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519273] ACPI: Power Button [PWRF] [ 0.520511] GHES: HEST is not enabled! [ 0.542133] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.585222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.587498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611362] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.614418] Linux agpgart interface v0.103 [ 0.616592] brd: module loaded [ 0.618047] loop: module loaded [ 0.619435] blk-mq: CPU -> queue map [ 0.620528] CPU 0 -> Queue 0 [ 0.621484] CPU 1 -> Queue 0 [ 0.623351] vda: vda1 [ 0.624973] scsi0 : ata_piix [ 0.626067] scsi1 : ata_piix [ 0.627045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.628895] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.630990] libphy: Fixed MDIO Bus: probed [ 0.632313] tun: Universal TUN/TAP device driver, 1.6 [ 0.633765] tun: (C) 1999-2004 Max Krasnyansky [ 0.636324] PPP generic driver version 2.4.2 [ 0.637770] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639504] ehci-pci: EHCI PCI platform driver [ 0.640793] ehci-platform: EHCI generic platform driver [ 0.642319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643978] ohci-pci: OHCI PCI platform driver [ 0.645243] ohci-platform: OHCI generic platform driver [ 0.646693] uhci_hcd: USB Universal Host Controller Interface driver [ 0.669193] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.670662] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.672891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.674576] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.676421] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678540] usb usb1: Product: UHCI Host Controller [ 0.679914] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.681635] usb usb1: SerialNumber: 0000:00:01.2 [ 0.683255] hub 1-0:1.0: USB hub found [ 0.684407] hub 1-0:1.0: 2 ports detected [ 0.685842] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.688932] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.690349] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.691976] mousedev: PS/2 mouse device common for all mice [ 0.693879] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.696849] rtc_cmos 00:00: RTC can wake from S4 [ 0.698535] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.700244] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.702042] device-mapper: uevent: version 1.0.3 [ 0.703441] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.705778] ledtrig-cpu: registered to indicate activity on CPUs [ 0.707503] TCP: cubic registered [ 0.708659] NET: Registered protocol family 10 [ 0.710402] NET: Registered protocol family 17 [ 0.711707] Key type dns_resolver registered [ 0.713376] Loading compiled-in X.509 certificates [ 0.715301] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.717870] registered taskstats version 1 [ 0.721504] Key type trusted registered [ 0.725731] Key type encrypted registered [ 0.726963] AppArmor: AppArmor sha1 policy hashing enabled [ 0.728508] IMA: No TPM chip found, activating TPM-bypass! [ 0.730446] regulator-dummy: disabling [ 0.738598] Magic number: 14:146:909 [ 0.739910] rtc_cmos 00:00: setting system clock to 2018-08-18 23:52:53 UTC (1534636373) [ 0.742371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.743979] EDD information not available. [ 0.790629] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.792920] Write protecting the kernel read-only data: 12288k [ 0.796022] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.800307] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.817255] systemd-udevd[107]: starting version 204 [ 0.858644] FDC 0 is a S82078B [ 0.996056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.161218] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.163106] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.165043] usb 1-1: Product: QEMU USB Tablet [ 1.166340] usb 1-1: Manufacturer: QEMU [ 1.167504] usb 1-1: SerialNumber: 42 [ 1.460047] tsc: Refined TSC clocksource calibration: 3491.868 MHz [ 1.877026] 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.208531] 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.410274] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * 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.586488] 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 Sat, 18 Aug 2018 23:52:55 +0000. Up 3.11 seconds. cloud-init-nonet[3.28]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.25]: static networking is now up * Stopping cold plug devices[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:52:57 +0000. Up 4.40 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:a3:cb:5d | 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.1 | 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: 89:5f:93:df:43:e6:99:03:9d:04:c7:4b:b7:98:0c:d4 root@ellis-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o.. | | . Eo .| | o.+o.| | . . . *.o | | . S + . = | | . . 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: 80:f0:1b:63:c3:dd:82:52:0d:25:a6:15:d9:69:fc:8f root@ellis-0 The key's randomart image is: +--[ DSA 1024]----+ | . BO.. | | O.=*. | | o X.+.. | | o = o. | | . So | | E . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 77:02:10:5a:7d:8c:14:9b:84:7f:6d:a1:0e:c2:e7:20 root@ellis-0 The key's randomart image is: +--[ECDSA 256]---+ | +=++ | | o.oooo . | | .. .+. o . | | E + +.o o | | . =S+o.. | | ...o | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 7c:d5:de:93:0e:3e:cb:4c:54:6c:b5:5d:e2:9f:bf:bc root@ellis-0 The key's randomart image is: +--[ED25519 256--+ | . o| | o..=| | . o=.| | . . .ooo| | S . o.+o| | . o o o| | + ..| | + + .| | + E.| +-----------------+ * 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 ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting D-Bus system message bus[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off 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 ] Ubuntu 14.04.5 LTS ellis-0 ttyS0 ellis-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:55:03 +0000. Up 131.07 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:56:04 +0000. Up 191.88 seconds. + echo 'deb http://repo.cw-ngv.com/stable binary/' + apt-key add - + curl -L http://repo.cw-ngv.com/repo_key % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip= + '[' -n '' ']' + etcd_ip=192.168.0.10 + cat + DEBIAN_FRONTEND=noninteractive + apt-get install ellis --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package ellis + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd /var/lib/cloud/instance/scripts/part-001: line 31: /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd: No such file or directory + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp /var/lib/cloud/instance/scripts/part-001: line 34: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory + cat + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp /var/lib/cloud/instance/scripts/part-001: line 64: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory + service clearwater-infrastructure restart clearwater-infrastructure: unrecognized service + service ellis stop ellis: unrecognized service + /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000 /var/lib/cloud/instance/scripts/part-001: line 71: /usr/share/clearwater/ellis/env/bin/python: No such file or directory + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ 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 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.213 ++ echo A 172.30.9.213 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ 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 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.213 ++ echo 172.30.9.213 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.213 ++ ip2rr 172.30.9.213 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.213 ++ echo A 172.30.9.213 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ 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 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.213 ++ echo A 172.30.9.213 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.213 ++ echo 172.30.9.213 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.213 ++ ip2rr 172.30.9.213 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.213 ++ echo A 172.30.9.213 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ 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 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.213 ++ echo A 172.30.9.213 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ 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 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.213 ++ echo A 172.30.9.213 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ 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 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.213 ++ echo A 172.30.9.213 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ 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 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ 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 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ 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 ; Communication with 192.168.0.6#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-19 00:01:37,857 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-19 00:01:37,861 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-19 00:01:37,861 - util.py[WARNING]: Running scripts-user () failed 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 | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 80:f0:1b:63:c3:dd:82:52:0d:25:a6:15:d9:69:fc:8f root@ellis-0 (DSA) ec2: 256 77:02:10:5a:7d:8c:14:9b:84:7f:6d:a1:0e:c2:e7:20 root@ellis-0 (ECDSA) ec2: 256 7c:d5:de:93:0e:3e:cb:4c:54:6c:b5:5d:e2:9f:bf:bc root@ellis-0 (ED25519) ec2: 2048 89:5f:93:df:43:e6:99:03:9d:04:c7:4b:b7:98:0c:d4 root@ellis-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAxd0XSXfwgxWEfIsxpI7HtlCBYYvUIgqEwP/m6b8dNCJUd15D9EMHgORy+G/ukeHAJzjiNWFB2ROqAUqdtLOig= root@ellis-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDg8z2MnGf5vf2njW0Ar7dJXK6SZpZ5hBC213Y8hqtNk root@ellis-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/l2fcFXaHtLzm1zySZtpNMJkX4yoyl1XKOZeJHBgLb9SgiDc/5yubNHvq/S2jYSD70jV6iOdj8CONevRgkIen/mcar/ycamV9cLyoI/WWotSTBQitAnFn/RXtDWxz6axpCLnVlV3zj3hNbZjt5vkR/N2gDm1m7FMRlyUq9zsslMFVRPXJe/+0heOfG+ptCyYG5cDQbLafzDZ6HIC3vsznHEt2kapVgWCfU1R2UP+kN12hfPJzyUbwx19A/6QITtM2lTG/5iVr8jLFZef2XJj7E06Ywmk885O+TBSwS2cL0k1A7COkiDrHupYdZF9fFaefWtJj+62YfOoQ4rfO8iul root@ellis-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 00:01:37 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.13 seconds 2018-08-19 00:03:00,808 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-19 00:03:00,808 - 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:a3:cb:5d', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a3:cb:5d', u'version': 4, u'addr': u'172.30.9.213', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd6500d9e-93f0-44f4-99ec-09c92cd38685', 'name': u'heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 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-18T23:52:53.000000', 'flavor': Munch({u'id': u'636f1f93-24e0-4ac3-89fe-54e44b033b93', 'name': u'heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2'}), 'az': u'nova', 'id': u'8fc053d4-d68c-467c-9d36-de733a5d4cf8', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'1f13dfc6-8751-4f6d-a2ad-28aad89d98a4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'2af65fdd-87c9-4f5e-97a5-3b7ffe45f072'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'54ad5848-1209-4e35-8fdb-7357500865b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'5c1d2cd9-7b4d-4122-a696-94a90cfe2918'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'687e1b875c954a938e775bfd60ed676d', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'9e10ebdd-a6df-4ed4-b36c-c41b4384f50e'})], 'id': u'beac83a6-b2dc-4f09-b601-ca1b10df2492', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'5c44dcfc-e0cb-43ba-b7d2-14369fb7b592', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'e46a9471-46fa-4517-9905-c35c29b11aae'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'5c44dcfc-e0cb-43ba-b7d2-14369fb7b592', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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'ed1fb6d0-6883-4050-8a52-45a614313121'})], 'id': u'5c44dcfc-e0cb-43ba-b7d2-14369fb7b592', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'05aa915bd2d84d959454a1068e884da8', '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'687e1b875c954a938e775bfd60ed676d', 'name': 'heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', '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-18T23:52:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T23:52:53Z', 'hostId': u'fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2', 'public_v6': '', 'private_v4': u'192.168.0.10', 'cloud': 'envvars', 'host_id': u'fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa', '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-18T23:52:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'687e1b875c954a938e775bfd60ed676d', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'687e1b875c954a938e775bfd60ed676d', 'created_at': u'2018-08-18T23:51:11Z', 'created': u'2018-08-18T23:51:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 00:03:00,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:03:00,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:03:01,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:03: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-03019845-5de2-420f-a228-ce83bacd294b x-compute-request-id: req-03019845-5de2-420f-a228-ce83bacd294b Content-Encoding: gzip Content-Length: 1533 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:40:7e:29", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:7e:29", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a0:d4", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64c2d27e-ab5b-47da-8042-d2b140e506e9", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:03.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64c2d27e-ab5b-47da-8042-d2b140e506e9", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:03Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "bono-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:2d:6c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c2:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64dcf479-ba15-4970-ba60-f938faed670f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64dcf479-ba15-4970-ba60-f938faed670f", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "dime-0.clearwater.opnfv", "created": "2018-08-18T23:53:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:5b:64", "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:4a:71:fb", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/516e0ad2-d0df-491f-91f8-01a2848a6d3f", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:59.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "516e0ad2-d0df-491f-91f8-01a2848a6d3f", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:59Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "version": 4, "addr": "192.168.0.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:82", "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:6d:3a:1d", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5a5902a-4a62-48b3-96fe-9bdc41394f95", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:54:01.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "c5a5902a-4a62-48b3-96fe-9bdc41394f95", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:54:01Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-18T23:53:10Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:2a:f9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:93:18", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/64509fc6-2b10-40a8-95bc-b4549a60d657", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:53:34.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "64509fc6-2b10-40a8-95bc-b4549a60d657", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:53:34Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "homer-0.clearwater.opnfv", "created": "2018-08-18T23:53:09Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:cb:5d", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8fc053d4-d68c-467c-9d36-de733a5d4cf8", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:52:53.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "8fc053d4-d68c-467c-9d36-de733a5d4cf8", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:52:53Z", "hostId": "fcfbd45e3ba26218e6b3cd92f3891a075164101fd16307f15c6013fa", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-18T23:51:11Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:48:a5", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:77:0f", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2", "rel": "bookmark"}], "image": {"id": "d6500d9e-93f0-44f4-99ec-09c92cd38685", "links": [{"href": "http://172.30.9.28:8774/images/d6500d9e-93f0-44f4-99ec-09c92cd38685", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-18T23:51:00.000000", "flavor": {"id": "636f1f93-24e0-4ac3-89fe-54e44b033b93", "links": [{"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "bookmark"}]}, "id": "664f4f1d-2139-4920-a0c6-1a7f5da23de2", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "05aa915bd2d84d959454a1068e884da8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-18T23:51:00Z", "hostId": "604013ebaeac22a8276b1af5d23e7648c2951ced2309a14e124a1326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "name": "ns.clearwater.opnfv", "created": "2018-08-18T23:49:16Z", "tenant_id": "687e1b875c954a938e775bfd60ed676d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:03:01,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-03019845-5de2-420f-a228-ce83bacd294b 2018-08-19 00:03:01,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.284422874451s 2018-08-19 00:03:01,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-03019845-5de2-420f-a228-ce83bacd294b 2018-08-19 00:03:01,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:03:01,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:03:01,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:03: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-6674817d-b747-46bb-8140-b01ddf7fd27d x-compute-request-id: req-6674817d-b747-46bb-8140-b01ddf7fd27d Content-Encoding: gzip Content-Length: 11450 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008033] Security Framework initialized\n[ 0.009292] AppArmor: AppArmor initialized\n[ 0.010520] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016723] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019525] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022227] Initializing cgroup subsys memory\n[ 0.024006] Initializing cgroup subsys devices\n[ 0.025328] Initializing cgroup subsys freezer\n[ 0.026649] Initializing cgroup subsys blkio\n[ 0.028003] Initializing cgroup subsys perf_event\n[ 0.029359] Initializing cgroup subsys hugetlb\n[ 0.030718] FEATURE SPEC_CTRL Not Present\n[ 0.032683] mce: CPU supports 10 MCE banks\n[ 0.033932] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033932] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037676] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040002] Speculative Store Bypass: Vulnerable\n[ 0.041957] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.048097] ACPI: Core revision 20131115\n[ 0.049739] ACPI: All ACPI Tables successfully acquired\n[ 0.051398] ftrace: allocating 28746 entries in 113 pages\n[ 0.072219] smpboot: Max logical packages: 2\n[ 0.076003] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.077711] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.080265] Enabling x2apic\n[ 0.081189] Enabled x2apic\n[ 0.082386] Switched APIC routing to physical x2apic.\n[ 0.085156] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.086808] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.089357] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.097710] KVM setup paravirtual spinlock\n[ 0.100233] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.102231] x86: Booting SMP configuration:\n[ 0.103501] .... node #0, CPUs: #1[ 0.100190] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.120019] x86: Booted up 1 node, 2 CPUs\n[ 0.120012] KVM setup async PF for cpu 1\n[ 0.120014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.123917] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.124433] devtmpfs: initialized\n[ 0.126320] EVM: security.selinux\n[ 0.128006] EVM: security.SMACK64\n[ 0.129020] EVM: security.ima\n[ 0.129945] EVM: security.capability\n[ 0.133510] pinctrl core: initialized pinctrl subsystem\n[ 0.135131] regulator-dummy: no parameters\n[ 0.136090] RTC time: 23:51:01, date: 08/18/18\n[ 0.137431] NET: Registered protocol family 16\n[ 0.138835] cpuidle: using governor ladder\n[ 0.140007] cpuidle: using governor menu\n[ 0.141281] ACPI: bus type PCI registered\n[ 0.142442] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.144209] PCI: Using configuration type 1 for base access\n[ 0.146348] bio: create slab at 0\n[ 0.146348] ACPI: Added _OSI(Module Device)\n[ 0.148003] ACPI: Added _OSI(Processor Device)\n[ 0.149239] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.150537] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.153772] ACPI: Interpreter enabled\n[ 0.154883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.156764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.159413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.161731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.164006] ACPI: (supports S0 S5)\n[ 0.168007] ACPI: Using IOAPIC for interrupt routing\n[ 0.169385] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172033] ACPI: No dock devices found.\n[ 0.175182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.176016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.177787] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179517] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180238] acpiphp: Slot [3] registered\n[ 0.181401] acpiphp: Slot [4] registered\n[ 0.182559] acpiphp: Slot [5] registered\n[ 0.183727] acpiphp: Slot [6] registered\n[ 0.184039] acpiphp: Slot [7] registered\n[ 0.185189] acpiphp: Slot [8] registered\n[ 0.186340] acpiphp: Slot [9] registered\n[ 0.187498] acpiphp: Slot [10] registered\n[ 0.188020] acpiphp: Slot [11] registered\n[ 0.189193] acpiphp: Slot [12] registered\n[ 0.190357] acpiphp: Slot [13] registered\n[ 0.191521] acpiphp: Slot [14] registered\n[ 0.192020] acpiphp: Slot [15] registered\n[ 0.193350] acpiphp: Slot [16] registered\n[ 0.194527] acpiphp: Slot [17] registered\n[ 0.195695] acpiphp: Slot [18] registered\n[ 0.196027] acpiphp: Slot [19] registered\n[ 0.197208] acpiphp: Slot [20] registered\n[ 0.198373] acpiphp: Slot [21] registered\n[ 0.199540] acpiphp: Slot [22] registered\n[ 0.200020] acpiphp: Slot [23] registered\n[ 0.201193] acpiphp: Slot [24] registered\n[ 0.202357] acpiphp: Slot [25] registered\n[ 0.203520] acpiphp: Slot [26] registered\n[ 0.204020] acpiphp: Slot [27] registered\n[ 0.205195] acpiphp: Slot [28] registered\n[ 0.206362] acpiphp: Slot [29] registered\n[ 0.207532] acpiphp: Slot [30] registered\n[ 0.208027] acpiphp: Slot [31] registered\n[ 0.209182] PCI host bridge to bus 0000:00\n[ 0.210346] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.211823] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.213631] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.215381] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.216003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.225180] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.227260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.254503] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256560] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258830] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260851] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.262866] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264661] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266514] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268892] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270612] SCSI subsystem initialized\n[ 0.271886] ACPI: bus type USB registered\n[ 0.272034] usbcore: registered new interface driver usbfs\n[ 0.273518] usbcore: registered new interface driver hub\n[ 0.274995] usbcore: registered new device driver usb\n[ 0.276112] PCI: Using ACPI for IRQ routing\n[ 0.277629] NetLabel: Initializing\n[ 0.278670] NetLabel: domain hash size = 128\n[ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.281423] NetLabel: unlabeled traffic allowed by default\n[ 0.282921] Switched to clocksource kvm-clock\n[ 0.289014] AppArmor: AppArmor Filesystem Enabled\n[ 0.290358] pnp: PnP ACPI init\n[ 0.291317] ACPI: bus type PNP registered\n[ 0.292951] pnp: PnP ACPI: found 8 devices\n[ 0.294140] ACPI: bus type PNP unregistered\n[ 0.301734] NET: Registered protocol family 2\n[ 0.303278] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305455] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307373] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309190] TCP: reno registered\n[ 0.310180] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311784] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313557] NET: Registered protocol family 1\n[ 0.314818] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.316397] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.317946] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.340522] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.363309] Trying to unpack rootfs image as initramfs...\n[ 0.464986] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.467410] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.468990] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470788] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.473292] Scanning for low memory corruption every 60 seconds\n[ 0.475346] Initialise system trusted keyring\n[ 0.476712] audit: initializing netlink socket (disabled)\n[ 0.478269] type=2000 audit(1534636261.809:1): initialized\n[ 0.499269] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502015] zbud: loaded\n[ 0.503173] VFS: Disk quotas dquot_6.5.2\n[ 0.504415] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506596] fuse init (API version 7.22)\n[ 0.507868] msgmni has been set to 3997\n[ 0.509128] Key type big_key registered\n[ 0.510734] Key type asymmetric registered\n[ 0.511978] Asymmetric key parser 'x509' registered\n[ 0.513408] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.515675] io scheduler noop registered\n[ 0.516868] io scheduler deadline registered (default)\n[ 0.518371] io scheduler cfq registered\n[ 0.519625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523027] ipmi message handler version 39.2\n[ 0.524380] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526576] ACPI: Power Button [PWRF]\n[ 0.527816] GHES: HEST is not enabled!\n[ 0.550051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594162] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.616846] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.619166] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643055] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646173] Linux agpgart interface v0.103\n[ 0.648470] brd: module loaded\n[ 0.649997] loop: module loaded\n[ 0.651419] blk-mq: CPU -> queue map\n[ 0.652575] CPU 0 -> Queue 0\n[ 0.653597] CPU 1 -> Queue 0\n[ 0.655504] vda: vda1\n[ 0.657141] scsi0 : ata_piix\n[ 0.658222] scsi1 : ata_piix\n[ 0.659195] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.661025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.663002] libphy: Fixed MDIO Bus: probed\n[ 0.664333] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.669121] PPP generic driver version 2.4.2\n[ 0.670445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.672161] ehci-pci: EHCI PCI platform driver\n[ 0.673407] ehci-platform: EHCI generic platform driver\n[ 0.674841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676465] ohci-pci: OHCI PCI platform driver\n[ 0.677720] ohci-platform: OHCI generic platform driver\n[ 0.679146] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.701723] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.703146] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705322] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.706978] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.708745] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710815] usb usb1: Product: UHCI Host Controller\n[ 0.712162] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.713848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715247] hub 1-0:1.0: USB hub found\n[ 0.716381] hub 1-0:1.0: 2 ports detected\n[ 0.717685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.720649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723534] mousedev: PS/2 mouse device common for all mice\n[ 0.725334] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.727949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729554] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732991] device-mapper: uevent: version 1.0.3\n[ 0.734341] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736649] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738305] TCP: cubic registered\n[ 0.739377] NET: Registered protocol family 10\n[ 0.740926] NET: Registered protocol family 17\n[ 0.742209] Key type dns_resolver registered\n[ 0.743660] Loading compiled-in X.509 certificates\n[ 0.745513] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.755510] registered taskstats version 1\n[ 0.758533] Key type trusted registered\n[ 0.762594] Key type encrypted registered\n[ 0.763751] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765197] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.767192] regulator-dummy: disabling\n[ 0.768381] Magic number: 14:146:909\n[ 0.769628] rtc_cmos 00:00: setting system clock to 2018-08-18 23:51:01 UTC (1534636261)\n[ 0.771910] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.773473] EDD information not available.\n[ 0.821314] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823548] Write protecting the kernel read-only data: 12288k\n[ 0.825719] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.829170] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842551] systemd-udevd[107]: starting version 204\n[ 0.896491] FDC 0 is a S82078B\n[ 1.028053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.192769] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.194849] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197020] usb 1-1: Product: QEMU USB Tablet\n[ 1.198458] usb 1-1: Manufacturer: QEMU\n[ 1.199762] usb 1-1: SerialNumber: 42\n[ 1.464053] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.897254] 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.235001] 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.341240] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.443704] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:51:03 +0000. Up 2.77 seconds.\ncloud-init-nonet[2.91]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.95]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:51:04 +0000. Up 4.13 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:f1:77:0f |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:96:48:a5 |\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.1 | 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:\nef:5c:ff:b7:9f:62:e3:6a:eb:84:f5:ef:e5:0b:7e:b2 root@ns\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| |\n| S . |\n| .o . |\n| ....o .|\n| o.o.*oo+|\n| =+=EOBO|\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:\nd8:b3:9c:13:88:80:bb:42:64:ae:b6:84:c6:53:02:80 root@ns\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|o |\n|E. |\n|oo. |\n|=. . . + |\n|.+ .. o S |\n|=.o . = |\n|=* = |\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:\n5e:51:9e:2e:ba:5f:2e:80:2f:cc:b0:b2:e1:72:3a:e4 root@ns\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| o . |\n| . o |\n| o |\n| .S o . |\n| . . ...o . |\n|o . = .o. . |\n|oEo.. + ...o |\n|.=oo ...... |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n0c:46:67:82:01:c2:f9:43:4e:9c:81:c9:46:34:99:bd root@ns\nThe key's randomart image is:\n+--[ED25519 256--+\n|*+Xo+oo o |\n| @.*.. + |\n|. = . o |\n| E . 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 * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * 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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS ns ttyS0\n\nns login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:53:08 +0000. Up 128.03 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:09 +0000. Up 188.90 seconds.\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ ip addr add 192.168.1.6/24 dev eth1\n+ ip link set dev eth1 up\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\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 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\nE: There are problems and -y was used without --force-yes\n+ cat\n/var/lib/cloud/instance/scripts/part-001: line 16: /etc/bind/named.conf.local: No such file or directory\n+ cat\n/var/lib/cloud/instance/scripts/part-001: line 41: /var/lib/bind/db.clearwater.opnfv: No such file or directory\n+ chown root:bind /var/lib/bind/db.clearwater.opnfv\nchown: invalid group: 'root:bind'\n+ service bind9 reload\nbind9: unrecognized service\n2018-08-18 23:54:52,886 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-18 23:54:52,889 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-18 23:54:52,889 - util.py[WARNING]: Running scripts-user () failed\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 | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 d8:b3:9c:13:88:80:bb:42:64:ae:b6:84:c6:53:02:80 root@ns (DSA)\nec2: 256 5e:51:9e:2e:ba:5f:2e:80:2f:cc:b0:b2:e1:72:3a:e4 root@ns (ECDSA)\nec2: 256 0c:46:67:82:01:c2:f9:43:4e:9c:81:c9:46:34:99:bd root@ns (ED25519)\nec2: 2048 ef:5c:ff:b7:9f:62:e3:6a:eb:84:f5:ef:e5:0b:7e:b2 root@ns (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmLRbyAqSBI+ncU9gH08cwBd4me5uyZx5QBcBHnjDZ6VS2bYFeHQuf1gbVDAQBsKXsevYQ0GVYH7uax4AiuacQ= root@ns\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBEEPLNzNKMkqWwDXQZMpJgM50LQcpyn0yxnzvNTwWas root@ns\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcZ0gqMsUS0mh7kkVKYZOzBI4GUIDPCb6ZgiG/V6NdHwqy3VOJRU6JBAshT3fC9y3/4xl/49InNvAczCj70ngQlcr3eXtqtvJGixXezCYV2NXbLmXZ7XSSMjySeTONEyn7Jela+B2wNvwrSc6mt3w5aR9NFXL/LLht72q8MzSiqaUbSEcskwg8d29zKW6Du7XoZFP7n60oXSTrdyDCJ7U3QxyGa+RszvUa8Op/WUGV2tMFSgp5zZRwxrFpqezKaL8tQNidPooZd//ZuPO1rUlJyXTIsvJ/sbMAxJZSnr2lv0+nKytlOjhC/8ZNM8Q6LQ2z433XBnNONbtM5HCi2/rX root@ns\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sat, 18 Aug 2018 23:54:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 232.19 seconds\n"} 2018-08-19 00:03:01,179 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2/action used request id req-6674817d-b747-46bb-8140-b01ddf7fd27d 2018-08-19 00:03:01,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0766980648041s 2018-08-19 00:03:01,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/664f4f1d-2139-4920-a0c6-1a7f5da23de2/action used request id req-6674817d-b747-46bb-8140-b01ddf7fd27d 2018-08-19 00:03:01,181 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008033] Security Framework initialized [ 0.009292] AppArmor: AppArmor initialized [ 0.010520] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016723] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019525] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022227] Initializing cgroup subsys memory [ 0.024006] Initializing cgroup subsys devices [ 0.025328] Initializing cgroup subsys freezer [ 0.026649] Initializing cgroup subsys blkio [ 0.028003] Initializing cgroup subsys perf_event [ 0.029359] Initializing cgroup subsys hugetlb [ 0.030718] FEATURE SPEC_CTRL Not Present [ 0.032683] mce: CPU supports 10 MCE banks [ 0.033932] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033932] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037676] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040002] Speculative Store Bypass: Vulnerable [ 0.041957] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.048097] ACPI: Core revision 20131115 [ 0.049739] ACPI: All ACPI Tables successfully acquired [ 0.051398] ftrace: allocating 28746 entries in 113 pages [ 0.072219] smpboot: Max logical packages: 2 [ 0.076003] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.077711] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.080265] Enabling x2apic [ 0.081189] Enabled x2apic [ 0.082386] Switched APIC routing to physical x2apic. [ 0.085156] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.086808] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.089357] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.097710] KVM setup paravirtual spinlock [ 0.100233] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.102231] x86: Booting SMP configuration: [ 0.103501] .... node #0, CPUs: #1[ 0.100190] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.120019] x86: Booted up 1 node, 2 CPUs [ 0.120012] KVM setup async PF for cpu 1 [ 0.120014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.123917] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.124433] devtmpfs: initialized [ 0.126320] EVM: security.selinux [ 0.128006] EVM: security.SMACK64 [ 0.129020] EVM: security.ima [ 0.129945] EVM: security.capability [ 0.133510] pinctrl core: initialized pinctrl subsystem [ 0.135131] regulator-dummy: no parameters [ 0.136090] RTC time: 23:51:01, date: 08/18/18 [ 0.137431] NET: Registered protocol family 16 [ 0.138835] cpuidle: using governor ladder [ 0.140007] cpuidle: using governor menu [ 0.141281] ACPI: bus type PCI registered [ 0.142442] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.144209] PCI: Using configuration type 1 for base access [ 0.146348] bio: create slab at 0 [ 0.146348] ACPI: Added _OSI(Module Device) [ 0.148003] ACPI: Added _OSI(Processor Device) [ 0.149239] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.150537] ACPI: Added _OSI(Processor Aggregator Device) [ 0.153772] ACPI: Interpreter enabled [ 0.154883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.156764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.159413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.161731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.164006] ACPI: (supports S0 S5) [ 0.168007] ACPI: Using IOAPIC for interrupt routing [ 0.169385] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172033] ACPI: No dock devices found. [ 0.175182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.177787] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179517] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180238] acpiphp: Slot [3] registered [ 0.181401] acpiphp: Slot [4] registered [ 0.182559] acpiphp: Slot [5] registered [ 0.183727] acpiphp: Slot [6] registered [ 0.184039] acpiphp: Slot [7] registered [ 0.185189] acpiphp: Slot [8] registered [ 0.186340] acpiphp: Slot [9] registered [ 0.187498] acpiphp: Slot [10] registered [ 0.188020] acpiphp: Slot [11] registered [ 0.189193] acpiphp: Slot [12] registered [ 0.190357] acpiphp: Slot [13] registered [ 0.191521] acpiphp: Slot [14] registered [ 0.192020] acpiphp: Slot [15] registered [ 0.193350] acpiphp: Slot [16] registered [ 0.194527] acpiphp: Slot [17] registered [ 0.195695] acpiphp: Slot [18] registered [ 0.196027] acpiphp: Slot [19] registered [ 0.197208] acpiphp: Slot [20] registered [ 0.198373] acpiphp: Slot [21] registered [ 0.199540] acpiphp: Slot [22] registered [ 0.200020] acpiphp: Slot [23] registered [ 0.201193] acpiphp: Slot [24] registered [ 0.202357] acpiphp: Slot [25] registered [ 0.203520] acpiphp: Slot [26] registered [ 0.204020] acpiphp: Slot [27] registered [ 0.205195] acpiphp: Slot [28] registered [ 0.206362] acpiphp: Slot [29] registered [ 0.207532] acpiphp: Slot [30] registered [ 0.208027] acpiphp: Slot [31] registered [ 0.209182] PCI host bridge to bus 0000:00 [ 0.210346] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.211823] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.213631] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.215381] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.216003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.225180] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.227260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.254503] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256560] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258830] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260851] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.262866] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264661] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266514] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268892] vgaarb: bridge control possible 0000:00:02.0 [ 0.270612] SCSI subsystem initialized [ 0.271886] ACPI: bus type USB registered [ 0.272034] usbcore: registered new interface driver usbfs [ 0.273518] usbcore: registered new interface driver hub [ 0.274995] usbcore: registered new device driver usb [ 0.276112] PCI: Using ACPI for IRQ routing [ 0.277629] NetLabel: Initializing [ 0.278670] NetLabel: domain hash size = 128 [ 0.280003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.281423] NetLabel: unlabeled traffic allowed by default [ 0.282921] Switched to clocksource kvm-clock [ 0.289014] AppArmor: AppArmor Filesystem Enabled [ 0.290358] pnp: PnP ACPI init [ 0.291317] ACPI: bus type PNP registered [ 0.292951] pnp: PnP ACPI: found 8 devices [ 0.294140] ACPI: bus type PNP unregistered [ 0.301734] NET: Registered protocol family 2 [ 0.303278] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305455] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307373] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309190] TCP: reno registered [ 0.310180] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311784] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313557] NET: Registered protocol family 1 [ 0.314818] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.316397] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.317946] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.340522] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.363309] Trying to unpack rootfs image as initramfs... [ 0.464986] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.467410] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.468990] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470788] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.473292] Scanning for low memory corruption every 60 seconds [ 0.475346] Initialise system trusted keyring [ 0.476712] audit: initializing netlink socket (disabled) [ 0.478269] type=2000 audit(1534636261.809:1): initialized [ 0.499269] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502015] zbud: loaded [ 0.503173] VFS: Disk quotas dquot_6.5.2 [ 0.504415] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506596] fuse init (API version 7.22) [ 0.507868] msgmni has been set to 3997 [ 0.509128] Key type big_key registered [ 0.510734] Key type asymmetric registered [ 0.511978] Asymmetric key parser 'x509' registered [ 0.513408] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.515675] io scheduler noop registered [ 0.516868] io scheduler deadline registered (default) [ 0.518371] io scheduler cfq registered [ 0.519625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.523027] ipmi message handler version 39.2 [ 0.524380] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.526576] ACPI: Power Button [PWRF] [ 0.527816] GHES: HEST is not enabled! [ 0.550051] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.594162] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.616846] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.619166] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.643055] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.646173] Linux agpgart interface v0.103 [ 0.648470] brd: module loaded [ 0.649997] loop: module loaded [ 0.651419] blk-mq: CPU -> queue map [ 0.652575] CPU 0 -> Queue 0 [ 0.653597] CPU 1 -> Queue 0 [ 0.655504] vda: vda1 [ 0.657141] scsi0 : ata_piix [ 0.658222] scsi1 : ata_piix [ 0.659195] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.661025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.663002] libphy: Fixed MDIO Bus: probed [ 0.664333] tun: Universal TUN/TAP device driver, 1.6 [ 0.665767] tun: (C) 1999-2004 Max Krasnyansky [ 0.669121] PPP generic driver version 2.4.2 [ 0.670445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.672161] ehci-pci: EHCI PCI platform driver [ 0.673407] ehci-platform: EHCI generic platform driver [ 0.674841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.676465] ohci-pci: OHCI PCI platform driver [ 0.677720] ohci-platform: OHCI generic platform driver [ 0.679146] uhci_hcd: USB Universal Host Controller Interface driver [ 0.701723] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.703146] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.705322] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.706978] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.708745] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.710815] usb usb1: Product: UHCI Host Controller [ 0.712162] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.713848] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715247] hub 1-0:1.0: USB hub found [ 0.716381] hub 1-0:1.0: 2 ports detected [ 0.717685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.720649] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722008] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723534] mousedev: PS/2 mouse device common for all mice [ 0.725334] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.727949] rtc_cmos 00:00: RTC can wake from S4 [ 0.729554] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732991] device-mapper: uevent: version 1.0.3 [ 0.734341] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736649] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738305] TCP: cubic registered [ 0.739377] NET: Registered protocol family 10 [ 0.740926] NET: Registered protocol family 17 [ 0.742209] Key type dns_resolver registered [ 0.743660] Loading compiled-in X.509 certificates [ 0.745513] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.755510] registered taskstats version 1 [ 0.758533] Key type trusted registered [ 0.762594] Key type encrypted registered [ 0.763751] AppArmor: AppArmor sha1 policy hashing enabled [ 0.765197] IMA: No TPM chip found, activating TPM-bypass! [ 0.767192] regulator-dummy: disabling [ 0.768381] Magic number: 14:146:909 [ 0.769628] rtc_cmos 00:00: setting system clock to 2018-08-18 23:51:01 UTC (1534636261) [ 0.771910] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.773473] EDD information not available. [ 0.821314] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823548] Write protecting the kernel read-only data: 12288k [ 0.825719] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.829170] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.842551] systemd-udevd[107]: starting version 204 [ 0.896491] FDC 0 is a S82078B [ 1.028053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.192769] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.194849] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197020] usb 1-1: Product: QEMU USB Tablet [ 1.198458] usb 1-1: Manufacturer: QEMU [ 1.199762] usb 1-1: SerialNumber: 42 [ 1.464053] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.897254] 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.235001] 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.341240] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.443704] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 18 Aug 2018 23:51:03 +0000. Up 2.77 seconds. cloud-init-nonet[2.91]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.95]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 18 Aug 2018 23:51:04 +0000. Up 4.13 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:f1:77:0f | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:96:48:a5 | 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.1 | 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: ef:5c:ff:b7:9f:62:e3:6a:eb:84:f5:ef:e5:0b:7e:b2 root@ns The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | | | S . | | .o . | | ....o .| | o.o.*oo+| | =+=EOBO| +-----------------+ 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: d8:b3:9c:13:88:80:bb:42:64:ae:b6:84:c6:53:02:80 root@ns The key's randomart image is: +--[ DSA 1024]----+ |o | |E. | |oo. | |=. . . + | |.+ .. o S | |=.o . = | |=* = | |= o . | | . | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 5e:51:9e:2e:ba:5f:2e:80:2f:cc:b0:b2:e1:72:3a:e4 root@ns The key's randomart image is: +--[ECDSA 256]---+ | . | | o . | | . o | | o | | .S o . | | . . ...o . | |o . = .o. . | |oEo.. + ...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: 0c:46:67:82:01:c2:f9:43:4e:9c:81:c9:46:34:99:bd root@ns The key's randomart image is: +--[ED25519 256--+ |*+Xo+oo o | | @.*.. + | |. = . o | | E . o | | . S | | | | | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * 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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off 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 ] Ubuntu 14.04.5 LTS ns ttyS0 ns login: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 18 Aug 2018 23:53:08 +0000. Up 128.03 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 18 Aug 2018 23:54:09 +0000. Up 188.90 seconds. ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + ip addr add 192.168.1.6/24 dev eth1 + ip link set dev eth1 up + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + 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 2 not upgraded. Need to get 433 kB of archives. After this operation, 1639 kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! bind9utils bind9 E: There are problems and -y was used without --force-yes + cat /var/lib/cloud/instance/scripts/part-001: line 16: /etc/bind/named.conf.local: No such file or directory + cat /var/lib/cloud/instance/scripts/part-001: line 41: /var/lib/bind/db.clearwater.opnfv: No such file or directory + chown root:bind /var/lib/bind/db.clearwater.opnfv chown: invalid group: 'root:bind' + service bind9 reload bind9: unrecognized service 2018-08-18 23:54:52,886 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-18 23:54:52,889 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-18 23:54:52,889 - util.py[WARNING]: Running scripts-user () failed 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 | 9c:de:7a:a3:73:da:2f:c9:c0:e5:23:9f:69:b7:38:5d | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 d8:b3:9c:13:88:80:bb:42:64:ae:b6:84:c6:53:02:80 root@ns (DSA) ec2: 256 5e:51:9e:2e:ba:5f:2e:80:2f:cc:b0:b2:e1:72:3a:e4 root@ns (ECDSA) ec2: 256 0c:46:67:82:01:c2:f9:43:4e:9c:81:c9:46:34:99:bd root@ns (ED25519) ec2: 2048 ef:5c:ff:b7:9f:62:e3:6a:eb:84:f5:ef:e5:0b:7e:b2 root@ns (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmLRbyAqSBI+ncU9gH08cwBd4me5uyZx5QBcBHnjDZ6VS2bYFeHQuf1gbVDAQBsKXsevYQ0GVYH7uax4AiuacQ= root@ns ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBEEPLNzNKMkqWwDXQZMpJgM50LQcpyn0yxnzvNTwWas root@ns ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcZ0gqMsUS0mh7kkVKYZOzBI4GUIDPCb6ZgiG/V6NdHwqy3VOJRU6JBAshT3fC9y3/4xl/49InNvAczCj70ngQlcr3eXtqtvJGixXezCYV2NXbLmXZ7XSSMjySeTONEyn7Jela+B2wNvwrSc6mt3w5aR9NFXL/LLht72q8MzSiqaUbSEcskwg8d29zKW6Du7XoZFP7n60oXSTrdyDCJ7U3QxyGa+RszvUa8Op/WUGV2tMFSgp5zZRwxrFpqezKaL8tQNidPooZd//ZuPO1rUlJyXTIsvJ/sbMAxJZSnr2lv0+nKytlOjhC/8ZNM8Q6LQ2z433XBnNONbtM5HCi2/rX root@ns -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sat, 18 Aug 2018 23:54:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 232.19 seconds 2018-08-19 00:03:01,182 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-19 00:03:01,184 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.213 2018-08-19 00:03:01,189 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create ellis account 2018-08-19 00:03:26,202 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create ellis account 2018-08-19 00:03:51,208 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create ellis account 2018-08-19 00:04:16,213 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create ellis account 2018-08-19 00:04:41,243 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create ellis account 2018-08-19 00:05:06,273 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create ellis account 2018-08-19 00:05:31,293 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create ellis account 2018-08-19 00:05:56,323 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create ellis account 2018-08-19 00:06:21,339 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create ellis account 2018-08-19 00:06:46,364 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create ellis account 2018-08-19 00:07:11,394 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create ellis account 2018-08-19 00:07:36,415 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 12: cannot create ellis account 2018-08-19 00:08:01,446 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 13: cannot create ellis account 2018-08-19 00:08:26,476 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 14: cannot create ellis account 2018-08-19 00:08:51,490 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 15: cannot create ellis account 2018-08-19 00:09:16,520 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 16: cannot create ellis account 2018-08-19 00:09:41,526 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 17: cannot create ellis account 2018-08-19 00:10:06,547 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 18: cannot create ellis account 2018-08-19 00:10:31,553 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 19: cannot create ellis account 2018-08-19 00:10:56,558 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 20: cannot create ellis account 2018-08-19 00:11:21,563 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 21: cannot create ellis account 2018-08-19 00:11:46,594 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 22: cannot create ellis account 2018-08-19 00:12:11,624 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 23: cannot create ellis account 2018-08-19 00:12:36,644 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 24: cannot create ellis account 2018-08-19 00:13:01,668 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 25: cannot create ellis account 2018-08-19 00:13:26,675 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 26: cannot create ellis account 2018-08-19 00:13:51,705 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 27: cannot create ellis account 2018-08-19 00:14:16,721 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 28: cannot create ellis account 2018-08-19 00:14:41,743 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 29: cannot create ellis account 2018-08-19 00:15:06,748 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 30: cannot create ellis account 2018-08-19 00:15:31,754 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 31: cannot create ellis account 2018-08-19 00:15:56,779 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 32: cannot create ellis account 2018-08-19 00:16:21,809 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 33: cannot create ellis account 2018-08-19 00:16:46,840 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 34: cannot create ellis account 2018-08-19 00:17:11,846 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 35: cannot create ellis account 2018-08-19 00:17:36,870 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 36: cannot create ellis account 2018-08-19 00:18:01,878 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 37: cannot create ellis account 2018-08-19 00:18:26,884 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 38: cannot create ellis account 2018-08-19 00:18:51,890 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 39: cannot create ellis account 2018-08-19 00:19:16,896 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 40: cannot create ellis account 2018-08-19 00:19:41,925 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 41: cannot create ellis account 2018-08-19 00:20:06,945 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 42: cannot create ellis account 2018-08-19 00:20:31,971 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 43: cannot create ellis account 2018-08-19 00:20:57,002 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 44: cannot create ellis account 2018-08-19 00:21:22,008 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 45: cannot create ellis account 2018-08-19 00:21:47,015 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 46: cannot create ellis account 2018-08-19 00:22:12,042 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 47: cannot create ellis account 2018-08-19 00:22:37,064 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 48: cannot create ellis account 2018-08-19 00:23:02,094 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 49: cannot create ellis account 2018-08-19 00:23:27,125 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 50: cannot create ellis account 2018-08-19 00:23:52,145 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot run heat_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 127, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 105, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 179, in deploy_vnf self.clearwater.availability_check_by_creating_numbers() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 64, in availability_check_by_creating_numbers number_res = self._create_ellis_account(account_url, params) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 106, in _create_ellis_account params.get('full_name'))) Exception: Unable to create an account opnfv functest user 2018-08-19 00:23:52,275 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 00:23:52,275 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 35:19 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-19 00:23:52,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 00:23:52,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00?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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:23:52,568 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:23:52 GMT Server: Apache x-openstack-request-id: req-9198a8e4-6610-4277-a64a-35da1013ba06 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-19 00:23:52,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:23:52 GMT Server: Apache x-openstack-request-id: req-c81cbbd8-39de-456b-9227-12f0396b5dfd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack CREATE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-19 00:23:52,868 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-c81cbbd8-39de-456b-9227-12f0396b5dfd 2018-08-19 00:23:52,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.587626934052s 2018-08-19 00:23:52,868 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-c81cbbd8-39de-456b-9227-12f0396b5dfd 2018-08-19 00:23:52,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:23:52,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:23:53,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:23:52 GMT Server: Apache x-openstack-request-id: req-09a53064-c2bf-4e93-abc6-0b0294d3218a Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/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-19 00:23:53,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:23:53 GMT Server: Apache x-openstack-request-id: req-7ea0a89e-4387-4dc8-a87b-4bd5a3ec1280 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-18T23:54:05Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/clearwater-opnfv/events/e225a97c-719a-42d6-8145-6133f347fd44", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "id": "e225a97c-719a-42d6-8145-6133f347fd44"}]} 2018-08-19 00:23:53,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-7ea0a89e-4387-4dc8-a87b-4bd5a3ec1280 2018-08-19 00:23:53,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.608805894852s 2018-08-19 00:23:53,480 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-7ea0a89e-4387-4dc8-a87b-4bd5a3ec1280 2018-08-19 00:23:53,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-19 00:23:53,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:23:53,761 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:23:53 GMT Server: Apache x-openstack-request-id: req-1c9ab150-c8bb-4e27-ac34-d29fe023760a Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00 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-19 00:23:54,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 00:23:53 GMT Server: Apache x-openstack-request-id: req-079cb990-d6fc-4b76-8322-115d73406a53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 00:23:54,250 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00 used request id req-079cb990-d6fc-4b76-8322-115d73406a53 2018-08-19 00:23:54,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 0.769973039627s 2018-08-19 00:23:54,251 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00 used request id req-079cb990-d6fc-4b76-8322-115d73406a53 2018-08-19 00:23:54,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:23:54,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=e225a97c-719a-42d6-8145-6133f347fd44&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:23:54,597 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:23:54 GMT Server: Apache x-openstack-request-id: req-e7eb02fd-6888-496b-bbbc-4f00557aaba0 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=e225a97c-719a-42d6-8145-6133f347fd44&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:23:54,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:23:54 GMT Server: Apache x-openstack-request-id: req-7ed0c3dc-de98-46e8-a507-180209009fe5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 430 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-19T00:23:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/clearwater-opnfv/events/7d2728c2-f63a-42b5-99b3-48e3675f6aa1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "id": "7d2728c2-f63a-42b5-99b3-48e3675f6aa1"}, {"resource_name": "sprout", "event_time": "2018-08-19T00:23:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sprout/events/4ac2ee95-ef39-448f-b336-6a48df39e355", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "a5941244-895b-4a41-8b10-1596fad46296", "id": "4ac2ee95-ef39-448f-b336-6a48df39e355"}]} 2018-08-19 00:23:54,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=e225a97c-719a-42d6-8145-6133f347fd44&sort_dir=asc&marker=e225a97c-719a-42d6-8145-6133f347fd44&sort_dir=asc used request id req-7ed0c3dc-de98-46e8-a507-180209009fe5 2018-08-19 00:23:54,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.647625923157s 2018-08-19 00:23:54,899 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=e225a97c-719a-42d6-8145-6133f347fd44&sort_dir=asc&marker=e225a97c-719a-42d6-8145-6133f347fd44&sort_dir=asc used request id req-7ed0c3dc-de98-46e8-a507-180209009fe5 2018-08-19 00:23:59,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:23:59,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4ac2ee95-ef39-448f-b336-6a48df39e355&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:23:59,936 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:23:59 GMT Server: Apache x-openstack-request-id: req-bf5d0142-3a93-4e3e-9c19-680e190727b7 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4ac2ee95-ef39-448f-b336-6a48df39e355&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:24:02,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:23:59 GMT Server: Apache x-openstack-request-id: req-dbbe2b10-b856-4bb3-ad23-1d3c31deeecb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-19T00:23:55Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/vellum/events/cf2a319b-1c29-43e0-abef-d1f959a961b2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "6a69f601-9be9-48f5-aac2-dbebc71a96e5", "id": "cf2a319b-1c29-43e0-abef-d1f959a961b2"}, {"resource_name": "bono", "event_time": "2018-08-19T00:23:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/bono/events/8b18a75f-3023-42f1-974b-9b91b3ff6644", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "bc5af2dd-2683-401f-9948-8835f4f3c6e6", "id": "8b18a75f-3023-42f1-974b-9b91b3ff6644"}, {"resource_name": "dime", "event_time": "2018-08-19T00:23:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dime/events/d01bf2cb-86e8-468c-8779-2d3349d08f7a", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "9d62248c-5d75-4974-8a0c-89dd4d902519", "id": "d01bf2cb-86e8-468c-8779-2d3349d08f7a"}, {"resource_name": "homer", "event_time": "2018-08-19T00:23:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/homer/events/0605b727-733a-4dbf-a22e-f2a018475aeb", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "0da27119-7211-4b63-8a07-2b5838f83d95", "id": "0605b727-733a-4dbf-a22e-f2a018475aeb"}]} 2018-08-19 00:24:02,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4ac2ee95-ef39-448f-b336-6a48df39e355&sort_dir=asc&marker=4ac2ee95-ef39-448f-b336-6a48df39e355&sort_dir=asc used request id req-dbbe2b10-b856-4bb3-ad23-1d3c31deeecb 2018-08-19 00:24:02,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 2.57144999504s 2018-08-19 00:24:02,477 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4ac2ee95-ef39-448f-b336-6a48df39e355&sort_dir=asc&marker=4ac2ee95-ef39-448f-b336-6a48df39e355&sort_dir=asc used request id req-dbbe2b10-b856-4bb3-ad23-1d3c31deeecb 2018-08-19 00:24:07,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:24:07,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:24:07,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:24:07 GMT Server: Apache x-openstack-request-id: req-2f84cfa3-ac28-4d69-9c22-aff54f7f0027 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:24:07,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:07 GMT Server: Apache x-openstack-request-id: req-d8cd0ae2-a033-46a8-94ce-78320ac5a62c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 00:24:07,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc&marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc used request id req-d8cd0ae2-a033-46a8-94ce-78320ac5a62c 2018-08-19 00:24:07,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0777847766876s 2018-08-19 00:24:07,562 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc&marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc used request id req-d8cd0ae2-a033-46a8-94ce-78320ac5a62c 2018-08-19 00:24:12,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:24:12,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:24:12,844 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:24:12 GMT Server: Apache x-openstack-request-id: req-e388e307-fba5-4620-ab63-5a90ae119ca9 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:24:12,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:12 GMT Server: Apache x-openstack-request-id: req-38d423ae-42e5-451f-83d0-5dbb24f0df49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 592 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-19T00:24:09Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/vellum/events/c9013ba8-6373-4fd7-af6a-667834dda6ab", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "6a69f601-9be9-48f5-aac2-dbebc71a96e5", "id": "c9013ba8-6373-4fd7-af6a-667834dda6ab"}, {"resource_name": "bono", "event_time": "2018-08-19T00:24:10Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/bono/events/b7e9339d-bde2-4b99-b9e6-019d48270f1c", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "bc5af2dd-2683-401f-9948-8835f4f3c6e6", "id": "b7e9339d-bde2-4b99-b9e6-019d48270f1c"}, {"resource_name": "sprout", "event_time": "2018-08-19T00:24:12Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sprout/events/d88f9ab2-68be-4b7f-b43c-c73831aa9328", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "a5941244-895b-4a41-8b10-1596fad46296", "id": "d88f9ab2-68be-4b7f-b43c-c73831aa9328"}, {"resource_name": "dime", "event_time": "2018-08-19T00:24:12Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dime/events/1349a8f9-108c-48f5-81c4-8166885611c9", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "9d62248c-5d75-4974-8a0c-89dd4d902519", "id": "1349a8f9-108c-48f5-81c4-8166885611c9"}]} 2018-08-19 00:24:12,889 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc&marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc used request id req-38d423ae-42e5-451f-83d0-5dbb24f0df49 2018-08-19 00:24:12,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.320643901825s 2018-08-19 00:24:12,889 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc&marker=0605b727-733a-4dbf-a22e-f2a018475aeb&sort_dir=asc used request id req-38d423ae-42e5-451f-83d0-5dbb24f0df49 2018-08-19 00:24:17,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:24:17,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=1349a8f9-108c-48f5-81c4-8166885611c9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:24:18,293 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:24:17 GMT Server: Apache x-openstack-request-id: req-9622da02-d798-42d5-9252-86126ebcf74d Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=1349a8f9-108c-48f5-81c4-8166885611c9&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:24:18,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:18 GMT Server: Apache x-openstack-request-id: req-b8bdd848-0cb1-4b41-a389-1e0a87f52323 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-19T00:24:13Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/homer/events/1d4f3521-733c-4800-89f8-ea224f11eebb", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "0da27119-7211-4b63-8a07-2b5838f83d95", "id": "1d4f3521-733c-4800-89f8-ea224f11eebb"}, {"resource_name": "ellis", "event_time": "2018-08-19T00:24:13Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/ellis/events/7ac262b6-f966-4687-b8d2-385dbfe0b9a5", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "62372355-9992-4000-8634-4e3e540f2f38", "id": "7ac262b6-f966-4687-b8d2-385dbfe0b9a5"}]} 2018-08-19 00:24:18,336 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=1349a8f9-108c-48f5-81c4-8166885611c9&sort_dir=asc&marker=1349a8f9-108c-48f5-81c4-8166885611c9&sort_dir=asc used request id req-b8bdd848-0cb1-4b41-a389-1e0a87f52323 2018-08-19 00:24:18,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.439454078674s 2018-08-19 00:24:18,336 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=1349a8f9-108c-48f5-81c4-8166885611c9&sort_dir=asc&marker=1349a8f9-108c-48f5-81c4-8166885611c9&sort_dir=asc used request id req-b8bdd848-0cb1-4b41-a389-1e0a87f52323 2018-08-19 00:24:23,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:24:23,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=7ac262b6-f966-4687-b8d2-385dbfe0b9a5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:24:23,372 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:24:23 GMT Server: Apache x-openstack-request-id: req-3b8a5c3b-9568-4e83-8b94-6e9a9f5ef601 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=7ac262b6-f966-4687-b8d2-385dbfe0b9a5&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:24:23,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:23 GMT Server: Apache x-openstack-request-id: req-021d49bc-ffc3-4338-ace2-11b54a46530d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-19T00:24:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/ellis/events/673dbdd0-b459-4928-9bdd-827e96a18680", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "62372355-9992-4000-8634-4e3e540f2f38", "id": "673dbdd0-b459-4928-9bdd-827e96a18680"}, {"resource_name": "dns", "event_time": "2018-08-19T00:24:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dns/events/d15182c9-0315-4dc3-8d9e-d60f024ee0b2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "c3def400-42d4-40b1-abef-b4ec80d16b9c", "id": "d15182c9-0315-4dc3-8d9e-d60f024ee0b2"}]} 2018-08-19 00:24:23,667 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=7ac262b6-f966-4687-b8d2-385dbfe0b9a5&sort_dir=asc&marker=7ac262b6-f966-4687-b8d2-385dbfe0b9a5&sort_dir=asc used request id req-021d49bc-ffc3-4338-ace2-11b54a46530d 2018-08-19 00:24:23,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.32443189621s 2018-08-19 00:24:23,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=7ac262b6-f966-4687-b8d2-385dbfe0b9a5&sort_dir=asc&marker=7ac262b6-f966-4687-b8d2-385dbfe0b9a5&sort_dir=asc used request id req-021d49bc-ffc3-4338-ace2-11b54a46530d 2018-08-19 00:24:28,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:24:28,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=d15182c9-0315-4dc3-8d9e-d60f024ee0b2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:24:28,705 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:24:28 GMT Server: Apache x-openstack-request-id: req-6509f795-5863-4578-87ac-93a1b1c83569 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=d15182c9-0315-4dc3-8d9e-d60f024ee0b2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:24:28,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:28 GMT Server: Apache x-openstack-request-id: req-0588cf64-8cb7-4fcc-830a-0dae25cc1172 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-19T00:24:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dns/events/22e0e608-7c84-44c1-9d28-a2ad25702740", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "c3def400-42d4-40b1-abef-b4ec80d16b9c", "id": "22e0e608-7c84-44c1-9d28-a2ad25702740"}, {"resource_name": "sig_network", "event_time": "2018-08-19T00:24:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sig_network/events/cad91366-af37-45fa-8c37-0d17239a13ab", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "b0994802-58af-4186-8caa-51e95a5331a9", "id": "cad91366-af37-45fa-8c37-0d17239a13ab"}, {"resource_name": "mgmt_network", "event_time": "2018-08-19T00:24:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/mgmt_network/events/fde7be2a-14a1-4d98-9de2-f2a881384a37", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "ba69e5b3-9c7a-4a28-b557-d822edef6b1c", "id": "fde7be2a-14a1-4d98-9de2-f2a881384a37"}, {"resource_name": "security_groups", "event_time": "2018-08-19T00:24:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/security_groups/events/b6c9ae48-cf54-4aad-a425-9a289f21b378", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "6e2539ce-b79d-4fe8-9af9-e41beeab2857", "id": "b6c9ae48-cf54-4aad-a425-9a289f21b378"}]} 2018-08-19 00:24:28,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=d15182c9-0315-4dc3-8d9e-d60f024ee0b2&sort_dir=asc&marker=d15182c9-0315-4dc3-8d9e-d60f024ee0b2&sort_dir=asc used request id req-0588cf64-8cb7-4fcc-830a-0dae25cc1172 2018-08-19 00:24:28,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.075254201889s 2018-08-19 00:24:28,750 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=d15182c9-0315-4dc3-8d9e-d60f024ee0b2&sort_dir=asc&marker=d15182c9-0315-4dc3-8d9e-d60f024ee0b2&sort_dir=asc used request id req-0588cf64-8cb7-4fcc-830a-0dae25cc1172 2018-08-19 00:24:33,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:24:33,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:24:33,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:24:33 GMT Server: Apache x-openstack-request-id: req-34c44dc3-fe2d-4cd7-b6ea-ff395bae029e Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:24:33,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:33 GMT Server: Apache x-openstack-request-id: req-1042615c-4c4d-4419-a777-866152436b4f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 00:24:33,828 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc&marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc used request id req-1042615c-4c4d-4419-a777-866152436b4f 2018-08-19 00:24:33,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759000778198s 2018-08-19 00:24:33,828 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc&marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc used request id req-1042615c-4c4d-4419-a777-866152436b4f 2018-08-19 00:24:38,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:24:38,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:24:38,865 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:24:38 GMT Server: Apache x-openstack-request-id: req-b4db7bbd-4960-4c98-ba1f-b29afa7b1cfb Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:24:38,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:38 GMT Server: Apache x-openstack-request-id: req-26406301-ca3f-4548-ba98-9c29057c5907 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-19T00:24:36Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sig_network/events/cef5ca4a-ca57-4ba3-8f4f-5cb848c26cd3", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "b0994802-58af-4186-8caa-51e95a5331a9", "id": "cef5ca4a-ca57-4ba3-8f4f-5cb848c26cd3"}, {"resource_name": "mgmt_network", "event_time": "2018-08-19T00:24:36Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/mgmt_network/events/b0932e0f-acf1-4a15-9e78-100476246511", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "ba69e5b3-9c7a-4a28-b557-d822edef6b1c", "id": "b0932e0f-acf1-4a15-9e78-100476246511"}, {"resource_name": "security_groups", "event_time": "2018-08-19T00:24:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/security_groups/events/f575eb01-0f11-4f2d-a928-da8bff27062e", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "6e2539ce-b79d-4fe8-9af9-e41beeab2857", "id": "f575eb01-0f11-4f2d-a928-da8bff27062e"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-19T00:24:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/clearwater-opnfv/events/4dc3fbf6-b8bc-4300-b29e-f10b816303dd", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "id": "4dc3fbf6-b8bc-4300-b29e-f10b816303dd"}]} 2018-08-19 00:24:38,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc&marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc used request id req-26406301-ca3f-4548-ba98-9c29057c5907 2018-08-19 00:24:38,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748589038849s 2018-08-19 00:24:38,910 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc&marker=b6c9ae48-cf54-4aad-a425-9a289f21b378&sort_dir=asc used request id req-26406301-ca3f-4548-ba98-9c29057c5907 2018-08-19 00:24:43,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:24:43,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:24:43,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:24:43 GMT Server: Apache x-openstack-request-id: req-f7976a68-2d23-4062-bb44-7080e8a166e7 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:24:43,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:43 GMT Server: Apache x-openstack-request-id: req-51c85fc5-aec5-40be-905b-fbb80d4319ec Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 00:24:43,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc&marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc used request id req-51c85fc5-aec5-40be-905b-fbb80d4319ec 2018-08-19 00:24:43,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718431472778s 2018-08-19 00:24:43,988 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc&marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc used request id req-51c85fc5-aec5-40be-905b-fbb80d4319ec 2018-08-19 00:24:48,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 00:24:48,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:24:49,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:24:49 GMT Server: Apache x-openstack-request-id: req-1766dbf2-b76c-490c-b91d-4b3e936da173 Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=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-19 00:24:49,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:49 GMT Server: Apache x-openstack-request-id: req-bbf0ac9a-51a2-42db-9062-2ea57f53df0e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 00:24:49,067 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc&marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc used request id req-bbf0ac9a-51a2-42db-9062-2ea57f53df0e 2018-08-19 00:24:49,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724649429321s 2018-08-19 00:24:49,067 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00/events?marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc&marker=4dc3fbf6-b8bc-4300-b29e-f10b816303dd&sort_dir=asc used request id req-bbf0ac9a-51a2-42db-9062-2ea57f53df0e 2018-08-19 00:24:49,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 00:24:49,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/abac7895-dc87-4606-88c9-4c7db45f7f00?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}44dd85517972d2d6b7d307e46d5847d3415dfd66" 2018-08-19 00:24:49,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 00:24:49 GMT Server: Apache x-openstack-request-id: req-45e8f767-af3a-4cab-b6ea-52c9553da8cf Location: http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?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-19 00:24:49,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:49 GMT Server: Apache x-openstack-request-id: req-a115f653-1570-436d-89cf-64876fc02229 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 895 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "687e1b875c954a938e775bfd60ed676d", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "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": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "deletion_time": "2018-08-19T00:24:39Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "e4f06fcef0c444a89a2162105c72d0cd", "tags": null, "creation_time": "2018-08-18T23:48:49Z", "links": [{"href": "http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-19T00:23:54Z", "id": "abac7895-dc87-4606-88c9-4c7db45f7f00", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-19 00:24:49,120 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-a115f653-1570-436d-89cf-64876fc02229 2018-08-19 00:24:49,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0521838665009s 2018-08-19 00:24:49,120 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/687e1b875c954a938e775bfd60ed676d/stacks/clearwater-opnfv/abac7895-dc87-4606-88c9-4c7db45f7f00?resolve_outputs=False used request id req-a115f653-1570-436d-89cf-64876fc02229 2018-08-19 00:24:49,120 - 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-19 00:24:49,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 00:24:49,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-19 00:24:49,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-146149d1-e9e0-43ec-9c39-af885bf9692d Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_ims-user_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": {"self": "http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05aa915bd2d84d959454a1068e884da8", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-19 00:24:49,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-146149d1-e9e0-43ec-9c39-af885bf9692d 2018-08-19 00:24:49,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220184087753s 2018-08-19 00:24:49,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-146149d1-e9e0-43ec-9c39-af885bf9692d 2018-08-19 00:24:49,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 00:24:49,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-19 00:24:49,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e083f2b-3902-4d1d-a432-b547fea56c38 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": {"self": "http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "05aa915bd2d84d959454a1068e884da8", "description": null}} 2018-08-19 00:24:49,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8 used request id req-5e083f2b-3902-4d1d-a432-b547fea56c38 2018-08-19 00:24:49,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194046974182s 2018-08-19 00:24:49,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8 used request id req-5e083f2b-3902-4d1d-a432-b547fea56c38 2018-08-19 00:24:49,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 00:24:49,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-19 00:24:49,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 00:24:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f0540fa-8eb2-41c7-bd11-66a5547f6d2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 00:24:49,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8 used request id req-6f0540fa-8eb2-41c7-bd11-66a5547f6d2c 2018-08-19 00:24:49,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.308437108994s 2018-08-19 00:24:49,855 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/05aa915bd2d84d959454a1068e884da8 used request id req-6f0540fa-8eb2-41c7-bd11-66a5547f6d2c 2018-08-19 00:24:49,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 00:24:49,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-19 00:24:50,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bb601b-f2e2-491a-9667-61bf5e6699e4 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d"}, "tags": [], "enabled": true, "id": "687e1b875c954a938e775bfd60ed676d", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 00:24:50,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-21bb601b-f2e2-491a-9667-61bf5e6699e4 2018-08-19 00:24:50,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.208564996719s 2018-08-19 00:24:50,071 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-21bb601b-f2e2-491a-9667-61bf5e6699e4 2018-08-19 00:24:50,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 00:24:50,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-19 00:24:50,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 00:24:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3727233b-8b7d-4af9-84d7-cda6449056e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 00:24:50,335 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d used request id req-3727233b-8b7d-4af9-84d7-cda6449056e7 2018-08-19 00:24:50,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.259032011032s 2018-08-19 00:24:50,335 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/687e1b875c954a938e775bfd60ed676d used request id req-3727233b-8b7d-4af9-84d7-cda6449056e7 2018-08-19 00:24:50,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 00:24:50,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-19 00:24:50,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e377a81-443e-41ed-82fb-f0bc2af7988a Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bee7867d47848ca9385fbddd368a2f2", "links": {"self": "http://172.30.9.28:5000/v3/roles/1bee7867d47848ca9385fbddd368a2f2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-19 00:24:50,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0e377a81-443e-41ed-82fb-f0bc2af7988a 2018-08-19 00:24:50,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107282161713s 2018-08-19 00:24:50,446 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0e377a81-443e-41ed-82fb-f0bc2af7988a 2018-08-19 00:24:50,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-19 00:24:50,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/1bee7867d47848ca9385fbddd368a2f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3f24337b69364d727a9fe157699e937dcb5039b" 2018-08-19 00:24:50,645 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 00:24:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c01384ad-f531-4634-aaf9-c73b938e5b41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 00:24:50,645 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1bee7867d47848ca9385fbddd368a2f2 used request id req-c01384ad-f531-4634-aaf9-c73b938e5b41 2018-08-19 00:24:50,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.194164991379s 2018-08-19 00:24:50,646 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1bee7867d47848ca9385fbddd368a2f2 used request id req-c01384ad-f531-4634-aaf9-c73b938e5b41 2018-08-19 00:24:50,646 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-08-19 00:24:50,665 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-19 00:24:50,725 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-19 00:24:50,767 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 00:24:50,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 00:24:50,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 00:24:50,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-19 00:24:50,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc4df0cc-1aa2-44cf-b5e8-ffcf2f0192b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-19 00:24:50,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bc4df0cc-1aa2-44cf-b5e8-ffcf2f0192b6 2018-08-19 00:24:50,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-19 00:24:51,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T01:24:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["aL85v73TRc6pjOqa-2aBAg"], "issued_at": "2018-08-19T00:24:51.000000Z"}} 2018-08-19 00:24:51,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 00:24:51,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:24:51,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-543eb589-d5ae-4093-bbae-2bcec7e0258b Date: Sun, 19 Aug 2018 00:24:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-19 00:24:51,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-543eb589-d5ae-4093-bbae-2bcec7e0258b 2018-08-19 00:24:51,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.32981801033s 2018-08-19 00:24:51,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-543eb589-d5ae-4093-bbae-2bcec7e0258b 2018-08-19 00:24:51,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-19 00:24:51,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 00:24:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0e85102-8b60-4b2b-964e-9c5220f340e1 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-19 00:24:51,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-f0e85102-8b60-4b2b-964e-9c5220f340e1 2018-08-19 00:24:51,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 00:24:51,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:24:51,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6567bcb-8625-4cb2-bfd6-6ca7ffaac7da Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 00:24:51,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-f6567bcb-8625-4cb2-bfd6-6ca7ffaac7da 2018-08-19 00:24:51,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.264443159103s 2018-08-19 00:24:51,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-f6567bcb-8625-4cb2-bfd6-6ca7ffaac7da 2018-08-19 00:24:51,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 00:24:51,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}}' 2018-08-19 00:24:52,071 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 00:24:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bc36c4d-26e0-428b-9c2e-c6341e88f158 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.28:5000/v3/projects/3df1f94fb03241fca8134ba5fa7663ee"}, "tags": [], "enabled": true, "id": "3df1f94fb03241fca8134ba5fa7663ee", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}} 2018-08-19 00:24:52,072 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8bc36c4d-26e0-428b-9c2e-c6341e88f158 2018-08-19 00:24:52,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.194542884827s 2018-08-19 00:24:52,072 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8bc36c4d-26e0-428b-9c2e-c6341e88f158 2018-08-19 00:24:52,073 - 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'3df1f94fb03241fca8134ba5fa7663ee', '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_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f'}) 2018-08-19 00:24:52,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 00:24:52,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "67ba07b3-1150-433e-964a-203b94d9c4ac", "email": null, "name": "vyos_vrouter-user_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}}' 2018-08-19 00:24:52,551 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 00:24:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b59192c-ec3c-4222-b998-21a24112f5bc Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "links": {"self": "http://172.30.9.28:5000/v3/users/46e0255806e142c49a546d4c501ad341"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "46e0255806e142c49a546d4c501ad341", "domain_id": "default", "password_expires_at": null}} 2018-08-19 00:24:52,551 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-5b59192c-ec3c-4222-b998-21a24112f5bc 2018-08-19 00:24:52,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.471976041794s 2018-08-19 00:24:52,552 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-5b59192c-ec3c-4222-b998-21a24112f5bc 2018-08-19 00:24:52,552 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'46e0255806e142c49a546d4c501ad341', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f'}) 2018-08-19 00:24:52,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 00:24:52,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:24:52,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6026282e-abc1-4582-88d8-c0209c1880ec Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-19 00:24:52,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6026282e-abc1-4582-88d8-c0209c1880ec 2018-08-19 00:24:52,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173325061798s 2018-08-19 00:24:52,730 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6026282e-abc1-4582-88d8-c0209c1880ec 2018-08-19 00:24:52,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 00:24:52,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:24:52,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-825a7a34-dfa8-48c2-9080-55837ca70c94 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-19 00:24:52,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-825a7a34-dfa8-48c2-9080-55837ca70c94 2018-08-19 00:24:52,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.118229866028s 2018-08-19 00:24:52,854 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-825a7a34-dfa8-48c2-9080-55837ca70c94 2018-08-19 00:24:52,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 00:24:52,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:24:53,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b6442e6-61dd-4edc-8b7f-a727e1506386 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-19 00:24:53,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2b6442e6-61dd-4edc-8b7f-a727e1506386 2018-08-19 00:24:53,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180495977402s 2018-08-19 00:24:53,039 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2b6442e6-61dd-4edc-8b7f-a727e1506386 2018-08-19 00:24:53,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 00:24:53,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:24:53,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-996384c0-689c-4614-ba93-5dfd1d1ae24b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-19 00:24:53,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-996384c0-689c-4614-ba93-5dfd1d1ae24b 2018-08-19 00:24:53,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190748929977s 2018-08-19 00:24:53,235 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-996384c0-689c-4614-ba93-5dfd1d1ae24b 2018-08-19 00:24:53,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 00:24:53,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:24:53,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c3ca955-8005-4f22-b78c-e43512a20d16 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "links": {"self": "http://172.30.9.28:5000/v3/users/46e0255806e142c49a546d4c501ad341"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "46e0255806e142c49a546d4c501ad341", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-19 00:24:53,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3c3ca955-8005-4f22-b78c-e43512a20d16 2018-08-19 00:24:53,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.12823009491s 2018-08-19 00:24:53,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3c3ca955-8005-4f22-b78c-e43512a20d16 2018-08-19 00:24:53,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 00:24:53,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:24:53,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b44a01cd-d23c-4183-84e9-a2f53ee97d0c Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/3df1f94fb03241fca8134ba5fa7663ee"}, "tags": [], "enabled": true, "id": "3df1f94fb03241fca8134ba5fa7663ee", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}]} 2018-08-19 00:24:53,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b44a01cd-d23c-4183-84e9-a2f53ee97d0c 2018-08-19 00:24:53,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.107241153717s 2018-08-19 00:24:53,485 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b44a01cd-d23c-4183-84e9-a2f53ee97d0c 2018-08-19 00:24:53,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 00:24:53,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=46e0255806e142c49a546d4c501ad341&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=3df1f94fb03241fca8134ba5fa7663ee" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:24:53,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f143f23-65d7-435a-9dc0-87e335b2b02a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=46e0255806e142c49a546d4c501ad341&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=3df1f94fb03241fca8134ba5fa7663ee", "previous": null, "next": null}} 2018-08-19 00:24:53,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=46e0255806e142c49a546d4c501ad341&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=3df1f94fb03241fca8134ba5fa7663ee used request id req-1f143f23-65d7-435a-9dc0-87e335b2b02a 2018-08-19 00:24:53,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105438947678s 2018-08-19 00:24:53,598 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=46e0255806e142c49a546d4c501ad341&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=3df1f94fb03241fca8134ba5fa7663ee used request id req-1f143f23-65d7-435a-9dc0-87e335b2b02a 2018-08-19 00:24:53,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 00:24:53,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/3df1f94fb03241fca8134ba5fa7663ee/users/46e0255806e142c49a546d4c501ad341/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:24:53,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 00:24:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e993a75-6056-459b-a316-d589c782f5d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 00:24:53,749 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3df1f94fb03241fca8134ba5fa7663ee/users/46e0255806e142c49a546d4c501ad341/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-6e993a75-6056-459b-a316-d589c782f5d4 2018-08-19 00:24:53,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.147397994995s 2018-08-19 00:24:53,749 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3df1f94fb03241fca8134ba5fa7663ee/users/46e0255806e142c49a546d4c501ad341/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-6e993a75-6056-459b-a316-d589c782f5d4 2018-08-19 00:24:53,750 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 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'3df1f94fb03241fca8134ba5fa7663ee', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '67ba07b3-1150-433e-964a-203b94d9c4ac', 'username': u'vyos_vrouter-user_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-19 00:24:53,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 00:24:53,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 00:24:53,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 00:24:53,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 00:24:53,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 00:24:53,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 00:24:53,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 00:24:53,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 00:24:53,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 00:24:53,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 00:24:53,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 00:24:53,754 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'password': '67ba07b3-1150-433e-964a-203b94d9c4ac', 'project_name': 'vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '3df1f94fb03241fca8134ba5fa7663ee', 'project_domain_name': 'Default'} 2018-08-19 00:24:53,778 - 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-19 00:24:53,778 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-19 00:24:53,812 - 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-19 00:24:53,818 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-19 00:24:53,819 - 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-19 00:24:54,513 - 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-19 00:24:54,579 - 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-19 00:24:54,579 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-19 00:24:54,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-19 00:24:54,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-900f3036-d46b-43f5-be71-f4261953973b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-19 00:24:54,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-900f3036-d46b-43f5-be71-f4261953973b 2018-08-19 00:24:54,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-19 00:24:54,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T01:24:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3df1f94fb03241fca8134ba5fa7663ee", "name": "vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/3df1f94fb03241fca8134ba5fa7663ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/3df1f94fb03241fca8134ba5fa7663ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/3df1f94fb03241fca8134ba5fa7663ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/3df1f94fb03241fca8134ba5fa7663ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/3df1f94fb03241fca8134ba5fa7663ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/3df1f94fb03241fca8134ba5fa7663ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3df1f94fb03241fca8134ba5fa7663ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/3df1f94fb03241fca8134ba5fa7663ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/3df1f94fb03241fca8134ba5fa7663ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_3df1f94fb03241fca8134ba5fa7663ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_3df1f94fb03241fca8134ba5fa7663ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/3df1f94fb03241fca8134ba5fa7663ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/3df1f94fb03241fca8134ba5fa7663ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/3df1f94fb03241fca8134ba5fa7663ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "id": "46e0255806e142c49a546d4c501ad341"}, "audit_ids": ["dXu_Tct0Rymx9nEHlffGYg"], "issued_at": "2018-08-19T00:24:54.000000Z"}} 2018-08-19 00:24:54,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 00:24:54,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"network": {"name": "vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "admin_state_up": true}}' 2018-08-19 00:24:55,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9390bc38-6c3d-4835-a236-1b8c4135c0e2 Date: Sun, 19 Aug 2018 00:24:55 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:24:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T00:24:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3df1f94fb03241fca8134ba5fa7663ee","id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","name":"vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}} 2018-08-19 00:24:55,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9390bc38-6c3d-4835-a236-1b8c4135c0e2 2018-08-19 00:24:55,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.674124002457s 2018-08-19 00:24:55,662 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9390bc38-6c3d-4835-a236-1b8c4135c0e2 2018-08-19 00:24:55,663 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T00:24:55Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ba8260e4-5cd1-4927-814c-a7c48a13de2e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', u'admin_state_up': True, u'tenant_id': u'3df1f94fb03241fca8134ba5fa7663ee', u'created_at': u'2018-08-19T00:24:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3df1f94fb03241fca8134ba5fa7663ee'}) 2018-08-19 00:24:55,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 00:24:55,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:24:55,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-66296445-a4a8-452b-b1dd-9acd5d47f68a Date: Sun, 19 Aug 2018 00:24:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T00:24:55Z","tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:24:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"3df1f94fb03241fca8134ba5fa7663ee","id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","name":"vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}]} 2018-08-19 00:24:55,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-66296445-a4a8-452b-b1dd-9acd5d47f68a 2018-08-19 00:24:55,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.131819963455s 2018-08-19 00:24:55,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-66296445-a4a8-452b-b1dd-9acd5d47f68a 2018-08-19 00:24:55,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 00:24:55,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"subnet": {"name": "vyos_vrouter-subnet_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "enable_dhcp": true, "network_id": "ba8260e4-5cd1-4927-814c-a7c48a13de2e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 00:24:56,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-418d40cc-1e19-48da-b101-7bef073a2848 Date: Sun, 19 Aug 2018 00:24:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:24:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T00:24:56Z","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":"3df1f94fb03241fca8134ba5fa7663ee","id":"0bf6bb14-5626-4e10-89d0-04643c17eeef","subnetpool_id":null,"name":"vyos_vrouter-subnet_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}} 2018-08-19 00:24:56,556 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-418d40cc-1e19-48da-b101-7bef073a2848 2018-08-19 00:24:56,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.758452892303s 2018-08-19 00:24:56,556 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-418d40cc-1e19-48da-b101-7bef073a2848 2018-08-19 00:24:56,557 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T00:24: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'0bf6bb14-5626-4e10-89d0-04643c17eeef', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', u'enable_dhcp': True, u'network_id': u'ba8260e4-5cd1-4927-814c-a7c48a13de2e', u'tenant_id': u'3df1f94fb03241fca8134ba5fa7663ee', u'created_at': u'2018-08-19T00:24: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'3df1f94fb03241fca8134ba5fa7663ee'}) 2018-08-19 00:24:56,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 00:24:56,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "vyos_vrouter-router_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "admin_state_up": true}}' 2018-08-19 00:24:57,580 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-1773e33f-df86-499f-b26f-1744bc1e9fb3 Date: Sun, 19 Aug 2018 00:24:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:24:56Z", "admin_state_up": true, "updated_at": "2018-08-19T00:24:57Z", "revision_number": 2, "routes": [], "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a", "name": "vyos_vrouter-router_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}} 2018-08-19 00:24:57,581 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1773e33f-df86-499f-b26f-1744bc1e9fb3 2018-08-19 00:24:57,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.02316093445s 2018-08-19 00:24:57,581 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1773e33f-df86-499f-b26f-1744bc1e9fb3 2018-08-19 00:24:57,581 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3df1f94fb03241fca8134ba5fa7663ee', u'created_at': u'2018-08-19T00:24:56Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T00:24:57Z', u'revision_number': 2, u'routes': [], u'project_id': u'3df1f94fb03241fca8134ba5fa7663ee', u'id': u'c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a', u'name': u'vyos_vrouter-router_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f'}) 2018-08-19 00:24:57,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 00:24:57,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a/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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"subnet_id": "0bf6bb14-5626-4e10-89d0-04643c17eeef"}' 2018-08-19 00:24:59,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c9288329-ab27-416b-b845-ee0379367096 Date: Sun, 19 Aug 2018 00:24:59 GMT RESP BODY: {"network_id": "ba8260e4-5cd1-4927-814c-a7c48a13de2e", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "subnet_id": "0bf6bb14-5626-4e10-89d0-04643c17eeef", "subnet_ids": ["0bf6bb14-5626-4e10-89d0-04643c17eeef"], "port_id": "9ebb50cf-1ec8-4687-80f2-0475dc7f00e0", "id": "c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a"} 2018-08-19 00:24:59,587 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a/add_router_interface.json used request id req-c9288329-ab27-416b-b845-ee0379367096 2018-08-19 00:24:59,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.00498604774s 2018-08-19 00:24:59,588 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a/add_router_interface.json used request id req-c9288329-ab27-416b-b845-ee0379367096 returning object c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a 2018-08-19 00:24:59,588 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-19 00:25:33,368 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-19 00:25:33,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-19 00:25:33,385 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 00:25:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-19 00:25:33,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 00:25:33,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:25:33,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d98f65a8-2a8b-46ba-bbd6-0454df179db2 Date: Sun, 19 Aug 2018 00:25:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 00:25:33,774 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d98f65a8-2a8b-46ba-bbd6-0454df179db2 2018-08-19 00:25:33,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.386286973953s 2018-08-19 00:25:33,775 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d98f65a8-2a8b-46ba-bbd6-0454df179db2 2018-08-19 00:25:33,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 00:25:33,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}' 2018-08-19 00:25:33,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/8698bca8-9d14-4555-97f9-0815129c4985 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a2507c71-6805-4145-88c8-f8fd04fcc6f4 Date: Sun, 19 Aug 2018 00:25:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:25:33Z", "file": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985/file", "owner": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8698bca8-9d14-4555-97f9-0815129c4985", "size": null, "self": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "checksum": null, "created_at": "2018-08-19T00:25:33Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 00:25:33,833 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a2507c71-6805-4145-88c8-f8fd04fcc6f4 2018-08-19 00:25:33,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0496609210968s 2018-08-19 00:25:33,833 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a2507c71-6805-4145-88c8-f8fd04fcc6f4 returning object 8698bca8-9d14-4555-97f9-0815129c4985 2018-08-19 00:25:33,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 00:25:33,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/8698bca8-9d14-4555-97f9-0815129c4985/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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '' 2018-08-19 00:26:40,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6e83339c-0fc5-4899-83f0-d07f229cfdf9 Date: Sun, 19 Aug 2018 00:26:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 00:26:40,957 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/8698bca8-9d14-4555-97f9-0815129c4985/file used request id req-6e83339c-0fc5-4899-83f0-d07f229cfdf9 2018-08-19 00:26:40,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 67.1229901314s 2018-08-19 00:26:40,958 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/8698bca8-9d14-4555-97f9-0815129c4985/file used request id req-6e83339c-0fc5-4899-83f0-d07f229cfdf9 2018-08-19 00:26:40,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 00:26:40,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:41,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-ec53a41e-57cd-4a31-b339-3421a214d93f Date: Sun, 19 Aug 2018 00:26:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:26:40Z", "file": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985/file", "owner": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8698bca8-9d14-4555-97f9-0815129c4985", "size": 4373348352, "self": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T00:25:33Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 00:26:41,005 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ec53a41e-57cd-4a31-b339-3421a214d93f 2018-08-19 00:26:41,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0422389507294s 2018-08-19 00:26:41,006 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ec53a41e-57cd-4a31-b339-3421a214d93f 2018-08-19 00:26:41,008 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8698bca8-9d14-4555-97f9-0815129c4985/file', 'owner': u'3df1f94fb03241fca8134ba5fa7663ee', 'id': u'8698bca8-9d14-4555-97f9-0815129c4985', 'size': 4373348352, u'self': u'/v2/images/8698bca8-9d14-4555-97f9-0815129c4985', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3df1f94fb03241fca8134ba5fa7663ee', 'name': 'vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T00:26:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T00:26:40Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/8698bca8-9d14-4555-97f9-0815129c4985', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'created': u'2018-08-19T00:25:33Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-19T00:25:33Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/8698bca8-9d14-4555-97f9-0815129c4985', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-19 00:26:41,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 00:26:41,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-19 00:26:41,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9d3567a-0008-4aab-ac9d-8417df5a3394 x-compute-request-id: req-f9d3567a-0008-4aab-ac9d-8417df5a3394 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "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": "d55e2013-7c8a-43ee-81b1-d391664875e0"}} 2018-08-19 00:26:41,346 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f9d3567a-0008-4aab-ac9d-8417df5a3394 2018-08-19 00:26:41,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.337599039078s 2018-08-19 00:26:41,347 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f9d3567a-0008-4aab-ac9d-8417df5a3394 2018-08-19 00:26:41,347 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', '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'916340bf06fe4cb5a723b53dc60090de', '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'd55e2013-7c8a-43ee-81b1-d391664875e0', 'swap': 0}) 2018-08-19 00:26:41,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 00:26:41,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0/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}1dcf50021ab16b974876bdec709dba940a84cff4" -d '{"extra_specs": {}}' 2018-08-19 00:26:41,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fe7de3ea-db74-4efe-bda7-4f1a614d9f54 x-compute-request-id: req-fe7de3ea-db74-4efe-bda7-4f1a614d9f54 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 00:26:41,378 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0/os-extra_specs used request id req-fe7de3ea-db74-4efe-bda7-4f1a614d9f54 2018-08-19 00:26:41,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0294330120087s 2018-08-19 00:26:41,378 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0/os-extra_specs used request id req-fe7de3ea-db74-4efe-bda7-4f1a614d9f54 2018-08-19 00:26:41,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 00:26:41,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"keypair": {"name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}}' 2018-08-19 00:26:41,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42752d8f-41b3-4e84-893e-00b3f2b0149e x-compute-request-id: req-42752d8f-41b3-4e84-893e-00b3f2b0149e Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2VUqWls5o+K2ykqkbB1tt4uBu1FoGuXDB/jnegnlXbgiylvT2pdMSkWos8DHEcJRExg/AlkyJSgmG943P8qrgYMI7r2y7bli1brk/OMS+O8HElbU5/34/m/wWBq6HBng4FUE6m94mYTrrdzxyfDP2Fii9W1R9hmz8GFny95V0S37kki7kHUaexfTH66i1jJpV5QklVboFqTWqJkgnOYlheARc5vVuCRONhBjkDKAogsNmqvRDxzazQEpBA7K5ouIBigbrDLH5Aq3AV55Rf8LPudijvp5IsoJfwDBAFYP6IHN7fVK6LY8f8NS7SdcFdHvgvPk5ZfjEYPIsIplyygmp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAtlVKlpbOaPitspKpGwdbbeLgbtRaBrlwwf453oJ5V24Ispb0\n9qXTEpFqLPAxxHCURMYPwJZMiUoJhveNz/Kq4GDCO69su25YtW65PzjEvjvBxJW1\nOf9+P5v8FgauhwZ4OBVBOpveJmE663c8cnwz9hYovVtUfYZs/BhZ8veVdEt+5JIu\n5B1GnsX0x+uotYyaVeUJJVW6Bak1qiZIJzmJYXgEXOb1bgkTjYQY5AygKILDZqr0\nQ8c2s0BKQQOyuaLiAYoG6wyx+QKtwFeeUX/Cz7nYo76eSLKCX8AwQBWD+iBze31S\nui2PH/DUu0nXBXR74Lz5OWX4xGDyLCKZcsoJqQIDAQABAoIBAA5zUAgDR7SWEN4Y\nNYLI4HwjAPqHpeLmi4M0bM2vtYIyXEobIKrzlXjhQXLyTl9tNLMGp3Tx9Hrk/UBP\nGlQivVwvDvW//3QTWMB4WAIks6MIBWFZJBXGo/DSofX07ZwR7TE0rgjBFaghCJRk\nzMueAFg+hVgMhvOz1atdGrPg311qA+QFZMZCS5PtLGzjO42oNVYSgVjxezBY0jYm\nUoGjBTDBy4kJtgzbBHfjmn7elxmX5BUmZZIvwfbjUvTXh74dSQ4d+r3HhaakTheN\nmhXpcC1d5rY0F3y3PN5/cVE/YdevTSbSZTAAZOwtUXJB1b7xFqwGY3n40bfstUPt\naw4fSSkCgYEA78YFIBbNl4qq2w3aFZ9KRjPZdUqlWyIzKfcNGyKnNaQsiqlo9ai/\nI06Qe7t0vnNw3abhv2R/GAn9ApF32pESNIOHokBXTUsaAx65RTevS2wZOTggn3Uc\nng3WK2foupz4eu7mRHDqtds8bCHT+2zvOQ3go2erzo4hymAVjGbEFFsCgYEAwqwj\n7/cN8TYtBht6Vp3P1XMuNMGcJ/2VRDvk/0fr/WYB00PX8df3KyY0p5WQZDZA1dPF\n6wK0DWDxkZvn4obAoFAFs9Wspe2XNQm6qC6jHgpQeiddDK+R3ulPdkVDZ7jGVxOp\nGDkETnI8ERXl1tNtbMMJT2TisdCYNXe8RPY4qUsCgYEAp4M2rXaA5/CO8T86L4T7\nxRQQRquB3quEBzt8QorxOr6aB73XgFkGQEpxEqCiLTRFk/U1Hhu91zOTOaobi+1y\nRJHnvmkpFOz1HVznnv4KT60T6i/WStDsz1dnWyfbJhToXCpvYT1qHOcvzXPMv4kZ\nkEiruj2BgGs4HEUIiPB66KUCgYEAksV8Vti6j0kcSwV+iD11S+YKSUZLuK7s0kQi\nFAIiv6sf5yu4bSM5vDOS8WLHOXbaDR0clGI2Y/vaRcD45IZaRsPueLa582QdY6SR\nMWnwG58FLAPvmLfqT9kxyubPuizKhS5Sh+u8/nQMK4mJ/xzq3Fxz8YMLk6rEh1Ne\nA9Rrxd8CgYEAgXqnVGkBRgaZ812Zy/iBluPkGEoDrDasC3vcK1FidztLs4urcc/G\nIQVbOeorkRlBav+g2Tvoe+EDGj/XKver0y83O3O4xWmla8Srb923SlSvMsiL9xgY\nU4EoVL1eZJpfWVa/0WuYemSKewmoedQZPayAJWq5qLkiOt/Sa7PIYqw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "46e0255806e142c49a546d4c501ad341", "name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "fingerprint": "d2:45:c8:32:3d:00:f4:f7:16:51:16:cf:7c:be:50:ab"}} 2018-08-19 00:26:41,924 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-42752d8f-41b3-4e84-893e-00b3f2b0149e 2018-08-19 00:26:41,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.545611858368s 2018-08-19 00:26:41,925 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-42752d8f-41b3-4e84-893e-00b3f2b0149e 2018-08-19 00:26:41,925 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2VUqWls5o+K2ykqkbB1tt4uBu1FoGuXDB/jnegnlXbgiylvT2pdMSkWos8DHEcJRExg/AlkyJSgmG943P8qrgYMI7r2y7bli1brk/OMS+O8HElbU5/34/m/wWBq6HBng4FUE6m94mYTrrdzxyfDP2Fii9W1R9hmz8GFny95V0S37kki7kHUaexfTH66i1jJpV5QklVboFqTWqJkgnOYlheARc5vVuCRONhBjkDKAogsNmqvRDxzazQEpBA7K5ouIBigbrDLH5Aq3AV55Rf8LPudijvp5IsoJfwDBAFYP6IHN7fVK6LY8f8NS7SdcFdHvgvPk5ZfjEYPIsIplyygmp Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAtlVKlpbOaPitspKpGwdbbeLgbtRaBrlwwf453oJ5V24Ispb0\n9qXTEpFqLPAxxHCURMYPwJZMiUoJhveNz/Kq4GDCO69su25YtW65PzjEvjvBxJW1\nOf9+P5v8FgauhwZ4OBVBOpveJmE663c8cnwz9hYovVtUfYZs/BhZ8veVdEt+5JIu\n5B1GnsX0x+uotYyaVeUJJVW6Bak1qiZIJzmJYXgEXOb1bgkTjYQY5AygKILDZqr0\nQ8c2s0BKQQOyuaLiAYoG6wyx+QKtwFeeUX/Cz7nYo76eSLKCX8AwQBWD+iBze31S\nui2PH/DUu0nXBXR74Lz5OWX4xGDyLCKZcsoJqQIDAQABAoIBAA5zUAgDR7SWEN4Y\nNYLI4HwjAPqHpeLmi4M0bM2vtYIyXEobIKrzlXjhQXLyTl9tNLMGp3Tx9Hrk/UBP\nGlQivVwvDvW//3QTWMB4WAIks6MIBWFZJBXGo/DSofX07ZwR7TE0rgjBFaghCJRk\nzMueAFg+hVgMhvOz1atdGrPg311qA+QFZMZCS5PtLGzjO42oNVYSgVjxezBY0jYm\nUoGjBTDBy4kJtgzbBHfjmn7elxmX5BUmZZIvwfbjUvTXh74dSQ4d+r3HhaakTheN\nmhXpcC1d5rY0F3y3PN5/cVE/YdevTSbSZTAAZOwtUXJB1b7xFqwGY3n40bfstUPt\naw4fSSkCgYEA78YFIBbNl4qq2w3aFZ9KRjPZdUqlWyIzKfcNGyKnNaQsiqlo9ai/\nI06Qe7t0vnNw3abhv2R/GAn9ApF32pESNIOHokBXTUsaAx65RTevS2wZOTggn3Uc\nng3WK2foupz4eu7mRHDqtds8bCHT+2zvOQ3go2erzo4hymAVjGbEFFsCgYEAwqwj\n7/cN8TYtBht6Vp3P1XMuNMGcJ/2VRDvk/0fr/WYB00PX8df3KyY0p5WQZDZA1dPF\n6wK0DWDxkZvn4obAoFAFs9Wspe2XNQm6qC6jHgpQeiddDK+R3ulPdkVDZ7jGVxOp\nGDkETnI8ERXl1tNtbMMJT2TisdCYNXe8RPY4qUsCgYEAp4M2rXaA5/CO8T86L4T7\nxRQQRquB3quEBzt8QorxOr6aB73XgFkGQEpxEqCiLTRFk/U1Hhu91zOTOaobi+1y\nRJHnvmkpFOz1HVznnv4KT60T6i/WStDsz1dnWyfbJhToXCpvYT1qHOcvzXPMv4kZ\nkEiruj2BgGs4HEUIiPB66KUCgYEAksV8Vti6j0kcSwV+iD11S+YKSUZLuK7s0kQi\nFAIiv6sf5yu4bSM5vDOS8WLHOXbaDR0clGI2Y/vaRcD45IZaRsPueLa582QdY6SR\nMWnwG58FLAPvmLfqT9kxyubPuizKhS5Sh+u8/nQMK4mJ/xzq3Fxz8YMLk6rEh1Ne\nA9Rrxd8CgYEAgXqnVGkBRgaZ812Zy/iBluPkGEoDrDasC3vcK1FidztLs4urcc/G\nIQVbOeorkRlBav+g2Tvoe+EDGj/XKver0y83O3O4xWmla8Srb923SlSvMsiL9xgY\nU4EoVL1eZJpfWVa/0WuYemSKewmoedQZPayAJWq5qLkiOt/Sa7PIYqw=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'46e0255806e142c49a546d4c501ad341', 'name': u'vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'created_at': '2018-08-19T00:26:41.925832', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3df1f94fb03241fca8134ba5fa7663ee', 'name': 'vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd2:45:c8:32:3d:00:f4:f7:16:51:16:cf:7c:be:50:ab', 'type': 'ssh', 'id': u'vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f'}) 2018-08-19 00:26:41,926 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAtlVKlpbOaPitspKpGwdbbeLgbtRaBrlwwf453oJ5V24Ispb0 9qXTEpFqLPAxxHCURMYPwJZMiUoJhveNz/Kq4GDCO69su25YtW65PzjEvjvBxJW1 Of9+P5v8FgauhwZ4OBVBOpveJmE663c8cnwz9hYovVtUfYZs/BhZ8veVdEt+5JIu 5B1GnsX0x+uotYyaVeUJJVW6Bak1qiZIJzmJYXgEXOb1bgkTjYQY5AygKILDZqr0 Q8c2s0BKQQOyuaLiAYoG6wyx+QKtwFeeUX/Cz7nYo76eSLKCX8AwQBWD+iBze31S ui2PH/DUu0nXBXR74Lz5OWX4xGDyLCKZcsoJqQIDAQABAoIBAA5zUAgDR7SWEN4Y NYLI4HwjAPqHpeLmi4M0bM2vtYIyXEobIKrzlXjhQXLyTl9tNLMGp3Tx9Hrk/UBP GlQivVwvDvW//3QTWMB4WAIks6MIBWFZJBXGo/DSofX07ZwR7TE0rgjBFaghCJRk zMueAFg+hVgMhvOz1atdGrPg311qA+QFZMZCS5PtLGzjO42oNVYSgVjxezBY0jYm UoGjBTDBy4kJtgzbBHfjmn7elxmX5BUmZZIvwfbjUvTXh74dSQ4d+r3HhaakTheN mhXpcC1d5rY0F3y3PN5/cVE/YdevTSbSZTAAZOwtUXJB1b7xFqwGY3n40bfstUPt aw4fSSkCgYEA78YFIBbNl4qq2w3aFZ9KRjPZdUqlWyIzKfcNGyKnNaQsiqlo9ai/ I06Qe7t0vnNw3abhv2R/GAn9ApF32pESNIOHokBXTUsaAx65RTevS2wZOTggn3Uc ng3WK2foupz4eu7mRHDqtds8bCHT+2zvOQ3go2erzo4hymAVjGbEFFsCgYEAwqwj 7/cN8TYtBht6Vp3P1XMuNMGcJ/2VRDvk/0fr/WYB00PX8df3KyY0p5WQZDZA1dPF 6wK0DWDxkZvn4obAoFAFs9Wspe2XNQm6qC6jHgpQeiddDK+R3ulPdkVDZ7jGVxOp GDkETnI8ERXl1tNtbMMJT2TisdCYNXe8RPY4qUsCgYEAp4M2rXaA5/CO8T86L4T7 xRQQRquB3quEBzt8QorxOr6aB73XgFkGQEpxEqCiLTRFk/U1Hhu91zOTOaobi+1y RJHnvmkpFOz1HVznnv4KT60T6i/WStDsz1dnWyfbJhToXCpvYT1qHOcvzXPMv4kZ kEiruj2BgGs4HEUIiPB66KUCgYEAksV8Vti6j0kcSwV+iD11S+YKSUZLuK7s0kQi FAIiv6sf5yu4bSM5vDOS8WLHOXbaDR0clGI2Y/vaRcD45IZaRsPueLa582QdY6SR MWnwG58FLAPvmLfqT9kxyubPuizKhS5Sh+u8/nQMK4mJ/xzq3Fxz8YMLk6rEh1Ne A9Rrxd8CgYEAgXqnVGkBRgaZ812Zy/iBluPkGEoDrDasC3vcK1FidztLs4urcc/G IQVbOeorkRlBav+g2Tvoe+EDGj/XKver0y83O3O4xWmla8Srb923SlSvMsiL9xgY U4EoVL1eZJpfWVa/0WuYemSKewmoedQZPayAJWq5qLkiOt/Sa7PIYqw= -----END RSA PRIVATE KEY----- 2018-08-19 00:26:41,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-19 00:26:41,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"security_group": {"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-19 00:26:42,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-417a5a90-84ac-4268-b4cc-2043ad3bc5d8 Date: Sun, 19 Aug 2018 00:26:42 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "updated_at": "2018-08-19T00:26:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "6db328c3-7e83-4bb0-a6fa-650219c27dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "95518637-0dd8-460e-880f-17c372c87fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 1, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "509e05ec-1b99-472c-8861-47a646ab304d", "name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}} 2018-08-19 00:26:42,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-417a5a90-84ac-4268-b4cc-2043ad3bc5d8 2018-08-19 00:26:42,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.467442035675s 2018-08-19 00:26:42,397 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-417a5a90-84ac-4268-b4cc-2043ad3bc5d8 2018-08-19 00:26:42,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 00:26:42,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:42,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-9cd62e10-8349-4f13-bd56-0ef8ac439feb Date: Sun, 19 Aug 2018 00:26:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "updated_at": "2018-08-19T00:26:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "6db328c3-7e83-4bb0-a6fa-650219c27dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "95518637-0dd8-460e-880f-17c372c87fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 1, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "509e05ec-1b99-472c-8861-47a646ab304d", "name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}, {"description": "Default security group", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:24:55Z", "updated_at": "2018-08-19T00:24:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "6cc5d405-d521-4346-9946-51d18a6aed95", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "74497442-2a0d-4818-9ed1-d77628e1dfc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "870d687a-9ad0-4a38-a388-639379063d6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "ea1ac94b-8175-4b83-aa60-7e3e87e6ce8f", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 1, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "name": "default"}]} 2018-08-19 00:26:42,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-9cd62e10-8349-4f13-bd56-0ef8ac439feb 2018-08-19 00:26:42,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0967321395874s 2018-08-19 00:26:42,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-9cd62e10-8349-4f13-bd56-0ef8ac439feb 2018-08-19 00:26:42,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 00:26:42,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -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": "509e05ec-1b99-472c-8861-47a646ab304d"}}' 2018-08-19 00:26:42,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8342ab84-8425-446e-be3c-3bab4ec76717 Date: Sun, 19 Aug 2018 00:26:42 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "port_range_min": 22, "revision_number": 0, "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "c01bf556-5e58-4b09-bf04-9e443fac7126"}} 2018-08-19 00:26:42,738 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8342ab84-8425-446e-be3c-3bab4ec76717 2018-08-19 00:26:42,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.235321998596s 2018-08-19 00:26:42,738 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8342ab84-8425-446e-be3c-3bab4ec76717 2018-08-19 00:26:42,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 00:26:42,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:42,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-8c9cf808-5ca3-4772-a95c-7283703f2509 Date: Sun, 19 Aug 2018 00:26:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "updated_at": "2018-08-19T00:26:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "6db328c3-7e83-4bb0-a6fa-650219c27dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "95518637-0dd8-460e-880f-17c372c87fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "c01bf556-5e58-4b09-bf04-9e443fac7126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 2, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "509e05ec-1b99-472c-8861-47a646ab304d", "name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}, {"description": "Default security group", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:24:55Z", "updated_at": "2018-08-19T00:24:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "6cc5d405-d521-4346-9946-51d18a6aed95", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "74497442-2a0d-4818-9ed1-d77628e1dfc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "870d687a-9ad0-4a38-a388-639379063d6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "ea1ac94b-8175-4b83-aa60-7e3e87e6ce8f", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 1, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "name": "default"}]} 2018-08-19 00:26:42,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8c9cf808-5ca3-4772-a95c-7283703f2509 2018-08-19 00:26:42,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0506019592285s 2018-08-19 00:26:42,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8c9cf808-5ca3-4772-a95c-7283703f2509 2018-08-19 00:26:42,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 00:26:42,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -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": "509e05ec-1b99-472c-8861-47a646ab304d"}}' 2018-08-19 00:26:42,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-5c959fd1-5032-465b-9c40-9885fd5adccf Date: Sun, 19 Aug 2018 00:26:42 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-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "port_range_min": null, "revision_number": 0, "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "822bd66d-e80e-40b9-bedd-c3c1e47e7a3e"}} 2018-08-19 00:26:42,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-5c959fd1-5032-465b-9c40-9885fd5adccf 2018-08-19 00:26:42,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.152786970139s 2018-08-19 00:26:42,948 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-5c959fd1-5032-465b-9c40-9885fd5adccf 2018-08-19 00:26:42,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 00:26:42,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:43,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-1d9015b6-86ca-4539-b31d-2cc9e5835600 Date: Sun, 19 Aug 2018 00:26:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "updated_at": "2018-08-19T00:26:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "6db328c3-7e83-4bb0-a6fa-650219c27dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "822bd66d-e80e-40b9-bedd-c3c1e47e7a3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "95518637-0dd8-460e-880f-17c372c87fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "c01bf556-5e58-4b09-bf04-9e443fac7126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 3, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "509e05ec-1b99-472c-8861-47a646ab304d", "name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}, {"description": "Default security group", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:24:55Z", "updated_at": "2018-08-19T00:24:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "6cc5d405-d521-4346-9946-51d18a6aed95", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "74497442-2a0d-4818-9ed1-d77628e1dfc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "870d687a-9ad0-4a38-a388-639379063d6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "ea1ac94b-8175-4b83-aa60-7e3e87e6ce8f", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 1, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "name": "default"}]} 2018-08-19 00:26:43,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1d9015b6-86ca-4539-b31d-2cc9e5835600 2018-08-19 00:26:43,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0534060001373s 2018-08-19 00:26:43,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1d9015b6-86ca-4539-b31d-2cc9e5835600 2018-08-19 00:26:43,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 00:26:43,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -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": "509e05ec-1b99-472c-8861-47a646ab304d"}}' 2018-08-19 00:26:43,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-119bd040-455b-4324-ab61-d30bb601b3a1 Date: Sun, 19 Aug 2018 00:26: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": 80, "updated_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "port_range_min": 80, "revision_number": 0, "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:43Z", "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "0a74783a-febf-4467-a05a-8db902b86d97"}} 2018-08-19 00:26:43,145 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-119bd040-455b-4324-ab61-d30bb601b3a1 2018-08-19 00:26:43,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.136620044708s 2018-08-19 00:26:43,146 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-119bd040-455b-4324-ab61-d30bb601b3a1 2018-08-19 00:26:43,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 00:26:43,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:43,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-21bf34d3-d9d9-4aaa-a5df-f24fa2004197 Date: Sun, 19 Aug 2018 00:26:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "updated_at": "2018-08-19T00:26:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "0a74783a-febf-4467-a05a-8db902b86d97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "6db328c3-7e83-4bb0-a6fa-650219c27dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "822bd66d-e80e-40b9-bedd-c3c1e47e7a3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "95518637-0dd8-460e-880f-17c372c87fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "c01bf556-5e58-4b09-bf04-9e443fac7126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 4, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "509e05ec-1b99-472c-8861-47a646ab304d", "name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}, {"description": "Default security group", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:24:55Z", "updated_at": "2018-08-19T00:24:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "6cc5d405-d521-4346-9946-51d18a6aed95", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "74497442-2a0d-4818-9ed1-d77628e1dfc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "870d687a-9ad0-4a38-a388-639379063d6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "ea1ac94b-8175-4b83-aa60-7e3e87e6ce8f", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 1, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "name": "default"}]} 2018-08-19 00:26:43,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-21bf34d3-d9d9-4aaa-a5df-f24fa2004197 2018-08-19 00:26:43,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0526781082153s 2018-08-19 00:26:43,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-21bf34d3-d9d9-4aaa-a5df-f24fa2004197 2018-08-19 00:26:43,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 00:26:43,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -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": "509e05ec-1b99-472c-8861-47a646ab304d"}}' 2018-08-19 00:26:43,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-c96807d6-438f-4afb-bbc0-a7baf40bc2ff Date: Sun, 19 Aug 2018 00:26: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": 443, "updated_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "port_range_min": 443, "revision_number": 0, "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:43Z", "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "c5afe86b-20c7-4e94-b396-179355b55218"}} 2018-08-19 00:26:43,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c96807d6-438f-4afb-bbc0-a7baf40bc2ff 2018-08-19 00:26:43,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.148452997208s 2018-08-19 00:26:43,354 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c96807d6-438f-4afb-bbc0-a7baf40bc2ff 2018-08-19 00:26:43,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 00:26:43,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:43,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-648bf9bd-bb1b-4ec6-b542-ce97b777d94f Date: Sun, 19 Aug 2018 00:26:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "updated_at": "2018-08-19T00:26:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "0a74783a-febf-4467-a05a-8db902b86d97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "6db328c3-7e83-4bb0-a6fa-650219c27dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "822bd66d-e80e-40b9-bedd-c3c1e47e7a3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "95518637-0dd8-460e-880f-17c372c87fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "c01bf556-5e58-4b09-bf04-9e443fac7126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "c5afe86b-20c7-4e94-b396-179355b55218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 5, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "509e05ec-1b99-472c-8861-47a646ab304d", "name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}, {"description": "Default security group", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:24:55Z", "updated_at": "2018-08-19T00:24:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "6cc5d405-d521-4346-9946-51d18a6aed95", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "74497442-2a0d-4818-9ed1-d77628e1dfc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "870d687a-9ad0-4a38-a388-639379063d6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "ea1ac94b-8175-4b83-aa60-7e3e87e6ce8f", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 1, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "name": "default"}]} 2018-08-19 00:26:43,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-648bf9bd-bb1b-4ec6-b542-ce97b777d94f 2018-08-19 00:26:43,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0495438575745s 2018-08-19 00:26:43,408 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-648bf9bd-bb1b-4ec6-b542-ce97b777d94f 2018-08-19 00:26:43,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 00:26:43,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -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": "509e05ec-1b99-472c-8861-47a646ab304d"}}' 2018-08-19 00:26:43,546 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-781c30cc-e0bc-402c-a975-d8ce4de363a9 Date: Sun, 19 Aug 2018 00:26: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": 5671, "updated_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "port_range_min": 5671, "revision_number": 0, "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:43Z", "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "119545ef-9b07-437d-a72e-50c143e8f5d6"}} 2018-08-19 00:26:43,546 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-781c30cc-e0bc-402c-a975-d8ce4de363a9 2018-08-19 00:26:43,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.134582996368s 2018-08-19 00:26:43,546 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-781c30cc-e0bc-402c-a975-d8ce4de363a9 2018-08-19 00:26:43,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 00:26:43,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:43,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-6f4a37a3-8016-4480-92ae-b0de6ffb4125 Date: Sun, 19 Aug 2018 00:26:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "updated_at": "2018-08-19T00:26:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "0a74783a-febf-4467-a05a-8db902b86d97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "119545ef-9b07-437d-a72e-50c143e8f5d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "6db328c3-7e83-4bb0-a6fa-650219c27dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "822bd66d-e80e-40b9-bedd-c3c1e47e7a3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "95518637-0dd8-460e-880f-17c372c87fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "c01bf556-5e58-4b09-bf04-9e443fac7126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "c5afe86b-20c7-4e94-b396-179355b55218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 6, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "509e05ec-1b99-472c-8861-47a646ab304d", "name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}, {"description": "Default security group", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:24:55Z", "updated_at": "2018-08-19T00:24:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "6cc5d405-d521-4346-9946-51d18a6aed95", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "74497442-2a0d-4818-9ed1-d77628e1dfc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "870d687a-9ad0-4a38-a388-639379063d6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "ea1ac94b-8175-4b83-aa60-7e3e87e6ce8f", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 1, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "name": "default"}]} 2018-08-19 00:26:43,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6f4a37a3-8016-4480-92ae-b0de6ffb4125 2018-08-19 00:26:43,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0527079105377s 2018-08-19 00:26:43,603 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6f4a37a3-8016-4480-92ae-b0de6ffb4125 2018-08-19 00:26:43,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 00:26:43,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -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": "509e05ec-1b99-472c-8861-47a646ab304d"}}' 2018-08-19 00:26:43,762 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-1f26bde3-d5a1-48cc-84d7-89d70e6a83ea Date: Sun, 19 Aug 2018 00:26: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": 53333, "updated_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "port_range_min": 53333, "revision_number": 0, "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:43Z", "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "aa823b6e-ac43-4c37-af95-7bdb9e6214f0"}} 2018-08-19 00:26:43,762 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-1f26bde3-d5a1-48cc-84d7-89d70e6a83ea 2018-08-19 00:26:43,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.155769824982s 2018-08-19 00:26:43,763 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-1f26bde3-d5a1-48cc-84d7-89d70e6a83ea 2018-08-19 00:26:43,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 00:26:43,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:43,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-56ca9bcf-47e1-45e7-8431-5edb118042c1 Date: Sun, 19 Aug 2018 00:26:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0bf6bb14-5626-4e10-89d0-04643c17eeef"],"updated_at":"2018-08-19T00:24:56Z","tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:24:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3df1f94fb03241fca8134ba5fa7663ee","id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","name":"vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}]} 2018-08-19 00:26:43,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-56ca9bcf-47e1-45e7-8431-5edb118042c1 2018-08-19 00:26:43,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100559949875s 2018-08-19 00:26:43,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-56ca9bcf-47e1-45e7-8431-5edb118042c1 2018-08-19 00:26:43,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 00:26:43,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:43,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-8589604d-e1c9-46d8-9012-32ef983e477f Date: Sun, 19 Aug 2018 00:26:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:26:40Z", "file": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985/file", "owner": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8698bca8-9d14-4555-97f9-0815129c4985", "size": 4373348352, "self": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T00:25:33Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 00:26:43,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8589604d-e1c9-46d8-9012-32ef983e477f 2018-08-19 00:26:43,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391008853912s 2018-08-19 00:26:43,910 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8589604d-e1c9-46d8-9012-32ef983e477f 2018-08-19 00:26:43,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 00:26:43,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:43,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:26: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-468b69c5-1e7f-4ebb-8a31-fc4a71425385 x-compute-request-id: req-468b69c5-1e7f-4ebb-8a31-fc4a71425385 Content-Encoding: gzip Content-Length: 404 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}, {"name": "vyos_vrouter-flavor_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "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": "d55e2013-7c8a-43ee-81b1-d391664875e0"}]} 2018-08-19 00:26:43,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-468b69c5-1e7f-4ebb-8a31-fc4a71425385 2018-08-19 00:26:43,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258431434631s 2018-08-19 00:26:43,938 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-468b69c5-1e7f-4ebb-8a31-fc4a71425385 2018-08-19 00:26:43,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 00:26:43,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"server": {"name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "imageRef": "8698bca8-9d14-4555-97f9-0815129c4985", "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "flavorRef": "d55e2013-7c8a-43ee-81b1-d391664875e0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ba8260e4-5cd1-4927-814c-a7c48a13de2e"}], "security_groups": [{"name": "509e05ec-1b99-472c-8861-47a646ab304d"}]}}' 2018-08-19 00:26:45,728 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 00:26: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-ff86428c-29fd-43ff-a703-a65aed39af07 x-compute-request-id: req-ff86428c-29fd-43ff-a703-a65aed39af07 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "509e05ec-1b99-472c-8861-47a646ab304d"}], "OS-DCF:diskConfig": "MANUAL", "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "adminPass": "dCjeLvaz34sP"}} 2018-08-19 00:26:45,729 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ff86428c-29fd-43ff-a703-a65aed39af07 2018-08-19 00:26:45,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.78831481934s 2018-08-19 00:26:45,729 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ff86428c-29fd-43ff-a703-a65aed39af07 2018-08-19 00:26:45,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:26:45,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:46,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:26:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8413f72c-c99b-421b-b8b4-673ebdb96ac2 x-compute-request-id: req-8413f72c-c99b-421b-b8b4-673ebdb96ac2 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "user_id": "46e0255806e142c49a546d4c501ad341", "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-19T00:26:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:26:46,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8413f72c-c99b-421b-b8b4-673ebdb96ac2 2018-08-19 00:26:46,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380872011185s 2018-08-19 00:26:46,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8413f72c-c99b-421b-b8b4-673ebdb96ac2 2018-08-19 00:26:46,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 00:26:46,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:46,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-d462c138-55af-4854-9e50-7563530a1b53 Date: Sun, 19 Aug 2018 00:26:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0bf6bb14-5626-4e10-89d0-04643c17eeef"],"updated_at":"2018-08-19T00:24:56Z","tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:24:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3df1f94fb03241fca8134ba5fa7663ee","id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","name":"vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}]} 2018-08-19 00:26:46,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d462c138-55af-4854-9e50-7563530a1b53 2018-08-19 00:26:46,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0913631916046s 2018-08-19 00:26:46,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d462c138-55af-4854-9e50-7563530a1b53 2018-08-19 00:26:46,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 00:26:46,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:46,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-949ef5cf-9fad-4bfb-864b-eb93acb6b99e Date: Sun, 19 Aug 2018 00:26:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:24:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T00:24:56Z","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":"3df1f94fb03241fca8134ba5fa7663ee","id":"0bf6bb14-5626-4e10-89d0-04643c17eeef","subnetpool_id":null,"name":"vyos_vrouter-subnet_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}]} 2018-08-19 00:26:46,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-949ef5cf-9fad-4bfb-864b-eb93acb6b99e 2018-08-19 00:26:46,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0411591529846s 2018-08-19 00:26:46,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-949ef5cf-9fad-4bfb-864b-eb93acb6b99e 2018-08-19 00:26:46,253 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:26:48,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:26:48,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:48,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:26: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-6c76a1a4-0874-4f86-852b-43b193dce75d x-compute-request-id: req-6c76a1a4-0874-4f86-852b-43b193dce75d Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:48Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:26:48,942 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6c76a1a4-0874-4f86-852b-43b193dce75d 2018-08-19 00:26:48,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685114145279s 2018-08-19 00:26:48,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6c76a1a4-0874-4f86-852b-43b193dce75d 2018-08-19 00:26:48,946 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:26:50,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:26:50,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:52,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:26: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-b392011b-c580-416a-a810-bce968cf7073 x-compute-request-id: req-b392011b-c580-416a-a810-bce968cf7073 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:26:52,007 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b392011b-c580-416a-a810-bce968cf7073 2018-08-19 00:26:52,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05774378777s 2018-08-19 00:26:52,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b392011b-c580-416a-a810-bce968cf7073 2018-08-19 00:26:52,011 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:26:54,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:26:54,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:54,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:26: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-61ef9833-06e1-4982-8364-a9f9aed24d80 x-compute-request-id: req-61ef9833-06e1-4982-8364-a9f9aed24d80 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:26:54,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-61ef9833-06e1-4982-8364-a9f9aed24d80 2018-08-19 00:26:54,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.297004938126s 2018-08-19 00:26:54,312 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-61ef9833-06e1-4982-8364-a9f9aed24d80 2018-08-19 00:26:54,317 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:26:56,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:26:56,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:57,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:26:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-def47406-5eed-4238-b2f0-42f8aff288bb x-compute-request-id: req-def47406-5eed-4238-b2f0-42f8aff288bb 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:26:57,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-def47406-5eed-4238-b2f0-42f8aff288bb 2018-08-19 00:26:57,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.761066913605s 2018-08-19 00:26:57,081 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-def47406-5eed-4238-b2f0-42f8aff288bb 2018-08-19 00:26:57,085 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:26:59,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:26:59,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:26:59,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:26:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4db7ea4-8e7e-4f12-8204-b5ec5b44cd82 x-compute-request-id: req-c4db7ea4-8e7e-4f12-8204-b5ec5b44cd82 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:26:59,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c4db7ea4-8e7e-4f12-8204-b5ec5b44cd82 2018-08-19 00:26:59,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.80492401123s 2018-08-19 00:26:59,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c4db7ea4-8e7e-4f12-8204-b5ec5b44cd82 2018-08-19 00:26:59,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:01,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:01,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:02,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-7ef06dee-e3e7-4de5-b5a8-9a3ad796e2b7 x-compute-request-id: req-7ef06dee-e3e7-4de5-b5a8-9a3ad796e2b7 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:02,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7ef06dee-e3e7-4de5-b5a8-9a3ad796e2b7 2018-08-19 00:27:02,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.785227060318s 2018-08-19 00:27:02,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7ef06dee-e3e7-4de5-b5a8-9a3ad796e2b7 2018-08-19 00:27:02,691 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:04,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:04,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:05,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-3ac1f8c4-21c8-4769-a1e6-86391e1faa48 x-compute-request-id: req-3ac1f8c4-21c8-4769-a1e6-86391e1faa48 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:05,105 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3ac1f8c4-21c8-4769-a1e6-86391e1faa48 2018-08-19 00:27:05,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.411159992218s 2018-08-19 00:27:05,105 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3ac1f8c4-21c8-4769-a1e6-86391e1faa48 2018-08-19 00:27:05,109 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:07,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:07,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:07,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-807cf09b-7cdd-4277-8384-39ffe5fe2469 x-compute-request-id: req-807cf09b-7cdd-4277-8384-39ffe5fe2469 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:07,298 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-807cf09b-7cdd-4277-8384-39ffe5fe2469 2018-08-19 00:27:07,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18691110611s 2018-08-19 00:27:07,299 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-807cf09b-7cdd-4277-8384-39ffe5fe2469 2018-08-19 00:27:07,303 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:09,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:09,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:09,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a892a4b6-6aa3-475c-a6df-a25620e1626f x-compute-request-id: req-a892a4b6-6aa3-475c-a6df-a25620e1626f 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:09,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a892a4b6-6aa3-475c-a6df-a25620e1626f 2018-08-19 00:27:09,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655401229858s 2018-08-19 00:27:09,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a892a4b6-6aa3-475c-a6df-a25620e1626f 2018-08-19 00:27:09,965 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:11,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:11,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:12,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-69da0fc1-9c3b-431b-9a6d-b7956fdbe55b x-compute-request-id: req-69da0fc1-9c3b-431b-9a6d-b7956fdbe55b 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:12,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-69da0fc1-9c3b-431b-9a6d-b7956fdbe55b 2018-08-19 00:27:12,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.979048967361s 2018-08-19 00:27:12,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-69da0fc1-9c3b-431b-9a6d-b7956fdbe55b 2018-08-19 00:27:12,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:14,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:14,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:15,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4da8097-a67e-46f2-850e-78c8cf8c6005 x-compute-request-id: req-f4da8097-a67e-46f2-850e-78c8cf8c6005 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:15,658 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f4da8097-a67e-46f2-850e-78c8cf8c6005 2018-08-19 00:27:15,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703182220459s 2018-08-19 00:27:15,658 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f4da8097-a67e-46f2-850e-78c8cf8c6005 2018-08-19 00:27:15,662 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:17,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:17,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:18,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d85be34-9bcf-4551-ba7e-ac21f29686c9 x-compute-request-id: req-7d85be34-9bcf-4551-ba7e-ac21f29686c9 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:18,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7d85be34-9bcf-4551-ba7e-ac21f29686c9 2018-08-19 00:27:18,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349586009979s 2018-08-19 00:27:18,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7d85be34-9bcf-4551-ba7e-ac21f29686c9 2018-08-19 00:27:18,019 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:20,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:20,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:20,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e3554c3-afa4-4413-a138-21a6eaa09b35 x-compute-request-id: req-9e3554c3-afa4-4413-a138-21a6eaa09b35 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:20,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9e3554c3-afa4-4413-a138-21a6eaa09b35 2018-08-19 00:27:20,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181902885437s 2018-08-19 00:27:20,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9e3554c3-afa4-4413-a138-21a6eaa09b35 2018-08-19 00:27:20,208 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:22,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:22,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:22,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-466a9967-acb3-4668-8395-9d7361000bce x-compute-request-id: req-466a9967-acb3-4668-8395-9d7361000bce 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:22,812 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-466a9967-acb3-4668-8395-9d7361000bce 2018-08-19 00:27:22,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.600447893143s 2018-08-19 00:27:22,812 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-466a9967-acb3-4668-8395-9d7361000bce 2018-08-19 00:27:22,816 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:24,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:24,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:24,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-e404d2e4-638f-4b5c-a74e-70a095573197 x-compute-request-id: req-e404d2e4-638f-4b5c-a74e-70a095573197 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:24,996 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e404d2e4-638f-4b5c-a74e-70a095573197 2018-08-19 00:27:24,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177454948425s 2018-08-19 00:27:24,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e404d2e4-638f-4b5c-a74e-70a095573197 2018-08-19 00:27:25,000 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:27,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:27,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:27,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-9a80467a-751d-4112-bcee-6b827649aab5 x-compute-request-id: req-9a80467a-751d-4112-bcee-6b827649aab5 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:27,399 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9a80467a-751d-4112-bcee-6b827649aab5 2018-08-19 00:27:27,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.396312952042s 2018-08-19 00:27:27,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9a80467a-751d-4112-bcee-6b827649aab5 2018-08-19 00:27:27,404 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:29,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:29,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:29,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf2e2c30-3257-4dfd-af8c-cfe54b0c9a32 x-compute-request-id: req-bf2e2c30-3257-4dfd-af8c-cfe54b0c9a32 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:29,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf2e2c30-3257-4dfd-af8c-cfe54b0c9a32 2018-08-19 00:27:29,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44389295578s 2018-08-19 00:27:29,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf2e2c30-3257-4dfd-af8c-cfe54b0c9a32 2018-08-19 00:27:29,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:31,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:31,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:32,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-b98b9ce3-3ab3-4f1a-a12b-f97b841d2640 x-compute-request-id: req-b98b9ce3-3ab3-4f1a-a12b-f97b841d2640 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:32,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b98b9ce3-3ab3-4f1a-a12b-f97b841d2640 2018-08-19 00:27:32,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17208814621s 2018-08-19 00:27:32,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b98b9ce3-3ab3-4f1a-a12b-f97b841d2640 2018-08-19 00:27:32,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:34,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:34,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:34,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0544463-0aff-4545-9c82-3211c3f81178 x-compute-request-id: req-a0544463-0aff-4545-9c82-3211c3f81178 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:34,476 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a0544463-0aff-4545-9c82-3211c3f81178 2018-08-19 00:27:34,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439801931381s 2018-08-19 00:27:34,476 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a0544463-0aff-4545-9c82-3211c3f81178 2018-08-19 00:27:34,480 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:36,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:36,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:36,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-3ce67a45-8af1-4ec5-95c9-fd502ceef5ef x-compute-request-id: req-3ce67a45-8af1-4ec5-95c9-fd502ceef5ef 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:36,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3ce67a45-8af1-4ec5-95c9-fd502ceef5ef 2018-08-19 00:27:36,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363228082657s 2018-08-19 00:27:36,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3ce67a45-8af1-4ec5-95c9-fd502ceef5ef 2018-08-19 00:27:36,851 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:38,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:38,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:39,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-62a0ffac-08f2-4509-81c8-c63e4c080161 x-compute-request-id: req-62a0ffac-08f2-4509-81c8-c63e4c080161 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:39,364 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-62a0ffac-08f2-4509-81c8-c63e4c080161 2018-08-19 00:27:39,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510457992554s 2018-08-19 00:27:39,364 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-62a0ffac-08f2-4509-81c8-c63e4c080161 2018-08-19 00:27:39,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:41,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:41,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:41,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-591ec821-27b7-4161-993f-766393a8ce6c x-compute-request-id: req-591ec821-27b7-4161-993f-766393a8ce6c 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:41,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-591ec821-27b7-4161-993f-766393a8ce6c 2018-08-19 00:27:41,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194712162018s 2018-08-19 00:27:41,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-591ec821-27b7-4161-993f-766393a8ce6c 2018-08-19 00:27:41,572 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:43,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:43,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:43,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-72c86306-1c35-4593-8332-34b089490c97 x-compute-request-id: req-72c86306-1c35-4593-8332-34b089490c97 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:43,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-72c86306-1c35-4593-8332-34b089490c97 2018-08-19 00:27:43,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193347930908s 2018-08-19 00:27:43,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-72c86306-1c35-4593-8332-34b089490c97 2018-08-19 00:27:43,771 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:45,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:45,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:46,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c3ba2b4-4d97-45f0-88a8-1603d49ac07f x-compute-request-id: req-8c3ba2b4-4d97-45f0-88a8-1603d49ac07f 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:46,420 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8c3ba2b4-4d97-45f0-88a8-1603d49ac07f 2018-08-19 00:27:46,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.645505189896s 2018-08-19 00:27:46,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8c3ba2b4-4d97-45f0-88a8-1603d49ac07f 2018-08-19 00:27:46,424 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:48,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:48,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:49,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-b900f322-3b4d-4353-9a7f-2deb48804666 x-compute-request-id: req-b900f322-3b4d-4353-9a7f-2deb48804666 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:49,298 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b900f322-3b4d-4353-9a7f-2deb48804666 2018-08-19 00:27:49,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.870401144028s 2018-08-19 00:27:49,298 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b900f322-3b4d-4353-9a7f-2deb48804666 2018-08-19 00:27:49,302 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:51,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:51,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:51,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-80531b4d-b0cf-4417-90ee-c12333d7f065 x-compute-request-id: req-80531b4d-b0cf-4417-90ee-c12333d7f065 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:51,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-80531b4d-b0cf-4417-90ee-c12333d7f065 2018-08-19 00:27:51,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564528942108s 2018-08-19 00:27:51,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-80531b4d-b0cf-4417-90ee-c12333d7f065 2018-08-19 00:27:51,874 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:53,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:53,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:54,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-f6137e57-5b72-4628-a569-e22f346f33f1 x-compute-request-id: req-f6137e57-5b72-4628-a569-e22f346f33f1 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:54,334 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f6137e57-5b72-4628-a569-e22f346f33f1 2018-08-19 00:27:54,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45805811882s 2018-08-19 00:27:54,335 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f6137e57-5b72-4628-a569-e22f346f33f1 2018-08-19 00:27:54,339 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:56,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:56,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:56,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e96da28d-c4a0-4166-8513-fac30b04466f x-compute-request-id: req-e96da28d-c4a0-4166-8513-fac30b04466f 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:56,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e96da28d-c4a0-4166-8513-fac30b04466f 2018-08-19 00:27:56,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.459322929382s 2018-08-19 00:27:56,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e96da28d-c4a0-4166-8513-fac30b04466f 2018-08-19 00:27:56,805 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:27:58,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:27:58,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:27:59,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:27: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-bb42bcad-8af5-4654-83d4-b0e685158f5c x-compute-request-id: req-bb42bcad-8af5-4654-83d4-b0e685158f5c 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:27:59,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bb42bcad-8af5-4654-83d4-b0e685158f5c 2018-08-19 00:27:59,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.265815019608s 2018-08-19 00:27:59,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bb42bcad-8af5-4654-83d4-b0e685158f5c 2018-08-19 00:27:59,078 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:01,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:01,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:01,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-86b04e30-2c2f-4184-9aa6-bcc4e143c72e x-compute-request-id: req-86b04e30-2c2f-4184-9aa6-bcc4e143c72e 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:01,563 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-86b04e30-2c2f-4184-9aa6-bcc4e143c72e 2018-08-19 00:28:01,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.482871055603s 2018-08-19 00:28:01,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-86b04e30-2c2f-4184-9aa6-bcc4e143c72e 2018-08-19 00:28:01,568 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:03,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:03,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:03,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-8fb725a5-2651-434d-a6c1-d5e40d23f830 x-compute-request-id: req-8fb725a5-2651-434d-a6c1-d5e40d23f830 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:03,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8fb725a5-2651-434d-a6c1-d5e40d23f830 2018-08-19 00:28:03,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.419949054718s 2018-08-19 00:28:03,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8fb725a5-2651-434d-a6c1-d5e40d23f830 2018-08-19 00:28:03,995 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:05,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:06,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:06,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-0884c0c6-b75b-4365-9829-477948205ac0 x-compute-request-id: req-0884c0c6-b75b-4365-9829-477948205ac0 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:06,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0884c0c6-b75b-4365-9829-477948205ac0 2018-08-19 00:28:06,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63481092453s 2018-08-19 00:28:06,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0884c0c6-b75b-4365-9829-477948205ac0 2018-08-19 00:28:06,636 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:08,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:08,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:09,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-c09f4e53-7033-425c-ba23-0878a998f0c5 x-compute-request-id: req-c09f4e53-7033-425c-ba23-0878a998f0c5 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:09,134 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c09f4e53-7033-425c-ba23-0878a998f0c5 2018-08-19 00:28:09,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494817018509s 2018-08-19 00:28:09,135 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c09f4e53-7033-425c-ba23-0878a998f0c5 2018-08-19 00:28:09,139 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:11,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:11,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:11,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e0457e8-d53e-4eb3-ab92-675d5e80af06 x-compute-request-id: req-1e0457e8-d53e-4eb3-ab92-675d5e80af06 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:11,372 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e0457e8-d53e-4eb3-ab92-675d5e80af06 2018-08-19 00:28:11,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.230074167252s 2018-08-19 00:28:11,372 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e0457e8-d53e-4eb3-ab92-675d5e80af06 2018-08-19 00:28:11,376 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:13,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:13,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:13,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aaed18bd-81f0-4726-8db9-4160a97fc070 x-compute-request-id: req-aaed18bd-81f0-4726-8db9-4160a97fc070 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:13,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aaed18bd-81f0-4726-8db9-4160a97fc070 2018-08-19 00:28:13,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442190885544s 2018-08-19 00:28:13,821 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aaed18bd-81f0-4726-8db9-4160a97fc070 2018-08-19 00:28:13,826 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:15,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:15,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:16,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-c791b555-4f5b-4dd5-9a1c-31e0586978fa x-compute-request-id: req-c791b555-4f5b-4dd5-9a1c-31e0586978fa 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:16,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c791b555-4f5b-4dd5-9a1c-31e0586978fa 2018-08-19 00:28:16,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443241119385s 2018-08-19 00:28:16,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c791b555-4f5b-4dd5-9a1c-31e0586978fa 2018-08-19 00:28:16,275 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:18,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:18,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:18,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-e869bf4d-8a10-4af4-96c5-a0db3cd62bdc x-compute-request-id: req-e869bf4d-8a10-4af4-96c5-a0db3cd62bdc 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:18,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e869bf4d-8a10-4af4-96c5-a0db3cd62bdc 2018-08-19 00:28:18,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536321878433s 2018-08-19 00:28:18,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e869bf4d-8a10-4af4-96c5-a0db3cd62bdc 2018-08-19 00:28:18,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:20,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:20,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:21,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-be2bd99f-6587-4340-9e1e-89f3c68dd501 x-compute-request-id: req-be2bd99f-6587-4340-9e1e-89f3c68dd501 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:21,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-be2bd99f-6587-4340-9e1e-89f3c68dd501 2018-08-19 00:28:21,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.6774559021s 2018-08-19 00:28:21,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-be2bd99f-6587-4340-9e1e-89f3c68dd501 2018-08-19 00:28:21,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:23,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:23,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:23,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f27de2e-6495-4250-aa92-7544872519e7 x-compute-request-id: req-2f27de2e-6495-4250-aa92-7544872519e7 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:23,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2f27de2e-6495-4250-aa92-7544872519e7 2018-08-19 00:28:23,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186691999435s 2018-08-19 00:28:23,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2f27de2e-6495-4250-aa92-7544872519e7 2018-08-19 00:28:23,698 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:25,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:25,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:26,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29ac48d1-1058-42f2-be52-37aa87d9d5af x-compute-request-id: req-29ac48d1-1058-42f2-be52-37aa87d9d5af 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:26,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-29ac48d1-1058-42f2-be52-37aa87d9d5af 2018-08-19 00:28:26,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375953912735s 2018-08-19 00:28:26,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-29ac48d1-1058-42f2-be52-37aa87d9d5af 2018-08-19 00:28:26,081 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:28,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:28,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:28,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-5b00e45d-195c-40a9-89e6-766b0f87ffb6 x-compute-request-id: req-5b00e45d-195c-40a9-89e6-766b0f87ffb6 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:28,532 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5b00e45d-195c-40a9-89e6-766b0f87ffb6 2018-08-19 00:28:28,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.448995828629s 2018-08-19 00:28:28,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5b00e45d-195c-40a9-89e6-766b0f87ffb6 2018-08-19 00:28:28,536 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:30,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:30,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:30,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7e8f358-baf9-4e9a-a309-f1386322cc82 x-compute-request-id: req-f7e8f358-baf9-4e9a-a309-f1386322cc82 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:30,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f7e8f358-baf9-4e9a-a309-f1386322cc82 2018-08-19 00:28:30,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.425815105438s 2018-08-19 00:28:30,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f7e8f358-baf9-4e9a-a309-f1386322cc82 2018-08-19 00:28:30,970 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:32,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:32,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:33,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31c25cf2-2fea-4f5f-b257-41fe11a981ba x-compute-request-id: req-31c25cf2-2fea-4f5f-b257-41fe11a981ba 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:33,183 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-31c25cf2-2fea-4f5f-b257-41fe11a981ba 2018-08-19 00:28:33,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210655927658s 2018-08-19 00:28:33,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-31c25cf2-2fea-4f5f-b257-41fe11a981ba 2018-08-19 00:28:33,187 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:35,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:35,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:35,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-baf335de-eb7f-4289-bf3d-03616afaa9ef x-compute-request-id: req-baf335de-eb7f-4289-bf3d-03616afaa9ef 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:35,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-baf335de-eb7f-4289-bf3d-03616afaa9ef 2018-08-19 00:28:35,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461452007294s 2018-08-19 00:28:35,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-baf335de-eb7f-4289-bf3d-03616afaa9ef 2018-08-19 00:28:35,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:37,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:37,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:38,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-2e09f9dc-1f98-4712-ab66-5d109f49d5b7 x-compute-request-id: req-2e09f9dc-1f98-4712-ab66-5d109f49d5b7 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:38,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e09f9dc-1f98-4712-ab66-5d109f49d5b7 2018-08-19 00:28:38,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530035972595s 2018-08-19 00:28:38,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e09f9dc-1f98-4712-ab66-5d109f49d5b7 2018-08-19 00:28:38,192 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:40,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:40,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:40,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-f86274d7-9105-4e4c-95f2-13efcd630fbd x-compute-request-id: req-f86274d7-9105-4e4c-95f2-13efcd630fbd 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:40,544 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f86274d7-9105-4e4c-95f2-13efcd630fbd 2018-08-19 00:28:40,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348495006561s 2018-08-19 00:28:40,544 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f86274d7-9105-4e4c-95f2-13efcd630fbd 2018-08-19 00:28:40,548 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:42,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:42,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:42,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-3a98e275-d044-4f1f-880a-d46243204fa0 x-compute-request-id: req-3a98e275-d044-4f1f-880a-d46243204fa0 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:42,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3a98e275-d044-4f1f-880a-d46243204fa0 2018-08-19 00:28:42,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180602073669s 2018-08-19 00:28:42,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3a98e275-d044-4f1f-880a-d46243204fa0 2018-08-19 00:28:42,735 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:44,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:44,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:45,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-678d7254-3bae-41ec-8acf-6e3741a96309 x-compute-request-id: req-678d7254-3bae-41ec-8acf-6e3741a96309 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:45,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-678d7254-3bae-41ec-8acf-6e3741a96309 2018-08-19 00:28:45,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449767827988s 2018-08-19 00:28:45,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-678d7254-3bae-41ec-8acf-6e3741a96309 2018-08-19 00:28:45,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:47,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:47,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:47,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5f0d593-a53f-4e83-a2a8-000aa2cb5c8d x-compute-request-id: req-d5f0d593-a53f-4e83-a2a8-000aa2cb5c8d 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:47,673 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d5f0d593-a53f-4e83-a2a8-000aa2cb5c8d 2018-08-19 00:28:47,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.477463006973s 2018-08-19 00:28:47,674 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d5f0d593-a53f-4e83-a2a8-000aa2cb5c8d 2018-08-19 00:28:47,678 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:49,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:49,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:50,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-dc6046d0-ffae-4fbd-9306-c84e8594c612 x-compute-request-id: req-dc6046d0-ffae-4fbd-9306-c84e8594c612 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:50,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc6046d0-ffae-4fbd-9306-c84e8594c612 2018-08-19 00:28:50,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391526222229s 2018-08-19 00:28:50,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc6046d0-ffae-4fbd-9306-c84e8594c612 2018-08-19 00:28:50,075 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:52,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:52,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:52,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-9d3d6558-4742-4e39-9e70-42974ee5c689 x-compute-request-id: req-9d3d6558-4742-4e39-9e70-42974ee5c689 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:52,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9d3d6558-4742-4e39-9e70-42974ee5c689 2018-08-19 00:28:52,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202025175095s 2018-08-19 00:28:52,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9d3d6558-4742-4e39-9e70-42974ee5c689 2018-08-19 00:28:52,284 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:54,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:54,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:54,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-63bb2c5e-4e9f-450d-9b58-dd2318f5e8b3 x-compute-request-id: req-63bb2c5e-4e9f-450d-9b58-dd2318f5e8b3 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:54,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-63bb2c5e-4e9f-450d-9b58-dd2318f5e8b3 2018-08-19 00:28:54,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461688041687s 2018-08-19 00:28:54,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-63bb2c5e-4e9f-450d-9b58-dd2318f5e8b3 2018-08-19 00:28:54,753 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:56,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:56,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:56,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-fd2e17c0-4937-49f2-8690-d7945145a6b0 x-compute-request-id: req-fd2e17c0-4937-49f2-8690-d7945145a6b0 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:56,958 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fd2e17c0-4937-49f2-8690-d7945145a6b0 2018-08-19 00:28:56,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202662944794s 2018-08-19 00:28:56,959 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fd2e17c0-4937-49f2-8690-d7945145a6b0 2018-08-19 00:28:56,962 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:28:58,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:28:58,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:28:59,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:28: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-f68e8aed-13a4-478e-8428-f497f207f52f x-compute-request-id: req-f68e8aed-13a4-478e-8428-f497f207f52f 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:28:59,308 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f68e8aed-13a4-478e-8428-f497f207f52f 2018-08-19 00:28:59,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342824935913s 2018-08-19 00:28:59,308 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f68e8aed-13a4-478e-8428-f497f207f52f 2018-08-19 00:28:59,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:29:01,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:29:01,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:29:01,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:29: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-720df24b-0c79-4bc7-9071-24e8c25019b9 x-compute-request-id: req-720df24b-0c79-4bc7-9071-24e8c25019b9 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:29:01,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-720df24b-0c79-4bc7-9071-24e8c25019b9 2018-08-19 00:29:01,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185551166534s 2018-08-19 00:29:01,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-720df24b-0c79-4bc7-9071-24e8c25019b9 2018-08-19 00:29:01,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:29:03,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:29:03,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:29:04,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:29:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caf76253-63ba-40af-800e-c5051d6c9cd5 x-compute-request-id: req-caf76253-63ba-40af-800e-c5051d6c9cd5 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:29:04,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-caf76253-63ba-40af-800e-c5051d6c9cd5 2018-08-19 00:29:04,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760869026184s 2018-08-19 00:29:04,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-caf76253-63ba-40af-800e-c5051d6c9cd5 2018-08-19 00:29:04,272 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:29:06,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:29:06,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:29:06,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:29:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d500f63c-7de7-4ec3-adf9-a0232c1f4f45 x-compute-request-id: req-d500f63c-7de7-4ec3-adf9-a0232c1f4f45 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.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T00:26:49Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:29:06,753 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d500f63c-7de7-4ec3-adf9-a0232c1f4f45 2018-08-19 00:29:06,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.478137016296s 2018-08-19 00:29:06,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d500f63c-7de7-4ec3-adf9-a0232c1f4f45 2018-08-19 00:29:06,757 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:29:08,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:29:08,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:29:09,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:29:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28cd6728-566f-4811-a733-73670ced72fd x-compute-request-id: req-28cd6728-566f-4811-a733-73670ced72fd Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:2a:4c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T00:29:08.000000", "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T00:29:08Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:29:09,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-28cd6728-566f-4811-a733-73670ced72fd 2018-08-19 00:29:09,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.687525987625s 2018-08-19 00:29:09,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-28cd6728-566f-4811-a733-73670ced72fd 2018-08-19 00:29:09,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 00:29:09,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=9d7c4302-ee9b-4596-b356-46b95d098ac0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:29:09,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-94113355-934b-4430-81be-41e9abd40728 Date: Sun, 19 Aug 2018 00:29:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:26:48Z","admin_state_up":true,"updated_at":"2018-08-19T00:29:08Z","binding:vnic_type":"normal","device_id":"9d7c4302-ee9b-4596-b356-46b95d098ac0","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:83:2a:4c","id":"a3852624-20f1-45e0-bd33-2551301bdb2d","port_security_enabled":true,"project_id":"3df1f94fb03241fca8134ba5fa7663ee","fixed_ips":[{"subnet_id":"0bf6bb14-5626-4e10-89d0-04643c17eeef","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["509e05ec-1b99-472c-8861-47a646ab304d"],"name":""}]} 2018-08-19 00:29:09,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9d7c4302-ee9b-4596-b356-46b95d098ac0 used request id req-94113355-934b-4430-81be-41e9abd40728 2018-08-19 00:29:09,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0468170642853s 2018-08-19 00:29:09,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9d7c4302-ee9b-4596-b356-46b95d098ac0 used request id req-94113355-934b-4430-81be-41e9abd40728 2018-08-19 00:29:09,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 00:29:09,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=a3852624-20f1-45e0-bd33-2551301bdb2d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:29:09,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1b550192-9abd-4f5e-b021-16b668292185 Date: Sun, 19 Aug 2018 00:29:09 GMT RESP BODY: {"floatingips": []} 2018-08-19 00:29:09,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=a3852624-20f1-45e0-bd33-2551301bdb2d used request id req-1b550192-9abd-4f5e-b021-16b668292185 2018-08-19 00:29:09,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0440499782562s 2018-08-19 00:29:09,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=a3852624-20f1-45e0-bd33-2551301bdb2d used request id req-1b550192-9abd-4f5e-b021-16b668292185 2018-08-19 00:29:09,549 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:83:2a:4c', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8698bca8-9d14-4555-97f9-0815129c4985'}), 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-19T00:29:08.000000', 'flavor': Munch({u'id': u'd55e2013-7c8a-43ee-81b1-d391664875e0'}), 'az': u'nova', 'id': u'9d7c4302-ee9b-4596-b356-46b95d098ac0', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'46e0255806e142c49a546d4c501ad341', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3df1f94fb03241fca8134ba5fa7663ee', 'name': 'vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', '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-19T00:29:08.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T00:29:08Z', 'hostId': u'10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971', '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-19T00:29:08.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'3df1f94fb03241fca8134ba5fa7663ee', 'name': u'vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'adminPass': u'dCjeLvaz34sP', 'tenant_id': u'3df1f94fb03241fca8134ba5fa7663ee', 'created_at': u'2018-08-19T00:26:45Z', 'created': u'2018-08-19T00:26:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 00:29:09,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 00:29:09,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:29:09,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-918faef2-decf-40a6-aa66-5eba1d4d3738 Date: Sun, 19 Aug 2018 00:29:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0bf6bb14-5626-4e10-89d0-04643c17eeef"],"updated_at":"2018-08-19T00:24:56Z","tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:24:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3df1f94fb03241fca8134ba5fa7663ee","id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","name":"vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}]} 2018-08-19 00:29:09,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-918faef2-decf-40a6-aa66-5eba1d4d3738 2018-08-19 00:29:09,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101936101913s 2018-08-19 00:29:09,655 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-918faef2-decf-40a6-aa66-5eba1d4d3738 2018-08-19 00:29:09,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 00:29:09,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=9d7c4302-ee9b-4596-b356-46b95d098ac0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:29:09,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-040f42f9-00f4-4b76-91b7-847b178a59aa Date: Sun, 19 Aug 2018 00:29:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:26:48Z","admin_state_up":true,"updated_at":"2018-08-19T00:29:08Z","binding:vnic_type":"normal","device_id":"9d7c4302-ee9b-4596-b356-46b95d098ac0","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:83:2a:4c","id":"a3852624-20f1-45e0-bd33-2551301bdb2d","port_security_enabled":true,"project_id":"3df1f94fb03241fca8134ba5fa7663ee","fixed_ips":[{"subnet_id":"0bf6bb14-5626-4e10-89d0-04643c17eeef","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["509e05ec-1b99-472c-8861-47a646ab304d"],"name":""}]} 2018-08-19 00:29:09,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9d7c4302-ee9b-4596-b356-46b95d098ac0 used request id req-040f42f9-00f4-4b76-91b7-847b178a59aa 2018-08-19 00:29:09,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0505399703979s 2018-08-19 00:29:09,708 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9d7c4302-ee9b-4596-b356-46b95d098ac0 used request id req-040f42f9-00f4-4b76-91b7-847b178a59aa 2018-08-19 00:29:09,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-19 00:29:09,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"floatingip": {"floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.9", "port_id": "a3852624-20f1-45e0-bd33-2551301bdb2d"}}' 2018-08-19 00:29:11,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-f0213c00-56bd-43cf-8c2a-7f960b4ca121 Date: Sun, 19 Aug 2018 00:29:11 GMT RESP BODY: {"floatingip": {"router_id": "c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T00:29:10Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "a3852624-20f1-45e0-bd33-2551301bdb2d", "id": "f1fdc1c7-3362-4f72-80cb-64ab358daeba", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:29:10Z", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}} 2018-08-19 00:29:11,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f0213c00-56bd-43cf-8c2a-7f960b4ca121 2018-08-19 00:29:11,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.07806301117s 2018-08-19 00:29:11,787 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f0213c00-56bd-43cf-8c2a-7f960b4ca121 2018-08-19 00:29:11,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 00:29:11,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:29:11,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-c0d4b953-2389-47d5-8cf9-750718b81b93 Date: Sun, 19 Aug 2018 00:29:11 GMT RESP BODY: {"floatingips": [{"router_id": "c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T00:29:10Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "a3852624-20f1-45e0-bd33-2551301bdb2d", "id": "f1fdc1c7-3362-4f72-80cb-64ab358daeba", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:29:10Z", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}]} 2018-08-19 00:29:11,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c0d4b953-2389-47d5-8cf9-750718b81b93 2018-08-19 00:29:11,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0627269744873s 2018-08-19 00:29:11,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c0d4b953-2389-47d5-8cf9-750718b81b93 2018-08-19 00:29:11,862 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'3df1f94fb03241fca8134ba5fa7663ee', 'created_at': u'2018-08-19T00:29:10Z', 'attached': True, 'updated_at': u'2018-08-19T00:29:10Z', 'id': u'f1fdc1c7-3362-4f72-80cb-64ab358daeba', 'floating_network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3df1f94fb03241fca8134ba5fa7663ee', 'name': 'vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a', 'project_id': u'3df1f94fb03241fca8134ba5fa7663ee', 'port_id': u'a3852624-20f1-45e0-bd33-2551301bdb2d', 'port': u'a3852624-20f1-45e0-bd33-2551301bdb2d', 'network': u'65cd7cef-6b04-450e-9f27-e630c6e3994e'}) 2018-08-19 00:29:11,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:29:11,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:29:11,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:29: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-7378d315-6136-4f6e-a798-823e32eba250 x-compute-request-id: req-7378d315-6136-4f6e-a798-823e32eba250 Content-Encoding: gzip Content-Length: 6373 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 2034811874 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.428424] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.431559] pid_max: default: 32768 minimum: 301\n[ 0.433234] Security Framework initialized\n[ 0.434797] SELinux: Initializing.\n[ 0.436505] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442913] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446986] Mount-cache hash table entries: 4096\n[ 0.449035] Initializing cgroup subsys memory\n[ 0.450651] Initializing cgroup subsys devices\n[ 0.452301] Initializing cgroup subsys freezer\n[ 0.453941] Initializing cgroup subsys net_cls\n[ 0.455583] Initializing cgroup subsys blkio\n[ 0.457180] Initializing cgroup subsys perf_event\n[ 0.458903] Initializing cgroup subsys hugetlb\n[ 0.460553] Initializing cgroup subsys pids\n[ 0.462137] Initializing cgroup subsys net_prio\n[ 0.463904] CPU: Physical Processor ID: 0\n[ 0.466168] mce: CPU supports 10 MCE banks\n[ 0.467740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.471407] tlb_flushall_shift: 6\n[ 0.472999] Freeing SMP alternatives: 28k freed\n[ 0.477233] ACPI: Core revision 20130517\n[ 0.479205] ACPI: All ACPI Tables successfully acquired\n[ 0.481275] ftrace: allocating 25812 entries in 101 pages\n[ 0.503156] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.505263] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.507342] smpboot: Max logical packages: 2\n[ 0.509205] Enabling x2apic\n[ 0.510486] Enabled x2apic\n[ 0.512022] Switched APIC routing to physical x2apic.\n[ 0.515171] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.517176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.520748] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.529567] KVM setup paravirtual spinlock\n[ 0.532386] smpboot: Booting Node 0, Processors #1 OK\n[ 0.534510] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.556922] Brought up 2 CPUs\n[ 0.556925] KVM setup async PF for cpu 1\n[ 0.556927] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.561270] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.564152] devtmpfs: initialized\n[ 0.567051] EVM: security.selinux\n[ 0.568404] EVM: security.ima\n[ 0.569670] EVM: security.capability\n[ 0.571721] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.573913] pinctrl core: initialized pinctrl subsystem\n[ 0.575820] NET: Registered protocol family 16\n[ 0.577633] ACPI: bus type PCI registered\n[ 0.579155] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.581279] PCI: Using configuration type 1 for base access\n[ 0.586508] ACPI: Added _OSI(Module Device)\n[ 0.588097] ACPI: Added _OSI(Processor Device)\n[ 0.589708] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.591389] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.594322] ACPI: Interpreter enabled\n[ 0.595795] ACPI: (supports S0 S5)\n[ 0.597195] ACPI: Using IOAPIC for interrupt routing\n[ 0.598928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.608119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.610204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.614085] acpiphp: Slot [3] registered\n[ 0.615628] acpiphp: Slot [4] registered\n[ 0.617165] acpiphp: Slot [5] registered\n[ 0.618689] acpiphp: Slot [6] registered\n[ 0.620212] acpiphp: Slot [7] registered\n[ 0.621730] acpiphp: Slot [8] registered\n[ 0.623254] acpiphp: Slot [9] registered\n[ 0.624775] acpiphp: Slot [10] registered\n[ 0.626314] acpiphp: Slot [11] registered\n[ 0.627850] acpiphp: Slot [12] registered\n[ 0.629405] acpiphp: Slot [13] registered\n[ 0.630949] acpiphp: Slot [14] registered\n[ 0.632493] acpiphp: Slot [15] registered\n[ 0.634050] acpiphp: Slot [16] registered\n[ 0.635588] acpiphp: Slot [17] registered\n[ 0.637127] acpiphp: Slot [18] registered\n[ 0.638665] acpiphp: Slot [19] registered\n[ 0.640215] acpiphp: Slot [20] registered\n[ 0.641758] acpiphp: Slot [21] registered\n[ 0.643301] acpiphp: Slot [22] registered\n[ 0.644878] acpiphp: Slot [23] registered\n[ 0.646437] acpiphp: Slot [24] registered\n[ 0.647990] acpiphp: Slot [25] registered\n[ 0.649552] acpiphp: Slot [26] registered\n[ 0.651135] acpiphp: Slot [27] registered\n[ 0.652681] acpiphp: Slot [28] registered\n[ 0.654226] acpiphp: Slot [29] registered\n[ 0.655760] acpiphp: Slot [30] registered\n[ 0.657302] acpiphp: Slot [31] registered\n[ 0.658837] PCI host bridge to bus 0000:00\n[ 0.660467] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.662293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.664477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.666601] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.669399] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.672171] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.677809] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.679964] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.682001] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.684169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.688405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.691138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.714799] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.717307] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.720031] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.722430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.724801] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.727005] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.729240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.732183] vgaarb: loaded\n[ 0.733421] vgaarb: bridge control possible 0000:00:02.0\n[ 0.735414] SCSI subsystem initialized\n[ 0.736920] ACPI: bus type USB registered\n[ 0.738467] usbcore: registered new interface driver usbfs\n[ 0.740327] usbcore: registered new interface driver hub\n[ 0.742154] usbcore: registered new device driver usb\n[ 0.744103] PCI: Using ACPI for IRQ routing\n[ 0.746065] NetLabel: Initializing\n[ 0.747461] NetLabel: domain hash size = 128\n[ 0.749052] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.750802] NetLabel: unlabeled traffic allowed by default\n[ 0.752793] Switched to clocksource kvm-clock\n[ 0.762706] pnp: PnP ACPI init\n[ 0.764041] ACPI: bus type PNP registered\n[ 0.765995] pnp: PnP ACPI: found 5 devices\n[ 0.767541] ACPI: bus type PNP unregistered\n[ 0.775360] NET: Registered protocol family 2\n[ 0.777309] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.780378] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.782949] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.785151] TCP: reno registered\n[ 0.786516] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.788538] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.790693] NET: Registered protocol family 1\n[ 0.792313] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.794242] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.796123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.816712] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.837269] Unpacking initramfs...\n[ 1.323168] Freeing initrd memory: 37508k freed\n[ 1.332768] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.334906] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.338815] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.340882] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.343198] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.345205] Initialise system trusted keyring\n[ 1.346813] audit: initializing netlink socket (disabled)\n[ 1.348634] type=2000 audit(1534638551.340:1): initialized\n[ 1.365900] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.367963] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.370856] zpool: loaded\n[ 1.372107] zbud: loaded\n[ 1.373486] VFS: Disk quotas dquot_6.5.2\n[ 1.375031] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.377230] msgmni has been set to 7578\n[ 1.378780] Key type big_key registered\n[ 1.381078] NET: Registered protocol family 38\n[ 1.382711] Key type asymmetric registered\n[ 1.384250] Asymmetric key parser 'x509' registered\n[ 1.385954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.388786] io scheduler noop registered\n[ 1.390291] io scheduler deadline registered (default)\n[ 1.406478] io scheduler cfq registered\n[ 1.408075] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.409922] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.412094] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.414889] ACPI: Power Button [PWRF]\n[ 1.416522] GHES: HEST is not enabled!\n[ 1.418078] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.442349] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.444703] Non-volatile memory driver v1.3\n[ 1.446287] Linux agpgart interface v0.103\n[ 1.447940] crash memory driver: version 1.1\n[ 1.449582] rdac: device handler registered\n[ 1.451197] hp_sw: device handler registered\n[ 1.452771] emc: device handler registered\n[ 1.454311] alua: device handler registered\n[ 1.455893] libphy: Fixed MDIO Bus: probed\n[ 1.457494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.459556] ehci-pci: EHCI PCI platform driver\n[ 1.461188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.463183] ohci-pci: OHCI PCI platform driver\n[ 1.464815] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.485380] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.487204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.490054] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.491857] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.493877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.496004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.498768] usb usb1: Product: UHCI Host Controller\n[ 1.500472] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.502629] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.504395] hub 1-0:1.0: USB hub found\n[ 1.505872] hub 1-0:1.0: 2 ports detected\n[ 1.507539] usbcore: registered new interface driver usbserial\n[ 1.509467] usbcore: registered new interface driver usbserial_generic\n[ 1.511529] usbserial: USB Serial support registered for generic\nc"} 2018-08-19 00:29:11,942 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/action used request id req-7378d315-6136-4f6e-a798-823e32eba250 2018-08-19 00:29:11,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0790159702301s 2018-08-19 00:29:11,943 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/action used request id req-7378d315-6136-4f6e-a798-823e32eba250 2018-08-19 00:29:11,943 - 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 2034811874 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.428424] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.431559] pid_max: default: 32768 minimum: 301 [ 0.433234] Security Framework initialized [ 0.434797] SELinux: Initializing. [ 0.436505] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442913] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446986] Mount-cache hash table entries: 4096 [ 0.449035] Initializing cgroup subsys memory [ 0.450651] Initializing cgroup subsys devices [ 0.452301] Initializing cgroup subsys freezer [ 0.453941] Initializing cgroup subsys net_cls [ 0.455583] Initializing cgroup subsys blkio [ 0.457180] Initializing cgroup subsys perf_event [ 0.458903] Initializing cgroup subsys hugetlb [ 0.460553] Initializing cgroup subsys pids [ 0.462137] Initializing cgroup subsys net_prio [ 0.463904] CPU: Physical Processor ID: 0 [ 0.466168] mce: CPU supports 10 MCE banks [ 0.467740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.471407] tlb_flushall_shift: 6 [ 0.472999] Freeing SMP alternatives: 28k freed [ 0.477233] ACPI: Core revision 20130517 [ 0.479205] ACPI: All ACPI Tables successfully acquired [ 0.481275] ftrace: allocating 25812 entries in 101 pages [ 0.503156] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.505263] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.507342] smpboot: Max logical packages: 2 [ 0.509205] Enabling x2apic [ 0.510486] Enabled x2apic [ 0.512022] Switched APIC routing to physical x2apic. [ 0.515171] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.517176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.520748] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.529567] KVM setup paravirtual spinlock [ 0.532386] smpboot: Booting Node 0, Processors #1 OK [ 0.534510] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.556922] Brought up 2 CPUs [ 0.556925] KVM setup async PF for cpu 1 [ 0.556927] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.561270] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.564152] devtmpfs: initialized [ 0.567051] EVM: security.selinux [ 0.568404] EVM: security.ima [ 0.569670] EVM: security.capability [ 0.571721] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.573913] pinctrl core: initialized pinctrl subsystem [ 0.575820] NET: Registered protocol family 16 [ 0.577633] ACPI: bus type PCI registered [ 0.579155] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.581279] PCI: Using configuration type 1 for base access [ 0.586508] ACPI: Added _OSI(Module Device) [ 0.588097] ACPI: Added _OSI(Processor Device) [ 0.589708] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.591389] ACPI: Added _OSI(Processor Aggregator Device) [ 0.594322] ACPI: Interpreter enabled [ 0.595795] ACPI: (supports S0 S5) [ 0.597195] ACPI: Using IOAPIC for interrupt routing [ 0.598928] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.608119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.610204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.614085] acpiphp: Slot [3] registered [ 0.615628] acpiphp: Slot [4] registered [ 0.617165] acpiphp: Slot [5] registered [ 0.618689] acpiphp: Slot [6] registered [ 0.620212] acpiphp: Slot [7] registered [ 0.621730] acpiphp: Slot [8] registered [ 0.623254] acpiphp: Slot [9] registered [ 0.624775] acpiphp: Slot [10] registered [ 0.626314] acpiphp: Slot [11] registered [ 0.627850] acpiphp: Slot [12] registered [ 0.629405] acpiphp: Slot [13] registered [ 0.630949] acpiphp: Slot [14] registered [ 0.632493] acpiphp: Slot [15] registered [ 0.634050] acpiphp: Slot [16] registered [ 0.635588] acpiphp: Slot [17] registered [ 0.637127] acpiphp: Slot [18] registered [ 0.638665] acpiphp: Slot [19] registered [ 0.640215] acpiphp: Slot [20] registered [ 0.641758] acpiphp: Slot [21] registered [ 0.643301] acpiphp: Slot [22] registered [ 0.644878] acpiphp: Slot [23] registered [ 0.646437] acpiphp: Slot [24] registered [ 0.647990] acpiphp: Slot [25] registered [ 0.649552] acpiphp: Slot [26] registered [ 0.651135] acpiphp: Slot [27] registered [ 0.652681] acpiphp: Slot [28] registered [ 0.654226] acpiphp: Slot [29] registered [ 0.655760] acpiphp: Slot [30] registered [ 0.657302] acpiphp: Slot [31] registered [ 0.658837] PCI host bridge to bus 0000:00 [ 0.660467] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.662293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.664477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.666601] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.669399] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.672171] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.677809] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.679964] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.682001] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.684169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.688405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.691138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.714799] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.717307] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.720031] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.722430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.724801] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.727005] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.729240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.732183] vgaarb: loaded [ 0.733421] vgaarb: bridge control possible 0000:00:02.0 [ 0.735414] SCSI subsystem initialized [ 0.736920] ACPI: bus type USB registered [ 0.738467] usbcore: registered new interface driver usbfs [ 0.740327] usbcore: registered new interface driver hub [ 0.742154] usbcore: registered new device driver usb [ 0.744103] PCI: Using ACPI for IRQ routing [ 0.746065] NetLabel: Initializing [ 0.747461] NetLabel: domain hash size = 128 [ 0.749052] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.750802] NetLabel: unlabeled traffic allowed by default [ 0.752793] Switched to clocksource kvm-clock [ 0.762706] pnp: PnP ACPI init [ 0.764041] ACPI: bus type PNP registered [ 0.765995] pnp: PnP ACPI: found 5 devices [ 0.767541] ACPI: bus type PNP unregistered [ 0.775360] NET: Registered protocol family 2 [ 0.777309] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.780378] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.782949] TCP: Hash tables configured (established 32768 bind 32768) [ 0.785151] TCP: reno registered [ 0.786516] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.788538] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.790693] NET: Registered protocol family 1 [ 0.792313] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.794242] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.796123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.816712] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.837269] Unpacking initramfs... [ 1.323168] Freeing initrd memory: 37508k freed [ 1.332768] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.334906] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.338815] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.340882] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.343198] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.345205] Initialise system trusted keyring [ 1.346813] audit: initializing netlink socket (disabled) [ 1.348634] type=2000 audit(1534638551.340:1): initialized [ 1.365900] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.367963] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.370856] zpool: loaded [ 1.372107] zbud: loaded [ 1.373486] VFS: Disk quotas dquot_6.5.2 [ 1.375031] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.377230] msgmni has been set to 7578 [ 1.378780] Key type big_key registered [ 1.381078] NET: Registered protocol family 38 [ 1.382711] Key type asymmetric registered [ 1.384250] Asymmetric key parser 'x509' registered [ 1.385954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.388786] io scheduler noop registered [ 1.390291] io scheduler deadline registered (default) [ 1.406478] io scheduler cfq registered [ 1.408075] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.409922] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.412094] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.414889] ACPI: Power Button [PWRF] [ 1.416522] GHES: HEST is not enabled! [ 1.418078] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.442349] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.444703] Non-volatile memory driver v1.3 [ 1.446287] Linux agpgart interface v0.103 [ 1.447940] crash memory driver: version 1.1 [ 1.449582] rdac: device handler registered [ 1.451197] hp_sw: device handler registered [ 1.452771] emc: device handler registered [ 1.454311] alua: device handler registered [ 1.455893] libphy: Fixed MDIO Bus: probed [ 1.457494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.459556] ehci-pci: EHCI PCI platform driver [ 1.461188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.463183] ohci-pci: OHCI PCI platform driver [ 1.464815] uhci_hcd: USB Universal Host Controller Interface driver [ 1.485380] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.487204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.490054] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.491857] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.493877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.496004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.498768] usb usb1: Product: UHCI Host Controller [ 1.500472] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.502629] usb usb1: SerialNumber: 0000:00:01.2 [ 1.504395] hub 1-0:1.0: USB hub found [ 1.505872] hub 1-0:1.0: 2 ports detected [ 1.507539] usbcore: registered new interface driver usbserial [ 1.509467] usbcore: registered new interface driver usbserial_generic [ 1.511529] usbserial: USB Serial support registered for generic c 2018-08-19 00:29:12,945 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.207: timed out 2018-08-19 00:29:21,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:29:21,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:29:22,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:29: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-fb239d05-ac29-4a62-8e7c-29b2eb154adc x-compute-request-id: req-fb239d05-ac29-4a62-8e7c-29b2eb154adc Content-Encoding: gzip Content-Length: 11733 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 2034811874 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.428424] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.431559] pid_max: default: 32768 minimum: 301\n[ 0.433234] Security Framework initialized\n[ 0.434797] SELinux: Initializing.\n[ 0.436505] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442913] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446986] Mount-cache hash table entries: 4096\n[ 0.449035] Initializing cgroup subsys memory\n[ 0.450651] Initializing cgroup subsys devices\n[ 0.452301] Initializing cgroup subsys freezer\n[ 0.453941] Initializing cgroup subsys net_cls\n[ 0.455583] Initializing cgroup subsys blkio\n[ 0.457180] Initializing cgroup subsys perf_event\n[ 0.458903] Initializing cgroup subsys hugetlb\n[ 0.460553] Initializing cgroup subsys pids\n[ 0.462137] Initializing cgroup subsys net_prio\n[ 0.463904] CPU: Physical Processor ID: 0\n[ 0.466168] mce: CPU supports 10 MCE banks\n[ 0.467740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.471407] tlb_flushall_shift: 6\n[ 0.472999] Freeing SMP alternatives: 28k freed\n[ 0.477233] ACPI: Core revision 20130517\n[ 0.479205] ACPI: All ACPI Tables successfully acquired\n[ 0.481275] ftrace: allocating 25812 entries in 101 pages\n[ 0.503156] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.505263] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.507342] smpboot: Max logical packages: 2\n[ 0.509205] Enabling x2apic\n[ 0.510486] Enabled x2apic\n[ 0.512022] Switched APIC routing to physical x2apic.\n[ 0.515171] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.517176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.520748] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.529567] KVM setup paravirtual spinlock\n[ 0.532386] smpboot: Booting Node 0, Processors #1 OK\n[ 0.534510] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.556922] Brought up 2 CPUs\n[ 0.556925] KVM setup async PF for cpu 1\n[ 0.556927] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.561270] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.564152] devtmpfs: initialized\n[ 0.567051] EVM: security.selinux\n[ 0.568404] EVM: security.ima\n[ 0.569670] EVM: security.capability\n[ 0.571721] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.573913] pinctrl core: initialized pinctrl subsystem\n[ 0.575820] NET: Registered protocol family 16\n[ 0.577633] ACPI: bus type PCI registered\n[ 0.579155] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.581279] PCI: Using configuration type 1 for base access\n[ 0.586508] ACPI: Added _OSI(Module Device)\n[ 0.588097] ACPI: Added _OSI(Processor Device)\n[ 0.589708] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.591389] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.594322] ACPI: Interpreter enabled\n[ 0.595795] ACPI: (supports S0 S5)\n[ 0.597195] ACPI: Using IOAPIC for interrupt routing\n[ 0.598928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.608119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.610204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.614085] acpiphp: Slot [3] registered\n[ 0.615628] acpiphp: Slot [4] registered\n[ 0.617165] acpiphp: Slot [5] registered\n[ 0.618689] acpiphp: Slot [6] registered\n[ 0.620212] acpiphp: Slot [7] registered\n[ 0.621730] acpiphp: Slot [8] registered\n[ 0.623254] acpiphp: Slot [9] registered\n[ 0.624775] acpiphp: Slot [10] registered\n[ 0.626314] acpiphp: Slot [11] registered\n[ 0.627850] acpiphp: Slot [12] registered\n[ 0.629405] acpiphp: Slot [13] registered\n[ 0.630949] acpiphp: Slot [14] registered\n[ 0.632493] acpiphp: Slot [15] registered\n[ 0.634050] acpiphp: Slot [16] registered\n[ 0.635588] acpiphp: Slot [17] registered\n[ 0.637127] acpiphp: Slot [18] registered\n[ 0.638665] acpiphp: Slot [19] registered\n[ 0.640215] acpiphp: Slot [20] registered\n[ 0.641758] acpiphp: Slot [21] registered\n[ 0.643301] acpiphp: Slot [22] registered\n[ 0.644878] acpiphp: Slot [23] registered\n[ 0.646437] acpiphp: Slot [24] registered\n[ 0.647990] acpiphp: Slot [25] registered\n[ 0.649552] acpiphp: Slot [26] registered\n[ 0.651135] acpiphp: Slot [27] registered\n[ 0.652681] acpiphp: Slot [28] registered\n[ 0.654226] acpiphp: Slot [29] registered\n[ 0.655760] acpiphp: Slot [30] registered\n[ 0.657302] acpiphp: Slot [31] registered\n[ 0.658837] PCI host bridge to bus 0000:00\n[ 0.660467] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.662293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.664477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.666601] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.669399] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.672171] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.677809] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.679964] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.682001] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.684169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.688405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.691138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.714799] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.717307] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.720031] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.722430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.724801] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.727005] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.729240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.732183] vgaarb: loaded\n[ 0.733421] vgaarb: bridge control possible 0000:00:02.0\n[ 0.735414] SCSI subsystem initialized\n[ 0.736920] ACPI: bus type USB registered\n[ 0.738467] usbcore: registered new interface driver usbfs\n[ 0.740327] usbcore: registered new interface driver hub\n[ 0.742154] usbcore: registered new device driver usb\n[ 0.744103] PCI: Using ACPI for IRQ routing\n[ 0.746065] NetLabel: Initializing\n[ 0.747461] NetLabel: domain hash size = 128\n[ 0.749052] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.750802] NetLabel: unlabeled traffic allowed by default\n[ 0.752793] Switched to clocksource kvm-clock\n[ 0.762706] pnp: PnP ACPI init\n[ 0.764041] ACPI: bus type PNP registered\n[ 0.765995] pnp: PnP ACPI: found 5 devices\n[ 0.767541] ACPI: bus type PNP unregistered\n[ 0.775360] NET: Registered protocol family 2\n[ 0.777309] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.780378] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.782949] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.785151] TCP: reno registered\n[ 0.786516] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.788538] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.790693] NET: Registered protocol family 1\n[ 0.792313] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.794242] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.796123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.816712] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.837269] Unpacking initramfs...\n[ 1.323168] Freeing initrd memory: 37508k freed\n[ 1.332768] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.334906] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.338815] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.340882] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.343198] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.345205] Initialise system trusted keyring\n[ 1.346813] audit: initializing netlink socket (disabled)\n[ 1.348634] type=2000 audit(1534638551.340:1): initialized\n[ 1.365900] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.367963] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.370856] zpool: loaded\n[ 1.372107] zbud: loaded\n[ 1.373486] VFS: Disk quotas dquot_6.5.2\n[ 1.375031] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.377230] msgmni has been set to 7578\n[ 1.378780] Key type big_key registered\n[ 1.381078] NET: Registered protocol family 38\n[ 1.382711] Key type asymmetric registered\n[ 1.384250] Asymmetric key parser 'x509' registered\n[ 1.385954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.388786] io scheduler noop registered\n[ 1.390291] io scheduler deadline registered (default)\n[ 1.406478] io scheduler cfq registered\n[ 1.408075] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.409922] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.412094] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.414889] ACPI: Power Button [PWRF]\n[ 1.416522] GHES: HEST is not enabled!\n[ 1.418078] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.442349] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.444703] Non-volatile memory driver v1.3\n[ 1.446287] Linux agpgart interface v0.103\n[ 1.447940] crash memory driver: version 1.1\n[ 1.449582] rdac: device handler registered\n[ 1.451197] hp_sw: device handler registered\n[ 1.452771] emc: device handler registered\n[ 1.454311] alua: device handler registered\n[ 1.455893] libphy: Fixed MDIO Bus: probed\n[ 1.457494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.459556] ehci-pci: EHCI PCI platform driver\n[ 1.461188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.463183] ohci-pci: OHCI PCI platform driver\n[ 1.464815] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.485380] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.487204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.490054] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.491857] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.493877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.496004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.498768] usb usb1: Product: UHCI Host Controller\n[ 1.500472] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.502629] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.504395] hub 1-0:1.0: USB hub found\n[ 1.505872] hub 1-0:1.0: 2 ports detected\n[ 1.507539] usbcore: registered new interface driver usbserial\n[ 1.509467] usbcore: registered new interface driver usbserial_generic\n[ 1.511529] usbserial: USB Serial support registered for generic\nc[ 1.513618] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.517348] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.519076] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.520899] mousedev: PS/2 mouse device common for all mice\n[ 1.523146] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.526558] rtc_cmos 00:00: RTC can wake from S4\n[ 1.528880] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.531372] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.534022] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.537674] cpuidle: using governor menu\n[ 1.539548] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542676] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.544581] usbcore: registered new interface driver usbhid\n[ 1.546449] usbhid: USB HID core driver\n[ 1.547964] drop_monitor: Initializing network drop monitor service\n[ 1.550037] TCP: cubic registered\n[ 1.551403] Initializing XFRM netlink socket\n[ 1.553063] NET: Registered protocol family 10\n[ 1.554970] NET: Registered protocol family 17\n[ 1.556723] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.558570] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.560520] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.563718] Loading compiled-in X.509 certificates\n[ 1.565421] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.568721] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.572490] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.575774] registered taskstats version 1\n[ 1.579362] Key type trusted registered\n[ 1.582265] Key type encrypted registered\n[ 1.585178] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.587524] rtc_cmos 00:00: setting system clock to 2018-08-19 00:29:11 UTC (1534638551)\n[ 1.591154] Freeing unused kernel memory: 1680k freed\n[ 1.597005] 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.602525] systemd[1]: Detected virtualization kvm.\n[ 1.604211] systemd[1]: Detected architecture x86-64.\n[ 1.605891] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.609043] systemd[1]: No hostname configured.\n[ 1.610635] systemd[1]: Set hostname to .\n[ 1.612365] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.637174] systemd[1]: Reached target Timers.\n[ 1.638760] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.641166] systemd[1]: Reached target Swap.\n[ 1.642738] systemd[1]: Starting Swap.\n[ 1.644228] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.647126] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.651083] systemd[1]: Reached target Local File Systems.\n[ 1.652869] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.655484] systemd[1]: Reached target Paths.\n[ 1.657084] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.659910] systemd[1]: Created slice Root Slice.\n[ 1.662058] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.665536] systemd[1]: Listening on Journal Socket.\n[ 1.667747] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.670652] systemd[1]: Listening on udev Control Socket.\n[ 1.672495] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.675435] systemd[1]: Created slice System Slice.\n[ 1.677183] systemd[1]: Starting System Slice.\n[ 1.679311] 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.685217] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.690090] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.696705] systemd[1]: Reached target Slices.\n[ 1.699413] systemd[1]: Starting Slices.\n[ 1.702339] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.707118] systemd[1]: Listening on udev Kernel Socket.\n[ 1.709297] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.712108] systemd[1]: Reached target Sockets.\n[ 1.713749] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.716520] 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.771026] RPC: Registered named UNIX socket transport module.\n[ 1.772921] RPC: Registered udp transport module.\n[ 1.774563] RPC: Registered tcp transport module.\n[ 1.776184] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.810833] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.874199] FDC 0 is a S82078B\n[ 1.898243] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.939934] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.943503] scsi host0: ata_piix\n[ 1.944961] scsi host1: ata_piix\n[ 1.946417] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.949021] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.953991] vda: vda1\n[ 1.967471] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.969607] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.971765] usb 1-1: Product: QEMU USB Tablet\n[ 1.973409] usb 1-1: Manufacturer: QEMU\n[ 1.974953] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.988617] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.992130] 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 File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.121938] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.124897] XFS (vda1): Mounting V4 Filesystem\n[ 2.164655] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.339866] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped 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 udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev 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.422822] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.650116] SELinux: Disabled at runtime.\n[ 2.685899] type=1404 audit(1534638552.598:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.760812] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.762637] 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] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Journal Service.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.145861] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[ 3.221020] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[ 3.365217] type=1305 audit(1534638553.277:3): audit_pid=426 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target 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[ 3.491493] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.498044] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.498051] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.522374] ppdev: user-space parallel port driver\n[ 3.526976] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.526976] [TTM] Initializing pool allocator\n[ 3.526978] [TTM] Initializing DMA pool allocator\n[ 3.527197] [drm] fb mappable at 0xFC000000\n[ 3.527197] [drm] vram aper at 0xFC000000\n[ 3.527198] [drm] size 33554432\n[ 3.527198] [drm] fb depth is 24\n[ 3.527198] [drm] pitch is 3072\n[ 3.574040] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.597874] Console: switching to colour frame buffer device 128x48\n[ 3.612489] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n[ 3.619855] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.709154] AES CTR mode by8 optimization enabled\n[ 3.712672] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.718390] alg: No test for crc32 (crc32-pclmul)\n[ 3.747190] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.753208] intel_rapl: no valid rapl domains found in package 0\n[ 3.756056] intel_powerclamp: No package C-state available\n[ 3.761524] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 4.704428] cloud-init[507]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 00:29:15 +0000. Up 4.67 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting Notify NFS peers of a restart...\n Starting Postfix Mail Transport Agent...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Started OpenSSH server daemon.\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] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[ 6.149687] cloud-init[814]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 00:29:16 +0000. Up 6.09 seconds.\n[ 6.203307] cloud-init[814]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.205253] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.207221] cloud-init[814]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.209742] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.214460] cloud-init[814]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.218228] cloud-init[814]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:83:2a:4c |\n[ 6.220522] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.223234] cloud-init[814]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.225695] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.228230] cloud-init[814]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.230504] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.238884] cloud-init[814]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.241774] cloud-init[814]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.245607] cloud-init[814]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.251186] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Created slice user-993.slice.\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: "} 2018-08-19 00:29:22,041 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/action used request id req-fb239d05-ac29-4a62-8e7c-29b2eb154adc 2018-08-19 00:29:22,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0859990119934s 2018-08-19 00:29:22,043 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/action used request id req-fb239d05-ac29-4a62-8e7c-29b2eb154adc 2018-08-19 00:29:22,043 - 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 2034811874 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.428424] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.431559] pid_max: default: 32768 minimum: 301 [ 0.433234] Security Framework initialized [ 0.434797] SELinux: Initializing. [ 0.436505] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442913] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446986] Mount-cache hash table entries: 4096 [ 0.449035] Initializing cgroup subsys memory [ 0.450651] Initializing cgroup subsys devices [ 0.452301] Initializing cgroup subsys freezer [ 0.453941] Initializing cgroup subsys net_cls [ 0.455583] Initializing cgroup subsys blkio [ 0.457180] Initializing cgroup subsys perf_event [ 0.458903] Initializing cgroup subsys hugetlb [ 0.460553] Initializing cgroup subsys pids [ 0.462137] Initializing cgroup subsys net_prio [ 0.463904] CPU: Physical Processor ID: 0 [ 0.466168] mce: CPU supports 10 MCE banks [ 0.467740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.471407] tlb_flushall_shift: 6 [ 0.472999] Freeing SMP alternatives: 28k freed [ 0.477233] ACPI: Core revision 20130517 [ 0.479205] ACPI: All ACPI Tables successfully acquired [ 0.481275] ftrace: allocating 25812 entries in 101 pages [ 0.503156] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.505263] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.507342] smpboot: Max logical packages: 2 [ 0.509205] Enabling x2apic [ 0.510486] Enabled x2apic [ 0.512022] Switched APIC routing to physical x2apic. [ 0.515171] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.517176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.520748] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.529567] KVM setup paravirtual spinlock [ 0.532386] smpboot: Booting Node 0, Processors #1 OK [ 0.534510] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.556922] Brought up 2 CPUs [ 0.556925] KVM setup async PF for cpu 1 [ 0.556927] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.561270] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.564152] devtmpfs: initialized [ 0.567051] EVM: security.selinux [ 0.568404] EVM: security.ima [ 0.569670] EVM: security.capability [ 0.571721] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.573913] pinctrl core: initialized pinctrl subsystem [ 0.575820] NET: Registered protocol family 16 [ 0.577633] ACPI: bus type PCI registered [ 0.579155] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.581279] PCI: Using configuration type 1 for base access [ 0.586508] ACPI: Added _OSI(Module Device) [ 0.588097] ACPI: Added _OSI(Processor Device) [ 0.589708] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.591389] ACPI: Added _OSI(Processor Aggregator Device) [ 0.594322] ACPI: Interpreter enabled [ 0.595795] ACPI: (supports S0 S5) [ 0.597195] ACPI: Using IOAPIC for interrupt routing [ 0.598928] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.608119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.610204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.614085] acpiphp: Slot [3] registered [ 0.615628] acpiphp: Slot [4] registered [ 0.617165] acpiphp: Slot [5] registered [ 0.618689] acpiphp: Slot [6] registered [ 0.620212] acpiphp: Slot [7] registered [ 0.621730] acpiphp: Slot [8] registered [ 0.623254] acpiphp: Slot [9] registered [ 0.624775] acpiphp: Slot [10] registered [ 0.626314] acpiphp: Slot [11] registered [ 0.627850] acpiphp: Slot [12] registered [ 0.629405] acpiphp: Slot [13] registered [ 0.630949] acpiphp: Slot [14] registered [ 0.632493] acpiphp: Slot [15] registered [ 0.634050] acpiphp: Slot [16] registered [ 0.635588] acpiphp: Slot [17] registered [ 0.637127] acpiphp: Slot [18] registered [ 0.638665] acpiphp: Slot [19] registered [ 0.640215] acpiphp: Slot [20] registered [ 0.641758] acpiphp: Slot [21] registered [ 0.643301] acpiphp: Slot [22] registered [ 0.644878] acpiphp: Slot [23] registered [ 0.646437] acpiphp: Slot [24] registered [ 0.647990] acpiphp: Slot [25] registered [ 0.649552] acpiphp: Slot [26] registered [ 0.651135] acpiphp: Slot [27] registered [ 0.652681] acpiphp: Slot [28] registered [ 0.654226] acpiphp: Slot [29] registered [ 0.655760] acpiphp: Slot [30] registered [ 0.657302] acpiphp: Slot [31] registered [ 0.658837] PCI host bridge to bus 0000:00 [ 0.660467] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.662293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.664477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.666601] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.669399] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.672171] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.677809] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.679964] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.682001] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.684169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.688405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.691138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.714799] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.717307] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.720031] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.722430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.724801] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.727005] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.729240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.732183] vgaarb: loaded [ 0.733421] vgaarb: bridge control possible 0000:00:02.0 [ 0.735414] SCSI subsystem initialized [ 0.736920] ACPI: bus type USB registered [ 0.738467] usbcore: registered new interface driver usbfs [ 0.740327] usbcore: registered new interface driver hub [ 0.742154] usbcore: registered new device driver usb [ 0.744103] PCI: Using ACPI for IRQ routing [ 0.746065] NetLabel: Initializing [ 0.747461] NetLabel: domain hash size = 128 [ 0.749052] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.750802] NetLabel: unlabeled traffic allowed by default [ 0.752793] Switched to clocksource kvm-clock [ 0.762706] pnp: PnP ACPI init [ 0.764041] ACPI: bus type PNP registered [ 0.765995] pnp: PnP ACPI: found 5 devices [ 0.767541] ACPI: bus type PNP unregistered [ 0.775360] NET: Registered protocol family 2 [ 0.777309] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.780378] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.782949] TCP: Hash tables configured (established 32768 bind 32768) [ 0.785151] TCP: reno registered [ 0.786516] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.788538] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.790693] NET: Registered protocol family 1 [ 0.792313] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.794242] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.796123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.816712] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.837269] Unpacking initramfs... [ 1.323168] Freeing initrd memory: 37508k freed [ 1.332768] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.334906] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.338815] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.340882] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.343198] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.345205] Initialise system trusted keyring [ 1.346813] audit: initializing netlink socket (disabled) [ 1.348634] type=2000 audit(1534638551.340:1): initialized [ 1.365900] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.367963] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.370856] zpool: loaded [ 1.372107] zbud: loaded [ 1.373486] VFS: Disk quotas dquot_6.5.2 [ 1.375031] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.377230] msgmni has been set to 7578 [ 1.378780] Key type big_key registered [ 1.381078] NET: Registered protocol family 38 [ 1.382711] Key type asymmetric registered [ 1.384250] Asymmetric key parser 'x509' registered [ 1.385954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.388786] io scheduler noop registered [ 1.390291] io scheduler deadline registered (default) [ 1.406478] io scheduler cfq registered [ 1.408075] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.409922] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.412094] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.414889] ACPI: Power Button [PWRF] [ 1.416522] GHES: HEST is not enabled! [ 1.418078] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.442349] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.444703] Non-volatile memory driver v1.3 [ 1.446287] Linux agpgart interface v0.103 [ 1.447940] crash memory driver: version 1.1 [ 1.449582] rdac: device handler registered [ 1.451197] hp_sw: device handler registered [ 1.452771] emc: device handler registered [ 1.454311] alua: device handler registered [ 1.455893] libphy: Fixed MDIO Bus: probed [ 1.457494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.459556] ehci-pci: EHCI PCI platform driver [ 1.461188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.463183] ohci-pci: OHCI PCI platform driver [ 1.464815] uhci_hcd: USB Universal Host Controller Interface driver [ 1.485380] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.487204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.490054] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.491857] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.493877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.496004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.498768] usb usb1: Product: UHCI Host Controller [ 1.500472] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.502629] usb usb1: SerialNumber: 0000:00:01.2 [ 1.504395] hub 1-0:1.0: USB hub found [ 1.505872] hub 1-0:1.0: 2 ports detected [ 1.507539] usbcore: registered new interface driver usbserial [ 1.509467] usbcore: registered new interface driver usbserial_generic [ 1.511529] usbserial: USB Serial support registered for generic c[ 1.513618] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.517348] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.519076] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.520899] mousedev: PS/2 mouse device common for all mice [ 1.523146] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.526558] rtc_cmos 00:00: RTC can wake from S4 [ 1.528880] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.531372] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.534022] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.537674] cpuidle: using governor menu [ 1.539548] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542676] hidraw: raw HID events driver (C) Jiri Kosina [ 1.544581] usbcore: registered new interface driver usbhid [ 1.546449] usbhid: USB HID core driver [ 1.547964] drop_monitor: Initializing network drop monitor service [ 1.550037] TCP: cubic registered [ 1.551403] Initializing XFRM netlink socket [ 1.553063] NET: Registered protocol family 10 [ 1.554970] NET: Registered protocol family 17 [ 1.556723] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.558570] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.560520] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.563718] Loading compiled-in X.509 certificates [ 1.565421] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.568721] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.572490] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.575774] registered taskstats version 1 [ 1.579362] Key type trusted registered [ 1.582265] Key type encrypted registered [ 1.585178] IMA: No TPM chip found, activating TPM-bypass! [ 1.587524] rtc_cmos 00:00: setting system clock to 2018-08-19 00:29:11 UTC (1534638551) [ 1.591154] Freeing unused kernel memory: 1680k freed [ 1.597005] 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.602525] systemd[1]: Detected virtualization kvm. [ 1.604211] systemd[1]: Detected architecture x86-64. [ 1.605891] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.609043] systemd[1]: No hostname configured. [ 1.610635] systemd[1]: Set hostname to . [ 1.612365] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.637174] systemd[1]: Reached target Timers. [ 1.638760] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.641166] systemd[1]: Reached target Swap. [ 1.642738] systemd[1]: Starting Swap. [ 1.644228] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.647126] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.651083] systemd[1]: Reached target Local File Systems. [ 1.652869] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.655484] systemd[1]: Reached target Paths. [ 1.657084] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.659910] systemd[1]: Created slice Root Slice. [ 1.662058] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.665536] systemd[1]: Listening on Journal Socket. [ 1.667747] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.670652] systemd[1]: Listening on udev Control Socket. [ 1.672495] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.675435] systemd[1]: Created slice System Slice. [ 1.677183] systemd[1]: Starting System Slice. [ 1.679311] 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.685217] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.690090] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.696705] systemd[1]: Reached target Slices. [ 1.699413] systemd[1]: Starting Slices. [ 1.702339] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.707118] systemd[1]: Listening on udev Kernel Socket. [ 1.709297] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.712108] systemd[1]: Reached target Sockets. [ 1.713749] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.716520] 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.771026] RPC: Registered named UNIX socket transport module. [ 1.772921] RPC: Registered udp transport module. [ 1.774563] RPC: Registered tcp transport module. [ 1.776184] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.810833] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.874199] FDC 0 is a S82078B [ 1.898243] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.939934] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.943503] scsi host0: ata_piix [ 1.944961] scsi host1: ata_piix [ 1.946417] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.949021] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.953991] vda: vda1 [ 1.967471] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.969607] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.971765] usb 1-1: Product: QEMU USB Tablet [ 1.973409] usb 1-1: Manufacturer: QEMU [ 1.974953] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.988617] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.992130] 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 File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.121938] SGI XFS with ACLs, security attributes, no debug enabled [ 2.124897] XFS (vda1): Mounting V4 Filesystem [ 2.164655] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.339866] tsc: Refined TSC clocksource calibration: 3491.839 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped 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 udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev 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.422822] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.650116] SELinux: Disabled at runtime. [ 2.685899] type=1404 audit(1534638552.598:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.760812] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.762637] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Created slice User and Session Slice. Mounting Debug File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Journal Service. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Flush Journal to Persistent Storage... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [ 3.145861] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [ 3.221020] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [ 3.365217] type=1305 audit(1534638553.277:3): audit_pid=426 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target 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. [ 3.491493] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.498044] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.498051] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Started D-Bus System Message Bus. [ 3.522374] ppdev: user-space parallel port driver [ 3.526976] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.526976] [TTM] Initializing pool allocator [ 3.526978] [TTM] Initializing DMA pool allocator [ 3.527197] [drm] fb mappable at 0xFC000000 [ 3.527197] [drm] vram aper at 0xFC000000 [ 3.527198] [drm] size 33554432 [ 3.527198] [drm] fb depth is 24 [ 3.527198] [drm] pitch is 3072 [ 3.574040] fbcon: cirrusdrmfb (fb0) is primary device [ 3.597874] Console: switching to colour frame buffer device 128x48 [ 3.612489] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... [ 3.619855] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.709154] AES CTR mode by8 optimization enabled [ 3.712672] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.718390] alg: No test for crc32 (crc32-pclmul) [ 3.747190] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.753208] intel_rapl: no valid rapl domains found in package 0 [ 3.756056] intel_powerclamp: No package C-state available [ 3.761524] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 4.704428] cloud-init[507]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 00:29:15 +0000. Up 4.67 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting nginx - high performance web server... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting Notify NFS peers of a restart... Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... Starting System Logging Service... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Started OpenSSH server daemon. 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] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. [ 6.149687] cloud-init[814]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 00:29:16 +0000. Up 6.09 seconds. [ 6.203307] cloud-init[814]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.205253] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.207221] cloud-init[814]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.209742] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.214460] cloud-init[814]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.218228] cloud-init[814]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:83:2a:4c | [ 6.220522] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.223234] cloud-init[814]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.225695] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.228230] cloud-init[814]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.230504] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.238884] cloud-init[814]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.241774] cloud-init[814]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.245607] cloud-init[814]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.251186] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Created slice user-993.slice. [[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: 2018-08-19 00:29:22,047 - paramiko.transport - DEBUG - starting thread (client mode): 0x5dc9a710L 2018-08-19 00:29:22,047 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 00:29:22,054 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-19 00:29:22,054 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-19 00:29:22,067 - 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-19 00:29:22,067 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 00:29:22,067 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-19 00:29:22,067 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 00:29:22,067 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 00:29:22,068 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 00:29:22,073 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 00:29:22,074 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 00:29:22,079 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.207: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-19 00:29:22,080 - paramiko.transport - DEBUG - Trying discovered key d245c8323d00f4f7165116cf7cbe50ab in /tmp/tmp22BibE 2018-08-19 00:29:22,114 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 00:29:32,165 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-19 00:29:32,196 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-19 00:29:32,200 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 00:29:32,208 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-19 00:29:32,212 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.207: Authentication failed. 2018-08-19 00:29:41,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:29:41,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:29:41,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:29:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c42af87-a8cf-43c3-a56f-3372c4668e61 x-compute-request-id: req-1c42af87-a8cf-43c3-a56f-3372c4668e61 Content-Encoding: gzip Content-Length: 11733 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 2034811874 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.428424] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.431559] pid_max: default: 32768 minimum: 301\n[ 0.433234] Security Framework initialized\n[ 0.434797] SELinux: Initializing.\n[ 0.436505] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442913] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446986] Mount-cache hash table entries: 4096\n[ 0.449035] Initializing cgroup subsys memory\n[ 0.450651] Initializing cgroup subsys devices\n[ 0.452301] Initializing cgroup subsys freezer\n[ 0.453941] Initializing cgroup subsys net_cls\n[ 0.455583] Initializing cgroup subsys blkio\n[ 0.457180] Initializing cgroup subsys perf_event\n[ 0.458903] Initializing cgroup subsys hugetlb\n[ 0.460553] Initializing cgroup subsys pids\n[ 0.462137] Initializing cgroup subsys net_prio\n[ 0.463904] CPU: Physical Processor ID: 0\n[ 0.466168] mce: CPU supports 10 MCE banks\n[ 0.467740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.471407] tlb_flushall_shift: 6\n[ 0.472999] Freeing SMP alternatives: 28k freed\n[ 0.477233] ACPI: Core revision 20130517\n[ 0.479205] ACPI: All ACPI Tables successfully acquired\n[ 0.481275] ftrace: allocating 25812 entries in 101 pages\n[ 0.503156] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.505263] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.507342] smpboot: Max logical packages: 2\n[ 0.509205] Enabling x2apic\n[ 0.510486] Enabled x2apic\n[ 0.512022] Switched APIC routing to physical x2apic.\n[ 0.515171] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.517176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.520748] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.529567] KVM setup paravirtual spinlock\n[ 0.532386] smpboot: Booting Node 0, Processors #1 OK\n[ 0.534510] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.556922] Brought up 2 CPUs\n[ 0.556925] KVM setup async PF for cpu 1\n[ 0.556927] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.561270] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.564152] devtmpfs: initialized\n[ 0.567051] EVM: security.selinux\n[ 0.568404] EVM: security.ima\n[ 0.569670] EVM: security.capability\n[ 0.571721] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.573913] pinctrl core: initialized pinctrl subsystem\n[ 0.575820] NET: Registered protocol family 16\n[ 0.577633] ACPI: bus type PCI registered\n[ 0.579155] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.581279] PCI: Using configuration type 1 for base access\n[ 0.586508] ACPI: Added _OSI(Module Device)\n[ 0.588097] ACPI: Added _OSI(Processor Device)\n[ 0.589708] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.591389] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.594322] ACPI: Interpreter enabled\n[ 0.595795] ACPI: (supports S0 S5)\n[ 0.597195] ACPI: Using IOAPIC for interrupt routing\n[ 0.598928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.608119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.610204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.614085] acpiphp: Slot [3] registered\n[ 0.615628] acpiphp: Slot [4] registered\n[ 0.617165] acpiphp: Slot [5] registered\n[ 0.618689] acpiphp: Slot [6] registered\n[ 0.620212] acpiphp: Slot [7] registered\n[ 0.621730] acpiphp: Slot [8] registered\n[ 0.623254] acpiphp: Slot [9] registered\n[ 0.624775] acpiphp: Slot [10] registered\n[ 0.626314] acpiphp: Slot [11] registered\n[ 0.627850] acpiphp: Slot [12] registered\n[ 0.629405] acpiphp: Slot [13] registered\n[ 0.630949] acpiphp: Slot [14] registered\n[ 0.632493] acpiphp: Slot [15] registered\n[ 0.634050] acpiphp: Slot [16] registered\n[ 0.635588] acpiphp: Slot [17] registered\n[ 0.637127] acpiphp: Slot [18] registered\n[ 0.638665] acpiphp: Slot [19] registered\n[ 0.640215] acpiphp: Slot [20] registered\n[ 0.641758] acpiphp: Slot [21] registered\n[ 0.643301] acpiphp: Slot [22] registered\n[ 0.644878] acpiphp: Slot [23] registered\n[ 0.646437] acpiphp: Slot [24] registered\n[ 0.647990] acpiphp: Slot [25] registered\n[ 0.649552] acpiphp: Slot [26] registered\n[ 0.651135] acpiphp: Slot [27] registered\n[ 0.652681] acpiphp: Slot [28] registered\n[ 0.654226] acpiphp: Slot [29] registered\n[ 0.655760] acpiphp: Slot [30] registered\n[ 0.657302] acpiphp: Slot [31] registered\n[ 0.658837] PCI host bridge to bus 0000:00\n[ 0.660467] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.662293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.664477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.666601] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.669399] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.672171] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.677809] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.679964] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.682001] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.684169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.688405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.691138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.714799] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.717307] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.720031] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.722430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.724801] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.727005] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.729240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.732183] vgaarb: loaded\n[ 0.733421] vgaarb: bridge control possible 0000:00:02.0\n[ 0.735414] SCSI subsystem initialized\n[ 0.736920] ACPI: bus type USB registered\n[ 0.738467] usbcore: registered new interface driver usbfs\n[ 0.740327] usbcore: registered new interface driver hub\n[ 0.742154] usbcore: registered new device driver usb\n[ 0.744103] PCI: Using ACPI for IRQ routing\n[ 0.746065] NetLabel: Initializing\n[ 0.747461] NetLabel: domain hash size = 128\n[ 0.749052] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.750802] NetLabel: unlabeled traffic allowed by default\n[ 0.752793] Switched to clocksource kvm-clock\n[ 0.762706] pnp: PnP ACPI init\n[ 0.764041] ACPI: bus type PNP registered\n[ 0.765995] pnp: PnP ACPI: found 5 devices\n[ 0.767541] ACPI: bus type PNP unregistered\n[ 0.775360] NET: Registered protocol family 2\n[ 0.777309] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.780378] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.782949] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.785151] TCP: reno registered\n[ 0.786516] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.788538] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.790693] NET: Registered protocol family 1\n[ 0.792313] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.794242] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.796123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.816712] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.837269] Unpacking initramfs...\n[ 1.323168] Freeing initrd memory: 37508k freed\n[ 1.332768] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.334906] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.338815] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.340882] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.343198] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.345205] Initialise system trusted keyring\n[ 1.346813] audit: initializing netlink socket (disabled)\n[ 1.348634] type=2000 audit(1534638551.340:1): initialized\n[ 1.365900] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.367963] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.370856] zpool: loaded\n[ 1.372107] zbud: loaded\n[ 1.373486] VFS: Disk quotas dquot_6.5.2\n[ 1.375031] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.377230] msgmni has been set to 7578\n[ 1.378780] Key type big_key registered\n[ 1.381078] NET: Registered protocol family 38\n[ 1.382711] Key type asymmetric registered\n[ 1.384250] Asymmetric key parser 'x509' registered\n[ 1.385954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.388786] io scheduler noop registered\n[ 1.390291] io scheduler deadline registered (default)\n[ 1.406478] io scheduler cfq registered\n[ 1.408075] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.409922] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.412094] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.414889] ACPI: Power Button [PWRF]\n[ 1.416522] GHES: HEST is not enabled!\n[ 1.418078] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.442349] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.444703] Non-volatile memory driver v1.3\n[ 1.446287] Linux agpgart interface v0.103\n[ 1.447940] crash memory driver: version 1.1\n[ 1.449582] rdac: device handler registered\n[ 1.451197] hp_sw: device handler registered\n[ 1.452771] emc: device handler registered\n[ 1.454311] alua: device handler registered\n[ 1.455893] libphy: Fixed MDIO Bus: probed\n[ 1.457494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.459556] ehci-pci: EHCI PCI platform driver\n[ 1.461188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.463183] ohci-pci: OHCI PCI platform driver\n[ 1.464815] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.485380] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.487204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.490054] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.491857] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.493877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.496004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.498768] usb usb1: Product: UHCI Host Controller\n[ 1.500472] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.502629] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.504395] hub 1-0:1.0: USB hub found\n[ 1.505872] hub 1-0:1.0: 2 ports detected\n[ 1.507539] usbcore: registered new interface driver usbserial\n[ 1.509467] usbcore: registered new interface driver usbserial_generic\n[ 1.511529] usbserial: USB Serial support registered for generic\nc[ 1.513618] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.517348] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.519076] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.520899] mousedev: PS/2 mouse device common for all mice\n[ 1.523146] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.526558] rtc_cmos 00:00: RTC can wake from S4\n[ 1.528880] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.531372] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.534022] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.537674] cpuidle: using governor menu\n[ 1.539548] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542676] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.544581] usbcore: registered new interface driver usbhid\n[ 1.546449] usbhid: USB HID core driver\n[ 1.547964] drop_monitor: Initializing network drop monitor service\n[ 1.550037] TCP: cubic registered\n[ 1.551403] Initializing XFRM netlink socket\n[ 1.553063] NET: Registered protocol family 10\n[ 1.554970] NET: Registered protocol family 17\n[ 1.556723] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.558570] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.560520] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.563718] Loading compiled-in X.509 certificates\n[ 1.565421] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.568721] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.572490] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.575774] registered taskstats version 1\n[ 1.579362] Key type trusted registered\n[ 1.582265] Key type encrypted registered\n[ 1.585178] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.587524] rtc_cmos 00:00: setting system clock to 2018-08-19 00:29:11 UTC (1534638551)\n[ 1.591154] Freeing unused kernel memory: 1680k freed\n[ 1.597005] 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.602525] systemd[1]: Detected virtualization kvm.\n[ 1.604211] systemd[1]: Detected architecture x86-64.\n[ 1.605891] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.609043] systemd[1]: No hostname configured.\n[ 1.610635] systemd[1]: Set hostname to .\n[ 1.612365] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.637174] systemd[1]: Reached target Timers.\n[ 1.638760] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.641166] systemd[1]: Reached target Swap.\n[ 1.642738] systemd[1]: Starting Swap.\n[ 1.644228] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.647126] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.651083] systemd[1]: Reached target Local File Systems.\n[ 1.652869] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.655484] systemd[1]: Reached target Paths.\n[ 1.657084] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.659910] systemd[1]: Created slice Root Slice.\n[ 1.662058] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.665536] systemd[1]: Listening on Journal Socket.\n[ 1.667747] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.670652] systemd[1]: Listening on udev Control Socket.\n[ 1.672495] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.675435] systemd[1]: Created slice System Slice.\n[ 1.677183] systemd[1]: Starting System Slice.\n[ 1.679311] 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.685217] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.690090] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.696705] systemd[1]: Reached target Slices.\n[ 1.699413] systemd[1]: Starting Slices.\n[ 1.702339] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.707118] systemd[1]: Listening on udev Kernel Socket.\n[ 1.709297] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.712108] systemd[1]: Reached target Sockets.\n[ 1.713749] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.716520] 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.771026] RPC: Registered named UNIX socket transport module.\n[ 1.772921] RPC: Registered udp transport module.\n[ 1.774563] RPC: Registered tcp transport module.\n[ 1.776184] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.810833] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.874199] FDC 0 is a S82078B\n[ 1.898243] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.939934] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.943503] scsi host0: ata_piix\n[ 1.944961] scsi host1: ata_piix\n[ 1.946417] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.949021] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.953991] vda: vda1\n[ 1.967471] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.969607] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.971765] usb 1-1: Product: QEMU USB Tablet\n[ 1.973409] usb 1-1: Manufacturer: QEMU\n[ 1.974953] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.988617] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.992130] 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 File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.121938] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.124897] XFS (vda1): Mounting V4 Filesystem\n[ 2.164655] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.339866] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped 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 udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev 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.422822] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.650116] SELinux: Disabled at runtime.\n[ 2.685899] type=1404 audit(1534638552.598:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.760812] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.762637] 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] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Journal Service.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.145861] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[ 3.221020] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[ 3.365217] type=1305 audit(1534638553.277:3): audit_pid=426 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target 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[ 3.491493] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.498044] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.498051] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.522374] ppdev: user-space parallel port driver\n[ 3.526976] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.526976] [TTM] Initializing pool allocator\n[ 3.526978] [TTM] Initializing DMA pool allocator\n[ 3.527197] [drm] fb mappable at 0xFC000000\n[ 3.527197] [drm] vram aper at 0xFC000000\n[ 3.527198] [drm] size 33554432\n[ 3.527198] [drm] fb depth is 24\n[ 3.527198] [drm] pitch is 3072\n[ 3.574040] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.597874] Console: switching to colour frame buffer device 128x48\n[ 3.612489] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n[ 3.619855] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.709154] AES CTR mode by8 optimization enabled\n[ 3.712672] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.718390] alg: No test for crc32 (crc32-pclmul)\n[ 3.747190] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.753208] intel_rapl: no valid rapl domains found in package 0\n[ 3.756056] intel_powerclamp: No package C-state available\n[ 3.761524] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 4.704428] cloud-init[507]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 00:29:15 +0000. Up 4.67 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting Notify NFS peers of a restart...\n Starting Postfix Mail Transport Agent...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Started OpenSSH server daemon.\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] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[ 6.149687] cloud-init[814]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 00:29:16 +0000. Up 6.09 seconds.\n[ 6.203307] cloud-init[814]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.205253] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.207221] cloud-init[814]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.209742] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.214460] cloud-init[814]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.218228] cloud-init[814]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:83:2a:4c |\n[ 6.220522] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.223234] cloud-init[814]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.225695] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.228230] cloud-init[814]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.230504] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.238884] cloud-init[814]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.241774] cloud-init[814]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.245607] cloud-init[814]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.251186] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Created slice user-993.slice.\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: "} 2018-08-19 00:29:41,313 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/action used request id req-1c42af87-a8cf-43c3-a56f-3372c4668e61 2018-08-19 00:29:41,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0906739234924s 2018-08-19 00:29:41,314 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/action used request id req-1c42af87-a8cf-43c3-a56f-3372c4668e61 2018-08-19 00:29:41,314 - 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 2034811874 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.428424] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.431559] pid_max: default: 32768 minimum: 301 [ 0.433234] Security Framework initialized [ 0.434797] SELinux: Initializing. [ 0.436505] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442913] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446986] Mount-cache hash table entries: 4096 [ 0.449035] Initializing cgroup subsys memory [ 0.450651] Initializing cgroup subsys devices [ 0.452301] Initializing cgroup subsys freezer [ 0.453941] Initializing cgroup subsys net_cls [ 0.455583] Initializing cgroup subsys blkio [ 0.457180] Initializing cgroup subsys perf_event [ 0.458903] Initializing cgroup subsys hugetlb [ 0.460553] Initializing cgroup subsys pids [ 0.462137] Initializing cgroup subsys net_prio [ 0.463904] CPU: Physical Processor ID: 0 [ 0.466168] mce: CPU supports 10 MCE banks [ 0.467740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.471407] tlb_flushall_shift: 6 [ 0.472999] Freeing SMP alternatives: 28k freed [ 0.477233] ACPI: Core revision 20130517 [ 0.479205] ACPI: All ACPI Tables successfully acquired [ 0.481275] ftrace: allocating 25812 entries in 101 pages [ 0.503156] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.505263] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.507342] smpboot: Max logical packages: 2 [ 0.509205] Enabling x2apic [ 0.510486] Enabled x2apic [ 0.512022] Switched APIC routing to physical x2apic. [ 0.515171] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.517176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.520748] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.529567] KVM setup paravirtual spinlock [ 0.532386] smpboot: Booting Node 0, Processors #1 OK [ 0.534510] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.556922] Brought up 2 CPUs [ 0.556925] KVM setup async PF for cpu 1 [ 0.556927] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.561270] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.564152] devtmpfs: initialized [ 0.567051] EVM: security.selinux [ 0.568404] EVM: security.ima [ 0.569670] EVM: security.capability [ 0.571721] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.573913] pinctrl core: initialized pinctrl subsystem [ 0.575820] NET: Registered protocol family 16 [ 0.577633] ACPI: bus type PCI registered [ 0.579155] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.581279] PCI: Using configuration type 1 for base access [ 0.586508] ACPI: Added _OSI(Module Device) [ 0.588097] ACPI: Added _OSI(Processor Device) [ 0.589708] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.591389] ACPI: Added _OSI(Processor Aggregator Device) [ 0.594322] ACPI: Interpreter enabled [ 0.595795] ACPI: (supports S0 S5) [ 0.597195] ACPI: Using IOAPIC for interrupt routing [ 0.598928] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.608119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.610204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.614085] acpiphp: Slot [3] registered [ 0.615628] acpiphp: Slot [4] registered [ 0.617165] acpiphp: Slot [5] registered [ 0.618689] acpiphp: Slot [6] registered [ 0.620212] acpiphp: Slot [7] registered [ 0.621730] acpiphp: Slot [8] registered [ 0.623254] acpiphp: Slot [9] registered [ 0.624775] acpiphp: Slot [10] registered [ 0.626314] acpiphp: Slot [11] registered [ 0.627850] acpiphp: Slot [12] registered [ 0.629405] acpiphp: Slot [13] registered [ 0.630949] acpiphp: Slot [14] registered [ 0.632493] acpiphp: Slot [15] registered [ 0.634050] acpiphp: Slot [16] registered [ 0.635588] acpiphp: Slot [17] registered [ 0.637127] acpiphp: Slot [18] registered [ 0.638665] acpiphp: Slot [19] registered [ 0.640215] acpiphp: Slot [20] registered [ 0.641758] acpiphp: Slot [21] registered [ 0.643301] acpiphp: Slot [22] registered [ 0.644878] acpiphp: Slot [23] registered [ 0.646437] acpiphp: Slot [24] registered [ 0.647990] acpiphp: Slot [25] registered [ 0.649552] acpiphp: Slot [26] registered [ 0.651135] acpiphp: Slot [27] registered [ 0.652681] acpiphp: Slot [28] registered [ 0.654226] acpiphp: Slot [29] registered [ 0.655760] acpiphp: Slot [30] registered [ 0.657302] acpiphp: Slot [31] registered [ 0.658837] PCI host bridge to bus 0000:00 [ 0.660467] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.662293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.664477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.666601] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.669399] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.672171] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.677809] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.679964] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.682001] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.684169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.688405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.691138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.714799] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.717307] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.720031] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.722430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.724801] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.727005] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.729240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.732183] vgaarb: loaded [ 0.733421] vgaarb: bridge control possible 0000:00:02.0 [ 0.735414] SCSI subsystem initialized [ 0.736920] ACPI: bus type USB registered [ 0.738467] usbcore: registered new interface driver usbfs [ 0.740327] usbcore: registered new interface driver hub [ 0.742154] usbcore: registered new device driver usb [ 0.744103] PCI: Using ACPI for IRQ routing [ 0.746065] NetLabel: Initializing [ 0.747461] NetLabel: domain hash size = 128 [ 0.749052] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.750802] NetLabel: unlabeled traffic allowed by default [ 0.752793] Switched to clocksource kvm-clock [ 0.762706] pnp: PnP ACPI init [ 0.764041] ACPI: bus type PNP registered [ 0.765995] pnp: PnP ACPI: found 5 devices [ 0.767541] ACPI: bus type PNP unregistered [ 0.775360] NET: Registered protocol family 2 [ 0.777309] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.780378] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.782949] TCP: Hash tables configured (established 32768 bind 32768) [ 0.785151] TCP: reno registered [ 0.786516] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.788538] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.790693] NET: Registered protocol family 1 [ 0.792313] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.794242] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.796123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.816712] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.837269] Unpacking initramfs... [ 1.323168] Freeing initrd memory: 37508k freed [ 1.332768] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.334906] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.338815] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.340882] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.343198] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.345205] Initialise system trusted keyring [ 1.346813] audit: initializing netlink socket (disabled) [ 1.348634] type=2000 audit(1534638551.340:1): initialized [ 1.365900] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.367963] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.370856] zpool: loaded [ 1.372107] zbud: loaded [ 1.373486] VFS: Disk quotas dquot_6.5.2 [ 1.375031] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.377230] msgmni has been set to 7578 [ 1.378780] Key type big_key registered [ 1.381078] NET: Registered protocol family 38 [ 1.382711] Key type asymmetric registered [ 1.384250] Asymmetric key parser 'x509' registered [ 1.385954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.388786] io scheduler noop registered [ 1.390291] io scheduler deadline registered (default) [ 1.406478] io scheduler cfq registered [ 1.408075] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.409922] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.412094] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.414889] ACPI: Power Button [PWRF] [ 1.416522] GHES: HEST is not enabled! [ 1.418078] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.442349] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.444703] Non-volatile memory driver v1.3 [ 1.446287] Linux agpgart interface v0.103 [ 1.447940] crash memory driver: version 1.1 [ 1.449582] rdac: device handler registered [ 1.451197] hp_sw: device handler registered [ 1.452771] emc: device handler registered [ 1.454311] alua: device handler registered [ 1.455893] libphy: Fixed MDIO Bus: probed [ 1.457494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.459556] ehci-pci: EHCI PCI platform driver [ 1.461188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.463183] ohci-pci: OHCI PCI platform driver [ 1.464815] uhci_hcd: USB Universal Host Controller Interface driver [ 1.485380] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.487204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.490054] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.491857] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.493877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.496004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.498768] usb usb1: Product: UHCI Host Controller [ 1.500472] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.502629] usb usb1: SerialNumber: 0000:00:01.2 [ 1.504395] hub 1-0:1.0: USB hub found [ 1.505872] hub 1-0:1.0: 2 ports detected [ 1.507539] usbcore: registered new interface driver usbserial [ 1.509467] usbcore: registered new interface driver usbserial_generic [ 1.511529] usbserial: USB Serial support registered for generic c[ 1.513618] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.517348] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.519076] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.520899] mousedev: PS/2 mouse device common for all mice [ 1.523146] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.526558] rtc_cmos 00:00: RTC can wake from S4 [ 1.528880] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.531372] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.534022] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.537674] cpuidle: using governor menu [ 1.539548] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542676] hidraw: raw HID events driver (C) Jiri Kosina [ 1.544581] usbcore: registered new interface driver usbhid [ 1.546449] usbhid: USB HID core driver [ 1.547964] drop_monitor: Initializing network drop monitor service [ 1.550037] TCP: cubic registered [ 1.551403] Initializing XFRM netlink socket [ 1.553063] NET: Registered protocol family 10 [ 1.554970] NET: Registered protocol family 17 [ 1.556723] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.558570] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.560520] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.563718] Loading compiled-in X.509 certificates [ 1.565421] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.568721] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.572490] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.575774] registered taskstats version 1 [ 1.579362] Key type trusted registered [ 1.582265] Key type encrypted registered [ 1.585178] IMA: No TPM chip found, activating TPM-bypass! [ 1.587524] rtc_cmos 00:00: setting system clock to 2018-08-19 00:29:11 UTC (1534638551) [ 1.591154] Freeing unused kernel memory: 1680k freed [ 1.597005] 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.602525] systemd[1]: Detected virtualization kvm. [ 1.604211] systemd[1]: Detected architecture x86-64. [ 1.605891] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.609043] systemd[1]: No hostname configured. [ 1.610635] systemd[1]: Set hostname to . [ 1.612365] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.637174] systemd[1]: Reached target Timers. [ 1.638760] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.641166] systemd[1]: Reached target Swap. [ 1.642738] systemd[1]: Starting Swap. [ 1.644228] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.647126] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.651083] systemd[1]: Reached target Local File Systems. [ 1.652869] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.655484] systemd[1]: Reached target Paths. [ 1.657084] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.659910] systemd[1]: Created slice Root Slice. [ 1.662058] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.665536] systemd[1]: Listening on Journal Socket. [ 1.667747] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.670652] systemd[1]: Listening on udev Control Socket. [ 1.672495] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.675435] systemd[1]: Created slice System Slice. [ 1.677183] systemd[1]: Starting System Slice. [ 1.679311] 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.685217] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.690090] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.696705] systemd[1]: Reached target Slices. [ 1.699413] systemd[1]: Starting Slices. [ 1.702339] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.707118] systemd[1]: Listening on udev Kernel Socket. [ 1.709297] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.712108] systemd[1]: Reached target Sockets. [ 1.713749] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.716520] 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.771026] RPC: Registered named UNIX socket transport module. [ 1.772921] RPC: Registered udp transport module. [ 1.774563] RPC: Registered tcp transport module. [ 1.776184] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.810833] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.874199] FDC 0 is a S82078B [ 1.898243] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.939934] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.943503] scsi host0: ata_piix [ 1.944961] scsi host1: ata_piix [ 1.946417] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.949021] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.953991] vda: vda1 [ 1.967471] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.969607] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.971765] usb 1-1: Product: QEMU USB Tablet [ 1.973409] usb 1-1: Manufacturer: QEMU [ 1.974953] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.988617] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.992130] 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 File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.121938] SGI XFS with ACLs, security attributes, no debug enabled [ 2.124897] XFS (vda1): Mounting V4 Filesystem [ 2.164655] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.339866] tsc: Refined TSC clocksource calibration: 3491.839 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped 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 udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev 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.422822] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.650116] SELinux: Disabled at runtime. [ 2.685899] type=1404 audit(1534638552.598:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.760812] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.762637] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Created slice User and Session Slice. Mounting Debug File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Journal Service. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Flush Journal to Persistent Storage... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [ 3.145861] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [ 3.221020] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [ 3.365217] type=1305 audit(1534638553.277:3): audit_pid=426 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target 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. [ 3.491493] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.498044] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.498051] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Started D-Bus System Message Bus. [ 3.522374] ppdev: user-space parallel port driver [ 3.526976] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.526976] [TTM] Initializing pool allocator [ 3.526978] [TTM] Initializing DMA pool allocator [ 3.527197] [drm] fb mappable at 0xFC000000 [ 3.527197] [drm] vram aper at 0xFC000000 [ 3.527198] [drm] size 33554432 [ 3.527198] [drm] fb depth is 24 [ 3.527198] [drm] pitch is 3072 [ 3.574040] fbcon: cirrusdrmfb (fb0) is primary device [ 3.597874] Console: switching to colour frame buffer device 128x48 [ 3.612489] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... [ 3.619855] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.709154] AES CTR mode by8 optimization enabled [ 3.712672] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.718390] alg: No test for crc32 (crc32-pclmul) [ 3.747190] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.753208] intel_rapl: no valid rapl domains found in package 0 [ 3.756056] intel_powerclamp: No package C-state available [ 3.761524] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 4.704428] cloud-init[507]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 00:29:15 +0000. Up 4.67 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting nginx - high performance web server... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting Notify NFS peers of a restart... Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... Starting System Logging Service... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Started OpenSSH server daemon. 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] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. [ 6.149687] cloud-init[814]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 00:29:16 +0000. Up 6.09 seconds. [ 6.203307] cloud-init[814]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.205253] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.207221] cloud-init[814]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.209742] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.214460] cloud-init[814]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.218228] cloud-init[814]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:83:2a:4c | [ 6.220522] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.223234] cloud-init[814]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.225695] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.228230] cloud-init[814]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.230504] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.238884] cloud-init[814]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.241774] cloud-init[814]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.245607] cloud-init[814]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.251186] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Created slice user-993.slice. [[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: 2018-08-19 00:29:41,318 - paramiko.transport - DEBUG - starting thread (client mode): 0x5dc9ad10L 2018-08-19 00:29:41,319 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 00:29:41,325 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-19 00:29:41,325 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-19 00:29:41,327 - 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-19 00:29:41,327 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 00:29:41,328 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-19 00:29:41,328 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 00:29:41,328 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 00:29:41,328 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 00:29:41,333 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 00:29:41,333 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 00:29:41,335 - paramiko.transport - DEBUG - Trying discovered key d245c8323d00f4f7165116cf7cbe50ab in /tmp/tmp22BibE 2018-08-19 00:29:41,373 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 00:29:51,393 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-19 00:29:51,415 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-19 00:29:51,416 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 00:29:51,421 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-19 00:29:51,423 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.207: Authentication failed. 2018-08-19 00:30:00,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 00:30:00,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 00:30:00,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:30: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-3b4b2f28-a19b-45d0-8f36-babd0b8cc552 x-compute-request-id: req-3b4b2f28-a19b-45d0-8f36-babd0b8cc552 Content-Encoding: gzip Content-Length: 11733 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 2034811874 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.428424] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.431559] pid_max: default: 32768 minimum: 301\n[ 0.433234] Security Framework initialized\n[ 0.434797] SELinux: Initializing.\n[ 0.436505] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442913] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446986] Mount-cache hash table entries: 4096\n[ 0.449035] Initializing cgroup subsys memory\n[ 0.450651] Initializing cgroup subsys devices\n[ 0.452301] Initializing cgroup subsys freezer\n[ 0.453941] Initializing cgroup subsys net_cls\n[ 0.455583] Initializing cgroup subsys blkio\n[ 0.457180] Initializing cgroup subsys perf_event\n[ 0.458903] Initializing cgroup subsys hugetlb\n[ 0.460553] Initializing cgroup subsys pids\n[ 0.462137] Initializing cgroup subsys net_prio\n[ 0.463904] CPU: Physical Processor ID: 0\n[ 0.466168] mce: CPU supports 10 MCE banks\n[ 0.467740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.471407] tlb_flushall_shift: 6\n[ 0.472999] Freeing SMP alternatives: 28k freed\n[ 0.477233] ACPI: Core revision 20130517\n[ 0.479205] ACPI: All ACPI Tables successfully acquired\n[ 0.481275] ftrace: allocating 25812 entries in 101 pages\n[ 0.503156] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.505263] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.507342] smpboot: Max logical packages: 2\n[ 0.509205] Enabling x2apic\n[ 0.510486] Enabled x2apic\n[ 0.512022] Switched APIC routing to physical x2apic.\n[ 0.515171] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.517176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.520748] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.529567] KVM setup paravirtual spinlock\n[ 0.532386] smpboot: Booting Node 0, Processors #1 OK\n[ 0.534510] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.556922] Brought up 2 CPUs\n[ 0.556925] KVM setup async PF for cpu 1\n[ 0.556927] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.561270] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.564152] devtmpfs: initialized\n[ 0.567051] EVM: security.selinux\n[ 0.568404] EVM: security.ima\n[ 0.569670] EVM: security.capability\n[ 0.571721] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.573913] pinctrl core: initialized pinctrl subsystem\n[ 0.575820] NET: Registered protocol family 16\n[ 0.577633] ACPI: bus type PCI registered\n[ 0.579155] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.581279] PCI: Using configuration type 1 for base access\n[ 0.586508] ACPI: Added _OSI(Module Device)\n[ 0.588097] ACPI: Added _OSI(Processor Device)\n[ 0.589708] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.591389] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.594322] ACPI: Interpreter enabled\n[ 0.595795] ACPI: (supports S0 S5)\n[ 0.597195] ACPI: Using IOAPIC for interrupt routing\n[ 0.598928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.608119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.610204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.614085] acpiphp: Slot [3] registered\n[ 0.615628] acpiphp: Slot [4] registered\n[ 0.617165] acpiphp: Slot [5] registered\n[ 0.618689] acpiphp: Slot [6] registered\n[ 0.620212] acpiphp: Slot [7] registered\n[ 0.621730] acpiphp: Slot [8] registered\n[ 0.623254] acpiphp: Slot [9] registered\n[ 0.624775] acpiphp: Slot [10] registered\n[ 0.626314] acpiphp: Slot [11] registered\n[ 0.627850] acpiphp: Slot [12] registered\n[ 0.629405] acpiphp: Slot [13] registered\n[ 0.630949] acpiphp: Slot [14] registered\n[ 0.632493] acpiphp: Slot [15] registered\n[ 0.634050] acpiphp: Slot [16] registered\n[ 0.635588] acpiphp: Slot [17] registered\n[ 0.637127] acpiphp: Slot [18] registered\n[ 0.638665] acpiphp: Slot [19] registered\n[ 0.640215] acpiphp: Slot [20] registered\n[ 0.641758] acpiphp: Slot [21] registered\n[ 0.643301] acpiphp: Slot [22] registered\n[ 0.644878] acpiphp: Slot [23] registered\n[ 0.646437] acpiphp: Slot [24] registered\n[ 0.647990] acpiphp: Slot [25] registered\n[ 0.649552] acpiphp: Slot [26] registered\n[ 0.651135] acpiphp: Slot [27] registered\n[ 0.652681] acpiphp: Slot [28] registered\n[ 0.654226] acpiphp: Slot [29] registered\n[ 0.655760] acpiphp: Slot [30] registered\n[ 0.657302] acpiphp: Slot [31] registered\n[ 0.658837] PCI host bridge to bus 0000:00\n[ 0.660467] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.662293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.664477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.666601] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.669399] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.672171] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.677809] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.679964] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.682001] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.684169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.688405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.691138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.714799] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.717307] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.720031] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.722430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.724801] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.727005] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.729240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.732183] vgaarb: loaded\n[ 0.733421] vgaarb: bridge control possible 0000:00:02.0\n[ 0.735414] SCSI subsystem initialized\n[ 0.736920] ACPI: bus type USB registered\n[ 0.738467] usbcore: registered new interface driver usbfs\n[ 0.740327] usbcore: registered new interface driver hub\n[ 0.742154] usbcore: registered new device driver usb\n[ 0.744103] PCI: Using ACPI for IRQ routing\n[ 0.746065] NetLabel: Initializing\n[ 0.747461] NetLabel: domain hash size = 128\n[ 0.749052] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.750802] NetLabel: unlabeled traffic allowed by default\n[ 0.752793] Switched to clocksource kvm-clock\n[ 0.762706] pnp: PnP ACPI init\n[ 0.764041] ACPI: bus type PNP registered\n[ 0.765995] pnp: PnP ACPI: found 5 devices\n[ 0.767541] ACPI: bus type PNP unregistered\n[ 0.775360] NET: Registered protocol family 2\n[ 0.777309] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.780378] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.782949] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.785151] TCP: reno registered\n[ 0.786516] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.788538] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.790693] NET: Registered protocol family 1\n[ 0.792313] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.794242] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.796123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.816712] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.837269] Unpacking initramfs...\n[ 1.323168] Freeing initrd memory: 37508k freed\n[ 1.332768] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.334906] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.338815] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.340882] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.343198] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.345205] Initialise system trusted keyring\n[ 1.346813] audit: initializing netlink socket (disabled)\n[ 1.348634] type=2000 audit(1534638551.340:1): initialized\n[ 1.365900] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.367963] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.370856] zpool: loaded\n[ 1.372107] zbud: loaded\n[ 1.373486] VFS: Disk quotas dquot_6.5.2\n[ 1.375031] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.377230] msgmni has been set to 7578\n[ 1.378780] Key type big_key registered\n[ 1.381078] NET: Registered protocol family 38\n[ 1.382711] Key type asymmetric registered\n[ 1.384250] Asymmetric key parser 'x509' registered\n[ 1.385954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.388786] io scheduler noop registered\n[ 1.390291] io scheduler deadline registered (default)\n[ 1.406478] io scheduler cfq registered\n[ 1.408075] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.409922] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.412094] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.414889] ACPI: Power Button [PWRF]\n[ 1.416522] GHES: HEST is not enabled!\n[ 1.418078] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.442349] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.444703] Non-volatile memory driver v1.3\n[ 1.446287] Linux agpgart interface v0.103\n[ 1.447940] crash memory driver: version 1.1\n[ 1.449582] rdac: device handler registered\n[ 1.451197] hp_sw: device handler registered\n[ 1.452771] emc: device handler registered\n[ 1.454311] alua: device handler registered\n[ 1.455893] libphy: Fixed MDIO Bus: probed\n[ 1.457494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.459556] ehci-pci: EHCI PCI platform driver\n[ 1.461188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.463183] ohci-pci: OHCI PCI platform driver\n[ 1.464815] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.485380] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.487204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.490054] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.491857] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.493877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.496004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.498768] usb usb1: Product: UHCI Host Controller\n[ 1.500472] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.502629] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.504395] hub 1-0:1.0: USB hub found\n[ 1.505872] hub 1-0:1.0: 2 ports detected\n[ 1.507539] usbcore: registered new interface driver usbserial\n[ 1.509467] usbcore: registered new interface driver usbserial_generic\n[ 1.511529] usbserial: USB Serial support registered for generic\nc[ 1.513618] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.517348] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.519076] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.520899] mousedev: PS/2 mouse device common for all mice\n[ 1.523146] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.526558] rtc_cmos 00:00: RTC can wake from S4\n[ 1.528880] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.531372] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.534022] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.537674] cpuidle: using governor menu\n[ 1.539548] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542676] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.544581] usbcore: registered new interface driver usbhid\n[ 1.546449] usbhid: USB HID core driver\n[ 1.547964] drop_monitor: Initializing network drop monitor service\n[ 1.550037] TCP: cubic registered\n[ 1.551403] Initializing XFRM netlink socket\n[ 1.553063] NET: Registered protocol family 10\n[ 1.554970] NET: Registered protocol family 17\n[ 1.556723] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.558570] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.560520] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.563718] Loading compiled-in X.509 certificates\n[ 1.565421] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.568721] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.572490] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.575774] registered taskstats version 1\n[ 1.579362] Key type trusted registered\n[ 1.582265] Key type encrypted registered\n[ 1.585178] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.587524] rtc_cmos 00:00: setting system clock to 2018-08-19 00:29:11 UTC (1534638551)\n[ 1.591154] Freeing unused kernel memory: 1680k freed\n[ 1.597005] 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.602525] systemd[1]: Detected virtualization kvm.\n[ 1.604211] systemd[1]: Detected architecture x86-64.\n[ 1.605891] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.609043] systemd[1]: No hostname configured.\n[ 1.610635] systemd[1]: Set hostname to .\n[ 1.612365] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.637174] systemd[1]: Reached target Timers.\n[ 1.638760] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.641166] systemd[1]: Reached target Swap.\n[ 1.642738] systemd[1]: Starting Swap.\n[ 1.644228] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.647126] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.651083] systemd[1]: Reached target Local File Systems.\n[ 1.652869] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.655484] systemd[1]: Reached target Paths.\n[ 1.657084] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.659910] systemd[1]: Created slice Root Slice.\n[ 1.662058] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.665536] systemd[1]: Listening on Journal Socket.\n[ 1.667747] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.670652] systemd[1]: Listening on udev Control Socket.\n[ 1.672495] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.675435] systemd[1]: Created slice System Slice.\n[ 1.677183] systemd[1]: Starting System Slice.\n[ 1.679311] 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.685217] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.690090] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.696705] systemd[1]: Reached target Slices.\n[ 1.699413] systemd[1]: Starting Slices.\n[ 1.702339] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.707118] systemd[1]: Listening on udev Kernel Socket.\n[ 1.709297] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.712108] systemd[1]: Reached target Sockets.\n[ 1.713749] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.716520] 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.771026] RPC: Registered named UNIX socket transport module.\n[ 1.772921] RPC: Registered udp transport module.\n[ 1.774563] RPC: Registered tcp transport module.\n[ 1.776184] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.810833] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.874199] FDC 0 is a S82078B\n[ 1.898243] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.939934] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.943503] scsi host0: ata_piix\n[ 1.944961] scsi host1: ata_piix\n[ 1.946417] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.949021] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.953991] vda: vda1\n[ 1.967471] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.969607] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.971765] usb 1-1: Product: QEMU USB Tablet\n[ 1.973409] usb 1-1: Manufacturer: QEMU\n[ 1.974953] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.988617] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.992130] 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 File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.121938] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.124897] XFS (vda1): Mounting V4 Filesystem\n[ 2.164655] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.339866] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped 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 udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev 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.422822] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.650116] SELinux: Disabled at runtime.\n[ 2.685899] type=1404 audit(1534638552.598:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.760812] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.762637] 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] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Journal Service.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Flush Journal to Persistent Storage...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.145861] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[ 3.221020] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[ 3.365217] type=1305 audit(1534638553.277:3): audit_pid=426 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target 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[ 3.491493] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.498044] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.498051] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.522374] ppdev: user-space parallel port driver\n[ 3.526976] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.526976] [TTM] Initializing pool allocator\n[ 3.526978] [TTM] Initializing DMA pool allocator\n[ 3.527197] [drm] fb mappable at 0xFC000000\n[ 3.527197] [drm] vram aper at 0xFC000000\n[ 3.527198] [drm] size 33554432\n[ 3.527198] [drm] fb depth is 24\n[ 3.527198] [drm] pitch is 3072\n[ 3.574040] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.597874] Console: switching to colour frame buffer device 128x48\n[ 3.612489] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n[ 3.619855] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.709154] AES CTR mode by8 optimization enabled\n[ 3.712672] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.718390] alg: No test for crc32 (crc32-pclmul)\n[ 3.747190] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.753208] intel_rapl: no valid rapl domains found in package 0\n[ 3.756056] intel_powerclamp: No package C-state available\n[ 3.761524] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 4.704428] cloud-init[507]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 00:29:15 +0000. Up 4.67 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting Notify NFS peers of a restart...\n Starting Postfix Mail Transport Agent...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Started OpenSSH server daemon.\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] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[ 6.149687] cloud-init[814]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 00:29:16 +0000. Up 6.09 seconds.\n[ 6.203307] cloud-init[814]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.205253] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.207221] cloud-init[814]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.209742] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.214460] cloud-init[814]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.218228] cloud-init[814]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:83:2a:4c |\n[ 6.220522] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.223234] cloud-init[814]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.225695] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.228230] cloud-init[814]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.230504] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.238884] cloud-init[814]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.241774] cloud-init[814]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.245607] cloud-init[814]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.251186] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Created slice user-993.slice.\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: "} 2018-08-19 00:30:00,515 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/action used request id req-3b4b2f28-a19b-45d0-8f36-babd0b8cc552 2018-08-19 00:30:00,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.082554101944s 2018-08-19 00:30:00,517 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0/action used request id req-3b4b2f28-a19b-45d0-8f36-babd0b8cc552 2018-08-19 00:30:00,517 - 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 2034811874 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.428424] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.431559] pid_max: default: 32768 minimum: 301 [ 0.433234] Security Framework initialized [ 0.434797] SELinux: Initializing. [ 0.436505] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442913] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446986] Mount-cache hash table entries: 4096 [ 0.449035] Initializing cgroup subsys memory [ 0.450651] Initializing cgroup subsys devices [ 0.452301] Initializing cgroup subsys freezer [ 0.453941] Initializing cgroup subsys net_cls [ 0.455583] Initializing cgroup subsys blkio [ 0.457180] Initializing cgroup subsys perf_event [ 0.458903] Initializing cgroup subsys hugetlb [ 0.460553] Initializing cgroup subsys pids [ 0.462137] Initializing cgroup subsys net_prio [ 0.463904] CPU: Physical Processor ID: 0 [ 0.466168] mce: CPU supports 10 MCE banks [ 0.467740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.471407] tlb_flushall_shift: 6 [ 0.472999] Freeing SMP alternatives: 28k freed [ 0.477233] ACPI: Core revision 20130517 [ 0.479205] ACPI: All ACPI Tables successfully acquired [ 0.481275] ftrace: allocating 25812 entries in 101 pages [ 0.503156] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.505263] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.507342] smpboot: Max logical packages: 2 [ 0.509205] Enabling x2apic [ 0.510486] Enabled x2apic [ 0.512022] Switched APIC routing to physical x2apic. [ 0.515171] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.517176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.520748] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.529567] KVM setup paravirtual spinlock [ 0.532386] smpboot: Booting Node 0, Processors #1 OK [ 0.534510] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.556922] Brought up 2 CPUs [ 0.556925] KVM setup async PF for cpu 1 [ 0.556927] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.561270] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.564152] devtmpfs: initialized [ 0.567051] EVM: security.selinux [ 0.568404] EVM: security.ima [ 0.569670] EVM: security.capability [ 0.571721] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.573913] pinctrl core: initialized pinctrl subsystem [ 0.575820] NET: Registered protocol family 16 [ 0.577633] ACPI: bus type PCI registered [ 0.579155] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.581279] PCI: Using configuration type 1 for base access [ 0.586508] ACPI: Added _OSI(Module Device) [ 0.588097] ACPI: Added _OSI(Processor Device) [ 0.589708] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.591389] ACPI: Added _OSI(Processor Aggregator Device) [ 0.594322] ACPI: Interpreter enabled [ 0.595795] ACPI: (supports S0 S5) [ 0.597195] ACPI: Using IOAPIC for interrupt routing [ 0.598928] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.608119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.610204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.614085] acpiphp: Slot [3] registered [ 0.615628] acpiphp: Slot [4] registered [ 0.617165] acpiphp: Slot [5] registered [ 0.618689] acpiphp: Slot [6] registered [ 0.620212] acpiphp: Slot [7] registered [ 0.621730] acpiphp: Slot [8] registered [ 0.623254] acpiphp: Slot [9] registered [ 0.624775] acpiphp: Slot [10] registered [ 0.626314] acpiphp: Slot [11] registered [ 0.627850] acpiphp: Slot [12] registered [ 0.629405] acpiphp: Slot [13] registered [ 0.630949] acpiphp: Slot [14] registered [ 0.632493] acpiphp: Slot [15] registered [ 0.634050] acpiphp: Slot [16] registered [ 0.635588] acpiphp: Slot [17] registered [ 0.637127] acpiphp: Slot [18] registered [ 0.638665] acpiphp: Slot [19] registered [ 0.640215] acpiphp: Slot [20] registered [ 0.641758] acpiphp: Slot [21] registered [ 0.643301] acpiphp: Slot [22] registered [ 0.644878] acpiphp: Slot [23] registered [ 0.646437] acpiphp: Slot [24] registered [ 0.647990] acpiphp: Slot [25] registered [ 0.649552] acpiphp: Slot [26] registered [ 0.651135] acpiphp: Slot [27] registered [ 0.652681] acpiphp: Slot [28] registered [ 0.654226] acpiphp: Slot [29] registered [ 0.655760] acpiphp: Slot [30] registered [ 0.657302] acpiphp: Slot [31] registered [ 0.658837] PCI host bridge to bus 0000:00 [ 0.660467] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.662293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.664477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.666601] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.669399] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.672171] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.677809] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.679964] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.682001] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.684169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.688405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.691138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.714799] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.717307] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.720031] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.722430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.724801] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.727005] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.729240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.732183] vgaarb: loaded [ 0.733421] vgaarb: bridge control possible 0000:00:02.0 [ 0.735414] SCSI subsystem initialized [ 0.736920] ACPI: bus type USB registered [ 0.738467] usbcore: registered new interface driver usbfs [ 0.740327] usbcore: registered new interface driver hub [ 0.742154] usbcore: registered new device driver usb [ 0.744103] PCI: Using ACPI for IRQ routing [ 0.746065] NetLabel: Initializing [ 0.747461] NetLabel: domain hash size = 128 [ 0.749052] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.750802] NetLabel: unlabeled traffic allowed by default [ 0.752793] Switched to clocksource kvm-clock [ 0.762706] pnp: PnP ACPI init [ 0.764041] ACPI: bus type PNP registered [ 0.765995] pnp: PnP ACPI: found 5 devices [ 0.767541] ACPI: bus type PNP unregistered [ 0.775360] NET: Registered protocol family 2 [ 0.777309] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.780378] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.782949] TCP: Hash tables configured (established 32768 bind 32768) [ 0.785151] TCP: reno registered [ 0.786516] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.788538] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.790693] NET: Registered protocol family 1 [ 0.792313] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.794242] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.796123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.816712] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.837269] Unpacking initramfs... [ 1.323168] Freeing initrd memory: 37508k freed [ 1.332768] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.334906] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.338815] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.340882] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.343198] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.345205] Initialise system trusted keyring [ 1.346813] audit: initializing netlink socket (disabled) [ 1.348634] type=2000 audit(1534638551.340:1): initialized [ 1.365900] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.367963] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.370856] zpool: loaded [ 1.372107] zbud: loaded [ 1.373486] VFS: Disk quotas dquot_6.5.2 [ 1.375031] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.377230] msgmni has been set to 7578 [ 1.378780] Key type big_key registered [ 1.381078] NET: Registered protocol family 38 [ 1.382711] Key type asymmetric registered [ 1.384250] Asymmetric key parser 'x509' registered [ 1.385954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.388786] io scheduler noop registered [ 1.390291] io scheduler deadline registered (default) [ 1.406478] io scheduler cfq registered [ 1.408075] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.409922] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.412094] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.414889] ACPI: Power Button [PWRF] [ 1.416522] GHES: HEST is not enabled! [ 1.418078] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.442349] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.444703] Non-volatile memory driver v1.3 [ 1.446287] Linux agpgart interface v0.103 [ 1.447940] crash memory driver: version 1.1 [ 1.449582] rdac: device handler registered [ 1.451197] hp_sw: device handler registered [ 1.452771] emc: device handler registered [ 1.454311] alua: device handler registered [ 1.455893] libphy: Fixed MDIO Bus: probed [ 1.457494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.459556] ehci-pci: EHCI PCI platform driver [ 1.461188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.463183] ohci-pci: OHCI PCI platform driver [ 1.464815] uhci_hcd: USB Universal Host Controller Interface driver [ 1.485380] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.487204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.490054] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.491857] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.493877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.496004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.498768] usb usb1: Product: UHCI Host Controller [ 1.500472] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.502629] usb usb1: SerialNumber: 0000:00:01.2 [ 1.504395] hub 1-0:1.0: USB hub found [ 1.505872] hub 1-0:1.0: 2 ports detected [ 1.507539] usbcore: registered new interface driver usbserial [ 1.509467] usbcore: registered new interface driver usbserial_generic [ 1.511529] usbserial: USB Serial support registered for generic c[ 1.513618] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.517348] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.519076] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.520899] mousedev: PS/2 mouse device common for all mice [ 1.523146] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.526558] rtc_cmos 00:00: RTC can wake from S4 [ 1.528880] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.531372] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.534022] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.537674] cpuidle: using governor menu [ 1.539548] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542676] hidraw: raw HID events driver (C) Jiri Kosina [ 1.544581] usbcore: registered new interface driver usbhid [ 1.546449] usbhid: USB HID core driver [ 1.547964] drop_monitor: Initializing network drop monitor service [ 1.550037] TCP: cubic registered [ 1.551403] Initializing XFRM netlink socket [ 1.553063] NET: Registered protocol family 10 [ 1.554970] NET: Registered protocol family 17 [ 1.556723] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.558570] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.560520] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.563718] Loading compiled-in X.509 certificates [ 1.565421] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.568721] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.572490] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.575774] registered taskstats version 1 [ 1.579362] Key type trusted registered [ 1.582265] Key type encrypted registered [ 1.585178] IMA: No TPM chip found, activating TPM-bypass! [ 1.587524] rtc_cmos 00:00: setting system clock to 2018-08-19 00:29:11 UTC (1534638551) [ 1.591154] Freeing unused kernel memory: 1680k freed [ 1.597005] 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.602525] systemd[1]: Detected virtualization kvm. [ 1.604211] systemd[1]: Detected architecture x86-64. [ 1.605891] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.609043] systemd[1]: No hostname configured. [ 1.610635] systemd[1]: Set hostname to . [ 1.612365] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.637174] systemd[1]: Reached target Timers. [ 1.638760] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.641166] systemd[1]: Reached target Swap. [ 1.642738] systemd[1]: Starting Swap. [ 1.644228] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.647126] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.651083] systemd[1]: Reached target Local File Systems. [ 1.652869] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.655484] systemd[1]: Reached target Paths. [ 1.657084] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.659910] systemd[1]: Created slice Root Slice. [ 1.662058] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.665536] systemd[1]: Listening on Journal Socket. [ 1.667747] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.670652] systemd[1]: Listening on udev Control Socket. [ 1.672495] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.675435] systemd[1]: Created slice System Slice. [ 1.677183] systemd[1]: Starting System Slice. [ 1.679311] 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.685217] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.690090] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.696705] systemd[1]: Reached target Slices. [ 1.699413] systemd[1]: Starting Slices. [ 1.702339] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.707118] systemd[1]: Listening on udev Kernel Socket. [ 1.709297] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.712108] systemd[1]: Reached target Sockets. [ 1.713749] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.716520] 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.771026] RPC: Registered named UNIX socket transport module. [ 1.772921] RPC: Registered udp transport module. [ 1.774563] RPC: Registered tcp transport module. [ 1.776184] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.810833] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.874199] FDC 0 is a S82078B [ 1.898243] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.939934] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.943503] scsi host0: ata_piix [ 1.944961] scsi host1: ata_piix [ 1.946417] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.949021] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.953991] vda: vda1 [ 1.967471] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.969607] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.971765] usb 1-1: Product: QEMU USB Tablet [ 1.973409] usb 1-1: Manufacturer: QEMU [ 1.974953] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.988617] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.992130] 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 File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.121938] SGI XFS with ACLs, security attributes, no debug enabled [ 2.124897] XFS (vda1): Mounting V4 Filesystem [ 2.164655] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.339866] tsc: Refined TSC clocksource calibration: 3491.839 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped 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 udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev 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.422822] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.650116] SELinux: Disabled at runtime. [ 2.685899] type=1404 audit(1534638552.598:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.760812] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.762637] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Created slice User and Session Slice. Mounting Debug File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Journal Service. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Flush Journal to Persistent Storage... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [ 3.145861] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [ 3.221020] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [ 3.365217] type=1305 audit(1534638553.277:3): audit_pid=426 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target 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. [ 3.491493] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.498044] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.498051] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Started D-Bus System Message Bus. [ 3.522374] ppdev: user-space parallel port driver [ 3.526976] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.526976] [TTM] Initializing pool allocator [ 3.526978] [TTM] Initializing DMA pool allocator [ 3.527197] [drm] fb mappable at 0xFC000000 [ 3.527197] [drm] vram aper at 0xFC000000 [ 3.527198] [drm] size 33554432 [ 3.527198] [drm] fb depth is 24 [ 3.527198] [drm] pitch is 3072 [ 3.574040] fbcon: cirrusdrmfb (fb0) is primary device [ 3.597874] Console: switching to colour frame buffer device 128x48 [ 3.612489] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... [ 3.619855] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.709154] AES CTR mode by8 optimization enabled [ 3.712672] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.718390] alg: No test for crc32 (crc32-pclmul) [ 3.747190] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.753208] intel_rapl: no valid rapl domains found in package 0 [ 3.756056] intel_powerclamp: No package C-state available [ 3.761524] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 4.704428] cloud-init[507]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 00:29:15 +0000. Up 4.67 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting nginx - high performance web server... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting Notify NFS peers of a restart... Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... Starting System Logging Service... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Started OpenSSH server daemon. 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] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. [ 6.149687] cloud-init[814]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 00:29:16 +0000. Up 6.09 seconds. [ 6.203307] cloud-init[814]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.205253] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.207221] cloud-init[814]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.209742] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.214460] cloud-init[814]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.218228] cloud-init[814]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:83:2a:4c | [ 6.220522] cloud-init[814]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.223234] cloud-init[814]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.225695] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.228230] cloud-init[814]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.230504] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.238884] cloud-init[814]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.241774] cloud-init[814]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.245607] cloud-init[814]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.251186] cloud-init[814]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Created slice user-993.slice. [[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: 2018-08-19 00:30:00,521 - paramiko.transport - DEBUG - starting thread (client mode): 0x5dcd61d0L 2018-08-19 00:30:00,522 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 00:30:00,529 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-19 00:30:00,529 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-19 00:30:00,531 - 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-19 00:30:00,532 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 00:30:00,532 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-19 00:30:00,532 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 00:30:00,532 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 00:30:00,532 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 00:30:00,538 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 00:30:00,538 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 00:30:00,554 - paramiko.transport - DEBUG - Trying discovered key d245c8323d00f4f7165116cf7cbe50ab in /tmp/tmp22BibE 2018-08-19 00:30:00,578 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 00:30:10,613 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-19 00:30:10,634 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-19 00:30:10,634 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-19 00:30:10,634 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-19 00:30:10,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/status 2018-08-19 00:30:10,859 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 00:30:10,859 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 00:30:10,859 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 00:30:10,859 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 00:30:10,859 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 00:30:10,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 00:30:10,860 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 00:30:10,860 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 803, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8013, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 899, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 796, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 799, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 826, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-19 00:30:10,860 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 00:30:10,860 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 00:30:10 GMT 2018-08-19 00:30:10,860 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 00:30:10,860 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-19 00:30:10,860 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 00:30:10,861 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 803, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 8013, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 899, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 796, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 799, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 826, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-19 00:30:10,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/status 2018-08-19 00:30:10,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 00:30:10,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 00:30:10,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 00:30:10,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 00:30:10,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 00:30:10,956 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 00:30:10,956 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 00:30:10,956 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 803, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8013, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 899, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 796, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 799, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 826, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-19 00:30:10,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 00:30:10,957 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 00:30:10 GMT 2018-08-19 00:30:10,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 00:30:10,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-19 00:30:10,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 00:30:10,957 - functest.core.cloudify - INFO - The current manager status is running 2018-08-19 00:30:10,958 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-19 00:30:11,063 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 00:30:11,063 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 00:30:11,064 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 00:30:11,064 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 00:30:11,064 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 00:30:11,064 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 00:30:11,064 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 00:30:11,064 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-19 00:30:11,064 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T00:30:10.537Z", "updated_at": "2018-08-19T00:30:10.537Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-19 00:30:11,064 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 00:30:11,064 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 00:30:10 GMT 2018-08-19 00:30:11,064 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 00:30:11,065 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-19 00:30:11,065 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 00:30:11,065 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/secrets 2018-08-19 00:30:11,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 00:30:11,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 00:30:11,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 00:30:11,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 00:30:11,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 00:30:11,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 00:30:11,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 00:30:11,118 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-19T00:30:10.537Z", "updated_at": "2018-08-19T00:30:10.537Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-19 00:30:11,118 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 00:30:11,118 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 00:30:10 GMT 2018-08-19 00:30:11,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 00:30:11,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-19 00:30:11,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 00:30:11,118 - functest.core.cloudify - DEBUG - List secrets: 2018-08-19 00:30:11,119 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.207:80/api/v3/secrets/foo 2018-08-19 00:30:11,168 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 00:30:11,168 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 00:30:11,168 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 00:30:11,168 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 00:30:11,168 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 00:30:11,169 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 00:30:11,169 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 00:30:11,169 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-19 00:30:11,169 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T00:30:10.537Z", "updated_at": "2018-08-19T00:30:10.537Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-19 00:30:11,169 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 00:30:11,169 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 00:30:10 GMT 2018-08-19 00:30:11,169 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 00:30:11,169 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-19 00:30:11,169 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 00:30:11,170 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-19 00:30:11,170 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-19 00:30:11,170 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-19 00:30:11,171 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-19 00:30:11,172 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-19 00:30:11,172 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-19 00:30:11,175 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-19 00:30:11,242 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-19 00:30:11,243 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-19 00:30:11,244 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-19 00:30:11,244 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-19 00:30:11,244 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-19 00:30:11,248 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-19 00:30:32,541 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-19 00:30:32,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-19 00:30:32,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-19 00:30:32,542 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-19 00:30:32,543 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-19 00:30:36,773 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-19 00:30:36,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 00:30:36,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:37,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-98c7fc39-eb34-4d55-b3f0-c2495d4a0e58 Date: Sun, 19 Aug 2018 00:30:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:26:40Z", "file": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985/file", "owner": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8698bca8-9d14-4555-97f9-0815129c4985", "size": 4373348352, "self": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T00:25:33Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 00:30:37,088 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-98c7fc39-eb34-4d55-b3f0-c2495d4a0e58 2018-08-19 00:30:37,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.313392162323s 2018-08-19 00:30:37,089 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-98c7fc39-eb34-4d55-b3f0-c2495d4a0e58 2018-08-19 00:30:37,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 00:30:37,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}' 2018-08-19 00:30:37,213 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-db01e15d-f431-4f2f-b283-512598843853 Date: Sun, 19 Aug 2018 00:30:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:30:37Z", "file": "/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230/file", "owner": "3df1f94fb03241fca8134ba5fa7663ee", "id": "808a88b6-c59b-436d-a2df-d15020e1d230", "size": null, "self": "/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "checksum": null, "created_at": "2018-08-19T00:30:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 00:30:37,213 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-db01e15d-f431-4f2f-b283-512598843853 2018-08-19 00:30:37,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.114817857742s 2018-08-19 00:30:37,214 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-db01e15d-f431-4f2f-b283-512598843853 returning object 808a88b6-c59b-436d-a2df-d15020e1d230 2018-08-19 00:30:37,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 00:30:37,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230/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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '' 2018-08-19 00:30:45,548 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-34072130-9a42-44bd-a615-8f510d6e58e8 Date: Sun, 19 Aug 2018 00:30: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-19 00:30:45,548 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230/file used request id req-34072130-9a42-44bd-a615-8f510d6e58e8 2018-08-19 00:30:45,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.33389997482s 2018-08-19 00:30:45,549 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230/file used request id req-34072130-9a42-44bd-a615-8f510d6e58e8 2018-08-19 00:30:45,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 00:30:45,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:45,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-e9f5d47c-2a22-4c4c-8f8f-49095b570a83 Date: Sun, 19 Aug 2018 00:30:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:30:45Z", "file": "/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230/file", "owner": "3df1f94fb03241fca8134ba5fa7663ee", "id": "808a88b6-c59b-436d-a2df-d15020e1d230", "size": 426967040, "self": "/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/808a88b6-c59b-436d-a2df-d15020e1d230/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/808a88b6-c59b-436d-a2df-d15020e1d230/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-08-19T00:30:37Z", "os_hidden": false, "protected": false, "os_hash_value": "77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:26:40Z", "file": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985/file", "owner": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8698bca8-9d14-4555-97f9-0815129c4985", "size": 4373348352, "self": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T00:25:33Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 00:30:45,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e9f5d47c-2a22-4c4c-8f8f-49095b570a83 2018-08-19 00:30:45,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0471570491791s 2018-08-19 00:30:45,603 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e9f5d47c-2a22-4c4c-8f8f-49095b570a83 2018-08-19 00:30:45,606 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/808a88b6-c59b-436d-a2df-d15020e1d230/snap', u'metadata': Munch({})})], 'file': u'/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230/file', 'owner': u'3df1f94fb03241fca8134ba5fa7663ee', 'id': u'808a88b6-c59b-436d-a2df-d15020e1d230', 'size': 426967040, u'self': u'/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3df1f94fb03241fca8134ba5fa7663ee', 'name': 'vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/808a88b6-c59b-436d-a2df-d15020e1d230/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T00:30:45Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T00:30:45Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', u'self': u'/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', 'created': u'2018-08-19T00:30:37Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-08-19T00:30:37Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', 'metadata': {u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', u'self': u'/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}}) 2018-08-19 00:30:45,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 00:30:45,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-19 00:30:45,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:30: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-eb098947-93a4-40dc-b463-fc393e47283e x-compute-request-id: req-eb098947-93a4-40dc-b463-fc393e47283e Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ad35a7b8-0567-4215-9767-a2c5de9f0a27", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ad35a7b8-0567-4215-9767-a2c5de9f0a27", "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": "ad35a7b8-0567-4215-9767-a2c5de9f0a27"}} 2018-08-19 00:30:45,761 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-eb098947-93a4-40dc-b463-fc393e47283e 2018-08-19 00:30:45,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.153948068619s 2018-08-19 00:30:45,761 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-eb098947-93a4-40dc-b463-fc393e47283e 2018-08-19 00:30:45,762 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f', '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'916340bf06fe4cb5a723b53dc60090de', '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'ad35a7b8-0567-4215-9767-a2c5de9f0a27', 'swap': 0}) 2018-08-19 00:30:45,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 00:30:45,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/ad35a7b8-0567-4215-9767-a2c5de9f0a27/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}1dcf50021ab16b974876bdec709dba940a84cff4" -d '{"extra_specs": {}}' 2018-08-19 00:30:45,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:30: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-a59702a3-7998-4539-a73e-ba9d0c9212ba x-compute-request-id: req-a59702a3-7998-4539-a73e-ba9d0c9212ba Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 00:30:45,782 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/ad35a7b8-0567-4215-9767-a2c5de9f0a27/os-extra_specs used request id req-a59702a3-7998-4539-a73e-ba9d0c9212ba 2018-08-19 00:30:45,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0196361541748s 2018-08-19 00:30:45,783 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/ad35a7b8-0567-4215-9767-a2c5de9f0a27/os-extra_specs used request id req-a59702a3-7998-4539-a73e-ba9d0c9212ba 2018-08-19 00:30:45,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-19 00:30:45,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-19 00:30:45,795 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 00:30:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0db16d4-c7a3-4968-8572-e2e1a5ce2f63 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-19 00:30:45,795 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-a0db16d4-c7a3-4968-8572-e2e1a5ce2f63 2018-08-19 00:30:45,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:30:45,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cd4211e-f651-4025-9edd-d417e192b524 Content-Encoding: gzip Content-Length: 858 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3220ab4ed05a40bf9d2e1278dcd6619d"}, "enabled": true, "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b1566ae2a5d4f7c81816c21ed2d5e40"}, "enabled": true, "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4730dc960cea404c8d1b192602e59886"}, "enabled": true, "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5a3d797353954386ba32f487084346f8"}, "enabled": true, "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/77553816578e44e0959db1d391266597"}, "enabled": true, "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86ee421a72744c04ab368db4e0c880a7"}, "enabled": true, "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/9adc66ad014f4961a9ea7d3ee8df592c"}, "enabled": true, "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a3ff63ef96d44f059d60f2be9db02efb"}, "enabled": true, "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/aab86086c08642bfbcea48c5aaba17a2"}, "enabled": true, "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/af10e8c2af504c21966e249d70c4e7e7"}, "enabled": true, "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/afe8d727d63246449c73cac35e11ef0e"}, "enabled": true, "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b47526e984904e72bfa0249a83525681"}, "enabled": true, "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c5b9a1d284ba4106bd4c78b348a7e9ce"}, "enabled": true, "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c653b08fa067480c945b92b71cdeab70"}, "enabled": true, "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/effb71043f3945f383eac25ddafdef1b"}, "enabled": true, "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-19 00:30:45,990 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-6cd4211e-f651-4025-9edd-d417e192b524 2018-08-19 00:30:45,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.203971862793s 2018-08-19 00:30:45,991 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-6cd4211e-f651-4025-9edd-d417e192b524 2018-08-19 00:30:46,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-19 00:30:46,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:30:46,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b23472d1-a4ba-453e-9fb1-44cc693a0e86 Content-Encoding: gzip Content-Length: 1968 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/06d1e0df179c4ead81cc7ee4f1bae18f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/094fd07337654d98a81dc9da17ce02c1"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a3d797353954386ba32f487084346f8", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0addbfd797dd4da79c77edb52acdc176"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "77553816578e44e0959db1d391266597", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0bb385316915449697a52e0ad24185fb"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "0bb385316915449697a52e0ad24185fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0f01d18bf3494e0e90a94ad016a06ec0"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b47526e984904e72bfa0249a83525681", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1026b6a41ef84c2da83afab3caacc51f"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/15c8d10470bc4eeb86390cb9e133ffe9"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2de6937a73624d15a426abc9bdd3a41a"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2fab6d97aaf042f492445f4cc31bea1d"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "77553816578e44e0959db1d391266597", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/377016d2a4044a9c8db046b9d0964b2d"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/378d62397f3c43999fd34d22c1cccb60"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3ecc8dee6f744a5f85e0a136fe9ce628"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/46bd8c98e8824585a41a22e1b8e7f514"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/47de5b7076c24ee9991a16ac4cb49bbf"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b47526e984904e72bfa0249a83525681", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4bd6b0c2f1aa47f8ab68403f095df70b"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "77553816578e44e0959db1d391266597", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/51ea6fcc6ec9487685840f661fc4836b"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "51ea6fcc6ec9487685840f661fc4836b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/59a44f89b1334e308de7b3052f138ce1"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d41cebfd41e4d30b9e063735a377536"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "5d41cebfd41e4d30b9e063735a377536"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d42a83da3984583955b15d96e42dd78"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "5d42a83da3984583955b15d96e42dd78"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6bf61535e71b483d975332971dbd53e2"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "6bf61535e71b483d975332971dbd53e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/70a83018c8ab42d7842fcd1e561f9443"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/79bd2e67979c4b98a6cd7b587673364a"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/85d5760d551f4df6aca4281b496996e9"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "85d5760d551f4df6aca4281b496996e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/88bee3eece5c4d3d9265744d414f3a5c"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8db9f2d240a941e69c0f51b2fec056be"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9846c41c525142b986ee32e0a2590b88"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "9846c41c525142b986ee32e0a2590b88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9c044a08f6904fef94fb46c08a0e760a"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9edfe0f67787438e9dd2a753835b2219"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "9edfe0f67787438e9dd2a753835b2219"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9f6f7811a111490890ac327d3cf34685"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "9f6f7811a111490890ac327d3cf34685"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a94c4442201c4c1eb0bdf19d770d51b2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ad45a9ae800c40ec987b44cd1e0cdaff"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b2d458fe39ba4a8f8a29faff483f2061"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "b2d458fe39ba4a8f8a29faff483f2061"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c3c25fc6ad94447a821e727c7914c450"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a3d797353954386ba32f487084346f8", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d09f7ca50bc44f61a18f2e933a43be8f"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d949e52eaf1c417e99dd466d08796668"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "d949e52eaf1c417e99dd466d08796668"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dc4971d81d4f49f085aab29433318ee3"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "dc4971d81d4f49f085aab29433318ee3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ddf00c1973954143b34284147dca8ad8"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b47526e984904e72bfa0249a83525681", "id": "ddf00c1973954143b34284147dca8ad8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8874e74ef74422cbd9dd953abc2082a"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "f8874e74ef74422cbd9dd953abc2082a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8c17bbb087d49829022be469b32c1af"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a3d797353954386ba32f487084346f8", "id": "f8c17bbb087d49829022be469b32c1af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fe2efc0c246b4a7e9db6fedf44fd569e"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-19 00:30:46,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-b23472d1-a4ba-453e-9fb1-44cc693a0e86 2018-08-19 00:30:46,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.188505887985s 2018-08-19 00:30:46,190 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-b23472d1-a4ba-453e-9fb1-44cc693a0e86 2018-08-19 00:30:46,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 00:30:46,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:46,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-0ce92b41-c6b5-4065-aca0-45c5cfa4f592 Date: Sun, 19 Aug 2018 00:30:46 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "updated_at": "2018-08-19T00:26:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "0a74783a-febf-4467-a05a-8db902b86d97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "119545ef-9b07-437d-a72e-50c143e8f5d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "6db328c3-7e83-4bb0-a6fa-650219c27dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "822bd66d-e80e-40b9-bedd-c3c1e47e7a3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "95518637-0dd8-460e-880f-17c372c87fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "aa823b6e-ac43-4c37-af95-7bdb9e6214f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "c01bf556-5e58-4b09-bf04-9e443fac7126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "c5afe86b-20c7-4e94-b396-179355b55218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 7, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "509e05ec-1b99-472c-8861-47a646ab304d", "name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}, {"description": "Default security group", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:24:55Z", "updated_at": "2018-08-19T00:24:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "6cc5d405-d521-4346-9946-51d18a6aed95", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "74497442-2a0d-4818-9ed1-d77628e1dfc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "870d687a-9ad0-4a38-a388-639379063d6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "ea1ac94b-8175-4b83-aa60-7e3e87e6ce8f", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 1, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "name": "default"}]} 2018-08-19 00:30:46,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0ce92b41-c6b5-4065-aca0-45c5cfa4f592 2018-08-19 00:30:46,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.121639966965s 2018-08-19 00:30:46,323 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0ce92b41-c6b5-4065-aca0-45c5cfa4f592 2018-08-19 00:30:46,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 00:30:46,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -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": "8b08b400-7268-48b9-8e32-393bf6b63a68"}}' 2018-08-19 00:30:46,642 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-bf616206-c91a-4b35-af6d-a622ce3b113e Date: Sun, 19 Aug 2018 00:30:46 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-19T00:30:46Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "port_range_min": 22, "revision_number": 0, "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:30:46Z", "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "d071585c-8ca7-4df9-ba4c-778e56ced23b"}} 2018-08-19 00:30:46,643 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-bf616206-c91a-4b35-af6d-a622ce3b113e 2018-08-19 00:30:46,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.31639289856s 2018-08-19 00:30:46,643 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-bf616206-c91a-4b35-af6d-a622ce3b113e 2018-08-19 00:30:46,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-19 00:30:46,650 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-19 00:30:48,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 00:30:48,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 00:30:48,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 00:30:48,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 00:30:48,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 00:30:48,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 00:30:48,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 00:30:48,479 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-19 00:30:48,480 - 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-19T00:30:47.935Z", "updated_at": "2018-08-19T00:30:47.935Z", "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.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.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.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "region": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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.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": {"network": {}, "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_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"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": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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": true, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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-19 00:30:48,481 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 00:30:48,481 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 00:30:47 GMT 2018-08-19 00:30:48,481 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 00:30:48,481 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-19 00:30:48,481 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 00:30:48,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-19 00:30:48,493 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.28:5000", "keystone_tenant_name": "vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "808a88b6-c59b-436d-a2df-d15020e1d230", "keystone_password": "67ba07b3-1150-433e-964a-203b94d9c4ac", "reference_vnf_flavor_id": "ad35a7b8-0567-4215-9767-a2c5de9f0a27", "target_vnf_flavor_id": "ad35a7b8-0567-4215-9767-a2c5de9f0a27", "target_vnf_image_id": "808a88b6-c59b-436d-a2df-d15020e1d230"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-19 00:30:49,830 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 00:30:49,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 00:30:49,831 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 00:30:49,831 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 00:30:49,831 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 00:30:49,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 00:30:49,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 00:30:49,831 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-19 00:30:49,831 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-19 00:30:49,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 00:30:49,831 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 00:30:49 GMT 2018-08-19 00:30:49,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 00:30:49,832 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-19 00:30:49,832 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 00:30:49,832 - functest.core.singlevm - ERROR - Cannot run vyos_vrouter Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 429, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 162, in execute if self.deploy_vnf() and self.test_vnf(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 187, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-19 00:30:49,968 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 00:30:49,969 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:55 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-19 00:30:49,973 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-19 00:30:49,974 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions 2018-08-19 00:30:50,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 00:30:50,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 00:30:50,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 00:30:50,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 00:30:50,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 00:30:50,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 00:30:50,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 00:30:50,046 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T00:30:48.554Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "5a68d8af-d103-444c-ae24-8763425bc029"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-19 00:30:50,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 00:30:50,046 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 00:30:49 GMT 2018-08-19 00:30:50,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 00:30:50,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-19 00:30:50,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 00:30:50,047 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.207:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-19 00:30:50,115 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 00:30:50,115 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 00:30:50,115 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 00:30:50,115 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 00:30:50,115 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 00:30:50,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 00:30:50,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 00:30:50,116 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-19 00:30:50,116 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_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_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-19 00:30:50,116 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 00:30:50,116 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 00:30:49 GMT 2018-08-19 00:30:50,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 00:30:50,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-19 00:30:50,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 00:30:50,117 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 243, in clean dep_name, 'uninstall', parameters=dict(ignore_failure=True)) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-19 00:30:50,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 00:30:50,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:51,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-05a78e19-4072-4806-ae58-21b0785a64d7 Date: Sun, 19 Aug 2018 00:30: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-19 00:30:51,093 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230 used request id req-05a78e19-4072-4806-ae58-21b0785a64d7 2018-08-19 00:30:51,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.974787950516s 2018-08-19 00:30:51,093 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/808a88b6-c59b-436d-a2df-d15020e1d230 used request id req-05a78e19-4072-4806-ae58-21b0785a64d7 2018-08-19 00:30:51,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 00:30:51,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:30:51,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:30: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-1a809c63-496d-4565-9318-f133df22bc91 x-compute-request-id: req-1a809c63-496d-4565-9318-f133df22bc91 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}, {"name": "vyos_vrouter-flavor_alt_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ad35a7b8-0567-4215-9767-a2c5de9f0a27", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ad35a7b8-0567-4215-9767-a2c5de9f0a27", "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": "ad35a7b8-0567-4215-9767-a2c5de9f0a27"}, {"name": "vyos_vrouter-flavor_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "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": "d55e2013-7c8a-43ee-81b1-d391664875e0"}]} 2018-08-19 00:30:51,128 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-1a809c63-496d-4565-9318-f133df22bc91 2018-08-19 00:30:51,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0339419841766s 2018-08-19 00:30:51,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-1a809c63-496d-4565-9318-f133df22bc91 2018-08-19 00:30:51,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 00:30:51,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/ad35a7b8-0567-4215-9767-a2c5de9f0a27 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:30:51,175 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 00:30: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-f8d78df4-ebc6-425a-b6a4-32877fe7ee8f x-compute-request-id: req-f8d78df4-ebc6-425a-b6a4-32877fe7ee8f Content-Length: 0 Content-Type: application/json 2018-08-19 00:30:51,176 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ad35a7b8-0567-4215-9767-a2c5de9f0a27 used request id req-f8d78df4-ebc6-425a-b6a4-32877fe7ee8f 2018-08-19 00:30:51,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0443210601807s 2018-08-19 00:30:51,176 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ad35a7b8-0567-4215-9767-a2c5de9f0a27 used request id req-f8d78df4-ebc6-425a-b6a4-32877fe7ee8f 2018-08-19 00:30:51,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 00:30:51,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/f1fdc1c7-3362-4f72-80cb-64ab358daeba.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:52,290 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac17089e-4828-403d-ac48-e1b4f2b4b166 Content-Length: 0 Date: Sun, 19 Aug 2018 00:30:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 00:30:52,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/f1fdc1c7-3362-4f72-80cb-64ab358daeba.json used request id req-ac17089e-4828-403d-ac48-e1b4f2b4b166 2018-08-19 00:30:52,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.11132001877s 2018-08-19 00:30:52,290 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/f1fdc1c7-3362-4f72-80cb-64ab358daeba.json used request id req-ac17089e-4828-403d-ac48-e1b4f2b4b166 2018-08-19 00:30:52,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 00:30:52,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:52,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-13750eb2-a352-4170-99b0-8f8bee47a663 Date: Sun, 19 Aug 2018 00:30:52 GMT RESP BODY: {"floatingips": []} 2018-08-19 00:30:52,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-13750eb2-a352-4170-99b0-8f8bee47a663 2018-08-19 00:30:52,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0666439533234s 2018-08-19 00:30:52,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-13750eb2-a352-4170-99b0-8f8bee47a663 2018-08-19 00:30:52,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 00:30:52,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:52,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 00:30: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-fbeaf735-3416-439e-a96f-c88d5f8c3dd0 x-compute-request-id: req-fbeaf735-3416-439e-a96f-c88d5f8c3dd0 Content-Type: application/json 2018-08-19 00:30:52,565 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0 used request id req-fbeaf735-3416-439e-a96f-c88d5f8c3dd0 2018-08-19 00:30:52,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.202032089233s 2018-08-19 00:30:52,565 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0 used request id req-fbeaf735-3416-439e-a96f-c88d5f8c3dd0 2018-08-19 00:30:52,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:30:52,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:53,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:30: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-460ff0f9-12a2-4218-82a0-f0867fd7f829 x-compute-request-id: req-460ff0f9-12a2-4218-82a0-f0867fd7f829 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:2a:4c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:2a:4c", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9d7c4302-ee9b-4596-b356-46b95d098ac0", "rel": "bookmark"}], "image": {"id": "8698bca8-9d14-4555-97f9-0815129c4985", "links": [{"href": "http://172.30.9.28:8774/images/8698bca8-9d14-4555-97f9-0815129c4985", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T00:29:08.000000", "flavor": {"id": "d55e2013-7c8a-43ee-81b1-d391664875e0", "links": [{"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "bookmark"}]}, "id": "9d7c4302-ee9b-4596-b356-46b95d098ac0", "security_groups": [{"name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}], "user_id": "46e0255806e142c49a546d4c501ad341", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T00:30:52Z", "hostId": "10c320e99cb899baf292de04e2c1497c8a24f99bd0dddf69f8256971", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "name": "vyos_vrouter-vm_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "created": "2018-08-19T00:26:45Z", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 00:30:53,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-460ff0f9-12a2-4218-82a0-f0867fd7f829 2018-08-19 00:30:53,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507959842682s 2018-08-19 00:30:53,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-460ff0f9-12a2-4218-82a0-f0867fd7f829 2018-08-19 00:30:53,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 00:30:55,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 00:30:55,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:55,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eb73c847-770f-4c2d-b48a-ca09ddb02f86 x-compute-request-id: req-eb73c847-770f-4c2d-b48a-ca09ddb02f86 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-19 00:30:55,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eb73c847-770f-4c2d-b48a-ca09ddb02f86 2018-08-19 00:30:55,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.080011844635s 2018-08-19 00:30:55,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eb73c847-770f-4c2d-b48a-ca09ddb02f86 2018-08-19 00:30:55,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 00:30:55,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:55,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-93b3e4cd-31c6-461e-bd47-bb4f40013200 Date: Sun, 19 Aug 2018 00:30:55 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:26:42Z", "updated_at": "2018-08-19T00:26:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "0a74783a-febf-4467-a05a-8db902b86d97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "119545ef-9b07-437d-a72e-50c143e8f5d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "6db328c3-7e83-4bb0-a6fa-650219c27dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "822bd66d-e80e-40b9-bedd-c3c1e47e7a3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "95518637-0dd8-460e-880f-17c372c87fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "aa823b6e-ac43-4c37-af95-7bdb9e6214f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T00:26:42Z", "revision_number": 0, "id": "c01bf556-5e58-4b09-bf04-9e443fac7126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:42Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T00:26:43Z", "revision_number": 0, "id": "c5afe86b-20c7-4e94-b396-179355b55218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:26:43Z", "security_group_id": "509e05ec-1b99-472c-8861-47a646ab304d", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 7, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "509e05ec-1b99-472c-8861-47a646ab304d", "name": "vyos_vrouter-sg_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}, {"description": "Default security group", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:24:55Z", "updated_at": "2018-08-19T00:30:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "6cc5d405-d521-4346-9946-51d18a6aed95", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "74497442-2a0d-4818-9ed1-d77628e1dfc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "870d687a-9ad0-4a38-a388-639379063d6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T00:30:46Z", "revision_number": 0, "id": "d071585c-8ca7-4df9-ba4c-778e56ced23b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T00:30:46Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T00:24:55Z", "revision_number": 0, "id": "ea1ac94b-8175-4b83-aa60-7e3e87e6ce8f", "remote_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "remote_ip_prefix": null, "created_at": "2018-08-19T00:24:55Z", "security_group_id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "3df1f94fb03241fca8134ba5fa7663ee"}], "revision_number": 2, "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8b08b400-7268-48b9-8e32-393bf6b63a68", "name": "default"}]} 2018-08-19 00:30:55,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-93b3e4cd-31c6-461e-bd47-bb4f40013200 2018-08-19 00:30:55,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0494978427887s 2018-08-19 00:30:55,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-93b3e4cd-31c6-461e-bd47-bb4f40013200 2018-08-19 00:30:55,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-19 00:30:55,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/509e05ec-1b99-472c-8861-47a646ab304d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:55,393 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1571c7b-b685-48d9-aaf8-217a803399ea Content-Length: 0 Date: Sun, 19 Aug 2018 00:30:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 00:30:55,393 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/509e05ec-1b99-472c-8861-47a646ab304d.json used request id req-b1571c7b-b685-48d9-aaf8-217a803399ea 2018-08-19 00:30:55,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.17667889595s 2018-08-19 00:30:55,393 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/509e05ec-1b99-472c-8861-47a646ab304d.json used request id req-b1571c7b-b685-48d9-aaf8-217a803399ea 2018-08-19 00:30:55,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-19 00:30:55,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:55,436 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 00:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07a51fc2-3eac-4768-89bb-8eee18d2c7d7 x-compute-request-id: req-07a51fc2-3eac-4768-89bb-8eee18d2c7d7 Content-Length: 0 Content-Type: application/json 2018-08-19 00:30:55,436 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f used request id req-07a51fc2-3eac-4768-89bb-8eee18d2c7d7 2018-08-19 00:30:55,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0425279140472s 2018-08-19 00:30:55,436 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vyos_vrouter-kp_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f used request id req-07a51fc2-3eac-4768-89bb-8eee18d2c7d7 2018-08-19 00:30:55,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 00:30:55,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a/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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" -d '{"subnet_id": "0bf6bb14-5626-4e10-89d0-04643c17eeef"}' 2018-08-19 00:30:57,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-281cfe68-2ed9-43d4-8bcc-5a23aaf36854 Date: Sun, 19 Aug 2018 00:30:57 GMT RESP BODY: {"network_id": "ba8260e4-5cd1-4927-814c-a7c48a13de2e", "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "subnet_id": "0bf6bb14-5626-4e10-89d0-04643c17eeef", "subnet_ids": ["0bf6bb14-5626-4e10-89d0-04643c17eeef"], "port_id": "9ebb50cf-1ec8-4687-80f2-0475dc7f00e0", "id": "c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a"} 2018-08-19 00:30:57,146 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a/remove_router_interface.json used request id req-281cfe68-2ed9-43d4-8bcc-5a23aaf36854 2018-08-19 00:30:57,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.7095310688s 2018-08-19 00:30:57,147 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a/remove_router_interface.json used request id req-281cfe68-2ed9-43d4-8bcc-5a23aaf36854 returning object c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a 2018-08-19 00:30:57,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 00:30:57,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:57,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-d544959b-74d6-489b-97e7-b09df673b9e2 Date: Sun, 19 Aug 2018 00:30:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "3df1f94fb03241fca8134ba5fa7663ee", "created_at": "2018-08-19T00:24:56Z", "admin_state_up": true, "updated_at": "2018-08-19T00:30:56Z", "revision_number": 4, "routes": [], "project_id": "3df1f94fb03241fca8134ba5fa7663ee", "id": "c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a", "name": "vyos_vrouter-router_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}]} 2018-08-19 00:30:57,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d544959b-74d6-489b-97e7-b09df673b9e2 2018-08-19 00:30:57,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.115990877151s 2018-08-19 00:30:57,264 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d544959b-74d6-489b-97e7-b09df673b9e2 2018-08-19 00:30:57,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 00:30:57,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:58,895 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c6a4d389-aaf0-4be9-9f9d-b1eba2b90cae Content-Length: 0 Date: Sun, 19 Aug 2018 00:30:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 00:30:58,895 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a.json used request id req-c6a4d389-aaf0-4be9-9f9d-b1eba2b90cae 2018-08-19 00:30:58,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.62856006622s 2018-08-19 00:30:58,896 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c3b4f1f0-7b89-4e84-a3ee-2c6d8293ef9a.json used request id req-c6a4d389-aaf0-4be9-9f9d-b1eba2b90cae 2018-08-19 00:30:58,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 00:30:58,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:58,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-7fbc5974-4657-4e1a-9204-b907d182aa02 Date: Sun, 19 Aug 2018 00:30:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:24:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T00:24:56Z","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":"3df1f94fb03241fca8134ba5fa7663ee","id":"0bf6bb14-5626-4e10-89d0-04643c17eeef","subnetpool_id":null,"name":"vyos_vrouter-subnet_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}]} 2018-08-19 00:30:58,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7fbc5974-4657-4e1a-9204-b907d182aa02 2018-08-19 00:30:58,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0445461273193s 2018-08-19 00:30:58,941 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-7fbc5974-4657-4e1a-9204-b907d182aa02 2018-08-19 00:30:58,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 00:30:58,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/0bf6bb14-5626-4e10-89d0-04643c17eeef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:30:59,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-201879cf-fff1-4ecd-881a-f015a132348b Date: Sun, 19 Aug 2018 00:30:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 00:30:59,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0bf6bb14-5626-4e10-89d0-04643c17eeef.json used request id req-201879cf-fff1-4ecd-881a-f015a132348b 2018-08-19 00:30:59,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.994725942612s 2018-08-19 00:30:59,938 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0bf6bb14-5626-4e10-89d0-04643c17eeef.json used request id req-201879cf-fff1-4ecd-881a-f015a132348b 2018-08-19 00:30:59,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 00:30:59,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:31:00,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-d67fecc1-c7ca-48ca-8a04-1264fba9367a Date: Sun, 19 Aug 2018 00:31:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T00:30:59Z","tenant_id":"3df1f94fb03241fca8134ba5fa7663ee","created_at":"2018-08-19T00:24:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3df1f94fb03241fca8134ba5fa7663ee","id":"ba8260e4-5cd1-4927-814c-a7c48a13de2e","name":"vyos_vrouter-net_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}]} 2018-08-19 00:31:00,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d67fecc1-c7ca-48ca-8a04-1264fba9367a 2018-08-19 00:31:00,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0931670665741s 2018-08-19 00:31:00,032 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d67fecc1-c7ca-48ca-8a04-1264fba9367a 2018-08-19 00:31:00,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 00:31:00,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/ba8260e4-5cd1-4927-814c-a7c48a13de2e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:31:01,412 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fdb3a827-c26e-412c-a7fd-780ca4d20f9f Date: Sun, 19 Aug 2018 00:31:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 00:31:01,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ba8260e4-5cd1-4927-814c-a7c48a13de2e.json used request id req-fdb3a827-c26e-412c-a7fd-780ca4d20f9f 2018-08-19 00:31:01,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37889194489s 2018-08-19 00:31:01,412 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ba8260e4-5cd1-4927-814c-a7c48a13de2e.json used request id req-fdb3a827-c26e-412c-a7fd-780ca4d20f9f 2018-08-19 00:31:01,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 00:31:01,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:31:01,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-231fa726-bbf9-4cdd-a5d3-4cb6cddd565a Date: Sun, 19 Aug 2018 00:31:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:26:40Z", "file": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985/file", "owner": "3df1f94fb03241fca8134ba5fa7663ee", "id": "8698bca8-9d14-4555-97f9-0815129c4985", "size": 4373348352, "self": "/v2/images/8698bca8-9d14-4555-97f9-0815129c4985", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/8698bca8-9d14-4555-97f9-0815129c4985/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T00:25:33Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 00:31:01,454 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-231fa726-bbf9-4cdd-a5d3-4cb6cddd565a 2018-08-19 00:31:01,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0374989509583s 2018-08-19 00:31:01,455 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-231fa726-bbf9-4cdd-a5d3-4cb6cddd565a 2018-08-19 00:31:01,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 00:31:01,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/8698bca8-9d14-4555-97f9-0815129c4985 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11adecbc9e73403363f7a89ba6d5faa8a7b414bd" 2018-08-19 00:31:01,940 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-79ea2e7f-09b4-4830-9c6a-ba29ba56d075 Date: Sun, 19 Aug 2018 00:31:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 00:31:01,940 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/8698bca8-9d14-4555-97f9-0815129c4985 used request id req-79ea2e7f-09b4-4830-9c6a-ba29ba56d075 2018-08-19 00:31:01,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.484277963638s 2018-08-19 00:31:01,941 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/8698bca8-9d14-4555-97f9-0815129c4985 used request id req-79ea2e7f-09b4-4830-9c6a-ba29ba56d075 2018-08-19 00:31:01,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 00:31:01,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:31:01,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b75542f-2fc8-46fa-a872-2be004a84ede x-compute-request-id: req-3b75542f-2fc8-46fa-a872-2be004a84ede Content-Encoding: gzip Content-Length: 404 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}, {"name": "vyos_vrouter-flavor_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0", "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": "d55e2013-7c8a-43ee-81b1-d391664875e0"}]} 2018-08-19 00:31:01,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3b75542f-2fc8-46fa-a872-2be004a84ede 2018-08-19 00:31:01,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0563070774078s 2018-08-19 00:31:01,998 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3b75542f-2fc8-46fa-a872-2be004a84ede 2018-08-19 00:31:02,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 00:31:02,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:31:02,035 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 00:31:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-88d3fcf5-4d6d-42fe-87a1-3cdcd56a9e04 x-compute-request-id: req-88d3fcf5-4d6d-42fe-87a1-3cdcd56a9e04 Content-Length: 0 Content-Type: application/json 2018-08-19 00:31:02,035 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0 used request id req-88d3fcf5-4d6d-42fe-87a1-3cdcd56a9e04 2018-08-19 00:31:02,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0355930328369s 2018-08-19 00:31:02,036 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d55e2013-7c8a-43ee-81b1-d391664875e0 used request id req-88d3fcf5-4d6d-42fe-87a1-3cdcd56a9e04 2018-08-19 00:31:02,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 00:31:02,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:31:02,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15fd0fd9-7ce3-432d-a6d0-d8960d9d80af Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "links": {"self": "http://172.30.9.28:5000/v3/users/46e0255806e142c49a546d4c501ad341"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "46e0255806e142c49a546d4c501ad341", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-19 00:31:02,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-15fd0fd9-7ce3-432d-a6d0-d8960d9d80af 2018-08-19 00:31:02,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212513208389s 2018-08-19 00:31:02,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-15fd0fd9-7ce3-432d-a6d0-d8960d9d80af 2018-08-19 00:31:02,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 00:31:02,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/46e0255806e142c49a546d4c501ad341 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:31:02,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b20940-0bd3-4775-baa5-16bdc2ebd109 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f", "links": {"self": "http://172.30.9.28:5000/v3/users/46e0255806e142c49a546d4c501ad341"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "46e0255806e142c49a546d4c501ad341", "description": null}} 2018-08-19 00:31:02,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/46e0255806e142c49a546d4c501ad341 used request id req-c5b20940-0bd3-4775-baa5-16bdc2ebd109 2018-08-19 00:31:02,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114255905151s 2018-08-19 00:31:02,369 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/46e0255806e142c49a546d4c501ad341 used request id req-c5b20940-0bd3-4775-baa5-16bdc2ebd109 2018-08-19 00:31:02,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 00:31:02,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/46e0255806e142c49a546d4c501ad341 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:31:02,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 00:31:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7beffe77-079c-436f-8622-7db29291f747 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 00:31:02,649 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/46e0255806e142c49a546d4c501ad341 used request id req-7beffe77-079c-436f-8622-7db29291f747 2018-08-19 00:31:02,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.278937101364s 2018-08-19 00:31:02,649 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/46e0255806e142c49a546d4c501ad341 used request id req-7beffe77-079c-436f-8622-7db29291f747 2018-08-19 00:31:02,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 00:31:02,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:31:02,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d68cafc5-f812-4e46-b747-6a840fa62067 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/3df1f94fb03241fca8134ba5fa7663ee"}, "tags": [], "enabled": true, "id": "3df1f94fb03241fca8134ba5fa7663ee", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_c1b31b9d-27f9-49f0-9b5b-28276f12cf7f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 00:31:02,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-d68cafc5-f812-4e46-b747-6a840fa62067 2018-08-19 00:31:02,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185696125031s 2018-08-19 00:31:02,842 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-d68cafc5-f812-4e46-b747-6a840fa62067 2018-08-19 00:31:02,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 00:31:02,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/3df1f94fb03241fca8134ba5fa7663ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1dcf50021ab16b974876bdec709dba940a84cff4" 2018-08-19 00:31:03,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 00:31:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9a840ab-abf9-46b9-955b-bf4cfcd1eae2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 00:31:03,122 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3df1f94fb03241fca8134ba5fa7663ee used request id req-f9a840ab-abf9-46b9-955b-bf4cfcd1eae2 2018-08-19 00:31:03,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.276206016541s 2018-08-19 00:31:03,122 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3df1f94fb03241fca8134ba5fa7663ee used request id req-f9a840ab-abf9-46b9-955b-bf4cfcd1eae2 2018-08-19 00:31:03,123 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-08-19 00:31:03,151 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-19 00:31:03,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 00:31:03,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 00:31:03,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 00:31:03,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 00:31:03,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 00:31:03,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 00:31:03,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 00:31:03,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 00:31:03,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 00:31:03,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 00:31:03,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 00:31:03,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 00:31:03,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 00:31:03,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 00:31:03,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 00:31:03,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 00:31:03,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 00:31:03,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 00:31:03,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 00:31:03,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 00:31:03,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 00:31:03,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 00:31:03,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-19 00:31:03,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70882e72-d1f8-480e-8a95-3e4b34965ea3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-19 00:31:03,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-70882e72-d1f8-480e-8a95-3e4b34965ea3 2018-08-19 00:31:03,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-19 00:31:03,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T01:31:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["xR0DkH4YQ6iJrK1_Qs6gBw"], "issued_at": "2018-08-19T00:31:03.000000Z"}} 2018-08-19 00:31:03,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 00:31:03,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:04,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-2e1d61f1-fdb9-495e-a567-01f6d6d2d4bb Date: Sun, 19 Aug 2018 00:31:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","status":"ACTIVE","subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"description":"","tags":[],"updated_at":"2018-08-18T21:02:22Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","provider:network_type":"flat"}]} 2018-08-19 00:31:04,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2e1d61f1-fdb9-495e-a567-01f6d6d2d4bb 2018-08-19 00:31:04,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347723007202s 2018-08-19 00:31:04,023 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2e1d61f1-fdb9-495e-a567-01f6d6d2d4bb 2018-08-19 00:31:04,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-19 00:31:04,032 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 00:31:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdf1b88d-0fb4-4c43-931d-f27a7614f606 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.28:5000/v3/", "rel": "self"}]}]}} 2018-08-19 00:31:04,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-cdf1b88d-0fb4-4c43-931d-f27a7614f606 2018-08-19 00:31:04,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 00:31:04,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:04,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d37f0c61-d3b5-4d69-b446-25b1c9137c5e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/a69e65a8cacb46798c638da7deef9637"}, "tags": [], "enabled": true, "id": "a69e65a8cacb46798c638da7deef9637", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 00:31:04,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-d37f0c61-d3b5-4d69-b446-25b1c9137c5e 2018-08-19 00:31:04,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189033985138s 2018-08-19 00:31:04,223 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-d37f0c61-d3b5-4d69-b446-25b1c9137c5e 2018-08-19 00:31:04,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 00:31:04,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}34ab5cc39525e85ebf0975f91b049a45d3faa95c" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_7d547c46-d6b6-4546-bf95-830f84d3ed33"}}' 2018-08-19 00:31:04,456 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 00:31:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad8bdc32-f8f1-4c76-a247-d5c5326aba41 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.28:5000/v3/projects/467010f9bae041b0aee6fd708be7cfa9"}, "tags": [], "enabled": true, "id": "467010f9bae041b0aee6fd708be7cfa9", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_7d547c46-d6b6-4546-bf95-830f84d3ed33"}} 2018-08-19 00:31:04,456 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ad8bdc32-f8f1-4c76-a247-d5c5326aba41 2018-08-19 00:31:04,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.226435184479s 2018-08-19 00:31:04,457 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ad8bdc32-f8f1-4c76-a247-d5c5326aba41 2018-08-19 00:31:04,457 - 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'467010f9bae041b0aee6fd708be7cfa9', '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_7d547c46-d6b6-4546-bf95-830f84d3ed33'}) 2018-08-19 00:31:04,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 00:31:04,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34ab5cc39525e85ebf0975f91b049a45d3faa95c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "df04d8d3-34fd-471a-a096-ea46f9940433", "email": null, "name": "juju_epc-user_7d547c46-d6b6-4546-bf95-830f84d3ed33"}}' 2018-08-19 00:31:04,917 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 00:31:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c02667c-571f-4b4b-9e84-03607bd84a45 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_7d547c46-d6b6-4546-bf95-830f84d3ed33", "links": {"self": "http://172.30.9.28:5000/v3/users/402d85058b7d480db063f7a1e99f5ef7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "402d85058b7d480db063f7a1e99f5ef7", "domain_id": "default", "password_expires_at": null}} 2018-08-19 00:31:04,917 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-5c02667c-571f-4b4b-9e84-03607bd84a45 2018-08-19 00:31:04,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.455909967422s 2018-08-19 00:31:04,918 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-5c02667c-571f-4b4b-9e84-03607bd84a45 2018-08-19 00:31:04,919 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'402d85058b7d480db063f7a1e99f5ef7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_7d547c46-d6b6-4546-bf95-830f84d3ed33'}) 2018-08-19 00:31:04,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 00:31:04,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:05,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd04af10-086b-4501-a3bc-88e7ee0fc3b6 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-19 00:31:05,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fd04af10-086b-4501-a3bc-88e7ee0fc3b6 2018-08-19 00:31:05,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112287998199s 2018-08-19 00:31:05,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fd04af10-086b-4501-a3bc-88e7ee0fc3b6 2018-08-19 00:31:05,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 00:31:05,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:05,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41fcc7de-939f-4632-88d6-3f3a403884fc Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-19 00:31:05,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-41fcc7de-939f-4632-88d6-3f3a403884fc 2018-08-19 00:31:05,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108840942383s 2018-08-19 00:31:05,149 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-41fcc7de-939f-4632-88d6-3f3a403884fc 2018-08-19 00:31:05,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 00:31:05,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:05,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62762214-9149-4871-80aa-1d236ee3d529 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227ec228b954ece9dcce81ca14e764a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2227ec228b954ece9dcce81ca14e764a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4484c94d295641f18810b74c5f72cfec", "links": {"self": "http://172.30.9.28:5000/v3/roles/4484c94d295641f18810b74c5f72cfec"}, "name": "admin"}, {"domain_id": null, "id": "703ab92df1ba4f698012f4ee2233e8df", "links": {"self": "http://172.30.9.28:5000/v3/roles/703ab92df1ba4f698012f4ee2233e8df"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "99a5a72c296d49a9b9e287084f293fc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/99a5a72c296d49a9b9e287084f293fc6"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "links": {"self": "http://172.30.9.28:5000/v3/roles/b2f4a9c1c4b146bf83f387f9fb958c4e"}, "name": "reader"}, {"domain_id": null, "id": "dd73308dc2714e3986b77aa5044b7cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/dd73308dc2714e3986b77aa5044b7cbf"}, "name": "heat_stack_user"}]} 2018-08-19 00:31:05,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-62762214-9149-4871-80aa-1d236ee3d529 2018-08-19 00:31:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191849946976s 2018-08-19 00:31:05,347 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-62762214-9149-4871-80aa-1d236ee3d529 2018-08-19 00:31:05,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 00:31:05,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:05,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-558509f6-b3ad-47e5-be64-7bfa1d93bfd9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-19 00:31:05,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-558509f6-b3ad-47e5-be64-7bfa1d93bfd9 2018-08-19 00:31:05,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110488891602s 2018-08-19 00:31:05,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-558509f6-b3ad-47e5-be64-7bfa1d93bfd9 2018-08-19 00:31:05,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 00:31:05,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:05,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4773c5b9-3ada-4ec8-b3ff-4c99e256a4b9 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "juju_epc-user_7d547c46-d6b6-4546-bf95-830f84d3ed33", "links": {"self": "http://172.30.9.28:5000/v3/users/402d85058b7d480db063f7a1e99f5ef7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "402d85058b7d480db063f7a1e99f5ef7", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-19 00:31:05,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4773c5b9-3ada-4ec8-b3ff-4c99e256a4b9 2018-08-19 00:31:05,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.164170026779s 2018-08-19 00:31:05,627 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4773c5b9-3ada-4ec8-b3ff-4c99e256a4b9 2018-08-19 00:31:05,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 00:31:05,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:05,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62f3675a-f245-49d9-97ba-fceaf2626b33 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/467010f9bae041b0aee6fd708be7cfa9"}, "tags": [], "enabled": true, "id": "467010f9bae041b0aee6fd708be7cfa9", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_7d547c46-d6b6-4546-bf95-830f84d3ed33"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 00:31:05,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-62f3675a-f245-49d9-97ba-fceaf2626b33 2018-08-19 00:31:05,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.164521932602s 2018-08-19 00:31:05,808 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-62f3675a-f245-49d9-97ba-fceaf2626b33 2018-08-19 00:31:05,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 00:31:05,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=402d85058b7d480db063f7a1e99f5ef7&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=467010f9bae041b0aee6fd708be7cfa9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:06,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebc06cd2-8b64-4be8-9e4f-c4476acb1597 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=402d85058b7d480db063f7a1e99f5ef7&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=467010f9bae041b0aee6fd708be7cfa9", "previous": null, "next": null}} 2018-08-19 00:31:06,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=402d85058b7d480db063f7a1e99f5ef7&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=467010f9bae041b0aee6fd708be7cfa9 used request id req-ebc06cd2-8b64-4be8-9e4f-c4476acb1597 2018-08-19 00:31:06,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.188668012619s 2018-08-19 00:31:06,005 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=402d85058b7d480db063f7a1e99f5ef7&role.id=99a5a72c296d49a9b9e287084f293fc6&scope.project.id=467010f9bae041b0aee6fd708be7cfa9 used request id req-ebc06cd2-8b64-4be8-9e4f-c4476acb1597 2018-08-19 00:31:06,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 00:31:06,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/467010f9bae041b0aee6fd708be7cfa9/users/402d85058b7d480db063f7a1e99f5ef7/roles/99a5a72c296d49a9b9e287084f293fc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:06,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 00:31:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17c5d227-5e8b-4b20-abdc-bd78859b7689 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 00:31:06,153 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/467010f9bae041b0aee6fd708be7cfa9/users/402d85058b7d480db063f7a1e99f5ef7/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-17c5d227-5e8b-4b20-abdc-bd78859b7689 2018-08-19 00:31:06,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.145096063614s 2018-08-19 00:31:06,154 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/467010f9bae041b0aee6fd708be7cfa9/users/402d85058b7d480db063f7a1e99f5ef7/roles/99a5a72c296d49a9b9e287084f293fc6 used request id req-17c5d227-5e8b-4b20-abdc-bd78859b7689 2018-08-19 00:31:06,154 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_7d547c46-d6b6-4546-bf95-830f84d3ed33', 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'467010f9bae041b0aee6fd708be7cfa9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'df04d8d3-34fd-471a-a096-ea46f9940433', 'username': u'juju_epc-user_7d547c46-d6b6-4546-bf95-830f84d3ed33', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28: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-19 00:31:06,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 00:31:06,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 00:31:06,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 00:31:06,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 00:31:06,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 00:31:06,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 00:31:06,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 00:31:06,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 00:31:06,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 00:31:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 00:31:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 00:31:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 00:31:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 00:31:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 00:31:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 00:31:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 00:31:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 00:31:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 00:31:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 00:31:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 00:31:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 00:31:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 00:31:06,159 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_7d547c46-d6b6-4546-bf95-830f84d3ed33', 'password': 'df04d8d3-34fd-471a-a096-ea46f9940433', 'project_name': 'juju_epc-project_7d547c46-d6b6-4546-bf95-830f84d3ed33', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '467010f9bae041b0aee6fd708be7cfa9', 'project_domain_name': 'Default'} 2018-08-19 00:31:06,219 - 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-19 00:31:06,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-19 00:31:06,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-19 00:31:06,247 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 00:31:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-926cd764-693b-47cd-b127-163bb6a8052b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-19 00:31:06,248 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-926cd764-693b-47cd-b127-163bb6a8052b 2018-08-19 00:31:06,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:06,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437b90d1-e764-4467-adbd-16ac5fc1f111 Content-Encoding: gzip Content-Length: 858 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3220ab4ed05a40bf9d2e1278dcd6619d"}, "enabled": true, "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b1566ae2a5d4f7c81816c21ed2d5e40"}, "enabled": true, "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4730dc960cea404c8d1b192602e59886"}, "enabled": true, "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5a3d797353954386ba32f487084346f8"}, "enabled": true, "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/77553816578e44e0959db1d391266597"}, "enabled": true, "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86ee421a72744c04ab368db4e0c880a7"}, "enabled": true, "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/9adc66ad014f4961a9ea7d3ee8df592c"}, "enabled": true, "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a3ff63ef96d44f059d60f2be9db02efb"}, "enabled": true, "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/aab86086c08642bfbcea48c5aaba17a2"}, "enabled": true, "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/af10e8c2af504c21966e249d70c4e7e7"}, "enabled": true, "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/afe8d727d63246449c73cac35e11ef0e"}, "enabled": true, "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b47526e984904e72bfa0249a83525681"}, "enabled": true, "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c5b9a1d284ba4106bd4c78b348a7e9ce"}, "enabled": true, "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c653b08fa067480c945b92b71cdeab70"}, "enabled": true, "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/effb71043f3945f383eac25ddafdef1b"}, "enabled": true, "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-19 00:31:06,421 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-437b90d1-e764-4467-adbd-16ac5fc1f111 2018-08-19 00:31:06,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.180799007416s 2018-08-19 00:31:06,422 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-437b90d1-e764-4467-adbd-16ac5fc1f111 2018-08-19 00:31:06,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-19 00:31:06,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}34ab5cc39525e85ebf0975f91b049a45d3faa95c" 2018-08-19 00:31:06,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6deca35a-0491-47a3-b9a3-de153ccaad0a Content-Encoding: gzip Content-Length: 1968 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/06d1e0df179c4ead81cc7ee4f1bae18f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/094fd07337654d98a81dc9da17ce02c1"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a3d797353954386ba32f487084346f8", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0addbfd797dd4da79c77edb52acdc176"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "77553816578e44e0959db1d391266597", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0bb385316915449697a52e0ad24185fb"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "0bb385316915449697a52e0ad24185fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0f01d18bf3494e0e90a94ad016a06ec0"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b47526e984904e72bfa0249a83525681", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1026b6a41ef84c2da83afab3caacc51f"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/15c8d10470bc4eeb86390cb9e133ffe9"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2de6937a73624d15a426abc9bdd3a41a"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2fab6d97aaf042f492445f4cc31bea1d"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "77553816578e44e0959db1d391266597", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/377016d2a4044a9c8db046b9d0964b2d"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/378d62397f3c43999fd34d22c1cccb60"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3ecc8dee6f744a5f85e0a136fe9ce628"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/46bd8c98e8824585a41a22e1b8e7f514"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/47de5b7076c24ee9991a16ac4cb49bbf"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b47526e984904e72bfa0249a83525681", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4bd6b0c2f1aa47f8ab68403f095df70b"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "77553816578e44e0959db1d391266597", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/51ea6fcc6ec9487685840f661fc4836b"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "afe8d727d63246449c73cac35e11ef0e", "id": "51ea6fcc6ec9487685840f661fc4836b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/59a44f89b1334e308de7b3052f138ce1"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d41cebfd41e4d30b9e063735a377536"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3ff63ef96d44f059d60f2be9db02efb", "id": "5d41cebfd41e4d30b9e063735a377536"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d42a83da3984583955b15d96e42dd78"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "5d42a83da3984583955b15d96e42dd78"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6bf61535e71b483d975332971dbd53e2"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "6bf61535e71b483d975332971dbd53e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/70a83018c8ab42d7842fcd1e561f9443"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/79bd2e67979c4b98a6cd7b587673364a"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/85d5760d551f4df6aca4281b496996e9"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "85d5760d551f4df6aca4281b496996e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/88bee3eece5c4d3d9265744d414f3a5c"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8db9f2d240a941e69c0f51b2fec056be"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9846c41c525142b986ee32e0a2590b88"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aab86086c08642bfbcea48c5aaba17a2", "id": "9846c41c525142b986ee32e0a2590b88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9c044a08f6904fef94fb46c08a0e760a"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9edfe0f67787438e9dd2a753835b2219"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "id": "9edfe0f67787438e9dd2a753835b2219"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9f6f7811a111490890ac327d3cf34685"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "9f6f7811a111490890ac327d3cf34685"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a94c4442201c4c1eb0bdf19d770d51b2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9adc66ad014f4961a9ea7d3ee8df592c", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ad45a9ae800c40ec987b44cd1e0cdaff"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b2d458fe39ba4a8f8a29faff483f2061"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "af10e8c2af504c21966e249d70c4e7e7", "id": "b2d458fe39ba4a8f8a29faff483f2061"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c3c25fc6ad94447a821e727c7914c450"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a3d797353954386ba32f487084346f8", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d09f7ca50bc44f61a18f2e933a43be8f"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d949e52eaf1c417e99dd466d08796668"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c653b08fa067480c945b92b71cdeab70", "id": "d949e52eaf1c417e99dd466d08796668"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dc4971d81d4f49f085aab29433318ee3"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3220ab4ed05a40bf9d2e1278dcd6619d", "id": "dc4971d81d4f49f085aab29433318ee3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ddf00c1973954143b34284147dca8ad8"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b47526e984904e72bfa0249a83525681", "id": "ddf00c1973954143b34284147dca8ad8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8874e74ef74422cbd9dd953abc2082a"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86ee421a72744c04ab368db4e0c880a7", "id": "f8874e74ef74422cbd9dd953abc2082a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f8c17bbb087d49829022be469b32c1af"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a3d797353954386ba32f487084346f8", "id": "f8c17bbb087d49829022be469b32c1af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fe2efc0c246b4a7e9db6fedf44fd569e"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4730dc960cea404c8d1b192602e59886", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-19 00:31:06,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-6deca35a-0491-47a3-b9a3-de153ccaad0a 2018-08-19 00:31:06,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.104940891266s 2018-08-19 00:31:06,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-6deca35a-0491-47a3-b9a3-de153ccaad0a 2018-08-19 00:31:06,544 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-19 00:31:06,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-19 00:31:06,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3b73f01-71f8-4f4f-9500-7cfcb3a5ce67 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-08-19 00:31:06,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d3b73f01-71f8-4f4f-9500-7cfcb3a5ce67 2018-08-19 00:31:06,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-19 00:31:06,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T01:31:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "467010f9bae041b0aee6fd708be7cfa9", "name": "juju_epc-project_7d547c46-d6b6-4546-bf95-830f84d3ed33"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/467010f9bae041b0aee6fd708be7cfa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/467010f9bae041b0aee6fd708be7cfa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/467010f9bae041b0aee6fd708be7cfa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/467010f9bae041b0aee6fd708be7cfa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/467010f9bae041b0aee6fd708be7cfa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/467010f9bae041b0aee6fd708be7cfa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_467010f9bae041b0aee6fd708be7cfa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_467010f9bae041b0aee6fd708be7cfa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_7d547c46-d6b6-4546-bf95-830f84d3ed33", "id": "402d85058b7d480db063f7a1e99f5ef7"}, "audit_ids": ["altyd2HiSNSi6VoA4gVAbw"], "issued_at": "2018-08-19T00:31:06.000000Z"}} 2018-08-19 00:31:06,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 00:31:06,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}711f17a19254193b6bc64e594b4708eb35f24bb1" -d '{"network": {"name": "juju_epc-net_7d547c46-d6b6-4546-bf95-830f84d3ed33", "admin_state_up": true}}' 2018-08-19 00:31:07,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-94d98cf2-3b24-4a42-a769-eee9e19ff35d Date: Sun, 19 Aug 2018 00:31:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"467010f9bae041b0aee6fd708be7cfa9","created_at":"2018-08-19T00:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T00:31:07Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"467010f9bae041b0aee6fd708be7cfa9","id":"5c17af42-bfd2-4ba1-9f82-099f961ea68c","name":"juju_epc-net_7d547c46-d6b6-4546-bf95-830f84d3ed33"}} 2018-08-19 00:31:07,736 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-94d98cf2-3b24-4a42-a769-eee9e19ff35d 2018-08-19 00:31:07,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.781998157501s 2018-08-19 00:31:07,736 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-94d98cf2-3b24-4a42-a769-eee9e19ff35d 2018-08-19 00:31:07,736 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T00:31:07Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'5c17af42-bfd2-4ba1-9f82-099f961ea68c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_7d547c46-d6b6-4546-bf95-830f84d3ed33', u'admin_state_up': True, u'tenant_id': u'467010f9bae041b0aee6fd708be7cfa9', u'created_at': u'2018-08-19T00:31:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'467010f9bae041b0aee6fd708be7cfa9'}) 2018-08-19 00:31:07,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 00:31:07,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}711f17a19254193b6bc64e594b4708eb35f24bb1" 2018-08-19 00:31:07,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-f35a8201-32c8-44ec-a929-d48072fee103 Date: Sun, 19 Aug 2018 00:31:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T00:31:07Z","tenant_id":"467010f9bae041b0aee6fd708be7cfa9","created_at":"2018-08-19T00:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"467010f9bae041b0aee6fd708be7cfa9","id":"5c17af42-bfd2-4ba1-9f82-099f961ea68c","name":"juju_epc-net_7d547c46-d6b6-4546-bf95-830f84d3ed33"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4016d9bf-137d-47d2-ad3a-d1176fc3acd3"],"updated_at":"2018-08-18T21:02:22Z","tenant_id":"a717651222bc4d4aa3a98a890714bc85","created_at":"2018-08-18T20:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a717651222bc4d4aa3a98a890714bc85","id":"65cd7cef-6b04-450e-9f27-e630c6e3994e","name":"external"}]} 2018-08-19 00:31:07,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f35a8201-32c8-44ec-a929-d48072fee103 2018-08-19 00:31:07,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.137694120407s 2018-08-19 00:31:07,875 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f35a8201-32c8-44ec-a929-d48072fee103 2018-08-19 00:31:07,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 00:31:07,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}711f17a19254193b6bc64e594b4708eb35f24bb1" -d '{"subnet": {"name": "juju_epc-subnet_7d547c46-d6b6-4546-bf95-830f84d3ed33", "enable_dhcp": true, "network_id": "5c17af42-bfd2-4ba1-9f82-099f961ea68c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-08-19 00:31:09,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-92765634-bda1-4365-9b9b-0c81d4de8532 Date: Sun, 19 Aug 2018 00:31:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c17af42-bfd2-4ba1-9f82-099f961ea68c","tenant_id":"467010f9bae041b0aee6fd708be7cfa9","created_at":"2018-08-19T00:31:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T00:31:08Z","gateway_ip":"192.168.121.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.121.0/24","project_id":"467010f9bae041b0aee6fd708be7cfa9","id":"fc70f835-a117-4200-ac6a-c054088d737f","subnetpool_id":null,"name":"juju_epc-subnet_7d547c46-d6b6-4546-bf95-830f84d3ed33"}} 2018-08-19 00:31:09,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-92765634-bda1-4365-9b9b-0c81d4de8532 2018-08-19 00:31:09,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.18892407417s 2018-08-19 00:31:09,067 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-92765634-bda1-4365-9b9b-0c81d4de8532 2018-08-19 00:31:09,067 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T00:31:08Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.121.2', u'end': u'192.168.121.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.121.0/24', u'id': u'fc70f835-a117-4200-ac6a-c054088d737f', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_7d547c46-d6b6-4546-bf95-830f84d3ed33', u'enable_dhcp': True, u'network_id': u'5c17af42-bfd2-4ba1-9f82-099f961ea68c', u'tenant_id': u'467010f9bae041b0aee6fd708be7cfa9', u'created_at': u'2018-08-19T00:31:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'467010f9bae041b0aee6fd708be7cfa9'}) 2018-08-19 00:31:09,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 00:31:09,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}711f17a19254193b6bc64e594b4708eb35f24bb1" -d '{"router": {"external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e"}, "name": "juju_epc-router_7d547c46-d6b6-4546-bf95-830f84d3ed33", "admin_state_up": true}}' 2018-08-19 00:31:10,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-2e04cc66-961c-4acd-93ec-f8e49f6cb609 Date: Sun, 19 Aug 2018 00:31:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "467010f9bae041b0aee6fd708be7cfa9", "created_at": "2018-08-19T00:31:09Z", "admin_state_up": true, "updated_at": "2018-08-19T00:31:09Z", "revision_number": 2, "routes": [], "project_id": "467010f9bae041b0aee6fd708be7cfa9", "id": "bd471b53-0a2a-4ea8-8b84-833207df5152", "name": "juju_epc-router_7d547c46-d6b6-4546-bf95-830f84d3ed33"}} 2018-08-19 00:31:10,062 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2e04cc66-961c-4acd-93ec-f8e49f6cb609 2018-08-19 00:31:10,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 0.994602918625s 2018-08-19 00:31:10,063 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2e04cc66-961c-4acd-93ec-f8e49f6cb609 2018-08-19 00:31:10,063 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'65cd7cef-6b04-450e-9f27-e630c6e3994e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4016d9bf-137d-47d2-ad3a-d1176fc3acd3', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'467010f9bae041b0aee6fd708be7cfa9', u'created_at': u'2018-08-19T00:31:09Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T00:31:09Z', u'revision_number': 2, u'routes': [], u'project_id': u'467010f9bae041b0aee6fd708be7cfa9', u'id': u'bd471b53-0a2a-4ea8-8b84-833207df5152', u'name': u'juju_epc-router_7d547c46-d6b6-4546-bf95-830f84d3ed33'}) 2018-08-19 00:31:10,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 00:31:10,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/bd471b53-0a2a-4ea8-8b84-833207df5152/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}711f17a19254193b6bc64e594b4708eb35f24bb1" -d '{"subnet_id": "fc70f835-a117-4200-ac6a-c054088d737f"}' 2018-08-19 00:31:12,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b06e1280-8f35-4aa4-a1e7-396bb30db4ca Date: Sun, 19 Aug 2018 00:31:12 GMT RESP BODY: {"network_id": "5c17af42-bfd2-4ba1-9f82-099f961ea68c", "tenant_id": "467010f9bae041b0aee6fd708be7cfa9", "subnet_id": "fc70f835-a117-4200-ac6a-c054088d737f", "subnet_ids": ["fc70f835-a117-4200-ac6a-c054088d737f"], "port_id": "e88f1ff6-740c-4cb3-845a-0e7e9c63695b", "id": "bd471b53-0a2a-4ea8-8b84-833207df5152"} 2018-08-19 00:31:12,269 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/bd471b53-0a2a-4ea8-8b84-833207df5152/add_router_interface.json used request id req-b06e1280-8f35-4aa4-a1e7-396bb30db4ca 2018-08-19 00:31:12,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.20489788055s 2018-08-19 00:31:12,269 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/bd471b53-0a2a-4ea8-8b84-833207df5152/add_router_interface.json used request id req-b06e1280-8f35-4aa4-a1e7-396bb30db4ca returning object bd471b53-0a2a-4ea8-8b84-833207df5152 2018-08-19 00:31:12,270 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-19 00:31:15,392 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:f4a9830fb482d07eec07c8532a1c265e sha256:1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d 2018-08-19 00:31:15,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-19 00:31:15,400 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 00:31:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-08-19 00:31:15,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 00:31:15,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}711f17a19254193b6bc64e594b4708eb35f24bb1" 2018-08-19 00:31:15,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-92e9a0be-49c1-4dbe-ada3-133a7364cf3f Date: Sun, 19 Aug 2018 00:31:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 00:31:15,800 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-92e9a0be-49c1-4dbe-ada3-133a7364cf3f 2018-08-19 00:31:15,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.394791841507s 2018-08-19 00:31:15,801 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-92e9a0be-49c1-4dbe-ada3-133a7364cf3f 2018-08-19 00:31:15,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 00:31:15,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}711f17a19254193b6bc64e594b4708eb35f24bb1" -d '{"owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "owner_specified.shade.object": "images/juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33"}' 2018-08-19 00:31:16,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/78df6119-3aca-4175-845c-196962d5259e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-14d0b6ff-6294-410b-b0d6-e3d23e2e95f9 Date: Sun, 19 Aug 2018 00:31:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:31:16Z", "file": "/v2/images/78df6119-3aca-4175-845c-196962d5259e/file", "owner": "467010f9bae041b0aee6fd708be7cfa9", "id": "78df6119-3aca-4175-845c-196962d5259e", "size": null, "self": "/v2/images/78df6119-3aca-4175-845c-196962d5259e", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "checksum": null, "created_at": "2018-08-19T00:31:16Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 00:31:16,150 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-14d0b6ff-6294-410b-b0d6-e3d23e2e95f9 2018-08-19 00:31:16,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.341787815094s 2018-08-19 00:31:16,151 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-14d0b6ff-6294-410b-b0d6-e3d23e2e95f9 returning object 78df6119-3aca-4175-845c-196962d5259e 2018-08-19 00:31:16,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 00:31:16,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/78df6119-3aca-4175-845c-196962d5259e/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}711f17a19254193b6bc64e594b4708eb35f24bb1" -d '' 2018-08-19 00:31:20,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-18701ec9-1b9b-4967-bbbf-f992444e7a89 Date: Sun, 19 Aug 2018 00:31: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-19 00:31:20,926 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/78df6119-3aca-4175-845c-196962d5259e/file used request id req-18701ec9-1b9b-4967-bbbf-f992444e7a89 2018-08-19 00:31:20,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.77474808693s 2018-08-19 00:31:20,926 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/78df6119-3aca-4175-845c-196962d5259e/file used request id req-18701ec9-1b9b-4967-bbbf-f992444e7a89 2018-08-19 00:31:20,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 00:31:20,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}711f17a19254193b6bc64e594b4708eb35f24bb1" 2018-08-19 00:31:20,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-1128be52-eb27-48e3-a015-bcf4ea8148ab Date: Sun, 19 Aug 2018 00:31:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:31:20Z", "file": "/v2/images/78df6119-3aca-4175-845c-196962d5259e/file", "owner": "467010f9bae041b0aee6fd708be7cfa9", "id": "78df6119-3aca-4175-845c-196962d5259e", "size": 296681472, "self": "/v2/images/78df6119-3aca-4175-845c-196962d5259e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/78df6119-3aca-4175-845c-196962d5259e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/78df6119-3aca-4175-845c-196962d5259e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-19T00:31:16Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 00:31:20,969 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1128be52-eb27-48e3-a015-bcf4ea8148ab 2018-08-19 00:31:20,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.038428068161s 2018-08-19 00:31:20,969 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1128be52-eb27-48e3-a015-bcf4ea8148ab 2018-08-19 00:31:20,971 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/78df6119-3aca-4175-845c-196962d5259e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/78df6119-3aca-4175-845c-196962d5259e/file', 'owner': u'467010f9bae041b0aee6fd708be7cfa9', 'id': u'78df6119-3aca-4175-845c-196962d5259e', 'size': 296681472, u'self': u'/v2/images/78df6119-3aca-4175-845c-196962d5259e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'467010f9bae041b0aee6fd708be7cfa9', 'name': 'juju_epc-project_7d547c46-d6b6-4546-bf95-830f84d3ed33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/78df6119-3aca-4175-845c-196962d5259e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T00:31:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T00:31:20Z', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', 'properties': {u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', u'self': u'/v2/images/78df6119-3aca-4175-845c-196962d5259e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33', 'created': u'2018-08-19T00:31:16Z', 'checksum': u'f4a9830fb482d07eec07c8532a1c265e', 'created_at': u'2018-08-19T00:31:16Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', 'metadata': {u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', u'self': u'/v2/images/78df6119-3aca-4175-845c-196962d5259e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}}) 2018-08-19 00:31:22,612 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 78df6119-3aca-4175-845c-196962d5259e -s xenial -r regionOne -u http://172.30.9.28: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-19 00:31:22,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 00:31:22,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}34ab5cc39525e85ebf0975f91b049a45d3faa95c" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_7d547c46-d6b6-4546-bf95-830f84d3ed33", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-19 00:31:22,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31: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-2197662f-81b5-45c0-b553-a3848abec004 x-compute-request-id: req-2197662f-81b5-45c0-b553-a3848abec004 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_7d547c46-d6b6-4546-bf95-830f84d3ed33", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/362e740f-4128-4e15-aa86-ff6f54230135", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/362e740f-4128-4e15-aa86-ff6f54230135", "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": "362e740f-4128-4e15-aa86-ff6f54230135"}} 2018-08-19 00:31:22,928 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2197662f-81b5-45c0-b553-a3848abec004 2018-08-19 00:31:22,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.315147161484s 2018-08-19 00:31:22,929 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2197662f-81b5-45c0-b553-a3848abec004 2018-08-19 00:31:22,930 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_7d547c46-d6b6-4546-bf95-830f84d3ed33', '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'916340bf06fe4cb5a723b53dc60090de', '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'362e740f-4128-4e15-aa86-ff6f54230135', 'swap': 0}) 2018-08-19 00:31:22,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 00:31:22,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/362e740f-4128-4e15-aa86-ff6f54230135/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}34ab5cc39525e85ebf0975f91b049a45d3faa95c" -d '{"extra_specs": {}}' 2018-08-19 00:31:22,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31: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-99351947-0d18-4c0e-a472-8a22821db9c0 x-compute-request-id: req-99351947-0d18-4c0e-a472-8a22821db9c0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 00:31:22,953 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/362e740f-4128-4e15-aa86-ff6f54230135/os-extra_specs used request id req-99351947-0d18-4c0e-a472-8a22821db9c0 2018-08-19 00:31:22,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0229740142822s 2018-08-19 00:31:22,954 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/362e740f-4128-4e15-aa86-ff6f54230135/os-extra_specs used request id req-99351947-0d18-4c0e-a472-8a22821db9c0 2018-08-19 00:31:22,954 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-19 00:31:22,956 - 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 | h9pEogaJo6cWMVkr3rX2VUlOo | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-223 | | SDN_CONTROLLER_IP | 192.30.9.3 | | 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-19 00:31:22,963 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-19 00:31:23,057 - 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-19 00:31:23,057 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-19 00:31:23,157 - 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-19 00:31:23,157 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-19 00:31:25,196 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:d7ba271c24da7bd727354314039ce602 sha256:8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555 2018-08-19 00:31:25,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 00:31:25,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}711f17a19254193b6bc64e594b4708eb35f24bb1" 2018-08-19 00:31:25,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-300dfcc9-a82d-4257-aa69-6d21e616c6d0 Date: Sun, 19 Aug 2018 00:31:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:31:20Z", "file": "/v2/images/78df6119-3aca-4175-845c-196962d5259e/file", "owner": "467010f9bae041b0aee6fd708be7cfa9", "id": "78df6119-3aca-4175-845c-196962d5259e", "size": 296681472, "self": "/v2/images/78df6119-3aca-4175-845c-196962d5259e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/78df6119-3aca-4175-845c-196962d5259e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/78df6119-3aca-4175-845c-196962d5259e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-19T00:31:16Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 00:31:25,233 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-300dfcc9-a82d-4257-aa69-6d21e616c6d0 2018-08-19 00:31:25,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341210365295s 2018-08-19 00:31:25,234 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-300dfcc9-a82d-4257-aa69-6d21e616c6d0 2018-08-19 00:31:25,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 00:31:25,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}711f17a19254193b6bc64e594b4708eb35f24bb1" -d '{"owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "owner_specified.shade.object": "images/juju_epc-img_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33"}' 2018-08-19 00:31:25,381 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2c336c7c-2669-443d-a0d6-6e7e7c4f9ecb Date: Sun, 19 Aug 2018 00:31:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:31:25Z", "file": "/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7/file", "owner": "467010f9bae041b0aee6fd708be7cfa9", "id": "6a19cb7f-c324-4c31-9514-b97c20477ce7", "size": null, "self": "/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "juju_epc-img_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33", "checksum": null, "created_at": "2018-08-19T00:31:25Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 00:31:25,381 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2c336c7c-2669-443d-a0d6-6e7e7c4f9ecb 2018-08-19 00:31:25,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.142200946808s 2018-08-19 00:31:25,381 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2c336c7c-2669-443d-a0d6-6e7e7c4f9ecb returning object 6a19cb7f-c324-4c31-9514-b97c20477ce7 2018-08-19 00:31:25,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 00:31:25,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7/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}711f17a19254193b6bc64e594b4708eb35f24bb1" -d '' 2018-08-19 00:31:29,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4bc77e9c-5baf-4681-94a5-d086bf1cd8e0 Date: Sun, 19 Aug 2018 00:31:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 00:31:29,988 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7/file used request id req-4bc77e9c-5baf-4681-94a5-d086bf1cd8e0 2018-08-19 00:31:29,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.60612893105s 2018-08-19 00:31:29,988 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7/file used request id req-4bc77e9c-5baf-4681-94a5-d086bf1cd8e0 2018-08-19 00:31:29,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 00:31:29,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}711f17a19254193b6bc64e594b4708eb35f24bb1" 2018-08-19 00:31:30,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2729 Content-Type: application/json X-Openstack-Request-Id: req-1e14f146-17f4-4f3b-bb41-57c8bb0b5ca1 Date: Sun, 19 Aug 2018 00:31:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:31:29Z", "file": "/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7/file", "owner": "467010f9bae041b0aee6fd708be7cfa9", "id": "6a19cb7f-c324-4c31-9514-b97c20477ce7", "size": 263324160, "self": "/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/6a19cb7f-c324-4c31-9514-b97c20477ce7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/6a19cb7f-c324-4c31-9514-b97c20477ce7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "juju_epc-img_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-19T00:31:25Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:31:20Z", "file": "/v2/images/78df6119-3aca-4175-845c-196962d5259e/file", "owner": "467010f9bae041b0aee6fd708be7cfa9", "id": "78df6119-3aca-4175-845c-196962d5259e", "size": 296681472, "self": "/v2/images/78df6119-3aca-4175-845c-196962d5259e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/78df6119-3aca-4175-845c-196962d5259e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/78df6119-3aca-4175-845c-196962d5259e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-19T00:31:16Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 00:31:30,053 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1e14f146-17f4-4f3b-bb41-57c8bb0b5ca1 2018-08-19 00:31:30,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0604600906372s 2018-08-19 00:31:30,053 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1e14f146-17f4-4f3b-bb41-57c8bb0b5ca1 2018-08-19 00:31:30,056 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/6a19cb7f-c324-4c31-9514-b97c20477ce7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7/file', 'owner': u'467010f9bae041b0aee6fd708be7cfa9', 'id': u'6a19cb7f-c324-4c31-9514-b97c20477ce7', 'size': 263324160, u'self': u'/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'467010f9bae041b0aee6fd708be7cfa9', 'name': 'juju_epc-project_7d547c46-d6b6-4546-bf95-830f84d3ed33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/6a19cb7f-c324-4c31-9514-b97c20477ce7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T00:31:29Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T00:31:29Z', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/juju_epc-img_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', 'properties': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/juju_epc-img_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33', 'created': u'2018-08-19T00:31:25Z', 'checksum': u'd7ba271c24da7bd727354314039ce602', 'created_at': u'2018-08-19T00:31:25Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', 'metadata': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/juju_epc-img_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}}) 2018-08-19 00:31:30,221 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 6a19cb7f-c324-4c31-9514-b97c20477ce7 -s trusty -r regionOne -u http://172.30.9.28: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-19 00:31:30,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 00:31:30,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}34ab5cc39525e85ebf0975f91b049a45d3faa95c" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-19 00:31:30,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31: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-9364c6fd-4a09-4f2f-a9ca-c1855bc52f78 x-compute-request-id: req-9364c6fd-4a09-4f2f-a9ca-c1855bc52f78 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e00bd90d-69d2-41b6-b011-e7ed5d0ef534", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e00bd90d-69d2-41b6-b011-e7ed5d0ef534", "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": "e00bd90d-69d2-41b6-b011-e7ed5d0ef534"}} 2018-08-19 00:31:30,294 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9364c6fd-4a09-4f2f-a9ca-c1855bc52f78 2018-08-19 00:31:30,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0722670555115s 2018-08-19 00:31:30,295 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9364c6fd-4a09-4f2f-a9ca-c1855bc52f78 2018-08-19 00:31:30,296 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33', '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'916340bf06fe4cb5a723b53dc60090de', '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'e00bd90d-69d2-41b6-b011-e7ed5d0ef534', 'swap': 0}) 2018-08-19 00:31:30,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 00:31:30,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/e00bd90d-69d2-41b6-b011-e7ed5d0ef534/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}34ab5cc39525e85ebf0975f91b049a45d3faa95c" -d '{"extra_specs": {}}' 2018-08-19 00:31:30,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 00:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f88f638-de55-4672-8682-19e1261645eb x-compute-request-id: req-9f88f638-de55-4672-8682-19e1261645eb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 00:31:30,317 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e00bd90d-69d2-41b6-b011-e7ed5d0ef534/os-extra_specs used request id req-9f88f638-de55-4672-8682-19e1261645eb 2018-08-19 00:31:30,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203540325165s 2018-08-19 00:31:30,317 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e00bd90d-69d2-41b6-b011-e7ed5d0ef534/os-extra_specs used request id req-9f88f638-de55-4672-8682-19e1261645eb 2018-08-19 00:31:30,318 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-19 04:16:34,555 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['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=5c17af42-bfd2-4ba1-9f82-099f961ea68c', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 00:31:30 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 00:31:30 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=5c17af42-bfd2-4ba1-9f82-099f961ea68c", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 00:31:30 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 00:31:30 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[use-floating-ip:true use-default-secgroup:true network:5c17af42-bfd2-4ba1-9f82-099f961ea68c external-network:] 00:31:30 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 00:31:30 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[test-mode:false ignore-machine-addresses:false provisioner-harvest-mode:destroyed logging-config: type:openstack logforward-enabled:false apt-https-proxy: https-proxy: enable-os-upgrade:true update-status-hook-interval:5m external-network: disable-network-management:false agent-metadata-url: automatically-retry-hooks:true max-action-results-size:5G default-series:xenial no-proxy:127.0.0.1,localhost,::1 net-bond-reconfigure-delay:17 resource-tags: uuid:8bed78a4-4b5a-4604-81d4-1b84efb4c6a1 max-status-history-age:336h http-proxy: ftp-proxy: apt-ftp-proxy: max-action-results-age:336h network:5c17af42-bfd2-4ba1-9f82-099f961ea68c image-stream:released image-metadata-url: name:controller ssl-hostname-verification:false apt-mirror: transmit-vendor-metrics:true agent-stream:released max-status-history-size:5G apt-no-proxy: development:false use-default-secgroup:true authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBHrpQOft6MSinmfqxuGp1MGO24S1KhiPJaZtMnBL71YiiFXPg7I+kWkQAcgFOjbnqnguL/Cm7+9YsdzHBmxoRMG/ejiXCe2F5wKiZhN2ucvXBBmdXpPX/+xW09p7an4AJNoPleLhSlndi1VDIuybZNdlyCa0jszjch3X3EXwyLs0bFD7cn29JG/SabVX8e8JlG9YBGKYFyWxYsMfP1TtaSeHAg/dSmEkvWY8k55fOBv37GRlzWkOSpQT3z0GpwsDHhJgi/RyqGuTNmPc2GjrtobqB1bcPazTTgX29517hIRO+QMFCxrNQ2bwGZK3sxXXdMpHo+KfXYR00nLQ4QYDl juju-client-key apt-http-proxy: firewall-mode:instance enable-os-refresh-update:true proxy-ssh:false use-floating-ip:true] 00:31:30 INFO juju.provider.openstack provider.go:144 opening model "controller" 00:31:31 DEBUG goose :1 auth details: &{Token:gAAAAABbeLpjgFGx3zIF8zr_m-QDMCsOFyewUuC1pzYfWLA9wQpAPRnRNb8CRDIA6tOaKN6EfAOGVXWPe7k2E3HWyS5uChS2_CzcS-eI5x4acd6H9ysDWVjK2uvwGQe5JHokaw3zf9h3fqKTJ4O3kXe4nmI4AbCBihGrLx9KaU2YqNqG38M-x6M TenantId:467010f9bae041b0aee6fd708be7cfa9 UserId:402d85058b7d480db063f7a1e99f5ef7 Domain: RegionServiceURLs:map[regionOne:map[network:http://172.30.9.28:9696 compute:http://172.30.9.28:8774/v2.1 placement:http://172.30.9.28:8778/placement event:http://172.30.9.28:8977 cloudformation:http://172.30.9.28:8000/v1 object-store:http://172.30.9.28:8080/v1/AUTH_467010f9bae041b0aee6fd708be7cfa9 orchestration:http://172.30.9.28:8004/v1/467010f9bae041b0aee6fd708be7cfa9 volumev2:http://172.30.9.28:8776/v2/467010f9bae041b0aee6fd708be7cfa9 image:http://172.30.9.28:9292 volumev3:http://172.30.9.28:8776/v3/467010f9bae041b0aee6fd708be7cfa9 metric:http://172.30.9.28:8041 volume:http://172.30.9.28:8776/v1/467010f9bae041b0aee6fd708be7cfa9 identity:http://172.30.9.28:5000 alarming:http://172.30.9.28:8042]]} 00:31:31 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 00:31:31 DEBUG goose :1 performing API version discovery for "http://172.30.9.28:8774/" 00:31:31 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.28:8774/v2.1/ Rel:self}] Status:CURRENT}] 00:31:31 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 00:31:31 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 00:31:31 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 00:31:31 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 00:31:31 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 00:31:31 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 00:31:31 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 00:31:31 INFO cmd bootstrap.go:233 Loading image metadata 00:31:31 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 00:31:31 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 00:31:31 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 00:31:31 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.28:5000/v3} [quantal vivid zesty win2012 centos7 opensuseleap win2012hvr2 win2012r2 win2016 yakkety win7 win8 saucy utopic win2008r2 trusty wily win2012hv raring win2016nano win10 genericlinux xenial win81 precise win2016hv] [amd64 i386 armhf arm64 ppc64el s390x] released}} 00:31:31 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 00:31:34 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 00:31:35 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.28:5000/v3} not found 00:31:35 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.28:5000/v3} not found 00:31:35 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 00:31:35 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 00:31:35 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 00:31:35 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 00:31:35 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 00:31:35 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 00:31:35 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 00:31:35 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 00:31:35 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 00:31:37 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 []} 00:31:40 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 00:31:40 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 00:31:40 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 00:31:40 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:78df6119-3aca-4175-845c-196962d5259e Arch:amd64 VirtType:}] 00:31:40 INFO juju.environs.instances image.go:106 find instance - using image with id: 78df6119-3aca-4175-845c-196962d5259e 00:31:40 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 00:31:40 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 00:31:40 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2493 bytes 00:31:40 DEBUG juju.provider.openstack provider.go:1022 using network id "5c17af42-bfd2-4ba1-9f82-099f961ea68c" 00:31:40 DEBUG goose :1 performing API version discovery for "http://172.30.9.28:9696/" 00:31:40 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:9696/v2.0/ Rel:self}] Status:CURRENT}] 00:31:43 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "98681f09-022c-4560-a421-1621749c49bb" has status BUILD, wait 10 seconds before retry, attempt 11 00:33:45 INFO juju.provider.openstack provider.go:1189 started instance "98681f09-022c-4560-a421-1621749c49bb" 00:33:45 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 00:33:46 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.204 00:33:46 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.204 - 98681f09-022c-4560-a421-1621749c49bb (arch=amd64 mem=2G cores=1) 00:33:49 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 00:33:49 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 00:33:49 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 00:33:49 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 00:33:52 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 00:33:52 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 00:33:53 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 Attempting to connect to 172.30.9.204:22 Attempting to connect to 192.168.121.12:22 00:33:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:33:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Connection refused 00:34:03 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:34:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Connection refused 00:34:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Connection refused 00:34:13 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:34:13 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Connection refused 00:34:18 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Connection refused 00:34:23 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:34:23 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Connection refused 00:34:28 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Connection refused 00:34:33 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:34:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Connection refused 00:34:38 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Connection refused 00:34:42 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:34:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Connection refused 00:34:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 00:34:53 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:34:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:34:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 00:34:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:03 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:35:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:13 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:35:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:22 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:35:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:34 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:35:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:43 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:35:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:52 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:35:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:35:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:35:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:36:03 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:36:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:36:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:36:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:36:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:36:13 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:36:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:36:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:36:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:36:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: /var/lib/juju/nonce.txt does not exist 00:36:23 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 00:36:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.12 failed: ssh: connect to host 192.168.121.12 port 22: Connection refused 00:36:24 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-b4c6a1-controller-0: Connection timed out Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'init-local' at Sun, 19 Aug 2018 00:33:45 +0000. Up 5.45 seconds. 2018-08-19 00:33:55,687 - util.py[WARNING]: No active metadata service found Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'init' at Sun, 19 Aug 2018 00:33:56 +0000. Up 16.46 seconds. ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: | ens3 | True | 192.168.121.12 | 255.255.255.0 | global | fa:16:3e:e2:2a:db | ci-info: | ens3 | True | fe80::f816:3eff:fee2:2adb/64 | . | link | fa:16:3e:e2:2a:db | ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | ci-info: | lo | True | ::1/128 | . | host | . | ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.121.1 | 0.0.0.0 | ens3 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.121.2 | 255.255.255.255 | ens3 | UGH | ci-info: | 2 | 192.168.121.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ ci-info: +-------+-------------+---------+-----------+-------+ ci-info: | Route | Destination | Gateway | Interface | Flags | ci-info: +-------+-------------+---------+-----------+-------+ ci-info: | 0 | fe80::/64 | :: | ens3 | U | ci-info: | 3 | ff00::/8 | :: | ens3 | U | ci-info: +-------+-------------+---------+-----------+-------+ Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'modules:config' at Sun, 19 Aug 2018 00:35:21 +0000. Up 102.20 seconds. + install -D -m 644 /dev/null /etc/systemd/system/juju-clean-shutdown.service + printf %s\n [Unit] Description=Stop all network interfaces on shutdown DefaultDependencies=false After=final.target [Service] Type=oneshot ExecStart=/sbin/ifdown -a -v --force StandardOutput=tty StandardError=tty [Install] WantedBy=final.target + /bin/systemctl enable /etc/systemd/system/juju-clean-shutdown.service Created symlink from /etc/systemd/system/final.target.wants/juju-clean-shutdown.service to /etc/systemd/system/juju-clean-shutdown.service. + install -D -m 644 /dev/null /var/lib/juju/nonce.txt + printf %s\n user-admin:bootstrap Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'modules:final' at Sun, 19 Aug 2018 00:36:23 +0000. Up 163.69 seconds. Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 finished at Sun, 19 Aug 2018 00:36:23 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 163.93 seconds Logging to /var/log/cloud-init-output.log on the bootstrap machine Regenerating SSH RSA host key 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: SHA256:OnrZU9lRUfRCwDHwk7nngIIrWa0zzb9L5du7lLJ0nzo root@juju-b4c6a1-controller-0 The key's randomart image is: +---[RSA 2048]----+ | .o+oo+o| | ..=. .| | =.. .| | o ..o . | | o S .o+.. | | o * .oo.+ . | | o Boo.. + = | | oo+oo . E ..| | .. .+oo.*+.| +----[SHA256]-----+ 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: SHA256:hbT8PkMmbTdETrWRT7t+k9225jGxDBWO6cjoVKv+U+M root@juju-b4c6a1-controller-0 The key's randomart image is: +---[DSA 1024]----+ | . o.oo | | o o + =oo| | + ..oo.=.| | ++.+ ...| | So*+oo ..| | o*.. +o.o| | o+ o o=+| | . + E =B| | .... o++| +----[SHA256]-----+ 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: SHA256:omY32xCC+vBe978MKUuSfkkrrou8v/OAq8sgRLb2vLA root@juju-b4c6a1-controller-0 The key's randomart image is: +---[ECDSA 256]---+ | | | | | o | |o .. | | +. . o S | |o.+ +.o . | |=o +B.Boo | |==+*+=+O o | |=EOB*+o o.+. | +----[SHA256]-----+ Running apt-get update Err:1 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Running apt-get upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Installing curl, cpu-checker, bridge-utils, cloud-utils, tmux Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.47.0-1ubuntu2.8). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 [6,862 B] Fetched 6,862 B in 1min 5s (103 B/s) E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 10.6 kB/17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 [10.6 kB] Fetched 10.6 kB in 0s (35.6 kB/s) Selecting previously unselected package msr-tools. (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 ... 54131 files and directories currently installed.) Preparing to unpack .../msr-tools_1.3-2_amd64.deb ... Unpacking msr-tools (1.3-2) ... Selecting previously unselected package cpu-checker. Preparing to unpack .../cpu-checker_0.7-0ubuntu7_amd64.deb ... Unpacking cpu-checker (0.7-0ubuntu7) ... Processing triggers for man-db (2.7.5-1) ... Setting up msr-tools (1.3-2) ... Setting up cpu-checker (0.7-0ubuntu7) ... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: bridge-utils 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 28.6 kB of archives. After this operation, 102 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB] Fetched 28.6 kB in 0s (58.3 kB/s) Selecting previously unselected package bridge-utils. (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 ... 54145 files and directories currently installed.) Preparing to unpack .../bridge-utils_1.5-9ubuntu1_amd64.deb ... Unpacking bridge-utils (1.5-9ubuntu1) ... Processing triggers for man-db (2.7.5-1) ... Setting up bridge-utils (1.5-9ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cloud-image-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils Suggested packages: cloud-utils-euca shunit2 wodim cdrkit-doc debootstrap bsd-mailx | mailx The following NEW packages will be installed: cloud-image-utils cloud-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 6,375 kB of archives. After this operation, 24.2 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libiscsi2 amd64 1.12.0-2 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 distro-info amd64 0.14build1 [20.0 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 genisoimage amd64 9:1.1.11-3ubuntu1 [316 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.10-0ubuntu0.16.04.1 [1,646 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.10-0ubuntu0.16.04.1 [2,193 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-block-extra amd64 1:2.5+dfsg-5ubuntu10.31 [31.2 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-utils amd64 1:2.5+dfsg-5ubuntu10.31 [578 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sharutils amd64 1:4.15.2-1ubuntu0.1 [148 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-image-utils all 0.27-0ubuntu25.1 [15.8 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-utils all 0.27-0ubuntu25.1 [1,512 B] Fetched 6,375 kB in 3s (1,636 kB/s) Selecting previously unselected package libiscsi2:amd64. (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 ... 54171 files and directories currently installed.) Preparing to unpack .../libiscsi2_1.12.0-2_amd64.deb ... Unpacking libiscsi2:amd64 (1.12.0-2) ... Selecting previously unselected package distro-info. Preparing to unpack .../distro-info_0.14build1_amd64.deb ... Unpacking distro-info (0.14build1) ... Selecting previously unselected package genisoimage. Preparing to unpack .../genisoimage_9%3a1.1.11-3ubuntu1_amd64.deb ... Unpacking genisoimage (9:1.1.11-3ubuntu1) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../libaio1_0.3.110-2_amd64.deb ... Unpacking libaio1:amd64 (0.3.110-2) ... Selecting previously unselected package libboost-iostreams1.58.0:amd64. Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-system1.58.0:amd64. Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-random1.58.0:amd64. Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-thread1.58.0:amd64. Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package librados2. Preparing to unpack .../librados2_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package qemu-block-extra:amd64. Preparing to unpack .../qemu-block-extra_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../qemu-utils_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package sharutils. Preparing to unpack .../sharutils_1%3a4.15.2-1ubuntu0.1_amd64.deb ... Unpacking sharutils (1:4.15.2-1ubuntu0.1) ... Selecting previously unselected package cloud-image-utils. Preparing to unpack .../cloud-image-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-image-utils (0.27-0ubuntu25.1) ... Selecting previously unselected package cloud-utils. Preparing to unpack .../cloud-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Setting up libiscsi2:amd64 (1.12.0-2) ... Setting up distro-info (0.14build1) ... Setting up genisoimage (9:1.1.11-3ubuntu1) ... Setting up libaio1:amd64 (0.3.110-2) ... Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up sharutils (1:4.15.2-1ubuntu0.1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Setting up librados2 (10.2.10-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.10-0ubuntu0.16.04.1) ... Setting up qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Setting up qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Setting up cloud-image-utils (0.27-0ubuntu25.1) ... Setting up cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Reading package lists... Building dependency tree... Reading state information... tmux is already the newest version (2.1-3build1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Fetching Juju agent version 2.2.9 for amd64 Attempt 1 to download tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz... tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz downloaded: HTTP 200; time 8.869s; size 22122498 bytes; speed 2494269.000 bytes/s Tools downloaded successfully. d1347b6d15d4d22a7b23d7e4a6dab35c9d078bf628b59bed520bb7788dc782be /var/lib/juju/tools/2.2.9-xenial-amd64/tools.tar.gz aac0f29a991b188549d92bc44a37bdf8e765fe8c4dd221d8d2073c91aa1732eb /var/lib/juju/gui/gui.tar.bz2 Installing Juju machine agent 2018-08-19 04:16:31 INFO juju.cmd supercommand.go:63 running jujud [2.2.9 gc go1.8] 2018-08-19 04:16:31 DEBUG juju.cmd supercommand.go:64 args: []string{"/var/lib/juju/tools/2.2.9-xenial-amd64/jujud", "bootstrap-state", "--timeout", "20m0s", "--data-dir", "/var/lib/juju", "--debug", "/var/lib/juju/bootstrap-params"} 2018-08-19 04:16:31 DEBUG juju.agent agent.go:552 read agent config, format "2.0" 2018-08-19 04:16:31 INFO juju.provider.openstack provider.go:144 opening model "controller" 2018-08-19 04:16:31 DEBUG goose :22 auth details: &{Token:gAAAAABbeO8fKM5OSxUNOV3P-Z_IYunnH4fdQAzdaDm7bH2y_zFKmW006dk-CnA0GwT0TvBY15FDTEuZieJ1ZdCzscBRmqIp4uSCQjpZQAaV29o332LQwwIkN5I3bKtWqXtFQxOVQTJ1huI5RArJ-vYCSmqMqVxLnPdSFmBvSbO8r8HjoPchRSw TenantId:467010f9bae041b0aee6fd708be7cfa9 UserId:402d85058b7d480db063f7a1e99f5ef7 Domain: RegionServiceURLs:map[regionOne:map[volumev2:http://172.30.9.28:8776/v2/467010f9bae041b0aee6fd708be7cfa9 placement:http://172.30.9.28:8778/placement event:http://172.30.9.28:8977 identity:http://172.30.9.28:5000 image:http://172.30.9.28:9292 cloudformation:http://172.30.9.28:8000/v1 volumev3:http://172.30.9.28:8776/v3/467010f9bae041b0aee6fd708be7cfa9 orchestration:http://172.30.9.28:8004/v1/467010f9bae041b0aee6fd708be7cfa9 volume:http://172.30.9.28:8776/v1/467010f9bae041b0aee6fd708be7cfa9 alarming:http://172.30.9.28:8042 network:http://172.30.9.28:9696 compute:http://172.30.9.28:8774/v2.1 object-store:http://172.30.9.28:8080/v1/AUTH_467010f9bae041b0aee6fd708be7cfa9 metric:http://172.30.9.28:8041]]} 2018-08-19 04:16:31 DEBUG goose :22 performing API version discovery for "http://172.30.9.28:8774/" 2018-08-19 04:16:31 DEBUG goose :22 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.28:8774/v2.1/ Rel:self}] Status:CURRENT}] 2018-08-19 04:16:34 DEBUG juju.provider.openstack provider.go:414 instance 98681f09-022c-4560-a421-1621749c49bb has floating IP address: 172.30.9.204 2018-08-19 04:16:34 INFO juju.agent identity.go:22 writing system identity file 2018-08-19 04:16:34 DEBUG juju.cmd.jujud bootstrap.go:323 starting mongo 2018-08-19 04:16:34 DEBUG juju.cmd.jujud bootstrap.go:351 calling ensureMongoServer 2018-08-19 04:16:34 INFO juju.mongo mongo.go:465 Ensuring mongo server is running; data directory /var/lib/juju; port 37017 2018-08-19 04:16:34 INFO juju.mongo mongo.go:663 installing [juju-mongodb3.2 juju-mongo-tools3.2] 2018-08-19 04:16:34 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2 2018-08-19 04:16:34 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb3.2 E: Couldn't find any package by glob 'juju-mongodb3.2' E: Couldn't find any package by regex 'juju-mongodb3.2' 2018-08-19 04:16:34 ERROR juju.mongo mongo.go:675 installing mongo failed: packaging command failed: encountered fatal error: unable to locate package 2018-08-19 04:16:34 INFO juju.mongo mongo.go:676 will try fallback packages [juju-mongodb] 2018-08-19 04:16:34 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb 2018-08-19 04:16:34 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb 2018-08-19 04:16:34 ERROR juju.mongo mongo.go:486 cannot install/upgrade mongod (will proceed anyway): packaging command failed: encountered fatal error: unable to locate package 2018-08-19 04:16:34 INFO juju.mongo mongo.go:336 could not find /usr/lib/juju/bin/mongod or mongod in $PATH ERROR failed to start mongo: exec: "mongod": executable file not found in $PATH 2018-08-19 04:16:34 DEBUG cmd supercommand.go:459 error stack: exec: "mongod": executable file not found in $PATH github.com/juju/juju/cmd/jujud/bootstrap.go:238: failed to start mongo 2018-08-19 04:16:34 DEBUG juju.cmd.jujud main.go:187 jujud complete, code 0, err 2018-08-19 04:16:34,687 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 04:16:34,688 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 225:28 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-19 04:16:34,796 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR no API addresses 2018-08-19 04:16:34,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-19 04:16:35,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T05:16:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "467010f9bae041b0aee6fd708be7cfa9", "name": "juju_epc-project_7d547c46-d6b6-4546-bf95-830f84d3ed33"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/467010f9bae041b0aee6fd708be7cfa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/467010f9bae041b0aee6fd708be7cfa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/467010f9bae041b0aee6fd708be7cfa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/467010f9bae041b0aee6fd708be7cfa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/467010f9bae041b0aee6fd708be7cfa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/467010f9bae041b0aee6fd708be7cfa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_467010f9bae041b0aee6fd708be7cfa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_467010f9bae041b0aee6fd708be7cfa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/467010f9bae041b0aee6fd708be7cfa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_7d547c46-d6b6-4546-bf95-830f84d3ed33", "id": "402d85058b7d480db063f7a1e99f5ef7"}, "audit_ids": ["OH2DWdbST8SBdMzk3YGY4A"], "issued_at": "2018-08-19T04:16:35.000000Z"}} 2018-08-19 04:16:35,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 04:16:35,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b73b371b259771d47ea1ab8124a3ae5bb4064582" 2018-08-19 04:16:35,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-63ebb437-1562-45ee-9b07-72f9c45f51f7 Date: Sun, 19 Aug 2018 04:16:35 GMT RESP BODY: {"floatingips": [{"router_id": "bd471b53-0a2a-4ea8-8b84-833207df5152", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T00:33:48Z", "floating_network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "fixed_ip_address": "192.168.121.12", "floating_ip_address": "172.30.9.204", "revision_number": 2, "port_id": "8600a226-3ea7-4945-9291-fe2cbd4c9917", "id": "2a1b1206-0b9e-408e-8f07-c421dde4bb4a", "tenant_id": "467010f9bae041b0aee6fd708be7cfa9", "created_at": "2018-08-19T00:33:46Z", "project_id": "467010f9bae041b0aee6fd708be7cfa9"}]} 2018-08-19 04:16:35,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-63ebb437-1562-45ee-9b07-72f9c45f51f7 2018-08-19 04:16:35,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.441702842712s 2018-08-19 04:16:35,631 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-63ebb437-1562-45ee-9b07-72f9c45f51f7 2018-08-19 04:16:35,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 04:16:35,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/2a1b1206-0b9e-408e-8f07-c421dde4bb4a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b73b371b259771d47ea1ab8124a3ae5bb4064582" 2018-08-19 04:16:36,716 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-927e08ef-4135-4ab2-9f4a-d0be7ebf6b6e Content-Length: 0 Date: Sun, 19 Aug 2018 04:16:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 04:16:36,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/2a1b1206-0b9e-408e-8f07-c421dde4bb4a.json used request id req-927e08ef-4135-4ab2-9f4a-d0be7ebf6b6e 2018-08-19 04:16:36,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.07863688469s 2018-08-19 04:16:36,716 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/2a1b1206-0b9e-408e-8f07-c421dde4bb4a.json used request id req-927e08ef-4135-4ab2-9f4a-d0be7ebf6b6e 2018-08-19 04:16:36,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 04:16:36,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b73b371b259771d47ea1ab8124a3ae5bb4064582" 2018-08-19 04:16:36,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4d608fd0-8538-4e09-83a6-6f02c49394dd Date: Sun, 19 Aug 2018 04:16:36 GMT RESP BODY: {"floatingips": []} 2018-08-19 04:16:36,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4d608fd0-8538-4e09-83a6-6f02c49394dd 2018-08-19 04:16:36,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0541150569916s 2018-08-19 04:16:36,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4d608fd0-8538-4e09-83a6-6f02c49394dd 2018-08-19 04:16:36,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 04:16:36,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b73b371b259771d47ea1ab8124a3ae5bb4064582" 2018-08-19 04:16:38,140 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7cbc0f9f-01c0-421a-b8a4-717c8b7c4816 Date: Sun, 19 Aug 2018 04:16: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-19 04:16:38,141 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7 used request id req-7cbc0f9f-01c0-421a-b8a4-717c8b7c4816 2018-08-19 04:16:38,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.36368107796s 2018-08-19 04:16:38,141 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6a19cb7f-c324-4c31-9514-b97c20477ce7 used request id req-7cbc0f9f-01c0-421a-b8a4-717c8b7c4816 2018-08-19 04:16:38,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 04:16:38,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-08-19 04:16:38,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4484c94d295641f18810b74c5f72cfec", "name": "admin"}, {"id": "b2f4a9c1c4b146bf83f387f9fb958c4e", "name": "reader"}, {"id": "99a5a72c296d49a9b9e287084f293fc6", "name": "member"}], "expires_at": "2018-08-19T05:16:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "916340bf06fe4cb5a723b53dc60090de", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd2e67979c4b98a6cd7b587673364a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d09f7ca50bc44f61a18f2e933a43be8f"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc4971d81d4f49f085aab29433318ee3"}], "type": "image", "id": "3220ab4ed05a40bf9d2e1278dcd6619d", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06d1e0df179c4ead81cc7ee4f1bae18f"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a83018c8ab42d7842fcd1e561f9443"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9edfe0f67787438e9dd2a753835b2219"}], "type": "cloudformation", "id": "3b1566ae2a5d4f7c81816c21ed2d5e40", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "88bee3eece5c4d3d9265744d414f3a5c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9266cfe0e6ab4f7db6f6fe5bd8f591f1"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe2efc0c246b4a7e9db6fedf44fd569e"}], "type": "alarming", "id": "4730dc960cea404c8d1b192602e59886", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "094fd07337654d98a81dc9da17ce02c1"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3c25fc6ad94447a821e727c7914c450"}, {"url": "http://192.30.9.3:8004/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8c17bbb087d49829022be469b32c1af"}], "type": "orchestration", "id": "5a3d797353954386ba32f487084346f8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0addbfd797dd4da79c77edb52acdc176"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fab6d97aaf042f492445f4cc31bea1d"}, {"url": "http://192.30.9.3:8776/v3/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd6b0c2f1aa47f8ab68403f095df70b"}], "type": "volumev3", "id": "77553816578e44e0959db1d391266597", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59a44f89b1334e308de7b3052f138ce1"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85d5760d551f4df6aca4281b496996e9"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8874e74ef74422cbd9dd953abc2082a"}], "type": "network", "id": "86ee421a72744c04ab368db4e0c880a7", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d42a83da3984583955b15d96e42dd78"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f6f7811a111490890ac327d3cf34685"}, {"url": "http://192.30.9.3:8776/v2/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a94c4442201c4c1eb0bdf19d770d51b2"}], "type": "volumev2", "id": "9adc66ad014f4961a9ea7d3ee8df592c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0bb385316915449697a52e0ad24185fb"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d6e6c0bf9c34d3a86fb3ec7b4baa678"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d41cebfd41e4d30b9e063735a377536"}], "type": "compute", "id": "a3ff63ef96d44f059d60f2be9db02efb", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1026b6a41ef84c2da83afab3caacc51f"}, {"url": "http://172.30.9.28:8080/v1/AUTH_916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bf61535e71b483d975332971dbd53e2"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9846c41c525142b986ee32e0a2590b88"}], "type": "object-store", "id": "aab86086c08642bfbcea48c5aaba17a2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c8d10470bc4eeb86390cb9e133ffe9"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8db9f2d240a941e69c0f51b2fec056be"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2d458fe39ba4a8f8a29faff483f2061"}], "type": "placement", "id": "af10e8c2af504c21966e249d70c4e7e7", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "378d62397f3c43999fd34d22c1cccb60"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "46bd8c98e8824585a41a22e1b8e7f514"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "51ea6fcc6ec9487685840f661fc4836b"}], "type": "metric", "id": "afe8d727d63246449c73cac35e11ef0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f01d18bf3494e0e90a94ad016a06ec0"}, {"url": "http://192.30.9.3:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47de5b7076c24ee9991a16ac4cb49bbf"}, {"url": "http://172.30.9.28:8776/v1/916340bf06fe4cb5a723b53dc60090de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddf00c1973954143b34284147dca8ad8"}], "type": "volume", "id": "b47526e984904e72bfa0249a83525681", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2de6937a73624d15a426abc9bdd3a41a"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c044a08f6904fef94fb46c08a0e760a"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ad45a9ae800c40ec987b44cd1e0cdaff"}], "type": "event", "id": "c5b9a1d284ba4106bd4c78b348a7e9ce", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "377016d2a4044a9c8db046b9d0964b2d"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecc8dee6f744a5f85e0a136fe9ce628"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d949e52eaf1c417e99dd466d08796668"}], "type": "identity", "id": "c653b08fa067480c945b92b71cdeab70", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "effb71043f3945f383eac25ddafdef1b", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "74551d82a51246a1910f385647e01da0"}, "audit_ids": ["LYpCOH1cQSS0O2syBYESRg"], "issued_at": "2018-08-19T04:16:38.000000Z"}} 2018-08-19 04:16:38,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f6e42962ccd5be92bf7a13c82b4ceeefab6e139a" 2018-08-19 04:16:39,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 04:16: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-6478b70d-6ed9-4cc8-9319-acf31035bf7f x-compute-request-id: req-6478b70d-6ed9-4cc8-9319-acf31035bf7f Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_7d547c46-d6b6-4546-bf95-830f84d3ed33", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/362e740f-4128-4e15-aa86-ff6f54230135", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/362e740f-4128-4e15-aa86-ff6f54230135", "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": "362e740f-4128-4e15-aa86-ff6f54230135"}, {"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}, {"name": "juju_epc-flavor_alt_7d547c46-d6b6-4546-bf95-830f84d3ed33", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e00bd90d-69d2-41b6-b011-e7ed5d0ef534", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e00bd90d-69d2-41b6-b011-e7ed5d0ef534", "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": "e00bd90d-69d2-41b6-b011-e7ed5d0ef534"}]} 2018-08-19 04:16:39,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6478b70d-6ed9-4cc8-9319-acf31035bf7f 2018-08-19 04:16:39,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.06590008736s 2018-08-19 04:16:39,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6478b70d-6ed9-4cc8-9319-acf31035bf7f 2018-08-19 04:16:39,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 04:16:39,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/e00bd90d-69d2-41b6-b011-e7ed5d0ef534 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6e42962ccd5be92bf7a13c82b4ceeefab6e139a" 2018-08-19 04:16:39,248 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 04:16:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-096b39d8-5ea8-4865-9661-10556dae485d x-compute-request-id: req-096b39d8-5ea8-4865-9661-10556dae485d Content-Length: 0 Content-Type: application/json 2018-08-19 04:16:39,249 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e00bd90d-69d2-41b6-b011-e7ed5d0ef534 used request id req-096b39d8-5ea8-4865-9661-10556dae485d 2018-08-19 04:16:39,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0375969409943s 2018-08-19 04:16:39,249 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e00bd90d-69d2-41b6-b011-e7ed5d0ef534 used request id req-096b39d8-5ea8-4865-9661-10556dae485d 2018-08-19 04:16:39,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 04:16:39,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/bd471b53-0a2a-4ea8-8b84-833207df5152/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}b73b371b259771d47ea1ab8124a3ae5bb4064582" -d '{"subnet_id": "fc70f835-a117-4200-ac6a-c054088d737f"}' 2018-08-19 04:16:40,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f96847f-7870-4a50-9824-af5e486e56ef Date: Sun, 19 Aug 2018 04:16:40 GMT RESP BODY: {"network_id": "5c17af42-bfd2-4ba1-9f82-099f961ea68c", "tenant_id": "467010f9bae041b0aee6fd708be7cfa9", "subnet_id": "fc70f835-a117-4200-ac6a-c054088d737f", "subnet_ids": ["fc70f835-a117-4200-ac6a-c054088d737f"], "port_id": "e88f1ff6-740c-4cb3-845a-0e7e9c63695b", "id": "bd471b53-0a2a-4ea8-8b84-833207df5152"} 2018-08-19 04:16:40,853 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/bd471b53-0a2a-4ea8-8b84-833207df5152/remove_router_interface.json used request id req-8f96847f-7870-4a50-9824-af5e486e56ef 2018-08-19 04:16:40,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.60280585289s 2018-08-19 04:16:40,853 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/bd471b53-0a2a-4ea8-8b84-833207df5152/remove_router_interface.json used request id req-8f96847f-7870-4a50-9824-af5e486e56ef returning object bd471b53-0a2a-4ea8-8b84-833207df5152 2018-08-19 04:16:40,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 04:16:40,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b73b371b259771d47ea1ab8124a3ae5bb4064582" 2018-08-19 04:16:40,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-2bd7320a-a53d-4884-98fe-668ac457261a Date: Sun, 19 Aug 2018 04:16:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "65cd7cef-6b04-450e-9f27-e630c6e3994e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4016d9bf-137d-47d2-ad3a-d1176fc3acd3", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "467010f9bae041b0aee6fd708be7cfa9", "created_at": "2018-08-19T00:31:09Z", "admin_state_up": true, "updated_at": "2018-08-19T04:16:40Z", "revision_number": 4, "routes": [], "project_id": "467010f9bae041b0aee6fd708be7cfa9", "id": "bd471b53-0a2a-4ea8-8b84-833207df5152", "name": "juju_epc-router_7d547c46-d6b6-4546-bf95-830f84d3ed33"}]} 2018-08-19 04:16:40,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2bd7320a-a53d-4884-98fe-668ac457261a 2018-08-19 04:16:40,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.111501932144s 2018-08-19 04:16:40,966 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2bd7320a-a53d-4884-98fe-668ac457261a 2018-08-19 04:16:40,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 04:16:40,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/bd471b53-0a2a-4ea8-8b84-833207df5152.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b73b371b259771d47ea1ab8124a3ae5bb4064582" 2018-08-19 04:16:42,672 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-623eb4ab-1f1d-4751-9485-580f17223656 Content-Length: 0 Date: Sun, 19 Aug 2018 04:16:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 04:16:42,673 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/bd471b53-0a2a-4ea8-8b84-833207df5152.json used request id req-623eb4ab-1f1d-4751-9485-580f17223656 2018-08-19 04:16:42,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.70560097694s 2018-08-19 04:16:42,673 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/bd471b53-0a2a-4ea8-8b84-833207df5152.json used request id req-623eb4ab-1f1d-4751-9485-580f17223656 2018-08-19 04:16:42,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 04:16:42,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b73b371b259771d47ea1ab8124a3ae5bb4064582" 2018-08-19 04:16:42,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6279e3b3-dd3c-4cd7-8c98-0bcc2d67eee3 Date: Sun, 19 Aug 2018 04:16:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c17af42-bfd2-4ba1-9f82-099f961ea68c","tenant_id":"467010f9bae041b0aee6fd708be7cfa9","created_at":"2018-08-19T00:31:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T00:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"gateway_ip":"192.168.121.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.121.0/24","project_id":"467010f9bae041b0aee6fd708be7cfa9","id":"fc70f835-a117-4200-ac6a-c054088d737f","subnetpool_id":null,"name":"juju_epc-subnet_7d547c46-d6b6-4546-bf95-830f84d3ed33"}]} 2018-08-19 04:16:42,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-6279e3b3-dd3c-4cd7-8c98-0bcc2d67eee3 2018-08-19 04:16:42,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.049565076828s 2018-08-19 04:16:42,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-6279e3b3-dd3c-4cd7-8c98-0bcc2d67eee3 2018-08-19 04:16:42,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 04:16:42,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/fc70f835-a117-4200-ac6a-c054088d737f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b73b371b259771d47ea1ab8124a3ae5bb4064582" 2018-08-19 04:16:42,929 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-91e6c0a0-df07-4266-8917-04ad89d67f4b Date: Sun, 19 Aug 2018 04:16:42 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet fc70f835-a117-4200-ac6a-c054088d737f: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-19 04:16:42,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/fc70f835-a117-4200-ac6a-c054088d737f.json used request id req-91e6c0a0-df07-4266-8917-04ad89d67f4b 2018-08-19 04:16:42,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.204621076584s 2018-08-19 04:16:42,930 - functest.core.tenantnetwork - ERROR - cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 252, in clean self.cloud.delete_subnet(self.subnet.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 7896, in delete_subnet "/subnets/{subnet_id}.json".format(subnet_id=subnet['id'])) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.28:9696/v2.0/subnets/fc70f835-a117-4200-ac6a-c054088d737f.json Unable to complete operation on subnet fc70f835-a117-4200-ac6a-c054088d737f: One or more ports have an IP allocation from this subnet. 2018-08-19 04:16:42,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 04:16:42,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b73b371b259771d47ea1ab8124a3ae5bb4064582" 2018-08-19 04:16:42,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-11f8df76-5b4d-43ea-a187-9ae58355b432 Date: Sun, 19 Aug 2018 04:16:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T00:31:20Z", "file": "/v2/images/78df6119-3aca-4175-845c-196962d5259e/file", "owner": "467010f9bae041b0aee6fd708be7cfa9", "id": "78df6119-3aca-4175-845c-196962d5259e", "size": 296681472, "self": "/v2/images/78df6119-3aca-4175-845c-196962d5259e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/78df6119-3aca-4175-845c-196962d5259e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://6f6c98ca-e63f-462b-9cd5-533f466a57dc/images/78df6119-3aca-4175-845c-196962d5259e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_7d547c46-d6b6-4546-bf95-830f84d3ed33", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-19T00:31:16Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 04:16:42,973 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-11f8df76-5b4d-43ea-a187-9ae58355b432 2018-08-19 04:16:42,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0374097824097s 2018-08-19 04:16:42,973 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-11f8df76-5b4d-43ea-a187-9ae58355b432 2018-08-19 04:16:42,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 04:16:42,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/78df6119-3aca-4175-845c-196962d5259e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b73b371b259771d47ea1ab8124a3ae5bb4064582" 2018-08-19 04:16:44,141 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cddf2e37-5121-411d-b127-fd3a990853e4 Date: Sun, 19 Aug 2018 04:16:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 04:16:44,142 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/78df6119-3aca-4175-845c-196962d5259e used request id req-cddf2e37-5121-411d-b127-fd3a990853e4 2018-08-19 04:16:44,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.16699814796s 2018-08-19 04:16:44,142 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/78df6119-3aca-4175-845c-196962d5259e used request id req-cddf2e37-5121-411d-b127-fd3a990853e4 2018-08-19 04:16:44,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 04:16:44,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f6e42962ccd5be92bf7a13c82b4ceeefab6e139a" 2018-08-19 04:16:44,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 04:16: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-cb4c3e17-19d5-481a-a781-42fc9dab7222 x-compute-request-id: req-cb4c3e17-19d5-481a-a781-42fc9dab7222 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_7d547c46-d6b6-4546-bf95-830f84d3ed33", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/362e740f-4128-4e15-aa86-ff6f54230135", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/362e740f-4128-4e15-aa86-ff6f54230135", "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": "362e740f-4128-4e15-aa86-ff6f54230135"}, {"name": "heat_ims-flavor_alt_c75a09d2-b40e-4a27-b2be-11dd04e7dbd2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/636f1f93-24e0-4ac3-89fe-54e44b033b93", "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": "636f1f93-24e0-4ac3-89fe-54e44b033b93"}]} 2018-08-19 04:16:44,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-cb4c3e17-19d5-481a-a781-42fc9dab7222 2018-08-19 04:16:44,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0287179946899s 2018-08-19 04:16:44,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-cb4c3e17-19d5-481a-a781-42fc9dab7222 2018-08-19 04:16:44,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 04:16:44,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/362e740f-4128-4e15-aa86-ff6f54230135 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6e42962ccd5be92bf7a13c82b4ceeefab6e139a" 2018-08-19 04:16:44,206 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 04:16: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-7819996f-2303-4e29-aea5-fe593a7e64e3 x-compute-request-id: req-7819996f-2303-4e29-aea5-fe593a7e64e3 Content-Length: 0 Content-Type: application/json 2018-08-19 04:16:44,206 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/362e740f-4128-4e15-aa86-ff6f54230135 used request id req-7819996f-2303-4e29-aea5-fe593a7e64e3 2018-08-19 04:16:44,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0325169563293s 2018-08-19 04:16:44,207 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/362e740f-4128-4e15-aa86-ff6f54230135 used request id req-7819996f-2303-4e29-aea5-fe593a7e64e3 2018-08-19 04:16:44,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 04:16:44,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6e42962ccd5be92bf7a13c82b4ceeefab6e139a" 2018-08-19 04:16:44,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 04:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a279c939-4bfb-4a0a-b400-64f91a16a38d Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/08a3658be646434fb038d778f6151880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08a3658be646434fb038d778f6151880", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/1efdb89f34b4418c85f836cf868e230e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1efdb89f34b4418c85f836cf868e230e", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/23c7644320df42919c871f1cbc17732c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23c7644320df42919c871f1cbc17732c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/2aaaa82ea4be49118e5683b3a6eb5429"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2aaaa82ea4be49118e5683b3a6eb5429", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/38b4b5e4729e469c93a7b2beb978a8b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "38b4b5e4729e469c93a7b2beb978a8b9", "email": "placement@localhost", "password_expires_at": null}, {"name": "juju_epc-user_7d547c46-d6b6-4546-bf95-830f84d3ed33", "links": {"self": "http://172.30.9.28:5000/v3/users/402d85058b7d480db063f7a1e99f5ef7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "402d85058b7d480db063f7a1e99f5ef7", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/4844a1e4336b4af8b6cbb93ecb26ea58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4844a1e4336b4af8b6cbb93ecb26ea58", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/567c4fdf65b24888adddbfe0e6fcdb64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "567c4fdf65b24888adddbfe0e6fcdb64", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/694b9167121f417d821ec1bda0468267"}, "domain_id": "default", "enabled": true, "options": {}, "id": "694b9167121f417d821ec1bda0468267", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/6ee8b83e57384d97a085a19114097fe2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6ee8b83e57384d97a085a19114097fe2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/730272198d874678baa90b3d30a4586d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "730272198d874678baa90b3d30a4586d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/74551d82a51246a1910f385647e01da0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74551d82a51246a1910f385647e01da0", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/a7a203c32ca943829eee747724b515b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a203c32ca943829eee747724b515b6", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/bc58ba1f9e00451ba67acf5fc92f8c57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc58ba1f9e00451ba67acf5fc92f8c57", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/fd4c7cd1d3cf418183848fd20ad8b1f1"}, "domain_id": "a69e65a8cacb46798c638da7deef9637", "enabled": true, "options": {}, "id": "fd4c7cd1d3cf418183848fd20ad8b1f1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-08-19 04:16:44,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a279c939-4bfb-4a0a-b400-64f91a16a38d 2018-08-19 04:16:44,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.22815489769s 2018-08-19 04:16:44,436 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a279c939-4bfb-4a0a-b400-64f91a16a38d 2018-08-19 04:16:44,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 04:16:44,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/402d85058b7d480db063f7a1e99f5ef7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6e42962ccd5be92bf7a13c82b4ceeefab6e139a" 2018-08-19 04:16:44,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 04:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d39b8a3-3766-41c6-ae52-1e5adb349d5b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_7d547c46-d6b6-4546-bf95-830f84d3ed33", "links": {"self": "http://172.30.9.28:5000/v3/users/402d85058b7d480db063f7a1e99f5ef7"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "402d85058b7d480db063f7a1e99f5ef7", "description": null}} 2018-08-19 04:16:44,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/402d85058b7d480db063f7a1e99f5ef7 used request id req-0d39b8a3-3766-41c6-ae52-1e5adb349d5b 2018-08-19 04:16:44,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.188867092133s 2018-08-19 04:16:44,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/402d85058b7d480db063f7a1e99f5ef7 used request id req-0d39b8a3-3766-41c6-ae52-1e5adb349d5b 2018-08-19 04:16:44,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 04:16:44,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/402d85058b7d480db063f7a1e99f5ef7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6e42962ccd5be92bf7a13c82b4ceeefab6e139a" 2018-08-19 04:16:44,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 04:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40e00dfc-edae-4be9-ae41-a1a92b01a870 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 04:16:44,901 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/402d85058b7d480db063f7a1e99f5ef7 used request id req-40e00dfc-edae-4be9-ae41-a1a92b01a870 2018-08-19 04:16:44,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.270049095154s 2018-08-19 04:16:44,902 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/402d85058b7d480db063f7a1e99f5ef7 used request id req-40e00dfc-edae-4be9-ae41-a1a92b01a870 2018-08-19 04:16:44,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 04:16:44,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f6e42962ccd5be92bf7a13c82b4ceeefab6e139a" 2018-08-19 04:16:45,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 04:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bca30ec7-fb57-4af0-9870-451466aca867 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/467010f9bae041b0aee6fd708be7cfa9"}, "tags": [], "enabled": true, "id": "467010f9bae041b0aee6fd708be7cfa9", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_7d547c46-d6b6-4546-bf95-830f84d3ed33"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/916340bf06fe4cb5a723b53dc60090de"}, "tags": [], "enabled": true, "id": "916340bf06fe4cb5a723b53dc60090de", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a717651222bc4d4aa3a98a890714bc85"}, "tags": [], "enabled": true, "id": "a717651222bc4d4aa3a98a890714bc85", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 04:16:45,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-bca30ec7-fb57-4af0-9870-451466aca867 2018-08-19 04:16:45,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196704149246s 2018-08-19 04:16:45,105 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-bca30ec7-fb57-4af0-9870-451466aca867 2018-08-19 04:16:45,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 04:16:45,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/467010f9bae041b0aee6fd708be7cfa9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6e42962ccd5be92bf7a13c82b4ceeefab6e139a" 2018-08-19 04:16:45,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 04:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45be48f8-ed5a-4f3e-9c0a-7e29df0d4b57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 04:16:45,358 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/467010f9bae041b0aee6fd708be7cfa9 used request id req-45be48f8-ed5a-4f3e-9c0a-7e29df0d4b57 2018-08-19 04:16:45,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.249194145203s 2018-08-19 04:16:45,359 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/467010f9bae041b0aee6fd708be7cfa9 used request id req-45be48f8-ed5a-4f3e-9c0a-7e29df0d4b57 2018-08-19 04:16:45,359 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-08-19 04:16:45,360 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 05:15 | PASS | | cloudify_ims | functest | vnf | 05:18 | FAIL | | heat_ims | functest | vnf | 35:19 | FAIL | | vyos_vrouter | functest | vnf | 05:55 | FAIL | | juju_epc | functest | vnf | 225:28 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-19 04:16:45,367 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-19 04:16:45,463 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-19 04:16:45,520 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-19 04:16:45,564 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-19 04:16:45,663 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-19 04:16:45,763 - paramiko.transport - DEBUG - EOF in transport thread